Archive for the ‘Knowledge’ Category
Services Configuration Tool to Start / Stop System Services
Saturday, August 28, 2010 21:34 No CommentsYour Debian / Ubuntu Linux box security depends upon access to system services (one of many aspects). For example, you may need to provide a web server (Apache service) to serve web pages. However, if you do not need use a service, you should always turn off all unused services to avoid exploits.
Traditionally, Debian provided [...]
Shell Script To Auto Restart Apache HTTPD
Saturday, August 28, 2010 21:23 No CommentsHere is a simple shell script tested on CentOS / RHEL / Fedora / Debian / Ubuntu Linux. Should work under any other UNIX liker operating system. It will check for httpd pid using pgrep command
Pgrep command
pgrep looks through the currently running processes and lists the process IDs which matches the selection criteria to screen. [...]
Install monit under Debian or Ubuntu Linux
Saturday, August 28, 2010 21:16 No CommentsWhen you cannot monitor your server for service availability, it is better to take help of automated monitor and restart utility. Last 4 days I was away from my server as I was enjoying my vacation. During this time due to load my lighttpd webserver died but it was restarted automatically within 2 minutes. I [...]
OpenDNS with Dynamic IP Addresses on Ubuntu and Fedora
Saturday, August 28, 2010 21:01 No CommentsWhen setting up your OpenDNS dashboard, if you are a home user on a Internet provider that gives you a dynamic IP address, you need to tell OpenDNS your IP address has changed or there will not be any relevant stats for your domain. In fact, it may report erroneously that a BotNet or Malware [...]
Settingup an FTP Server on Ubuntu with ProFTPD
Saturday, August 28, 2010 20:55 No CommentsProFTPD is a proven, high-performance, scalable FTP server written from scratch, with a focus toward simplicity, security, and ease of configuration. Naturally, ProFTPD powers some of the largest sites on the Internet. It features a very Apache-like configuration syntax, modules, and a highly customizable server infrastructure, including support for multiple ‘virtual’ FTP servers, anonymous FTP, [...]
How to Setup Transparent Squid Proxy Server in Ubuntu
Saturday, August 28, 2010 20:50 No CommentsSquid is a fully-featured HTTP/1.0 proxy which is almost (but not quite - we’re getting there!) HTTP/1.1 compliant. Squid offers a rich access control, authorization and logging environment to develop web proxy and content serving applications.
This is a short guide on how to set up a transparent squid proxy server. Squid is a caching proxy [...]
Update IP addresses at dynamic DNS services on Ubuntu
Saturday, August 28, 2010 20:47 No CommentsIf you are using zoneedit.com or dyndns.org for your DNS service so that you can access your server using a URL, then you might have to update your DNS record at the service periodically whenever the IP address of your computer changes.Now here is simple solution for this ddclient.Update IP addresses at dynamic DNS services.A [...]


