Posted on June 15, 2008 by samiux
I am using 32-bit Ubuntu 8.04 LTS SE. I have 4 GB RAM and want to use it all. How to do this? I will show you how.
sudo apt-get install linux-restricted-modules-server
sudo apt-get install linux-ubuntu-modules-2.6.24-18-server
sudo apt-get install linux-image-2.6.24-18-server
sudo apt-get install linux-headers-server
sudo apt-get install linux-image-server linux-server
That’s it.
I even can use the nvidia-glx-new driver with [...]
Filed under: Linux, Ubuntu, debian | 3 Comments »
Posted on June 12, 2008 by samiux
Ubuntu is fast out of the box. However, we can make it more faster.
Step 1 :
Add the following lines to /etc/sysctl.conf if you have 512MB RAM or more :
kernel.sem = 250 32000 100 128
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
# If you have more than 512MB RAM, use this setting (uncomment it and comment [...]
Filed under: General, Linux, Ubuntu, debian, fedora | 4 Comments »
Posted on June 11, 2008 by samiux
The /boot and / is set to 8GB CF card on RAIDON CF card enclosure which acts as a SATA hard drive. Meanwhile, /home, /tmp, /var and swap is set to a 320GB SATA hard drive. It boots fast and stable.
Today, I encountered GRUB Error 18 when booting my desktop computer up. I searched the [...]
Filed under: General, Linux, Ubuntu, debian, fedora | Leave a Comment »
Posted on June 9, 2008 by samiux
Open movie website :
http://www.bigbuckbunny.org/
Filed under: Eee PC, General, Linux, Ubuntu, debian, fedora | Leave a Comment »
Posted on June 1, 2008 by samiux
Install Ubuntu is very easy, let’s see …..
Read these :
English
Traditional Chinese
Or, you can try Wubi to install Ubuntu on Windows system.
Join us!!!
Filed under: Ubuntu | Leave a Comment »
Posted on June 1, 2008 by samiux
Do you want your Ubuntu 8.04 running faster or even booting faster?
Read this :
How to set up Hardy for speed
Speeeeedy!!!
Filed under: Ubuntu | Leave a Comment »
Posted on June 1, 2008 by samiux
When you do update your Ubuntu 8.04 recently, the kernel will be updated to 2.6.24-17 and Virtualbox refuses to run.
How to fix this problem? Just issue the following commands to fix it.
sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`
sudo /etc/init.d/vboxdrv setup
Your Virtualbox works again!
Filed under: Linux, Ubuntu, debian, fedora | 1 Comment »