<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>hype-o-thetic?com</title>
	<atom:link href="http://hype-o-thetic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hype-o-thetic.com</link>
	<description>my notes</description>
	<lastBuildDate>Wed, 10 Mar 2010 03:02:23 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/ca/</creativeCommons:license>		<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>Acer EasyStore H340, the perfect FreeNAS box?</title>
		<link>http://hype-o-thetic.com/2010/01/19/acer-easystore-h340-the-perfect-freenas-box/</link>
		<comments>http://hype-o-thetic.com/2010/01/19/acer-easystore-h340-the-perfect-freenas-box/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:18:35 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=419</guid>
		<description><![CDATA[The Acer EasyStore H340 comes with 1 x 1TB HDD and room for three more drives (SATA-II). A low power Atom 230, 2 GB of Ram and an internal 256M flash storage to install FreeNAS 64 bits. This comes in a nice 7.9&#8243; (200mm) W x 7.1&#8243; (180mm) D x 8.3&#8243; (212mm) H casing.

I am [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2010/01/19/acer-easystore-h340-the-perfect-freenas-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS CIFS/Samba changing Guest Account &#8216;FTP&#8217; not working</title>
		<link>http://hype-o-thetic.com/2009/12/18/freenas-cifssamba-change-the-guest-account-ftp-not-working/</link>
		<comments>http://hype-o-thetic.com/2009/12/18/freenas-cifssamba-change-the-guest-account-ftp-not-working/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 19:55:36 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=414</guid>
		<description><![CDATA[Using FreeNAS 0.7 Khasadar (revision 4919) with CIFS/SMB Authentication Anonymous, I changed the Guest account for but it is not actually applying it to the configuration, it is a trivial bug and here&#8217;s a small dirty workaround.
1 &#8211; Create an excutable file containing this:

#!/bin/sh

# find and replace 'ftp' by 'transmission'
sed -i. 's/ftp/transmission/g' /etc/rc.d/samba

# restart samba [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/12/18/freenas-cifssamba-change-the-guest-account-ftp-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A PHP script to start a torrent and download it where the .torrent was located using Transmission JSON-RPC</title>
		<link>http://hype-o-thetic.com/2009/11/07/a-php-script-to-start-a-torrent-and-download-it-where-the-torrent-was-located-using-transmission-json-rpc/</link>
		<comments>http://hype-o-thetic.com/2009/11/07/a-php-script-to-start-a-torrent-and-download-it-where-the-torrent-was-located-using-transmission-json-rpc/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 18:25:55 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=390</guid>
		<description><![CDATA[I wrote this script because I never found a Transmission remote GUI that permits to start downloading a torrent in a specific directory.]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/11/07/a-php-script-to-start-a-torrent-and-download-it-where-the-torrent-was-located-using-transmission-json-rpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS: Services&#124;UPS &#8211;&gt; what to use as &#8220;Port&#8221;</title>
		<link>http://hype-o-thetic.com/2009/10/13/freenas-servicesups-what-to-use-as-port/</link>
		<comments>http://hype-o-thetic.com/2009/10/13/freenas-servicesups-what-to-use-as-port/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:29:18 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[FreeNAS]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=383</guid>
		<description><![CDATA[I&#8217;m writing a note to myself as I don&#8217;t have a UPS yet :)
The Port value can be set to &#8220;auto&#8221; as metionned here: http://jonathanbrown.me/my-freenas-project-part-5-the-config
Found another rerefence that confirms this:
- For newhidups: &#8220;auto&#8221; or whatever value as newhidups automagically probe for USB UPS.
SOURCE: http://people.freebsd.org/~thierry/nut_FreeBSD_HowTo.txt
]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/10/13/freenas-servicesups-what-to-use-as-port/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 FreeNAS!]]></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>0</slash:comments>
		</item>
		<item>
		<title>Tip: use rsync to convert filenames from/to UTF-8 &lt;&#8211;&gt; latin-1/ISO-8859-1</title>
		<link>http://hype-o-thetic.com/2009/09/13/tip-use-rsync-to-convert-filenames-utf-8-latin-1iso-8859-1/</link>
		<comments>http://hype-o-thetic.com/2009/09/13/tip-use-rsync-to-convert-filenames-utf-8-latin-1iso-8859-1/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 01:03:54 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=316</guid>
		<description><![CDATA[This will copy files with UTF-8 encoded characters filenames to new files with a ISO-8859-1 encoded filenames and, when everything is completed, will delete the old (UTF-8) files.
BE CAREFUL THIS IS NOT FOOL PROOF :) YOU MUST KNOW WHAT YOU ARE DOING TO NOT DOUBLE ENCODE THE CHARACTERS FILENAMES.
[cci]rsync SOURCE SAMEFORDESTINATION  &#8211;recursive &#8211;human-readable &#8211;stats [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/09/13/tip-use-rsync-to-convert-filenames-utf-8-latin-1iso-8859-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeNAS (embedded) iconv command</title>
		<link>http://hype-o-thetic.com/2009/09/08/freenas-iconv-command/</link>
		<comments>http://hype-o-thetic.com/2009/09/08/freenas-iconv-command/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:31:28 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=309</guid>
		<description><![CDATA[To install iconv on a “data” parition:
[cci]export PKG_TMPDIR=/mnt/usb-data/temp
pkg_add -r iconv -P /mnt/usb-data/pkg[/cci]
And execute this at boot time:
[cci]ln -s /mnt/usb-data/pkg/bin/iconv /bin/iconv[/cci]
]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/09/08/freenas-iconv-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeNAS Bash script to start a ZFS scrub on each pool (scrub.sh)</title>
		<link>http://hype-o-thetic.com/2009/08/28/freenas-bash-script-to-start-a-zfs-scrub-on-each-pool-scrub-sh/</link>
		<comments>http://hype-o-thetic.com/2009/08/28/freenas-bash-script-to-start-a-zfs-scrub-on-each-pool-scrub-sh/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:48:57 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=234</guid>
		<description><![CDATA[This script will start a scrub on each ZFS pool (one at a time) and will send an e-mail or display the result when everyting is completed. I wrote this script to launch each scrub one after the other and a summary by e-mail that can tell me how much time it took to each ZFS scrub.]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/08/28/freenas-bash-script-to-start-a-zfs-scrub-on-each-pool-scrub-sh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Useful tools in an &#8220;embedded&#8221; FreeNAS: wget and bash</title>
		<link>http://hype-o-thetic.com/2009/08/04/useful-tools-in-an-embedded-freenas-wget-and-bash/</link>
		<comments>http://hype-o-thetic.com/2009/08/04/useful-tools-in-an-embedded-freenas-wget-and-bash/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 12:38:23 +0000</pubDate>
		<dc:creator>gimpe</dc:creator>
				<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://hype-o-thetic.com/?p=149</guid>
		<description><![CDATA[wget
To install wget on a &#8220;data&#8221; parition:
export PKG_TMPDIR=/mnt/usb-data/temp
pkg_add -r wget -P /mnt/usb-data/pkg
Now we need a script to create the symlinks to the wget binaries in the “pkg” directory:
nano /mnt/usb-data/hooks.sh
Here’s the content:
#!/bin/sh

ln -s /mnt/usb-data/pkg/bin/wget /bin/wget
Now make it run at boot time, go in System —&#62; Advanced —&#62; Command scripts and enter:
/mnt/usb-data/hooks.sh
Select PostInit and that’s it! Everytime [...]]]></description>
		<wfw:commentRss>http://hype-o-thetic.com/2009/08/04/useful-tools-in-an-embedded-freenas-wget-and-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
