August 11, 2009
To install the dig command on Gentoo, run the following command:
emerge bind-tools
Tags:
gentoo,
linux,
server-administration
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 8:57 pm
February 25, 2009
To install Webmin on a new installation of Gentoo, you can do the following:
Sync your list of available packages:
emerge –sync
Upgrade/Install Portage:
emerge portage
Install Webmin
emerge webmin
Start Webmin
/etc/init.d/webmin start
If you want Webmin to start automatically when your server/VPS boots:
eselect rc add webmin default
Tags:
gentoo,
linux,
server-administration
Related posts
(1) Comment
Filed under: Uncategorized by — aaron @ 4:31 pm
June 5, 2008
To uninstall a package on Gentoo:
#emerge –unmerge <application>
Tags:
gentoo,
linux,
system administration
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 10:17 pm
June 5, 2008
The basic way to upgrade Gentoo, is the following:
# emere –sync
Once this has been competed:
# emerge -uDv world
Tags:
gentoo,
linux,
server-administration
Related posts
No Comments
Filed under: Uncategorized by — aaron @ 10:06 pm