Welcome to the private homepage of Stephan Klimek. Mainly this a place to publish articles of my current interests, to host some of my software projects in development and to provide some personal stuff. This site was developed using the excellent dokuwiki framework. For further info you can have a look at the Inprint page and use this Contact form for any feedback or requests.

Wiki Index

Debian

Localization

Change default language for the console:

  1. Edit /home/USERNAME/.bash_profile
  2. Add the line export LANG=de (example given for German)

Change keyboard for the console:

$ dpkg-reconfigure console-data

Determine own IP address

$ ifconfig eth0 | grep 'inet add' | awk '{print $2}' |cut -d ' ' -f 12 | cut -d: -f 2

Static IP (no DHCP)

Here is an example of a /etc/network/interface file defining static IP net access:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
 
# The primary network interface
auto eth0
iface eth0 inet static
#iface eth0 inet dhcp
address 192.168.130.131
netmask 255.255.255.0
network 192.168.130.0
broadcast 192.168.130.255
gateway 192.168.130.79

For vmware there might be additional changes necessary in the host OS network settings (windows→control→network).

wiki/tools/debian.txt · Last modified: 2007-01-01 16:50 by admin
init24.de = chi`s home Mac OS X Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Valid CSS Valid XHTML 1.0 Recent changes RSS feed