1. Open the network configuration file (pico /etc/network/interfaces) Check the name of your network interface. You should see a line similar to this one: “iface eth0 inet static”. In my case the name is eth0. Add these lines to the end of the file: auto eth0:1 iface eth0:1 inet static address 192.168.1.3 netmask [...]
Ástþór IP
Debian has released a stable version of Debian 5.0 (lenny). If you’re running previous version of Debian, you can easily upgrade. 1. Update all packages currently installed to the latest etch versions apt-get update apt-get upgrade
admin
By default Debian etch 32bit allows a maximum of 4 GB RAM. The limit can be raised up to 64 GB with a single apt-get command / kerenl update: apt-get install linux-image-2.6-686-bigmem That’s it, reboot your system and you will be able to install up to 64GB of RAM to your system.
admin
Compiling the kernel from source on Debian is actually pretty simple thing to do. This guide has been tested on standard etch installation but will probably work on other versions and debian-like operating systems. The system is easy to break if not done right, compile and install the kernel at your own risk! Install required packages [...]
admin
Search installed packages: apt-cache search package Get details about a specific installed package: apt-cache show package
admin
Last updated April 6, 2014 Compatible releases etchlennysqueezewheezy Notice This tutorial is for older Debian versions and may not work for current versions. Please refer to the links below to find a newer tutorial. How to add a new hard disk or partition using UUID and ext4 filesystem Adding a additional hard disk to your workstation [...]
Ástþór IP