1. Disable hardware tertentu..gunakan cheat codes berikut
- Quote :
- acpi=off
nohotplug
nopcmcia
noagp
2. Disable DMA
- Quote :
- nodma
3. Ane gatau ini ngejelasinnya gimana, tapi ini sama seperti mendisable fitur automounting
- Quote :
- noauto
4. Jangan mount semua harddisk
- Quote :
- nohd
5. Jangan mount cd drive
- Quote :
- nocd
6. mute volume
- Quote :
- nosound
7. load slax dari lokasi lain
- Quote :
from=/dev/hda1/Slax.iso
from=path/to/Slax.iso
from=/dev/hda1
from=path/to/Slax/
8. Ganti password
- Quote :
- passwd=password baru
9. Minta user untuk memasukkan password baru setiap kali booting
- Quote :
- passwd=ask
10. Semua perubahan yang anda lakukan di dalam slax akan tersimpan di dalam memory selama anda belum melakukan reboot..perintah ini digunakan untuk merubah default lokasi "perubahan yang anda lakukan" tersebut
- Quote :
changes=/dev/device
changes=/dev/device/file.dat
changes=/path/
changes=/path/file.dat
changes=/dev/device/path/
11. copy semua file /module ke ram..anda membutuhkan sedikitnya 320Mb space untuk melakukan ini..well, ini akan memperlambat proses shutdown..tapi ini bermanfaat untuk mempercepat slax
- Quote :
toram
copy2ram
13. load module dari cd / lokasi lain
- Quote :
- load=nama_module
14. Disable loading module
- Quote :
- noload=module
noload=module[1];module[n]
15. enable debug mode
- Quote :
- debug
16. eksekusi command tertentu
- Quote :
- autoexec=...
autoexec=startx
autoexec=xconf;startx
autoexec=xconf;startx;reboot