a single chat across the net with a geek is worth hours of surfing.
18 Oct
Installation guides
MDaemon easy installation guide
This guide is designed for users looking for a no-nonsense guide to getting an MDaemon server up and running in as short a time as possible. The information you need to know prior to installation, the installation itself and the basic configuration steps required are all detailed with simple to follow screenshots. This is a VITAL READ for new users!
1. Quick Start
2. Mdaemon Guide
3. Mdaemon Documentation
12 Oct
Use the chkconfig configure Squid to start at boot::
[root@bigboy tmp]# chkconfig squid on
Use the service command to start, stop, and restart Squid after booting:
[root@bigboy tmp]# service squid start [root@bigboy tmp]# service squid stop [root@bigboy tmp]# service squid restart
You can test whether the Squid process is running with the pgrep command:
[root@bigboy tmp]# pgrep squid
You should get a response of plain old process ID numbers.
13 Sep
Get a free solution instantly on your cellphone.
If you have an urgent problem send a text message to MTN 00233244798979:
I will surely help you out.
11 Oct
A howto for DD-WRT
********Warning ********
Following these instructions will invalidate your Linksys warranty. You do so at your own risk. These instructions assume that you have an understanding of Linux, PHP MySQL and Apache. If you brick your AP you might get it back by holding down the reset pin for 20 seconds, unplug the power while still holding down the reset button for another 20 seconds and then plugging the power back in while still keeping the reset button held in for a further 20 seconds. This should bring it back to the defaults of whatever firmware you have installed. You should be able to login to 192.168.1.1*******End of Warning********
13 Jun
Basic defense guide, should be enough to keep your machine running smooth. They are just recommendations for you to keep your windows closed and stay safe.
VIRUS PROTECTION
Do you have anti-virus software? Is it configured to run all the time so it checks every file you access? Do you update it regularly (like every week or at a minimum every month)? If you have any doubts at all, I suggest you launch your antivirus program, get the latest update, then scan your entire hard drive. It may take an hour, but it will be worth it. All the popular antivirus programs can be configured to automatically check for and download new virus signature files. Find out how to make your antivirus update itself so you don’t have to worry about it.
14 Mar
Hope you enjoy this…. ![]()
Webmin is an excellent web-based interface to your Unix based machines. There are no webmin packages in the latest release “Dapper”. This is how I installed webmin on my Dapper server… Install SSH
18 Oct
This is a Linux command line reference for common operations.
Examples marked with • are valid/safe to paste without modification into a terminal, so
you may want to keep a terminal window open while reading this so you can cut & paste.
All these commands have been tested on Fedora and Ubuntu.
12 Jan
13 Oct
12 Apr
Network security is a primary consideration in any decision to host a website as the threats are becoming more widespread and persistent every day. One means of providing additional protection is to invest in a firewall. Though prices are always falling, in some cases you may be able to create a comparable unit using the Linux iptables package on an existing server for little or no additional expenditure.
This chapter shows how to convert a Linux server into:
Creating an iptables firewall script requires many steps, but with the aid of the sample tutorials, you should be able to complete a configuration relatively quickly.