gentoo
Written by Kai Dietrich   
Tuesday, 02 January 2007

Useful gentoo commands(I tend to forget regularely)

emerge -auDNv world
short for: --ask --update --deep --newuse --verbose

equery uses -a <pkgspec>
lookup available useflags for package (app-portage/gentoolkit)

/etc/init.d/net.<nic>
incase you are looking for it, these are the network interface up/down scripts, use like normal deamon scripts

/etc/conf.d/net
config files for net scripts, see above


gentoo infos

Q: How do you install openntpd?
A: Install net-misc/ntp with useflag 'openntpd' set

 

Cool Gentoo Article

Linux.com - Gentoo Portage secrets - http://www.linux.com/articles/56270  

 

general useful linux commands

updating an existing "backup" (without overwriting existing files)

 

rsync --recursive --ignore-existing --delete --verbose SOURCE DEST

 

 

Last Updated ( Sunday, 13 January 2008 )