Skip to content

{ Tag Archives } debian

Steps for linux installation over Network

REDHAT 5 In this example we would be to install Redhat5 Linux steps: 1.Create or download ISO image for RH5 2.Create a directory in your web root: /srv/www/linux/RH5/i386 3.Mount the DVD ISO image to the web root: -mount -t iso9660 -o loop RH5.iso /srv/www/linux/RH5/i386 4. Test access the Directory PATH using a web browser — […]

Also tagged , ,

changing the language & keyboard on Debian

1.) dpkg-reconfigure locales => choose language => de_DE … => 2.) dpkg-reconfigure console-data => OK => choose the Keymap => querz => German => Standard => latin1 – no dead keys => OK

Also tagged ,