<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Neubert's Process, Progress and Problems..</title>
	<atom:link href="http://neubert.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://neubert.wordpress.com</link>
	<description>..in setting up his home network.</description>
	<lastBuildDate>Sat, 21 Mar 2009 19:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='neubert.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Neubert's Process, Progress and Problems..</title>
		<link>http://neubert.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://neubert.wordpress.com/osd.xml" title="Neubert&#039;s Process, Progress and Problems.." />
	<atom:link rel='hub' href='http://neubert.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Choosing a strong password</title>
		<link>http://neubert.wordpress.com/2009/03/21/choosing-a-strong-password/</link>
		<comments>http://neubert.wordpress.com/2009/03/21/choosing-a-strong-password/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 19:32:33 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[strong]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=66</guid>
		<description><![CDATA[The key to choosing a strong password is to choose something which is easy to remember, but hard to guess/break. It is obviously much easier to remember a password that makes sense to us, such as a word or a date, but this is also easier to figure out for a malicious entity. Many passwords [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=66&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The key to choosing a strong password is to choose something which is easy to remember, but hard to guess/break. It is obviously much easier to remember a password that makes sense to us, such as a word or a date, but this is also easier to figure out for a malicious entity.</p>
<p>Many passwords have one or more of these problems:</p>
<p>1) It is based on a word found in a dictionary. This is easily broken as a program can go through the dictionary and try every single possible word.</p>
<p>2) It is based on something personal to you. This is less of an issue if the person trying to break your password does not know who you are, but if you choose a password such as your wedding date or the birthday of you or someone close to you, and the person trying to break your password knows you, it might ease their &#8220;job&#8221; of breaking your password.</p>
<p>3) It is short. The less characters in a password, the less combinations are possible. Let&#8217;s say you only choose lowercase letters from the English alphabet. So you have 26 different letters to choose from. To guess a 1-letter password, you would have to try up to 26 combinations. Let&#8217;s add another letter then. Now we have a 2-letter password, which means there are 26 combinations for the first letter and 26 combinations for the second letter, which, with basic math, gives us a total of 676 (26² squared) different combinations. For each letter, we can multiply the amount of combinations with 26. To give you a quick overview, here is the amount of combinations for some various lengths:</p>
<blockquote><p>1 letter: 26 combinations</p>
<p>2 letters: 676 combinations</p>
<p>3 letters: 17576 combinations</p>
<p>4 letters: 456976 combinations</p>
<p>6 letters: 308915776 combinations</p>
<p>And so on.</p></blockquote>
<p>As you can see, this number rises quite rapidly. I would still recommend a password of at least 10 characters. But we can do even better than just using letters &#8211; and this brings us to the next problem:</p>
<p>4) It lacks numbers and symbols (and either uppercase or lowercase letters). If we add both upper- and lowercase letters, numbers and symbols to the mix, we can further raise the number of combinations. In my head I can think of 26 lowercase letters, 26 uppercase, 10 numbers and at least 25 symbols &#8211; that is 87 combinations! If you want, you can try and put into your calculator how many combinations there is for a password with only 5 characters, but 87 combinations.</p>
<p>So, how do we create a strong password, that does not have the problems above, but is easy to remember?</p>
<p>Let&#8217;s put up some rules:</p>
<p>- No words.</p>
<p>- We require at least 1 symbol and at least 1 number, and both big and small letters.</p>
<p>- The passwords length should be at least 10 characters.</p>
<p>Sure, we could type a bunch of random numbers, letters and symbols, but this wouldn&#8217;t be very easy to remember &#8211; and writing it down kind of defeats the purpose. Instead, we will think of a sentence that we are be able to remember and then use letters from this sentence. An option can be a line from a song. Let me give an example:</p>
<blockquote><p>To be or not to be, that is the question</p></blockquote>
<p>We pick out the first letter of each word, which gives:</p>
<blockquote><p>Tbontbtitq</p></blockquote>
<p>This covers problem 1, 2 and 3. Now we &#8220;inject&#8221; letters and symbols into the password. For instance, when you pronounce &#8220;to&#8221; &#8211; it sounds like &#8220;two&#8221;, so we can change the first two T&#8217;s into the number 2 (or if the sentence actually had a number spelled out in it, we could also change that into a number). Now we need a symbol. We are in luck however, as the sentence actually contains a symbol &#8211; the comma. So let&#8217;s see what we got:</p>
<blockquote><p>2bon2b,titq</p></blockquote>
<p>Then we only need an uppercase letter. I like to pronounce the sentence above like this: &#8220;To be or not to be, THAT is the question&#8221;, so we can change that T into uppercase.</p>
<p>Our end product is this:</p>
<blockquote><p>2bon2b,Titq</p></blockquote>
<p>A complex password, but quite easy to remember.</p>
<p><strong>Note 1:</strong> When choosing a password, you might want to stick to some of the more well-known symbols (though this decreases the amount of combinations you can choose). Some places don&#8217;t allow any symbols, and some only allows the rather common ones, such as: &#8211; (dash) _ (underscore) and a blank space. Some also do not allow the password&#8217;s first character to be a number and/or symbol.</p>
<p><strong>Note 2:</strong> I would also suggest to come up with 2 passwords. The first one should only be used when it is being sent over an encrypted connection (see below) AND when you trust the third party (a good example is your web bank). The other can be used for less secure places, but it should also be less damaging if this password was broken.</p>
<p><strong>Encrypted connection:</strong> If you are communicating with the web page through an encrypted connection, your web browser will usually display a lock somewhere on the window, and the URL will say <strong>https://</strong> in the beginning, rather than <strong>http://</strong>. If not, your password is sent as clear text and could be grabbed by a third party.</p>
<p>For an example of an unencrypted and encrypted page, see:</p>
<p><a href="http://www.google.com/">http://www.google.com/</a> (unencrypted)</p>
<p><a href="https://www.google.com/accounts/Login">https://www.google.com/accounts/Login</a> (encrypted)</p>
<p>Remember, if you are using Gmail, you can choose whether to use an encrypted connection or not under settings.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=66&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/21/choosing-a-strong-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu: Removing the Ubuntu (Desktop) startup sounds</title>
		<link>http://neubert.wordpress.com/2009/03/21/ubuntu-removing-the-ubuntu-desktop-startup-sounds/</link>
		<comments>http://neubert.wordpress.com/2009/03/21/ubuntu-removing-the-ubuntu-desktop-startup-sounds/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:59:38 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[startup music]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=64</guid>
		<description><![CDATA[When booting Ubuntu Desktop, a brief drum-sound is played when the login window appears and a short piece of music when you&#8217;ve successfully logged in. Since my computer automatically enables sound when it is rebooted, I&#8217;ve looked into how to remove these two features. To remove the sound at the login window, simply go to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=64&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When booting Ubuntu Desktop, a brief drum-sound is played when the login window appears and a short piece of music when you&#8217;ve successfully logged in. Since my computer automatically enables sound when it is rebooted, I&#8217;ve looked into how to remove these two features.</p>
<p>To remove the sound at the login window, simply go to <strong>System -&gt; </strong><strong>Administration -&gt; </strong><strong>Login Window</strong>. Choose the <strong>Accessibility</strong> tab and uncheck the &#8220;Login Screen Ready&#8221; box.</p>
<p>For the piece of music after logging in, this can be changed at <strong>System -&gt; Preferences -&gt; Sound</strong>. Choose the <strong>Sounds</strong> tab, find <strong>Login</strong> under <strong>Desktop</strong> and doubleclick the text that says <strong>Default</strong>, which will bring up a small dropdown menu where you can choose between <strong>Default</strong>, <strong>Custom</strong> and the feature we want, <strong>Disabled</strong>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=64&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/21/ubuntu-removing-the-ubuntu-desktop-startup-sounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>Shuttle: Wake on Lan</title>
		<link>http://neubert.wordpress.com/2009/03/08/shuttle-wake-on-lan/</link>
		<comments>http://neubert.wordpress.com/2009/03/08/shuttle-wake-on-lan/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 17:25:18 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Shuttle]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wake on Lan]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=27</guid>
		<description><![CDATA[I have enabled Wake on Lan (WoL) on my shuttle at home, in order to save some power when it isn&#8217;t needed. The first step in this process is to enable the WoL functionality in the BIOS (it is not supported by all hardware though). In the BIOS, look for a setting either called &#8220;Wake [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=27&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have enabled Wake on Lan (WoL) on my shuttle at home, in order to save some power when it isn&#8217;t needed.</p>
<p>The first step in this process is to enable the WoL functionality in the BIOS (it is not supported by all hardware though). In the BIOS, look for a setting either called &#8220;Wake on Lan&#8221; or perhaps something to the extend of &#8220;Power On By PCI Devices&#8221;. The exact name and location is unfortunately BIOS dependant.</p>
<p>After editing the BIOS, we need to run the following command: &#8220;ethtool eth<strong>X</strong>&#8221; (replace <strong>X</strong> with the interface you want to set up). If ethtool isn&#8217;t installed on the server, it can be done by typing &#8220;apt-get install ethtool&#8221;.</p>
<p>The command will tell you a bunch of stuff about the specified interface &#8211; what we are looking for is the following line:</p>
<blockquote><p>Supports Wake-on: pg</p></blockquote>
<p>The &#8220;g&#8221; in this connection means that the interface supports Wake-on by something called a MagicPacket (we will get to that one in a second).</p>
<p>Now, to enable this behaviour, we run the following command:</p>
<blockquote><p>ethtool -s eth<strong>X</strong> wol g</p></blockquote>
<p>This only lasts until next time we boot the computer however.So in order for this command to run every time we boot the computer, we&#8217;ll make a script that does this for us.</p>
<p>Go to &#8220;/etc/init.d/&#8221; and use the command &#8220;touch &lt;filename&gt;.sh&#8221; to make a file with the specified filename. Enter the empty file and add the following lines:</p>
<blockquote><p>#!/bin/bash<br />
ethtool -s eth<strong>X</strong> wol g</p></blockquote>
<p>Then make the file executable with &#8220;chmod -x &lt;filename&gt;.sh&#8221;, and finally add it to the runlevels with this command:</p>
<blockquote><p>update-rc.d -f &lt;filename&gt;.sh defaults</p></blockquote>
<p>Now, wake on lan should be enabled.</p>
<p>So how do we actually wake the computer?</p>
<p>First, install the &#8220;wakeonlan&#8221; program, with &#8220;apt-get install wakeonlan&#8221;.In order to turn our computer on, we also need to know which hardware address it has. On the server, run &#8220;ifconfig&#8221; and in the first line of the corresponding interface, it should say &#8220;HWaddr&#8221; and then a bunch of numbers and letters, two-by-two, seperated with colons. This is the computers physical address (also known as hardware address) and the one we need to use to wake it.</p>
<p>So, having that, we can now use the command &#8220;wakeonlan &lt;hardware address&gt;&#8221; to wake the computer.</p>
<p>A single note: This only works when you are on the same LAN as the server.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=27&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/08/shuttle-wake-on-lan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling ping response</title>
		<link>http://neubert.wordpress.com/2009/03/08/disabling-ping-response/</link>
		<comments>http://neubert.wordpress.com/2009/03/08/disabling-ping-response/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 15:27:40 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[disable ping]]></category>
		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=49</guid>
		<description><![CDATA[If you want to stop your machine from responding to ping, you simply need to add this line: net.ipv4.conf.icmp_echo_ignore_all=1 in the &#8220;/etc/sysctl.conf&#8221; file. Now I just need to figure out how to set up a machine to only respond to ping from a certain IP range.. Any suggestions?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=49&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to stop your machine from responding to ping, you simply need to add this line:</p>
<blockquote><p>net.ipv4.conf.icmp_echo_ignore_all=1</p></blockquote>
<p>in the &#8220;/etc/sysctl.conf&#8221; file.</p>
<p>Now I just need to figure out how to set up a machine to only respond to ping from a certain IP range.. Any suggestions? <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=49&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/08/disabling-ping-response/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing message of the day</title>
		<link>http://neubert.wordpress.com/2009/03/07/changing-message-of-the-day/</link>
		<comments>http://neubert.wordpress.com/2009/03/07/changing-message-of-the-day/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 20:32:58 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Message of the Day]]></category>
		<category><![CDATA[motd]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=33</guid>
		<description><![CDATA[In this post I will cover how to change the motd (message of the day) &#8211; also called a welcome banner &#8211; when you log in to your server. The motd will look something like this: The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=33&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this post I will cover how to change the motd (message of the day) &#8211; also called a welcome banner &#8211; when you log in to your server.</p>
<p>The motd will look something like this:</p>
<blockquote><p><em>The programs included with the Ubuntu system are free software;</em></p>
<p><em>the exact distribution terms for each program are described in the</em></p>
<p><em>individual files in /usr/share/doc/*/copyright.</em></p>
<p><em>Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by</em></p>
<p><em>applicable law.</em></p>
<p><em>To access official Ubuntu documentation, please visit:</em></p>
<p><em>http://help.ubuntu.com/</em></p>
<p><em>System information as of Sat Mar  7 20:50:01 CET 2009</em></p>
<p><em>System load:  0.83              Swap usage:  0%     Users logged in: 1</em></p>
<p><em>Usage of /:   37.4% of 9.02GB   Temperature: 45 C</em></p>
<p><em>Memory usage: 30%               Processes:   147</em></p>
<p><em>Graph this data and manage this system at https://landscape.canonical.com/</em></p></blockquote>
<p>In order to change the message of the day, we first want to edit the file &#8220;/etc/motd.tail&#8221;. You might have noticed that this file does not contain all the information you was presented with when you logged in, and you might also have noticed the &#8220;motd&#8221; file in the same folder. The &#8220;/etc/motd&#8221; file is where all this information is gathered and the actual file presented to you. So if you want a one-time change to your motd that will be reverted on reboot, you can edit the &#8220;/etc/motd&#8221; file.</p>
<p>I am not sure if I changed something, but after I had edited the motd.tail file, the system information was no longer being updated. In order to turn it back on, I had to enable the motd updates with the following command: &#8220;update-motd &#8211;enable&#8221; (this means you can&#8217;t update the &#8220;/etc/motd&#8221; file though, as it will be overwritten fairly recently). There is a cronjob attached to this updating, which updates every 10 minutes. If you do not want the system information, you might want to remove this (it is installed at: &#8220;/etc/cron.d/update-motd&#8221;).</p>
<p>If you do want the system information, you might not want to display the last line of text saying:</p>
<blockquote><p>&#8220;<em>Graph this data and manage this system at https://landscape.canonical.com/&#8221;</em></p></blockquote>
<p>This is fairly easy to remove. Open the file &#8220;/usr/lib/python2.5/site-packages/landscape/sysinfo/landscapelink.py&#8221; and find the following three lines:</p>
<blockquote><p>self._sysinfo.add_footnote(<br />
&#8220;Graph this data and manage this system at &#8220;<br />
&#8220;https://landscape.canonical.com/&#8221;)</p></blockquote>
<p>And comment them out like this:</p>
<blockquote><p>#        self._sysinfo.add_footnote(<br />
#            &#8220;Graph this data and manage this system at &#8220;<br />
#            &#8220;https://landscape.canonical.com/&#8221;)</p></blockquote>
<p>This looks pretty good, but you might notice that if you boot the server and log in right away, there are no system information. This is because the cron job haven&#8217;t had a chance to run yet. Luckily, it is something we can solve.</p>
<p>Go to the folder &#8220;/etc/rcS.d/&#8221; and find the file called &#8220;S<strong>xx</strong>bootmisc.sh&#8221;. The x&#8217;s in bold are a value, but the exact number varies &#8211; for instance, on two of my computers it is S80bootmisc.sh and S55bootmisc.sh. This file is run when the computer boots. When you located it, open it. Scroll through it until you find a line saying &#8220;# Update motd&#8221;. Here you can add the following line: &#8220;/etc/update-motd.d/50-landscape-sysinfo &gt;&gt; /var/run/motd&#8221;. This will make the system information be updated and added to the motd file when the computer boots.</p>
<p>The file mentioned above (50-landscape-sysinfo) might also be worth to look into, though it does not give many options for editing, but it would be possible to add a command such as &#8220;uptime&#8221; to what is shown.</p>
<blockquote><p>Note: If you want to add some space between the various information, you can use an empty &#8220;echo&#8221; command.</p></blockquote>
<p>When you log in through SSH, besides showing the motd, it will also tell you the last login to the server. Should you want to turn this line off, this is done in the file &#8220;/etc/ssh/sshd_config&#8221; where you change the line:</p>
<blockquote><p>&#8220;PrintLastLog yes&#8221;</p></blockquote>
<p>to</p>
<blockquote><p>&#8220;PrintLastLog no&#8221;</p></blockquote>
<p>Simple as that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=33&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/07/changing-message-of-the-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>Shuttle: Configuring SHH (part 1)</title>
		<link>http://neubert.wordpress.com/2009/03/07/shuttle-configuring-shh-part-1/</link>
		<comments>http://neubert.wordpress.com/2009/03/07/shuttle-configuring-shh-part-1/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 17:12:47 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Shuttle]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=24</guid>
		<description><![CDATA[Changing the port that the SSH daemon listens on is simple. On the server, open &#8220;/etc/ssh/sshd_config&#8221; in your favorite editor and change where it says &#8220;Port 22&#8243; to whichever number you&#8217;d like. Let&#8217;s say you choose 122. Save the config file and restart the ssh service with the command &#8220;/etc/init.d/ssh restart&#8221;. Next time you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=24&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Changing the port that the SSH daemon listens on is simple.</p>
<p>On the server, open &#8220;/etc/ssh/sshd_config&#8221; in your favorite editor and change where it says &#8220;Port 22&#8243; to whichever number you&#8217;d like. Let&#8217;s say you choose 122. Save the config file and restart the ssh service with the command &#8220;/etc/init.d/ssh restart&#8221;. Next time you want to SSH into the machine, simply type &#8220;ssh &lt;IP adress&gt; -p 122&#8243;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=24&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/07/shuttle-configuring-shh-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>Shuttle: Installing Ubuntu Server</title>
		<link>http://neubert.wordpress.com/2009/03/04/shuttle-installing-ubuntu-server/</link>
		<comments>http://neubert.wordpress.com/2009/03/04/shuttle-installing-ubuntu-server/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:04:16 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Shuttle]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[USB startup disk]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/?p=15</guid>
		<description><![CDATA[Since the K45 model of the Shuttle does not have any DVD drive, I had to do an install from USB. Copying to the USB was a pain, as gparted (the partition editor in Ubuntu) kept refusing to format the drive as FAT32, since it kept re-mounting. It would delete the current partition and then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=15&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since the K45 model of the Shuttle does not have any DVD drive, I had to do an install from USB. Copying to the USB was a pain, as gparted (the partition editor in Ubuntu) kept refusing to format the drive as FAT32, since it kept re-mounting. It would delete the current partition and then mount the disk, making it unable to format it. It seemed somewhat random however, since I at some point made it work.</p>
<p>From what I read, it is a problem with gparted though, as formatting through the terminal shouldn&#8217;t be a problem. I am not secure enough in my commandline skills to do that though.</p>
<p>There was no issue with using the &#8220;Create a USB startup disk&#8221; in System -&gt; Administration. However, when I put my 4 GB USB key in the Shuttle and booted, I only got the message:&#8221;Verifying DMI Pool&#8221; and a few garbled character after that.</p>
<p>After looking around at Google for a bit, it seemed like others had the same issue. Instead, I took my trusty Microdrive, put it in a CF card reader and after fighting with gparted for a few minutes again, got the USB startup disk installed on that.</p>
<p>I put it in the Shuttle and it ran just fine.</p>
<p>I chose not to install anything but Ubuntu Server itself and OpenSSH, as I am not exactly sure of which services I want this server to run.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=15&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/04/shuttle-installing-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
		<item>
		<title>My setup and plans</title>
		<link>http://neubert.wordpress.com/2009/03/04/my-setup-and-plans/</link>
		<comments>http://neubert.wordpress.com/2009/03/04/my-setup-and-plans/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:27:52 +0000</pubDate>
		<dc:creator>neubert</dc:creator>
				<category><![CDATA[Alix]]></category>
		<category><![CDATA[Shuttle]]></category>
		<category><![CDATA[Microdrive]]></category>

		<guid isPermaLink="false">http://neubert.wordpress.com/2009/03/04/my-projects/</guid>
		<description><![CDATA[At the moment, I have installed Ubuntu Desktop on my laptop and are dual-booting it with Windows. I also have a stationary computer that are only running Windows at the moment, but the plan is to dual-boot Ubuntu and Windows on this machine as well. My girlfriend has her Mac laptop and we have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=5&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At the moment, I have installed Ubuntu Desktop on my laptop and are dual-booting it with Windows. I also have a stationary computer that are only running Windows at the moment, but the plan is to dual-boot Ubuntu and Windows on this machine as well. My girlfriend has her Mac laptop and we have a wireless router where the connections meet up.</p>
<p>The plan is to add a firewall between the router and the Internet, and add a low-power server for services, such as backup, file storage, (FTP?), etc.<br />
I have already bought an <a href="http://www.pcengines.ch/alix.htm">Alix</a> (a small embedded PC using only 3 Watts) from the company PC Engines, their new model 6b2, which I want to act as the firewall and to control the network behind it (for instance starting computers with WOL (Wake On Lan) when they are needed). I also purchased a 8 GB <a href="http://en.wikipedia.org/wiki/Microdrive">Microdrive</a> on Ebay to plug into it (the Alix normally takes Compact Flash (CF) cards, but a Microdrive fits into a CF type II slot). My reason for getting a Microdrive instead of a CF card is because I did not want to worry about my CF card getting &#8220;worn out&#8221;. See the following quote <a href="http://en.wikipedia.org/wiki/CompactFlash">from Wikipedia</a>:</p>
<blockquote><p>&#8220;Flash memory, regardless of format, can take only a limited number of erase/write cycles to a particular &#8220;sector&#8221; before that sector can no longer be written.&#8221;</p></blockquote>
<p>This means I can write to the disk often, instead of having to go through hoops to make sure that the file system only writes to the disk when necessary (not something I want to go through, as I am not a very experienced Linux guy yet).</p>
<p>I have also purchased a <a href="http://global.shuttle.com/product_detail.jsp?PI=1068">Shuttle</a> (model K45) for running the service-server, together with a 1TB harddisk from WD (Western Digital).</p>
<p>I am planning on running Ubuntu Server on both computers, as I don&#8217;t have much knowledge about Linux yet. This is where I am right now, having only worked slightly on the Shuttle and Alix so far. I plan on writing some guides and/or tutorials about the services I set up and tweaks I do, so others might benefit from my trials.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neubert.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neubert.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neubert.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neubert.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neubert.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neubert.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neubert.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neubert.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neubert.wordpress.com&amp;blog=6826231&amp;post=5&amp;subd=neubert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neubert.wordpress.com/2009/03/04/my-setup-and-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1276d259bf218dd8f6a535ff98a8cce8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">neubert</media:title>
		</media:content>
	</item>
	</channel>
</rss>
