Debian tricks
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m (Category: Debian) |
|||
| Line 1: | Line 1: | ||
| + | ==Configure apt-get== | ||
*Change the sources of apt (HTTP, FTP, CD-ROM... and Servers): | *Change the sources of apt (HTTP, FTP, CD-ROM... and Servers): | ||
apt-setup noprobe | apt-setup noprobe | ||
| Line 5: | Line 6: | ||
/etc/apt/sources.list | /etc/apt/sources.list | ||
| + | You can also install netselect-apt, that will automaically generate a sources.list using with the fastest server from the ones avalable. Then you can replace/merge that new file with the /etc/apt/sources.list file. | ||
| + | |||
| + | ==Locales== | ||
*Install languages for Debian (Man, Nano...): | *Install languages for Debian (Man, Nano...): | ||
apt-get install locales | apt-get install locales | ||
Revision as of 20:02, 24 May 2007
Configure apt-get
- Change the sources of apt (HTTP, FTP, CD-ROM... and Servers):
apt-setup noprobe
- Or/and edit file:
/etc/apt/sources.list
You can also install netselect-apt, that will automaically generate a sources.list using with the fastest server from the ones avalable. Then you can replace/merge that new file with the /etc/apt/sources.list file.
Locales
- Install languages for Debian (Man, Nano...):
apt-get install locales
- Change the timezone of Debian:
tzconfig

