Partition Image is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example), … Partitions can be saved across the network since […]
Continue reading…
Monthly Archives: December 2006
Shows source-package information apt-show-source
This program parses the APT lists for source packages and the dpkg status file and then lists every package with a higher version number than the one installed.
Continue reading…
Recursively lists package dependencies Using apt-rdepends
apt-rdepends searches through the APT cache to find package dependencies. apt-rdepends knows how to emulate the result of calling apt-cache with both depends and dotty options.
Continue reading…
SSH your Debian servers without password
Secure Shell is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. It is intended as a replacement for telnet, rlogin, rsh, and rcp. For SSH2, there is […]
Continue reading…