August 14th, 2008 by admin
As you might already know, dell is now releasing two new laptops that can accomodate Linux and Windows. One is Studio15 and another is XPS1330. The linux used is Ubuntu.
You may find the specifications and it’s price below:
Studio 15 model comparison:
Intel Core2Duo T5750 (2GHz/667MHz FSB/2MB Cache)
4GB DDR2 RAM
15.4” LCD (1280×800)
Intel X3100 Graphics
250GB SATA HDD
8X DVD-RW
6-Cell Battery
Wireless Card, Bluetooth, Webcam
OS: Vista $899
OS: Ubuntu Linux $819
While the second model is:
XPS 1330 model comparison:
Intel Core2Duo T5850 (2.16GHz/667MHz FSB/2MB Cache)
4GB DDR2 RAM
15.4” LCD (1280×800)
128MB Geforce 8400 Graphics
320GB SATA HDD
8X DVD-RW
6-Cell Battery
Wireless Card, Bluetooth, VGA Webcam
OS: Vista $1493
OS: Ubuntu Linux $1343
If i want to buy, then i think i will buy the vista version and install ubuntu as my alternative operating system. Because not all of my softwares can run above Ubuntu.
But i think i will use ubuntu as my primary operating system for internet. Since it’s safer? is it true that Linux is safer? ha ha ….LoL
Tags:dell, ubuntu
August 3rd, 2008 by admin
First, login to your ubuntu. then:
- execute sudo gedit /boot/menu.lst
- The content will look like this
…
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify ’saved’ instead of a number. In this case, the default entry
# is the entry saved with the command ’savedefault’.
# WARNING: If you are using dmraid do not use ’savedefault’ or your
# array will desync and will not let you boot your system.
default 0
…….
…….
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=1737620b-6d81-47bd-9247-77ab2c121b8b ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=1737620b-6d81-47bd-9247-77ab2c121b8b ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, kernel 2.6.24-18-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=1737620b-6d81-47bd-9247-77ab2c121b8b ro quiet splash
initrd /boot/initrd.img-2.6.24-18-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-18-generic (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=1737620b-6d81-47bd-9247-77ab2c121b8b ro single
initrd /boot/initrd.img-2.6.24-18-generic
…..
…..
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
- You have to change the “default 0″ option to option for windows.
- For example above, you should change “default 0″ to “default 5″ and the work is done.
Tags: linux, ubuntu, booting sequence
Here’s the steps:
- Install dpkg-dev by $ sudo apt-get install dpkg-dev.
- plug in the usb flash disk and mount it to /media/disk (usually it’s automatically detected)
- Ciot /var/cache/apt/archieves that have .deb extension to usb flash disk by executing cd ke /var/cache/apt/archives and then sudo cp *.deb /media/disk
- Execute $ sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
Now your usb flash disk can be used as repository source on synaptic.
Tags: synaptic, ubuntu flash disk, linux flash disk
I have installing it perfectly and everything is just works…But suddenly when i see my WiFi, it’s not working….. After some browsing, i found out that HP Pressario C767 is using Antheros just like Acer 4520. So i have to use ndiswrapper to diswrap the antheros driver for windows so the wifi will be recognized in Ubuntu.
To download the Antheros driver for Linux, click the download section from here. After you have downloaded it, extract to a place on your hard disk. Then use ndisgtk:
Click System > administration > windows wireless driver, browse for the .inf driver for atheros
After that, you may configure the Wifi by clicking system > administration > network settings.
Tags : ndiswrapper, antheros wifi, antheros, wifi on ubuntu, ubuntu 8.04, pressrario C767, HP Pressario, Linux