Debian server

I use my home Debian server as router, firewall, NAS and HTPC. I have installed system on SSD drive and data are on two LUKS encrypted WDC 2TB drives in RAID1. System in installed as Debian basic server, the rest of the packages was installed and configured the way as it follows. System drive: 32 … Read more

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