Debian is another GNU/Linux distribution done by the non commercial Community for the OpenSource Community.

Debian / [[RzR]]

SUPPORT

DEBIAN UTILS

apt-setup
apt-get install
apt-get update
apt-get upgrade
apt-cache search apt

bugs ?

sudo apt-get -f install sudo apt-get remove –purge $package sudo dpkg -r -P –force-all $package

[[Kernel]] drivers

apt-get install module-assistant
m-a auto-install [[unicorn]]

a la place de :

cd /usr/src/ && tar xfvz unicorn.tar.gz
cd /usr/src/kernel-headers-`uname -r`
make-kpkg modules
[[make-kpkg]] # for building [[Linux]] [[Kernel]] on Debian]]
dpkg -S sh
# configure
dpkg-reconfigure debconf
gkdebconf
# install remaining pkg
apt-get -m  -u upgrade --no-download
debfoster
# update-alternatives --config x-session-manager
# how do upgrade to sarge ?
apt-get update -t sarge
update-rc.d
invoke-rc.d
synaptic
invoke-rc.d ntpdate start

Moving ntpdate in the crontab, will make the boot process faster

update-rc.d -f ntpdate remove
# cat /etc/crontab
# 42  *   * * *   ntpdate ntp.cict.fr >> $LOG 2>> $LOG
ll /etc/rc3.d/*ntp*
lrwxrwxrwx  1 root root 20 2003-10-15 23:04 /etc/rc3.d/S23ntp-simple -> ../init.d/ntp-simple

http://www.rot13.org/~dpavlin/apt-iselect.html

Cache .deb : http://www.andesi.org/index.php?node=27

STABLE : add this to crontab

yes | apt-get update ; apt-get upgrade

to downgrade :

Tips

apt-get remove ` deborphan `
apt-get remove ` dpkg --get-selections *-dev | cut -f 1 `
aptitude remove ~poptional
aptitude remove ~pextra
apt-get remove kdelibs4-doc nexuiz-data kdelibs-data qt3-doc vim-runtime gnus libqcad0 xscreensaver frozen-bubble avidemux diveintopython gcc-3.3 qt3-dev-tools doxygen freewrl fftw3 graphviz gribi libqt3-headers gcc-2.95 docbook jikes gnuplot-nox gcc
PACKAGE=atitvout 
svn co svn+ssh://${USER}-guest@svn.debian.org/svn/collab-maint/deb-maint/${PACKAGE}/trunk ${PACKAGE}

MISC

MORE

debian.txt · Last modified: 2022/11/29 11:41 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki