Linux mini-howto

# Linux je operační systém s monolitickým jádrem. Moduly jsou objektové soubory, dynamické části jádra. Umožňují rozšířit za běhu funkce stávajícího jádra (LKM = Linux Loadable Kernel Module). # daemons basic operations /etc/init.d/apache status /etc/init.d/apache restart # filter file content cat /var/log/… | grep (192.168….) -v 9190 | grep 192.168…. | more tail -f /var/log/… … Read more

Installation of new computer

Installation Installation of new computer (Debian Testing) Installation images (Debian Testing) Installation images AMD64 (STABLE / unofficial / non-free / including-firmware) Installation images AMD64 (TESTING / unofficial / non-free / including-firmware) Create installation USB: dd if=firmware-9.3.0-amd64-netinst.iso of=/dev/sdX During installation, do NOT fill in root password, account will be disabled and new user will be member … Read more

Linux on USB flashdisk

http://www.cyrius.com/debian/nslu2/linux-on-flash.html If you are running your Linux system on a USB flash key, there are a number of things you might want to do in order to reduce the wear and tear on the underlying flash device (as it only supports a limited number of writes). The ext3 filesystem per default writes metadata changes every … Read more