<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hype-o-thetic?com &#187; linux</title>
	<atom:link href="http://hype-o-thetic.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://hype-o-thetic.com</link>
	<description>my notes</description>
	<lastBuildDate>Wed, 14 Jul 2010 01:23:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9038</generator>
		<item>
		<title>Ping Ubuntu hostname from Windows (winbind+samba)</title>
		<link>http://hype-o-thetic.com/2010/02/19/ping-ubuntu-hostname-from-windows-winbindsamba/</link>
		<comments>http://hype-o-thetic.com/2010/02/19/ping-ubuntu-hostname-from-windows-winbindsamba/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:17:44 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=466</guid>
		<description><![CDATA[Here&#8217;s a procedure I found on taesch.com to ping a Ubuntu machine by the hostname from a Windows PC: sudo vi /etc/nsswitch.conf hosts: files wins dns sudo aptitude install winbind sudo aptitude install samba SOURCE: http://taesch.com/my-digital-life/cant-ping-ubuntu-hostname-from-windows-xp-setup-winbind]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2010/02/19/ping-ubuntu-hostname-from-windows-winbindsamba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diskless HTPC using DD-WRT (PXE), Ubuntu/XBMC and FreeNAS (TFTP, NFS)</title>
		<link>http://hype-o-thetic.com/2009/09/20/diskless-htpc-using-dd-wrt-pxe-xbmc-and-freenas-tftp-nfs/</link>
		<comments>http://hype-o-thetic.com/2009/09/20/diskless-htpc-using-dd-wrt-pxe-xbmc-and-freenas-tftp-nfs/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 19:46:38 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[htpc]]></category>
		<category><![CDATA[hype]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=327</guid>
		<description><![CDATA[Given that I spent time and money on my FeeNAS node, I want to maximize its usage, so when a friend told me that I can use PXE and NFS to boot a diskless computer from the network, I thought it was the perfect opportunity to try somehing new and activate some more services under [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/09/20/diskless-htpc-using-dd-wrt-pxe-xbmc-and-freenas-tftp-nfs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu: ethtool permanent 1000baseTX full-duplex</title>
		<link>http://hype-o-thetic.com/2009/08/01/ubuntu-ethtool-permanent-1000basetx-full-duplex/</link>
		<comments>http://hype-o-thetic.com/2009/08/01/ubuntu-ethtool-permanent-1000basetx-full-duplex/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 18:15:53 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=180</guid>
		<description><![CDATA[vi /etc/init.d/1000Mbs #!/bin/sh ETHTOOL=&#34;/usr/sbin/ethtool&#34; DEV=&#34;eth0&#34; case &#34;$1&#34; in start) echo -n &#34;Setting eth0 speed 1000 full-duplex...&#34;; $ETHTOOL -s $DEV speed 1000 duplex full autoneg on; echo &#34; done.&#34; ;; stop) ;; esac exit 0 update-rc.d 1000Mbs defaults SOURCE: http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/08/01/ubuntu-ethtool-permanent-1000basetx-full-duplex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Jaunty: ATI Radeon HD 2400 XT working in dual head with compiz! (Catalyst 9.7)</title>
		<link>http://hype-o-thetic.com/2009/07/29/ubuntu-jaunty-ati-radeon-hd-2400-xt-working-in-dual-head-with-compiz-catalyst-97/</link>
		<comments>http://hype-o-thetic.com/2009/07/29/ubuntu-jaunty-ati-radeon-hd-2400-xt-working-in-dual-head-with-compiz-catalyst-97/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:13:06 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=172</guid>
		<description><![CDATA[1 &#8211; Compile and install driver: Source: http://wiki.cchtml.com/ sudo aptitude install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms sh ati-driver-installer-9-7-x86.x86_64.run --buildpkg Ubuntu/jaunty sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb 2 &#8211; Generate base xorg.conf: sudo aticonfig --initial=dual-head sudo aticonfig --dtop=horizontal Note: you can do &#8220;dpkg-reconfigure xserver-xorg&#8221; to reset you xorg.conf to default values. 3 &#8211; [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/07/29/ubuntu-jaunty-ati-radeon-hd-2400-xt-working-in-dual-head-with-compiz-catalyst-97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Jaunty: ATI Radeon HD 2400 XT working in dual head (Catalyst 9.6)</title>
		<link>http://hype-o-thetic.com/2009/06/18/ubuntu-jaunty-ati-radeon-hd-2400-xt-working-in-dual-head-catalyst-96/</link>
		<comments>http://hype-o-thetic.com/2009/06/18/ubuntu-jaunty-ati-radeon-hd-2400-xt-working-in-dual-head-catalyst-96/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 19:30:06 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=41</guid>
		<description><![CDATA[1 &#8211; Compile and install driver: Source: http://wiki.cchtml.com/ sudo aptitude install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms sh ati-driver-installer-9-6-x86.x86_64.run --buildpkg Ubuntu/jaunty # i386 sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb # AMD64 sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb 2 &#8211; Generate xorg.conf: sudo aticonfig --initial=dual-head --screen-layout=right sudo aticonfig --dtop=horizontal --overlay-on=1 sudo aticonfig --xinerama=on Note: [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/06/18/ubuntu-jaunty-ati-radeon-hd-2400-xt-working-in-dual-head-catalyst-96/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux delete/reset old eth0 network card</title>
		<link>http://hype-o-thetic.com/2009/06/15/linux-deletereset-old-eth0-network-card/</link>
		<comments>http://hype-o-thetic.com/2009/06/15/linux-deletereset-old-eth0-network-card/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 04:07:24 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/2009/06/15/linux-deletereset-old-eth0-network-card/</guid>
		<description><![CDATA[When you add a new network card in your linux box and remove the old one, the new card will be named eth1. If you want to change it back to eth0, you can edit the file &#8220;70-persistent-net.rules&#8221; to remove the old eth0 card line and also remove the new eth1 line: vi /etc/udev/rules.d/70-persistent-net.rules Then [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/06/15/linux-deletereset-old-eth0-network-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NoMachine FreeNX &#8211; NX Free Edition</title>
		<link>http://hype-o-thetic.com/2009/04/26/nomachine-freenx-nx-free-edition/</link>
		<comments>http://hype-o-thetic.com/2009/04/26/nomachine-freenx-nx-free-edition/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 18:49:00 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=18</guid>
		<description><![CDATA[https://help.ubuntu.com/community/FreeNX]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/04/26/nomachine-freenx-nx-free-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Send e-mail through your ISP with smtp</title>
		<link>http://hype-o-thetic.com/2009/03/03/ubuntu-send-e-mail-through-your-isp-with-smtp/</link>
		<comments>http://hype-o-thetic.com/2009/03/03/ubuntu-send-e-mail-through-your-isp-with-smtp/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 14:54:06 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=17</guid>
		<description><![CDATA[dpkg-reconfigure exim4-config Choose: &#8220;mail sent by smarthost; received via SMTP or fetchmail&#8221;]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/03/03/ubuntu-send-e-mail-through-your-isp-with-smtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux: Backup and restore your system!</title>
		<link>http://hype-o-thetic.com/2009/02/28/linux-backup-and-restore-your-system/</link>
		<comments>http://hype-o-thetic.com/2009/02/28/linux-backup-and-restore-your-system/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 14:09:14 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/2009/02/28/linux-backup-and-restore-your-system/</guid>
		<description><![CDATA[Get root access: sudo su To backup: tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys / To restore: tar xvpfz backup.tgz -C / Source: http://ubuntuforums.org/showthread.php?t=35087 To backup on an other mount: tar cvpzf /mnt/data/backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/mnt --exclude=/sys /]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/02/28/linux-backup-and-restore-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu-Gnome minimal install with &#8220;alternate installer&#8221;</title>
		<link>http://hype-o-thetic.com/2009/02/14/ubuntu-gnome-minimal-install-with-alternate-installer/</link>
		<comments>http://hype-o-thetic.com/2009/02/14/ubuntu-gnome-minimal-install-with-alternate-installer/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 20:14:29 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/2009/02/14/ubuntu-gnome-minimal-install-with-alternate-installer/</guid>
		<description><![CDATA[Use the Ubuntu &#8220;alternate installer&#8221; disc At the start menu press F4 and select &#8220;Install a commande-line system&#8221; Complete the installation process After add the gnome-core package and gdm: aptitude install gnome-core gdm Voilà!]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/02/14/ubuntu-gnome-minimal-install-with-alternate-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
