Sunday, October 18, 2009

Top open source firewalls

Here's a list of the top 5 open source firewalls for residential or commercial use.

http://blog.taragana.com/index.php/archive/top-5-open-source-firewall/

Wednesday, May 27, 2009

How to speed up raid1 resync .

Just echo large numbers into both min and max resync speed proc entries:

/proc/sys/dev/raid/spped_limit_max and speed_limit_min

e.g. as root do:

 echo 200000 > /proc/sys/dev/raid/speed_limit_max
echo 200000 > /proc/sys/dev/raid/speed_limit_min

And watch the speed fly up till it maxes out your hardware. (-:

The above will set both speeds to 200MiB/s which ought to be more than

your devices can do...


from linux kernel mailing list

written by Anton Altaparmakov

Finding Remote Network File Systems

Using a Network Files System (NFS) is a common method for sharing drive space on UNIX-like systems such as Linux.

Although relatively easy to configure, it's also easy to forget the NFS mounts of several systems on a large network.

Here's an easy remedy:

If you know the hostname of a remote system, use the command

"showmount -e hostname"

to list the NFS mounts available from that machine

Tuesday, May 26, 2009

Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu

In this tutorial I will show you howto install ehcp on any debian based distro, or any distro that has apt-get support.
ehcp stands for Easy Hosting Control Panel. It may be used by anyone wanting to host multiple domains in his dedicated/vps server. It is a hosting control panel under development.

Open a console, and become superuser by su or sudo bash,

Then, issue following commands to download ehcp and install it:

wget http://www.ehcp.net/download
tar -zxvf ehcp_latest.tgz
cd ehcp
./install.sh

You will be asked a few questions, such as your server IP, your hostname,installation script will detect your IP, if it can, enter your IP, if it is not detected, or if your are behind a gateway, such as an ADSL modem.
While installing, you will be asked for your MySQL password. If it is empty, or if you installed MySQL the first time, just press enter; if it is not empty, enter your pass when prompted.
The installer asks you some questions, such as your desired password for admin password, ehcp mysql user password. you can choose any password for them. But make sure that mysql root password is is correct for your server. if you dont have mysql installed before, then ehcp will take care of that..
Installation mainly uses apt-get to install components, and makes any additional settings that are needed. At the end, you will be provided with the ehcp login page in your Firefox window, if you are on your local machine, otherwise, you need to connect to your new webserver by entering the IP address of you server, such as: http://yourip/vhosts/ehcp
Your default admin username: adminDefault admin pass: 1234
You may change your admin pass after the first login.

You may find more information on www.ehcp.net or http://www.ubuntuforums.org/forumdisplay.php?f=180.

How to encrypt an USB Drive using BitLocker for windows

If you want to protect your USB drives, then BitLocker will definitely help you and it’s very easy to use it. Fortunately, BitLocker comes preinstalled with Windows, so you will only have to follow this steps, to encrypt your USB Drive:
1.Plug in your USB Drive.
2.Go to My Computer.
3.Right click on the USB Drive.
4.Go to Turn on BitLocker.
5.Choose whether or not you want to backup your USB Drive. This can be helpful if you forget your password.
6.Click Next.
7.Select Start Encrypting.
8.Your Drive is now encrypted.
Now when you plug in your USB drive you will have to enter the password to open it. After you type the password, the BitLocker To Go Reader window will open and you will have to extract the data from your USB Drive.

How to increase internet Explorer 8 Speed.

To speed it up, follow those steps:
1.Download the file here.
2.Right click the file and choose “install”.
3.Click “open”.
4.Press Start + R.
5.Type CMD.
6.Press Enter.
7.Type regsvr32 actxprxy.dll.
8.Click ok in the Windows that will open.
9.Close the Command Promp.
10.Reboot the computer
Now you are done, your Internet Explorer 8 should load much faster.

Sociofluid