Debian
Change the Default Editor From Nano on Ubuntu Linux
Submitted by TimBruce on Sat, 2007-07-28 18:14.Many of the utilities in Ubuntu Linux use a text editor to allow you to edit configuration options and files. An example of this is using the crontab command, which allows you to edit your cron jobs using the default editor.
It's really easy to set the default editor using the update-alternatives command. Open up a terminal window and type in the following command:
Linux Distributions
Submitted by TimBruce on Sat, 2006-08-12 12:45.These are the Linux distributions I've downloaded over time. Most of these are standard ISO files, although some distributions may have additional documentation or MD5 files with them.
As I continue to download them, I will provide links to documentation and the MD5 files.
Shortly, I will place more information about MD5 hashes, on the utilities web page.
Additional information can be obtained from DistroWatch (http://www.distrowatch.com)
Damn Small Linux
- 1. v0.4.4
- 2. v0.5.1
DSL v0.4.4 (Main Disk Image)
MD5SUM
Summary Info
Patching Debian
Submitted by TimBruce on Fri, 2006-03-10 00:16.Debian is a great Linux distro, and I'm not the only person who believes this to be true. I am not willing to discuss whether Debian is better or worse than any other linux distribution as that debate will take months or longer, and there are shortcomings of Debian like any other distribution.
That said, there is an easy way to ensure your copy of Debian is kept current with the latest security patches.
1. Login as root (or more appropriately, su to the root account).
Cloning a Debian System
Submitted by TimBruce on Thu, 2006-03-09 23:54.Sometimes when you're building a system, you want to be able to close the list of packages that are installed on another system.
Debian provides some great utitlities to manage their packaging system (apt, synaptic, etc). They also provide the dpkg suite of utilities as well. In this case, the command:
dpkg --get-selections
will return a list of packages that are currently installed on the system.
