UtamaBeritaTutorialBlogTool


Category: Linux

Kernel.org is back online

Posted By: azhar on October, 07 2011

After a month of being offline caused by security breach at Kernel.org, they’re now back. However, they had to take some time to reconstruct the site in order to improve their system for developers and users.

For the time being, only www.kernel.org and git.kernel.org will be online. All developer git trees have beed removed from git.kernel.org and will be put back again as the relevant developers regain access to the system.

Source: Kernel.org


No Comment | Category: Kernel, Linux

Menjalankan aplikasi Linux di dalam Windows

Posted By: azhar on February, 25 2008

?andLinux

Anda seorang penggemar Linux tetapi sering menggunakan Windows untuk kerja-kerja seharian? Ada berita baik untuk anda.

Selain menjalankan Linux di dalam Windows menggunakan produk-produk emulator seperti VMware dan VirtualBox, terdapat distribusi Linux yang dinamakan andLinux membolehkan anda menjalan aplikasi Linux di atas pelantar Windows sambil kedua-dua sistem operasi Windows dan Linux berjalan secara serentak.

andLinux akan didatangkan dengan dua perasa; satu dengan sistem KDE dan satu lagi dengan sistem berasaskan XFCE.

http://www.andlinux.com


No Comment | Category: Linux

Turn off ICMP echo response

Posted By: azhar on September, 21 2007

To avoid malicious attacks from ping, you may disable ICMP echo response by adding the following lines to /etc/sysctl.conf file.

net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_echo_ignore_all = 1

Then run the following command:

# sysctl -p


No Comment | Category: Linux

Tukar hostname dalam Linux

Posted By: azhar on February, 01 2007

Untuk tukar hostname dalam Linux,kita boleh issue command hostname

Macam mana nak tahu current hostname?

hostname

Macam mana nak tahu FQDN dalam sistem?

hostname --fqd

Macam mana nak tukar hostname?

hostname NAMA_BARU


No Comment | Category: Linux