WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
1.2 KiB

WareLogging. Useful things on a Debian GNU/Linux system. Also some stuff under [Ubuntu].
* http://canonical.org/~kragen/setting-up-keyboard.html
* http://www.debian-administration.org/
general package management
--------------------------
apt-cache search whatever
mixed system
------------
[http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-default-version How to keep a mixed system]. Useful if you don't want to risk hosing your entire system by running unstable, but need some packages it contains. Basically, put something like:
APT::Default-Release "version";
Where version is one of stable, testing, or unstable in /etc/apt/apt.conf. Then add a source for that version to /etc/apt/sources.list. You can now get stuff from the appropriate version by doing:
apt-get -t ''distribution'' install packagename
This can also sometimes get you out of those weird dependency traps that a big upgrade will often generate.
useful packages
---------------
* [http://docs.php.net/en/install.unix.debian.html Command-line PHP] - Short version: apt-get install php5-cli
* aumix: quick and dirty console mixer; change those volume settings up - apt-get install aumix
* makedepend: apt-get install xutils-dev