Posted on December 19, 2008 by samiux
I am using my IBM ThinkPad T23 with Ubuntu 8.10 in my office. However, the signal of the wireless connection in my office is very weak. In addition to the weak power of the laptop, the browsing speed is very slow and nearly halt.
We can solve this problem by doing some hacking.
Step [...]
Filed under: General, Linux, Ubuntu, debian, fedora | Leave a Comment »
Posted on December 16, 2008 by samiux
Some systems, like mine (nForce 570 Ultra chipset with SATA hard drives), will drop to busybox when booting up Ubuntu 8.10 in some occasion. The reason is Ubuntu 8.10 do not have enough time to load the essential modules before mounting the root filesystem of a SATA hard drive. This may happen to [...]
Filed under: Ubuntu | Leave a Comment »
Posted on December 15, 2008 by samiux
To protect your data in a directory is easy with Ubuntu 8.10.
Step 1 :
sudo apt-get update
sudo apt-get install ecryptfs-utils
Step 2 :
ecryptfs-setup-private
Step 3 :
For the first question that asking for login passphrase, please enter your login password.
Step 4 :
For the second question that asking for mount passphrase, please let the system generate one for you and [...]
Filed under: General, Linux, Security, Ubuntu, debian, fedora | Leave a Comment »
Posted on December 5, 2008 by samiux
Part A : Router – ZeroShell
To setup a Gigabit router, please follow the link below :
http://samiux.wordpress.com/2008/08/17/howto-home-made-wired-and-wireless-router-with-zeroshell/
Part B : IDS – EasyIDS
To setup a Intrusion Detection System (IDS), please follow the link below :
http://samiux.wordpress.com/2008/10/02/howto-intrusion-detection-system-made-easy/
Part C : IPS – Guardian
Step 0 :
ssh to EasyIDS.
ssh 192.168.0.200 -l root
Step 1 :
Go to http://www.chaotic.org/guardian/ to download Guardian. The current [...]
Filed under: General, Linux, Ubuntu, debian | Leave a Comment »