Installing NFS and configuring shares on Debian Wheezy. Continue reading
Tag Archives: Debian
Encrypted Swap on Debian
Setting up an encrypted swap partition on Debian. Continue reading
Configure AWS IAM User Account to Send Emails via SES by Using AWS CLI
Install AWS CLI, create a new AWS IAM user for SES, configure and add SES user policy, create user’s IAM access keys, obtain SES SMTP credentials by converting AWS IAM credentials, configure SSMTP and send a test email. Continue reading
Setting up ProFTPd with OpenLDAP Authentication on Debian
ProFTPD server with OpenLDAP auth for users. Continue reading
Install and Configure an OpenLDAP Server with SSL on Debian
Setting up an OpenLDAP server on Debian Wheezy. Continue reading
Configure BIND as a Catching-only DNS Server on Debian
When a DNS server resolves a query, it returns the answer to the client. The DNS server also stores the answer in its cache for the period of time that was allowed by the record’s TTL value. This way any subsequent requests are processed faster when the nameserver is asked to resolve the same names again. Caching-only server does not forward any zones. Continue reading
Install and Configure Samba Server on Debian
We’ll install and configure Samba v3 server on Debian. Share access will be provided to Local Area Network (LAN) only. Connections from Windows and Linux clients will be covered. Continue reading
Skype 2.2/4.2 “Server connect failed” on Linux
Starting the 1st of August 2014, users with Skype for Linux version 4.2 and older will not be able to sign in to Skype due to Microsoft retiring all old version and forcing users to update. Continue reading
Install and Configure Squid3 Caching Proxy on Debian
Setting up a Squid caching proxy on a low-end 1GB RAM dual-core Debian Wheezy server. Continue reading
Nginx Reverse Proxy for Apache2 (LAMP) with TLS/SSL on Debian
Install and configure Nginx to act as a reverse proxy for Apache over a TLS connection. Nginx, Apache and PHP configurations are covered. Continue reading