Abdussamad.com

Linux Server Administration and Website Development

Linux server administration

SFTP Chroot In Debian Wheezy

Posted on December 28, 2014December 28, 2014

network-serverSFTP is a secure alternative to FTP. Authentication is done via SSH and a secure tunnel is established for the entire file transfer session. In this article I look at how to restrict a user’s access to SFTP only and to a specific directory on the server.

Continue reading →

Posted in Linux server administration 7 Comments

Linux Screen Quick Start Guide

Posted on June 11, 2014September 20, 2014

LinuxScreen is a great tool for running multiple shell instances using a single SSH connection or virtual console. Here’s a quick start guide to screen.
Continue reading →

Posted in Linux server administration Leave a comment

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

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