June 5, 2008
To uninstall a package on Gentoo:
#emerge –unmerge <application>
Tags:
gentoo,
linux,
system administration
(1) Comment
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
No Comments
Filed under: Uncategorized by — aaron @ 10:06 pm
June 1, 2008
If you need to reconfigure an IP address of XenServer via the command line.
xe pif-reconfigure-ip uuid= mode=static IP= gateway= netmask=
If using DHCP for assigning IPs, then,
#xe pif-reconfigure-ip mode=dhcp uuid=
If using STATIC then,
#xe pif-reconfigure-ip mode=static DNS= gateway=<IP of Gateway> IP= netmask= uuid=
If a server has multiple network cards you can use the following commands to assist in establishing the active link:
xe pif-plug uuid
xe pif-list
Tags:
vds,
xen,
XenServer
No Comments
Filed under: Uncategorized by — aaron @ 5:52 pm