Abdussamad.com

Linux Server Administration and Website Development

linux

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

Preventing Multiple Instances of a Script From Running Using flock

Posted on August 26, 2013August 26, 2013

Linux command line programSometimes you want to limit a script to just one instance. Say the script accesses a resource that you don’t want to be shared. So how do you prevent multiple instances of a single script from running?
Continue reading →

Posted in Linux server administration 1 Comment

Adding MD5Sum to KDE GUI Right-Click Menu

Posted on July 8, 2013March 13, 2017

KDEKDE is a great desktop environment and its killer feature has always been the great level of customization that you can perform. In this post I look at adding support for MD5, SHA256 and other file checksum operations to the right-click context menu. This will allow you to do an MD5sum or SHA256sum of ISO images or other files right from within the GUI.

Continue reading →

Posted in Desktop Linux 1 Comment

How to Find Linux Distribution and Linux Kernel Information

Posted on April 16, 2013April 16, 2013

LinuxFind out information about your Linux distribution, such as version, vendor and kernel version and architecture, using the Linux command line.

Continue reading →

Posted in Linux server administration Leave a comment

Posts navigation

← Older posts

Connect

rss icon

Pages

  • Home
  • WordPress Plugins
  • About
  • Contact

Categories

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

Search

  • © 2006 Abdussamad