<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Crucial Paradigm Blog</title>
	<link>http://www.crucialp.com/blog</link>
	<description>Official Blog</description>
	<lastBuildDate>Fri, 06 Jun 2008 04:17:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to remove application/program Gentoo (emerge/unmerge)</title>
		<description><![CDATA[To uninstall a package on Gentoo:
#emerge &#8211;unmerge &#60;application&#62;
]]></description>
		<link>http://www.crucialp.com/blog/2008/06/05/how-to-remove-applicationprogram-gentoo-emergeunmerge/</link>
			</item>
	<item>
		<title>How to upgrade Gentoo (emerge)</title>
		<description><![CDATA[The basic way to upgrade Gentoo, is the following:
# emere &#8211;sync
Once this has been competed:
# emerge -uDv world
]]></description>
		<link>http://www.crucialp.com/blog/2008/06/05/how-to-upgrade-gentoo-emerge/</link>
			</item>
	<item>
		<title>Reconfiguring IP in XenServer via command line</title>
		<description><![CDATA[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=&#60;IP of Gateway&#62; IP= netmask= uuid=
If a server has multiple network cards you can use the following commands to [...]]]></description>
		<link>http://www.crucialp.com/blog/2008/06/01/reconfiguring-ip-in-xenserver-via-command-line/</link>
			</item>
	<item>
		<title>Ubuntu: Disabling Service on Startup</title>
		<description><![CDATA[A quick way to disable a service so it does not start while your Ubuntu machine is booting is:
#  update-rc.d -f &#60;service name to remove&#62;
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/28/ubuntu-disabling-service-on-startup/</link>
			</item>
	<item>
		<title>How to enable root login in Ubuntu 7/8</title>
		<description><![CDATA[If you are having trouble looking into root on Ubuntu 7 or 8, here is a quick way to enable root access:
# sudo passwd root
# sudo passwd -u root
Disable Root Login:
# sudo passwd -l root
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/28/how-to-enable-root-login-in-ubuntu-78/</link>
			</item>
	<item>
		<title>HyperVM: remote_authentication_failed / Can&#8217;t reset password in HyperVM</title>
		<description><![CDATA[Error: HyperVM: remote_authentication_failed
If you are receiving this error, and HyperVM won&#8217;t reset the password on the slave server, you can manually do this on the slave server using the following commands:
#  cd /usr/local/lxlabs/hypervm/httpdocs
# lphp.exe ../bin/common/resetpassword.php slave &#8216;password&#8217;
You then may need to force delete, and re-add the server with the new password.
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/27/hypervm-remote_authentication_failed-cant-reset-password-in-hypervm/</link>
			</item>
	<item>
		<title>Where did netconfig go? (CentOS/RHEL)</title>
		<description><![CDATA[I recently noticed that netconfig had recently disappeared from CentOS 5/RHEL 5 so did a bit of research and found that netconfig has been replaced by system-config-network.
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/26/where-did-netconfig-go-centosrhel/</link>
			</item>
	<item>
		<title>HyperVM: Kernel image does not exist: /boot/hypervm-xen-vmlinuz</title>
		<description><![CDATA[Error: HyperVM: Kernel image does not exist: /boot/hypervm-xen-vmlinuz
To fix this error, login to the HyperVM slave and run the following:
# cd /usr/local/lxlabs/hypervm/httpdocs
# lphp.exe ../bin/misc/fixfc6xen.php
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/26/hypervm-kernel-image-does-not-exist-boothypervm-xen-vmlinuz/</link>
			</item>
	<item>
		<title>What is the pcscd?</title>
		<description><![CDATA[Q: What is the pcscd used for on Linux?
A: The pcscd is used for manage connections to smart card readers.  You can disable this service unless you are using a smart card reader on your computer or server.
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/26/what-is-the-pcscd/</link>
			</item>
	<item>
		<title>What is hidd?</title>
		<description><![CDATA[Q: What is the hidd service on Linux used for?
A: hidd is the bluetooth H.I.D. server.  This is only required if you are using bluetooth on your computer or server.
]]></description>
		<link>http://www.crucialp.com/blog/2008/05/26/what-is-hidd/</link>
			</item>
</channel>
</rss>
