I've been jumping back and forth between a few OSes lately and I keep typing the wrong thing at the prompts for day to day admin. So I'm putting it here so I don't forget :-)
This is the commands for general update current packages, install new packages etc type stuff
Gentoo Linux:
update: emerge --sync && emerge -DuN --keep-going world
install: emerge --sync && emerge packagename
search: emerge --sync && emerge -s name
or emerge --sync && emerge --searchdesc
FreeBSD (9.1 if it makes a difference)
packages (pre-compiled)
update: freebsd-update --
and for ports (from source)
update: portsnap fetch update && portupgrade -a
install: cd /usr/ports/catagory/package && make WITH_LDAP="YES" install clean
Centos 6.3
update: yum check-update && yum update
install: yum install packagename
search: yum search
More to come..
Subscribe to:
Post Comments (Atom)
Gentoo grub-probe not working
I have a bunch of history commands I run when I d a new kernel etc and one stopped working. grub-mkconfig would fail with grub-probe for /....
-
We still see this one occasionally. Had one case where we needed to get a policy on but couldn't reboot the firewall. So, tried a few ...
-
I gave Windows 10 another try tonight and after some pretty hefty updates I still have the same issues as before. Same hardware on Windows ...
-
I couldn't find a simple guide for this so here it is... I have Ubuntu 12.04 with btrfs as my main FS. Once Windows was install Ubunt...
No comments:
Post a Comment