February 25, 2009
If you ever need to find the uptime of a Windows computer, just do the following:
Start – Run
Type: cmd
Type: systeminfo
Near the beginning you will see the uptime of the Windows computer/server.
Tags:
server-administration,
windows,
windows server
(1) Comment
Filed under: Uncategorized by — aaron @ 9:58 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
(1) Comment
Filed under: Uncategorized by — aaron @ 4:31 pm