<?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>nerdnotes.org &#187; q&amp;a</title>
	<atom:link href="http://nerdnotes.org/category/nerdnotes/qa/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdnotes.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 08 Apr 2010 20:17:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Does &#8216;mac os x sshfs&#8217; exist?</title>
		<link>http://nerdnotes.org/2006/09/does-mac-os-x-sshfs-exist/</link>
		<comments>http://nerdnotes.org/2006/09/does-mac-os-x-sshfs-exist/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 20:56:24 +0000</pubDate>
		<dc:creator>Bram</dc:creator>
				<category><![CDATA[nerdnotes]]></category>
		<category><![CDATA[q&a]]></category>

		<guid isPermaLink="false">64</guid>
		<description><![CDATA[Answer
YES!!!!
Thanks for letting me know!
The project is called MacFuse and its hosted by google code.
For PPC users, there&#8217;s a binary, but there are also instructions to build it yourself.
Installation instructions:

$ wget http://macfuse.googlecode.com/files/fuse-binaries-0.1.0b006.tar.bz2
$ sudo tar xjf fuse-binaries-0.1.0b006.tar.bz2 -C /
$ echo &#34;export PATH=$PATH:/usr/local/bin&#34; &#62;&#62; /etc/profile

Mounting goes as follows, make sure that you first create a mount point [...]]]></description>
			<content:encoded><![CDATA[<p><b>Answer</b><br />
<strong>YES!!!!</strong><br />
Thanks for letting me know!<br />
The project is called <a href="http://code.google.com/p/macfuse/">MacFuse</a> and its hosted by <a href="http://code.google.com/">google code</a>.<br />
For PPC users, there&#8217;s a <a href="http://macfuse.googlecode.com/files/fuse-binaries-0.1.0b006.tar.bz2">binary</a>, but there are also <a href="http://code.google.com/p/macfuse/wiki/HOWTO">instructions to build it yourself</a>.</p>
<p>Installation instructions:</p>
<pre class="brush: css;">
$ wget http://macfuse.googlecode.com/files/fuse-binaries-0.1.0b006.tar.bz2
$ sudo tar xjf fuse-binaries-0.1.0b006.tar.bz2 -C /
$ echo &quot;export PATH=$PATH:/usr/local/bin&quot; &gt;&gt; /etc/profile
</pre>
<p>Mounting goes as follows, make sure that you first create a mount point (empty directory):</p>
<pre class="brush: css;">
$ mkdir -p ~/mnt/host
$ sshfs host:remote_directory ~/mnt/host -oping_diskarb,volname=hostname
</pre>
<p>The first time you do this, the sshfs command will report something like:</p>
<blockquote><p>fusefs.kext loaded successfully</p></blockquote>
<p>That&#8217;s it, have fun!<br />
<a href="http://oase.uci.ru.nl/~bradaa/nerdnotes.org/index.php/2006/03/19/sshfs-demo/#comment-45"><del datetime="2007-01-14T17:16:52+00:00">Unfortunately not!</del></a><br />
<del datetime="2007-01-14T17:17:24+00:00">If it does, please let me know!<br />
Until then, maybe <a href="http://www.howtoforge.com/nfs_ssh_tunneling">nfs tunneling over ssh</a> would be an alternative?</del></p>
]]></content:encoded>
			<wfw:commentRss>http://nerdnotes.org/2006/09/does-mac-os-x-sshfs-exist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hoe doe je &#8216;alt print screen in mac&#8217;?</title>
		<link>http://nerdnotes.org/2006/07/hoe-doe-je-alt-print-screen-in-mac/</link>
		<comments>http://nerdnotes.org/2006/07/hoe-doe-je-alt-print-screen-in-mac/#comments</comments>
		<pubDate>Wed, 19 Jul 2006 17:49:41 +0000</pubDate>
		<dc:creator>Bram</dc:creator>
				<category><![CDATA[nerdnotes]]></category>
		<category><![CDATA[q&a]]></category>

		<guid isPermaLink="false">61</guid>
		<description><![CDATA[Antwoord: Zie de nerd note over screen shots.
]]></description>
			<content:encoded><![CDATA[<p><b>Antwoord</b>: Zie de <a href="http://nerdnotes.org/index.php/2005/03/27/screenshots/">nerd note over screen shots</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdnotes.org/2006/07/hoe-doe-je-alt-print-screen-in-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the &#8216;ubuntu live cd root password&#8217;?</title>
		<link>http://nerdnotes.org/2006/07/what-is-the-ubuntu-live-cd-root-password/</link>
		<comments>http://nerdnotes.org/2006/07/what-is-the-ubuntu-live-cd-root-password/#comments</comments>
		<pubDate>Sat, 15 Jul 2006 09:13:44 +0000</pubDate>
		<dc:creator>Bram</dc:creator>
				<category><![CDATA[nerdnotes]]></category>
		<category><![CDATA[q&a]]></category>

		<guid isPermaLink="false">60</guid>
		<description><![CDATA[Answer 1: It is not set but you can set it:

ubuntu@ubuntu:~$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ubuntu:~$
[/courcecode]
&#60;b&#62;Answer 2:&#60;/b&#62; It is not set but you don't need it:
[sourcecode lang=&#34;css&#34;]
ubuntu@ubuntu:~$ sudo cat /etc/shadow

Relevant nerd notes: Sudo and sshfs demo.
]]></description>
			<content:encoded><![CDATA[<p><b>Answer 1:</b> It is not set but you can set it:</p>
<pre class="brush: css;">
ubuntu@ubuntu:~$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ubuntu:~$
[/courcecode]
&lt;b&gt;Answer 2:&lt;/b&gt; It is not set but you don't need it:
[sourcecode lang=&quot;css&quot;]
ubuntu@ubuntu:~$ sudo cat /etc/shadow
</pre>
<p>Relevant nerd notes: <a href="http://nerdnotes.org/index.php/2005/05/09/sudo/">Sudo</a> and <a href="http://nerdnotes.org/index.php/2006/03/19/sshfs-demo/">sshfs demo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdnotes.org/2006/07/what-is-the-ubuntu-live-cd-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need a &#8216;unit converter&#8217; ?</title>
		<link>http://nerdnotes.org/2006/06/need-a-unit-converter/</link>
		<comments>http://nerdnotes.org/2006/06/need-a-unit-converter/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 14:52:51 +0000</pubDate>
		<dc:creator>Bram</dc:creator>
				<category><![CDATA[nerdnotes]]></category>
		<category><![CDATA[q&a]]></category>

		<guid isPermaLink="false">55</guid>
		<description><![CDATA[Answer: Try units. This is an example of a terminal session using units:

$ units
2084 units, 71 prefixes, 32 nonlinear units
You have: 2 inch
You want: mm
        * 50.8
        / 0.019685039
You have:

Type help for some help, press ^D to quit units.
Example of usage [...]]]></description>
			<content:encoded><![CDATA[<p><b>Answer</b>: Try <b>units</b>. This is an example of a terminal session using units:</p>
<p><code><br />
$ units<br />
2084 units, 71 prefixes, 32 nonlinear units<br />
You have: 2 inch<br />
You want: mm<br />
        * 50.8<br />
        / 0.019685039<br />
You have:<br />
</code></p>
<p>Type help for some help, press ^D to quit units.<br />
Example of usage in a shell script:</p>
<p><code lang="bash"><br />
# determine installed RAM<br />
kbram=`cat /proc/meminfo | awk '/MemTotal/ { print $2 }'`<br />
gbram=`units "${kbram} kilobytes" 'gigabytes' |sed --silent -e '1p' |  awk '{print $2}'`<br />
echo This computer has $gbram Gb of RAM installed!<br />
</code><br />
More info: <a href="http://www.gnu.org/software/units/manual/units.html">www.gnu.org/software/units/manual/units.html</a></p>
<p>Related nerd note: <a href="/2006/01/27/eenheden-toevoegen-aan-de-unit-converter-widget/">Eenheden toevoegen aan de &#8216;Unit Converter&#8217; widget</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdnotes.org/2006/06/need-a-unit-converter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can I &#8217;ssh into ubuntu live cd&#8217; ?</title>
		<link>http://nerdnotes.org/2006/05/can-i-ssh-into-ubuntu-live-cd/</link>
		<comments>http://nerdnotes.org/2006/05/can-i-ssh-into-ubuntu-live-cd/#comments</comments>
		<pubDate>Fri, 26 May 2006 17:59:49 +0000</pubDate>
		<dc:creator>Bram</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[nerdnotes]]></category>
		<category><![CDATA[q&a]]></category>

		<guid isPermaLink="false">52</guid>
		<description><![CDATA[Answer: Yes you can! But you first need to install the ssh daemon:

ubuntu@ubuntu:~$ sudo apt-get install openssh-server

The server is started automatically after installing. To login remotely, you’ll need to set the password for ubuntu:

ubuntu@ubuntu:~$ sudo passwd ubuntu
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ubuntu:~$

…or create another user on the system:

ubuntu@ubuntu:~$ sudo adduser brammeleman
Adding [...]]]></description>
			<content:encoded><![CDATA[<p><b>Answer:</b> Yes you can! But you first need to install the ssh daemon:</p>
<pre class="brush: bash;">
ubuntu@ubuntu:~$ sudo apt-get install openssh-server
</pre>
<p>The server is started automatically after installing. To login remotely, you’ll need to set the password for ubuntu:</p>
<pre class="brush: bash;">
ubuntu@ubuntu:~$ sudo passwd ubuntu
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ubuntu:~$
</pre>
<p>…or create another user on the system:</p>
<pre class="brush: bash;">
ubuntu@ubuntu:~$ sudo adduser brammeleman
Adding user `brammeleman‘…
Adding new group `brammeleman’ (1000).
Adding new user `brammeleman‘ (1000) with group `brammeleman’.
Creating home directory `/home/brammeleman‘.
Copying files from `/etc/skel’
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for brammeleman
Enter the new value, or press ENTER for the default
Full Name []: Brammeleman
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [y/N] y
ubuntu@ubuntu:~$
</pre>
<p>From another box, you can now login to the system running the live cd. Use the ubuntu username with the password you set or use the newly created account.</p>
<p>Relevant nerdnotes: <a href="http://nerdnotes.org/index.php/2006/03/19/sshfs-demo/">sshfs demo</a> and <a href="http://nerdnotes.org/index.php/2006/02/26/kickstart-for-ubuntu-live-cd/">Kickstart for Ubuntu Live CD?</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdnotes.org/2006/05/can-i-ssh-into-ubuntu-live-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
