Articles tagged with: Linux
Uncategorized »
The Ext4 filesystem, which was officially declared stable in Linux kernel 2.6.28, is now available in the latest Ubuntu 9.04 daily CD builds. Preliminary benchmarks show that it delivers significantly better performance.
More: continued here
Uncategorized »
It’s a common misconception that Linux doesn’t have applications for day to day computing, nothing can be further from the truth. In fact I would wager that there is an alternative for any app/function out there. For Bittorrent, here’s all you need to know…
More: continued here
Uncategorized »
This Christmas Linux kernel release brings several great new features to Linux, and its improvements promise even more Linux desktop goodness in the future.
More: continued here
Uncategorized »
More: continued here Powered by SmartRSS
Uncategorized »
Linux is hitting the consumer product big time but while doing so, it’s hiding many of its most hobbyist friendly features.
More: continued here
Uncategorized »
objektif:
-menambah support terhadap sesuatu perkakasan misalnya bagi membenarkan kernel mencapai failsistem ntfs
Compile
1) download kernel baru “linux2.X.X.tar.gz”
2) mv linux2.X.X.tar.gz /usr/src/
3) tar xpvfz linux2.X.X.tar.gz
4) cd linux2.X.X
5) make mrproper
6) make xconfig
6) make dep
7) make clean make bzImage
9) make modules
10) make modules_install
11) cd arch/i386/boot dan cp bzImage /boot/vmlinuz
12) edit /etc/lilo.conf
13) run lilo yang sudah di editkan /sbin/lilo
14) Reboot / shutdown -r now
Patch
1. letak patch-2.4.x.tar.bz2 …