Archive for the ‘Knowledge’ Category

Services Configuration Tool to Start / Stop System Services

Saturday, August 28, 2010 21:34 No Comments

Your 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 [...]

This was posted under category: Apache server, How to, Knowledge, Tutorials Tags: ,

Shell Script To Auto Restart Apache HTTPD

Saturday, August 28, 2010 21:23 No Comments

Here 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. [...]

This was posted under category: Apache server, How to, Knowledge, MYSQL, Tutorials Tags: , ,

Install monit under Debian or Ubuntu Linux

Saturday, August 28, 2010 21:16 No Comments

When 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 [...]

This was posted under category: Apache server, Knowledge, Linux system, MYSQL, Tutorials Tags:

OpenDNS with Dynamic IP Addresses on Ubuntu and Fedora

Saturday, August 28, 2010 21:01 No Comments

When 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 [...]

This was posted under category: How to, How to DNS, Knowledge, Tutorials Tags: , ,

Settingup an FTP Server on Ubuntu with ProFTPD

Saturday, August 28, 2010 20:55 No Comments

ProFTPD 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, [...]

This was posted under category: How to, Knowledge, Tutorials Tags: ,

How to Setup Transparent Squid Proxy Server in Ubuntu

Saturday, August 28, 2010 20:50 No Comments

Squid 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 [...]

This was posted under category: Knowledge, Tutorials Tags: , ,

Update IP addresses at dynamic DNS services on Ubuntu

Saturday, August 28, 2010 20:47 No Comments

If 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 [...]

This was posted under category: Apache server, Knowledge, Linux system, Tutorials Tags: , ,