Debian |
---|
1 - Packages for Debian
a/ Old Versions- apt-get update: update the list of the packages that you can download from internet. It is good to do it once a month.
- apt-get install name: install the package name with all the dependencies
- apt-get upgrade : upgrade all installed packages. It is good to do it once a month.
- apt-cache search name: look for packages with name similar to name
- aptitude update
- aptitude install
- aptitude upgrade
- dpkg-reconfigure
2 - Install a new version of the rtai module
A few usefull commands:
- lsmod
- rmmod name
- insmod name.o
- /lib/modules/kernel_version/rtai/name.o
3 - Linux tricks
- Library search to link
- Re-install all packages
History |
---|
February 2007
- Installation Sarge (Xavier Grave, IPN)
August 2007
- Installation Mozilla - Firefox
- Installation of the ftp server ProFTP. One easy solution to install a ftp server is to follow the instructions of the web site http://www.debian-administration.org/articles/228
Avril 2008
- edit /etc/apt/sources.list. The final file should look like that:
#deb http://ftp2.fr.debian.org/debian/ unstable main#deb http://ftp.sunet.se/pub/os/Linux/distributions/debian/ testing main #deb-src http://ftp.sunet.se/pub/os/Linux/distributions/debian/ testing main
#deb http://security.debian.org/ testing/updates main deb http://ftp.fr.debian.org/debian/ sarge main deb-src http://ftp.fr.debian.org/debian/ sarge main #deb http://ftp.fr.debian.org/debian testing main contrib non-free deb http://ftp.fr.debian.org/debian sarge main contrib non-free deb-src http://ftp.fr.debian.org/debian sarge main contrib non-free deb http://security.debian.org/ sarge/updates main contrib non-free deb-src http://security.debian.org/ sarge/updates main contrib non-free
- Update database
aptitude update
- Upgrade files
aptitude upgrade