Abdussamad.com

Linux Server Administration and Website Development

Debian Squeeze Long Term Support

Posted on June 11, 2014June 11, 2014

Debian LogoThe Debian developers announced last month that an outside team would be providing Long Term Support (LTS) for Debian 6.0 aka Squeeze. This means that you can continue using Debian Squeeze until February 2016.
Continue reading →

Posted in Linux server administration Leave a comment

Apache authz_host: Order Deny,Allow vs. Order Allow,Deny

Posted on April 30, 2014October 27, 2014

Apacheauthz_host is an Apache module used to restrict access based on the client’s IP address or hostname. Order Allow,Deny and Order Deny,Allow are two of its directives that determine how the following Allow from and Deny from statements are interpreted. This post hopes to explain in simple terms how to use these properly.

Continue reading →

Posted in Linux server administration Leave a comment

HostNameLookups and Apache Optimization

Posted on April 29, 2014April 30, 2014

ApacheHostNameLookups is where Apache does a reverse DNS lookup for every connecting client’s IP address. In addition to on and off there is also a double option that does a reverse lookup followed by a forward one to see if the host name matches the IP address.
Continue reading →

Posted in Linux server administration Leave a comment

Encrypt a File on Linux Using OpenSSL

Posted on December 30, 2013

LockIt is possible to encrypt a file for secure transmission or backup using a strong cryptographic algorithm on Linux. We do that using OpenSSL:
Continue reading →

Posted in Desktop Linux, Linux server administration Leave a comment

Simple SSH Web Proxy

Posted on October 18, 2013October 18, 2013

It is very easy to create a simple proxy via an SSH connection to a remote server. Here’s how you do it:

Continue reading →

Posted in Desktop Linux Leave a comment

Posts navigation

← Older posts
Newer posts →

Connect

rss icon

Pages

  • Home
  • WordPress Plugins
  • About
  • Contact

Categories

  • General
  • Desktop Linux
  • Linux server administration
  • Website Development
  • Domain names

Search

  • © 2006 Abdussamad