<?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>The Tlog - a technology blog &#187; sysadmin</title>
	<atom:link href="http://www.thetlog.net/tag/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetlog.net</link>
	<description></description>
	<lastBuildDate>Fri, 27 Nov 2009 15:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/pt/</creativeCommons:license>		<item>
		<title>What&#8217;s this site running?</title>
		<link>http://www.thetlog.net/2009/11/25/whats-this-site-running/</link>
		<comments>http://www.thetlog.net/2009/11/25/whats-this-site-running/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:52:54 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[The Tlog (site)]]></category>
		<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[Unix / Linux / *BSD software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Dehumanizer.com]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/?p=473</guid>
		<description><![CDATA[As an intermission (there&#8217;s more to come in the SPF series), here&#8217;s what&#8217;s changed on my server since, oh, about a year and a half ago: The OS is now Ubuntu Karmic Koala (9.10), and all the server&#8217;s running software comes from the standard Ubuntu packages, which means that whatever version is in Karmic1, that&#8217;s [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/' rel='bookmark' title='Permanent Link: SPF, part 1: what is SPF, and how to fight spam with it'>SPF, part 1: what is SPF, and how to fight spam with it</a></li>
<li><a href='http://www.thetlog.net/2009/11/26/spf-part-3-configuring-postfix-to-check-spf-records-when-receiving-mail/' rel='bookmark' title='Permanent Link: SPF, part 3: configuring Postfix to check SPF records when receiving mail'>SPF, part 3: configuring Postfix to check SPF records when receiving mail</a></li>
<li><a href='http://www.thetlog.net/2005/10/11/an-anti-spam-gateway-4-postfix-part-2/' rel='bookmark' title='Permanent Link: An Anti-Spam gateway #4: Postfix, part 2'>An Anti-Spam gateway #4: Postfix, part 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As an intermission (there&#8217;s more to come in the <a href="http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/">SPF series</a>), here&#8217;s what&#8217;s changed on my server since, oh, about a year and a half ago:</p>
<ul>
<li>The OS is now <a href="http://www.ubuntu.com">Ubuntu</a> Karmic Koala (9.10), and all the server&#8217;s running software comes from the standard Ubuntu packages, which means that whatever version is in Karmic<sup>1</sup>, that&#8217;s what I&#8217;m running here.</li>
<li>I&#8217;ve switched, definitely, from <a href="http://httpd.apache.org/">Apache</a> to <a href="http://nginx.net/">nginx</a>. It&#8217;s faster, more efficient, and <i>ridiculously</i> easier to configure (to put it in perspective, in terms of ease of configuration, it&#8217;s like OpenBSD&#8217;s amazing pf to the unholy abomination that is Linux&#8217;s iptables.) nginx works perfectly with the two pieces of software I use the most on my server, <a href="http://www.wordpress.org/">WordPress</a> and <a href="http://www.mybboard.net/">MyBB</a>, even while using a SEO plugin with the latter, which requires some non-trivial redirect rules.</li>
<li>As I don&#8217;t trust any ISP&#8217;s email server to distribute the mail my server sends (mostly confirmation emails from <a href="http://www.dehumanizer.com/">my forums</a>), and since most ISPs and companies these days block mail sent from dynamic IP addresses, I keep a 256 MB <a href="http://www.slicehost.com/">Slicehost</a> slice, with a static IP address and, most importantly, <i>reverse</i> DNS, which I use as a smart host for my home server. The slice doesn&#8217;t have a lot of power in terms of CPU (and it&#8217;s not meant to), but, as bandwidth is much cheaper in the US than in my poor country, the &#8220;small&#8221; limit the cheapest slice includes is <i>a lot</i>; I use it for serving static files, mostly for my forums (all images and Javascript files are served from there), and I still have bandwidth to spare.</li>
<li>I&#8217;ve stopped using a <a href="http://www.squid-cache.org/">Squid</a> proxy in my home network, and nowadays access the web directly&#8230; except for when I indulge in one of my newest weird habits: reading <i>webcomics</i> like <a href="http://www.shamusyoung.com/twentysidedtale/?p=612">this one</a> or <a href="http://www.darthsanddroids.net/">this one</a> while having lunch or dinner. At such a time, moving <i>instantly</i> from comic to comic is a must&#8230; so I simply re-enable Squid (with more aggressive caching than I&#8217;d use for normal browsing; after all, existing comics typically aren&#8217;t going to change, are they?), do a nice little wget in my server to download and cache the entire comic, and then enjoy reading the whole of it (in as many meals as it takes) as if it was stored locally&#8230;</li>
<li>A few changes to my email server&#8217;s configuration, mostly related to spam filtering&#8230; but I&#8217;ve been  writing about that, haven&#8217;t I? And there&#8217;s still more to come. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> <ol class="footnotes"><li id="footnote_0_473" class="footnote">with updates, of course &#8212; people who are afraid of installing updates (&#8220;but&#8230; it might break <i>something</i>!&#8221;) are nothing more than mewling weaklings who are utterly incompetent as sysadmins; they should never be allowed within a mile of any server. Even one running Windows.</li></ol>

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/' rel='bookmark' title='Permanent Link: SPF, part 1: what is SPF, and how to fight spam with it'>SPF, part 1: what is SPF, and how to fight spam with it</a></li>
<li><a href='http://www.thetlog.net/2009/11/26/spf-part-3-configuring-postfix-to-check-spf-records-when-receiving-mail/' rel='bookmark' title='Permanent Link: SPF, part 3: configuring Postfix to check SPF records when receiving mail'>SPF, part 3: configuring Postfix to check SPF records when receiving mail</a></li>
<li><a href='http://www.thetlog.net/2005/10/11/an-anti-spam-gateway-4-postfix-part-2/' rel='bookmark' title='Permanent Link: An Anti-Spam gateway #4: Postfix, part 2'>An Anti-Spam gateway #4: Postfix, part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2009/11/25/whats-this-site-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s official: I&#8217;m on the job market again. :)</title>
		<link>http://www.thetlog.net/2007/05/22/its-official-im-on-the-job-market-again/</link>
		<comments>http://www.thetlog.net/2007/05/22/its-official-im-on-the-job-market-again/#comments</comments>
		<pubDate>Tue, 22 May 2007 17:09:20 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Miscellaneous stuff]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[lisboa]]></category>
		<category><![CDATA[portugal]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2007/05/22/its-official-im-on-the-job-market-again/</guid>
		<description><![CDATA[As of now, I&#8217;m looking for a job in the area of Lisbon, Portugal. Sorry to any non-Portuguese readers / potential employers, but I am not ready to move abroad at this time of my life. My ideal job, at the moment, would be a senior sysadmin / junior PHP programmer &#8220;hybrid&#8221;, but I&#8217;m open [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2007/04/25/on-job-searching-stating-in-advance-what-you-dont-want/' rel='bookmark' title='Permanent Link: On job searching: stating in advance what you don&#8217;t want?'>On job searching: stating in advance what you don&#8217;t want?</a></li>
<li><a href='http://www.thetlog.net/2007/04/26/what-i-dont-want-in-a-job/' rel='bookmark' title='Permanent Link: What I don&#8217;t want in a job'>What I don&#8217;t want in a job</a></li>
<li><a href='http://www.thetlog.net/2005/09/13/a-job-trade-favor-or-duty/' rel='bookmark' title='Permanent Link: A job: trade, favor or duty?'>A job: trade, favor or duty?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As of now, I&#8217;m looking for a job in the area of Lisbon, Portugal. Sorry to any non-Portuguese readers / potential employers, but I am not ready to move abroad at this time of my life.</p>
<p>My ideal job, at the moment, would be a senior sysadmin / junior PHP programmer &#8220;hybrid&#8221;, but I&#8217;m open to alternatives.</p>
<p>As I&#8217;ve said here <a href="http://www.thetlog.net/2007/04/26/what-i-dont-want-in-a-job/">before</a>: no outsourcing, no MS stuff, no helpdesk. I don&#8217;t see this as &#8220;arrogance&#8221; on my part, but simply as not wanting to waste both sides&#8217; time.</p>
<p>For more details (in Portuguese), and the full CV, please visit <a href="http://www.pedrotimoteo.com/cv/">www.pedrotimoteo.com/cv</a> . Thank you. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2007/04/25/on-job-searching-stating-in-advance-what-you-dont-want/' rel='bookmark' title='Permanent Link: On job searching: stating in advance what you don&#8217;t want?'>On job searching: stating in advance what you don&#8217;t want?</a></li>
<li><a href='http://www.thetlog.net/2007/04/26/what-i-dont-want-in-a-job/' rel='bookmark' title='Permanent Link: What I don&#8217;t want in a job'>What I don&#8217;t want in a job</a></li>
<li><a href='http://www.thetlog.net/2005/09/13/a-job-trade-favor-or-duty/' rel='bookmark' title='Permanent Link: A job: trade, favor or duty?'>A job: trade, favor or duty?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2007/05/22/its-official-im-on-the-job-market-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m not a Sysadmin anymore</title>
		<link>http://www.thetlog.net/2007/04/23/why-im-not-a-sysadmin-anymore/</link>
		<comments>http://www.thetlog.net/2007/04/23/why-im-not-a-sysadmin-anymore/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 16:45:14 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Systems administration]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2007/04/23/why-im-not-a-sysadmin-anymore/</guid>
		<description><![CDATA[I have worked as a sysadmin (mostly Unix / Linux) for most of my professional life (not right now, though), and I&#8217;ve been meaning to write a few thoughts about it for a while. My experience is that working as a sysadmin is, to me, interesting and fulfilling on a technical level, but ultimately disappointing [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2005/09/12/work-why-a-good-sysadmin-has-a-lot-of-free-time/' rel='bookmark' title='Permanent Link: Work: why a good sysadmin has a lot of free time'>Work: why a good sysadmin has a lot of free time</a></li>
<li><a href='http://www.thetlog.net/2005/09/08/work-being-productive-or-keeping-busy-part-2/' rel='bookmark' title='Permanent Link: Work: being productive&#8230; or keeping busy? (part 2)'>Work: being productive&#8230; or keeping busy? (part 2)</a></li>
<li><a href='http://www.thetlog.net/2005/09/08/work-being-productive-or-keeping-busy/' rel='bookmark' title='Permanent Link: Work: being productive&#8230; or keeping busy?'>Work: being productive&#8230; or keeping busy?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have worked as a sysadmin (mostly Unix / Linux) for most of my professional life <small>(not right now, though)</small>, and I&#8217;ve been meaning to write a few thoughts about it for a while.</p>
<p>My experience is that working as a sysadmin is, to me, interesting and fulfilling on a <i>technical</i> level, but ultimately disappointing and frustrating on a <i>career</i> and <i>personal</i> level. Why is that?</p>
<p>Let&#8217;s say you&#8217;re a good, competent sysadmin, and you&#8217;ve just joined a new company. During the first few days, you get acquainted with the company, the department, the sysadmin team (if any), the network, and the servers. Soon, any technical problems the company suffers from become apparent. Maybe a particular service is too slow, there have been security problems in the past, a server or application crashes often, there is some network congestion, that server&#8217;s logs tend to fill up the entire drive and need to be deleted from time to time, and so on. Or maybe you spot a need for something the company doesn&#8217;t have: a caching proxy server, an anti-spam / anti-virus email gateway, etc..</p>
<p>So, you get to work on those problems. Some software upgrades here, some tuning there, some cron entries here, some scripting there, some changes to the network, and so on. In months &#8212; maybe weeks, if the company is small &#8212; all the problems are mostly <em>solved</em>, and everything runs smoothly. Sure, you still have to reset users&#8217; passwords (they keep <strike>losing the Post-Its</strike> forgetting them), keep software versions up to date (at least concerning bug fixes or newfound security holes), and, since you&#8217;re not dead and therefore haven&#8217;t stopped <i>learning</i>, maybe you later realize how a redesign or change of some particular server or software application can make things even better. </p>
<p>But, for the most part&#8230; most of your job is <i>done</i>. In the Unix world, with a decent knowledge of scripting and a good deal of experience, you can make your servers almost administer <i>themselves</i>, and you will be warned (by scripts) of potential problems <i>in advance</i>, so that they never actually happen. So&#8230; <strong>what now?</strong></p>
<p>Now, you have a problem&#8230; especially if you&#8217;re an honest person. Because managers &#8212; and this has been my experience almost <b>everywhere</b> I&#8217;ve been &#8212; still tend to measure an employee&#8217;s work &#8212; and worth &#8212; by how <i>busy</i> he looks. Many people, then, simply pretend to be busy all the time <small>(<i>&#8220;change your email password? OK, I&#8217;ll get back to you next Monday.&#8221;</i>)</small>, but such an attitude may be repulsive to you (it is to me). Explaining things to your manager doesn&#8217;t really work; even if <i>he</i> begins to understand, <i>his</i> own bosses won&#8217;t, and, if some head must roll, better yours than his&#8230;</p>
<p>So, after solving the company&#8217;s problems, and assuming you refuse to act busy when you&#8217;re not, what next? Well, you&#8217;ll get a reputation for laziness, for not &#8220;working&#8221; all the time, when everyone else does it (even if they&#8217;re just faking it). You&#8217;ll probably get assigned, in addition to your &#8220;proper&#8221; work, all the dumb, repetitive, non-sysadmin (and therefore non-scriptable) tasks &#8212; which, since you have  free time, you probably can&#8217;t refuse, or at least feel you can&#8217;t. Any raise or promotion will certainly <b>not</b> go to you, but to your &#8220;hard-working&#8221; co-workers, who are always so &#8220;busy&#8221; and have so much &#8220;work&#8221; that they stay at work every day after 6, that they can never do a task &#8220;right now&#8221;, but only in a week&#8217;s time, and that, even their own results are much inferior to yours, it&#8217;s <i>you</i> who&#8217;re not &#8220;dependable&#8221;, &#8220;dedicated&#8221;, or &#8220;competent&#8221;.</p>
<p>Which is why I think it&#8217;s time for a career change. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I currently work at home, in personal projects, but I&#8217;m probably going to look for a new job soon <small>(for the extra money, and for learning something new &#8220;on the job&#8221;)</small>, and I&#8217;m thinking of <strong>programming</strong>, probably in PHP. I love the idea of <i>creating</i> something, instead of just making existing things work. And of (hopefully) being measured by <i>results</i>, not by how busy I look. I&#8217;m not a PHP &#8220;expert&#8221; (far from it), but I learn quickly, and I <i>love</i> to learn &#8212; even at 32 years old. <em>Stagnation</em> is always bad <small>(though it seems that&#8217;s what most people seek in a job, especially in Portugal, oddly enough &#8212; learn a couple of skills, then do exactly that for the rest of your life)</small>, and, paraphrasing Duke Leto Atreides, a person needs new experiences&#8230; and new challenges. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2005/09/12/work-why-a-good-sysadmin-has-a-lot-of-free-time/' rel='bookmark' title='Permanent Link: Work: why a good sysadmin has a lot of free time'>Work: why a good sysadmin has a lot of free time</a></li>
<li><a href='http://www.thetlog.net/2005/09/08/work-being-productive-or-keeping-busy-part-2/' rel='bookmark' title='Permanent Link: Work: being productive&#8230; or keeping busy? (part 2)'>Work: being productive&#8230; or keeping busy? (part 2)</a></li>
<li><a href='http://www.thetlog.net/2005/09/08/work-being-productive-or-keeping-busy/' rel='bookmark' title='Permanent Link: Work: being productive&#8230; or keeping busy?'>Work: being productive&#8230; or keeping busy?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2007/04/23/why-im-not-a-sysadmin-anymore/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>
