<?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>Continuation &#187; hint</title>
	<atom:link href="http://www.mobygeek.net/blog/tag/hint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mobygeek.net/blog</link>
	<description>Mateusz Pawłowski aka Joe Seeder puts his dirt on the web</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Twitter</title>
		<link>http://www.mobygeek.net/blog/2009/07/14/twitter/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=twitter</link>
		<comments>http://www.mobygeek.net/blog/2009/07/14/twitter/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 20:12:38 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[hint]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=467</guid>
		<description><![CDATA[ok, got a twitter account @joeseeder &#8230; will see what&#8217;s gonna happen]]></description>
			<content:encoded><![CDATA[<p>ok, got a twitter account <a href="http://twitter.com/joeseeder">@joeseeder</a> &#8230; will see what&#8217;s gonna happen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2009/07/14/twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu the Mac OS of Linux</title>
		<link>http://www.mobygeek.net/blog/2007/11/13/ubuntu-the-mac-os-of-linux/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-the-mac-os-of-linux</link>
		<comments>http://www.mobygeek.net/blog/2007/11/13/ubuntu-the-mac-os-of-linux/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 21:23:27 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2007/11/13/ubuntu-the-mac-os-of-linux/</guid>
		<description><![CDATA[This was suppose to be a long post describing the differences and similarities of Linux distributions to other software&#8230; But I just want to say that you should have a look at Mac OS and Ubuntu, I&#8217;ve notice they are bloody similar in their current market and &#8230; ambitions. They are both good on a [...]]]></description>
			<content:encoded><![CDATA[<p>This was suppose to be a long post describing the differences and similarities of Linux distributions to other software&#8230;</p>
<p>But I just want to say that you should have a look at Mac OS and Ubuntu, I&#8217;ve notice they are bloody similar in their current market and &#8230; ambitions.</p>
<p>They are both good on a home desktop, they can do as a home server ( they have server editions ). They also lack hardcore enterprise solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2007/11/13/ubuntu-the-mac-os-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domains for administrators</title>
		<link>http://www.mobygeek.net/blog/2007/03/29/domains-for-administrators/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=domains-for-administrators</link>
		<comments>http://www.mobygeek.net/blog/2007/03/29/domains-for-administrators/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 19:28:00 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2007/03/29/domains-for-administrators/</guid>
		<description><![CDATA[Lets say you have a dozen of servers. Lets say you connect to them very often to do some work. You have a very nice and descriptive domain for all your servers. Domain is organized nicely organized. Now you wish to connect to one of the servers. You are typing ssh mylovelyserver.somesubdomain.mylovelylongdomain.tld How much do [...]]]></description>
			<content:encoded><![CDATA[<p>Lets say you have a dozen of servers. Lets say you connect to them very often to do some work. You have a very nice and descriptive domain for all your servers. Domain is organized nicely organized.</p>
<p>Now you wish to connect to one of the servers. You are typing</p>
<pre>ssh mylovelyserver.somesubdomain.mylovelylongdomain.tld</pre>
<p>How much do you like to type such a long address ?</p>
<p><span id="more-280"></span></p>
<p>When you are working from one machine, you can set it up, so you can very easy access your servers.</p>
<p>You can use</p>
<pre>search somesubdomain.mylovelylongdomain.tld</pre>
<p>or</p>
<pre>domain somesubdomain.mylovelylongdomain.tld</pre>
<p>in your</p>
<pre>/etc/resolv.conf</pre>
<p>which make your servers accessible just by the host name. Then</p>
<pre>ssh mylovelyserver</pre>
<p>does the job.When you are feeling really lazy, you can setup some aliases in your shells rc file. Something like</p>
<pre>alias ssh-mylove = ssh mylovelyserver.somesubdomain.mylovelylongdomain.tld</pre>
<p>can save a few key strokes.That was easy when you were working from the same computer all the time. It would be even easy if you would work from a few computers, where you keep your configurations synchronized.</p>
<p>It is not so easy when you have to connect to your servers from different locations and systems which you are not in control of. You are back to typing all that lovely.nice.descriptive.domain.names.</p>
<p>That is why I am opting for a short, not descriptive, easy to type domain names. Which you will use for fast access. Typing</p>
<pre>ssh sharp.yllq.net</pre>
<p>is much quicker than</p>
<pre>ssh sharp.somesubdomain.mylovelylongdomain.tld</pre>
<p>Have you tried to dictate yours servers domain location over the phone ? I do it quite often, and believe me, even it the domains make sense for you, they might be confusing for people and longer domains are asking for more mistakes. it is easier to say s-h-a-r-p.y-l-l-q.n-e-t than s-h-a-r-p.s-o-m-e-s-u-b-d-o-m-a-i-n.m-y-l-o-v-e-l-y-l-o-n-g-d-o-m-a-i-n.tld just to make sure person at the other end of the phone got it right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2007/03/29/domains-for-administrators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook and clueless messages</title>
		<link>http://www.mobygeek.net/blog/2007/01/29/outlook-and-clueless-messages/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=outlook-and-clueless-messages</link>
		<comments>http://www.mobygeek.net/blog/2007/01/29/outlook-and-clueless-messages/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 10:55:24 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[hint]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2007/01/29/outlook-and-clueless-messages/</guid>
		<description><![CDATA[I love when software is giving you a message which tells nothing except to contact administrator &#8230; and what administrator gets from the msg ? nothing, just a memo to contact himself &#8230;  crap. My solution to :   &#8220;Cannot start Microsoft Office Outlook. Unable to open the Outlook window. The set of folders could [...]]]></description>
			<content:encoded><![CDATA[<p>I love when software is giving you a message which tells nothing except to contact administrator &#8230; and what administrator gets from the msg ? nothing, just a memo to contact himself &#8230;  crap.</p>
<p>My solution to :   <em>&#8220;Cannot start Microsoft Office Outlook. Unable to open the Outlook window.<br />
The set of folders could not be opened. The server is not available. Contact<br />
your administrator if this condition persists.&#8221;</em></p>
<p>Is : Rename||copy PST file and get outlook to point to new location. ( Oh and I also have removed shitty Nokia PC Suite from users machine ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2007/01/29/outlook-and-clueless-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Office usage</title>
		<link>http://www.mobygeek.net/blog/2006/06/12/open-office-usage/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=open-office-usage</link>
		<comments>http://www.mobygeek.net/blog/2006/06/12/open-office-usage/#comments</comments>
		<pubDate>Mon, 12 Jun 2006 21:10:51 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[bachelors in science]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[weekend]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2006/06/12/open-office-usage/</guid>
		<description><![CDATA[Ania is writing a dissertation. She knows nothing about text editing, they never taught it in her university. When I had questionable pleasure of being asked how to do something in OpenOffice every five minutes, I have asked her if she can send the file over to me, and I will create some styles for [...]]]></description>
			<content:encoded><![CDATA[<p>Ania is writing a dissertation. She knows nothing about text editing, they never taught it in her university. When I had questionable pleasure of being asked how to do something in OpenOffice every five minutes, I have asked her if she can send the file over to me, and I will create some styles for her text.</p>
<p>What I have received was nowhere to be said &#8216;pro&#8217; &#8230;<br />
I have spend around 8h or more to remove all the extra empty paragraphs, repeated spaces and finally styling each of the paragraphs, converting formula&#8217;a to objects&#8230; adding correct captions. Really not the most interesting stuff to do.<br />
Before sending corrected document back to Ania, I had to explain what I have done, and how she should carry-on editing it. And during that time I have written some useful tips for a newbie, all in Polish ( except names from OpenOffice ). I will try to compile a short and no doubt incomplete tutorial. Just after I will get over with this &#8216;dissertation problem&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2006/06/12/open-office-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is X</title>
		<link>http://www.mobygeek.net/blog/2006/02/26/what-is-x/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-is-x</link>
		<comments>http://www.mobygeek.net/blog/2006/02/26/what-is-x/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 03:07:00 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=205</guid>
		<description><![CDATA[What is X is a nice article introducing to X Window System]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freesoftwaremagazine.com/free_issues/issue_10/what_is_x/">What is X</a> is a nice article introducing to X Window System <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2006/02/26/what-is-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rm -rf /</title>
		<link>http://www.mobygeek.net/blog/2004/11/06/rm-rf/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rm-rf</link>
		<comments>http://www.mobygeek.net/blog/2004/11/06/rm-rf/#comments</comments>
		<pubDate>Sat, 06 Nov 2004 04:14:00 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[hint]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ugly]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=88</guid>
		<description><![CDATA[Didn&#8217;t mention it, but on wednesday I had an accident with rm I&#8217;ve lost /bin, /boot and some /etc(minor), ah and links in /dev right now i think that /dev, /boot are completely rebuild, but I&#8217;m worried about my /etc I don&#8217;t want to halt or reboot system , it&#8217;s running with config from time [...]]]></description>
			<content:encoded><![CDATA[<p>Didn&#8217;t mention it, but on wednesday I had an accident with<em> rm </em></p>
<p>I&#8217;ve lost /bin, /boot and some /etc(minor), ah and links in /dev</p>
<p>right now i think that /dev, /boot are completely rebuild, but I&#8217;m worried about my /etc</p>
<p>I don&#8217;t want to halt or reboot system , it&#8217;s running with config from time before <em>rm</em> , so it is useable</p>
<p>remember, never reboot a system , which lost its config files, and/or basic functionality ( like programmes from /bin )</p>
<p>ah , and i&#8217;ve used <em>mc</em>, and <em>irb</em> to manipuled the system without functional <em>*sh</em> <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>right now, i&#8217;m thinking about a wrapper for <em>rm</em> to catch all <em>rm -rf /</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2004/11/06/rm-rf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
