<?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>Linux~ized &#187; general</title>
	<atom:link href="http://www.linuxized.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxized.com</link>
	<description>wired&#039;s /dev/urandom space</description>
	<lastBuildDate>Tue, 19 Apr 2011 18:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>confused about UTC time? solution inside!</title>
		<link>http://www.linuxized.com/2010/08/confused-about-utc-time-solution-inside/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2010/08/confused-about-utc-time-solution-inside/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 00:39:37 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[local time]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[utc]]></category>
		<category><![CDATA[utc convertor]]></category>
		<category><![CDATA[utc to local]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=686</guid>
		<description><![CDATA[Are you confused about UTC and timezones? Have you missed a meeting because you miscalculated the proper time in your timezone? No worries! I&#8217;ve written exactly the thing you need :p Just use the following box!]]></description>
			<content:encoded><![CDATA[<p>Are you confused about UTC and timezones?<br />
Have you missed a meeting because you miscalculated the proper time in your timezone?</p>
<p>No worries! I&#8217;ve written exactly the thing you need :p</p>
<p>Just use the following box!</p>
<p><iframe style='width: 600px; height: 350px; border: 0' border=0 src='http://www.linuxized.com/static/utctolocal.html'></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2010/08/confused-about-utc-time-solution-inside/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>switching from gnu screen to tmux (updated)</title>
		<link>http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:45:02 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[gnu screen]]></category>
		<category><![CDATA[overlay]]></category>
		<category><![CDATA[tmux]]></category>
		<category><![CDATA[wirelay]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=517</guid>
		<description><![CDATA[update #1: upstream accepted my patch, so the next tmux release will provide window-status-alert-{attr,fg,bg} Only difference is the use of alert instead of flagged. It sounds better anyway I&#8217;ll adjust my patch on 1.2 as well update #2 [2010/05/17]: uploaded my updated config file, now using ` as my prefix key I gave tmux a [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">update #1</span></strong>: upstream accepted my patch, so the next tmux release will provide <strong>window-status-alert-{attr,fg,bg}</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Only difference is the use of <strong>alert</strong> instead of <strong>flagged</strong>. It sounds better anyway <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;ll adjust my patch on 1.2 as well <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><span style="color: #ff0000;">update #2 [2010/05/17]</span></strong>: uploaded my updated config file, now using ` as my prefix key</p>
<p>I gave tmux a try yesterday.</p>
<p>Clean config file, thorough documentation and a few nice touches here and there (i.e. better, persistent window splitting) make it a nice alternative to screen, but the biggest difference lies in memory usage. Screen can easily eat up to 40-50mb with just a few windows open, but tmux has yet to reach the 10mb mark!</p>
<p>You may argue that ram is cheap these days, but <strong>when you&#8217;re on a 360mb VPS ram matters</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I did find a few bugs/annoyances, for instance if you add <strong>set-option -g default-terminal &#8220;screen-256color&#8221;</strong> in your config file, <del datetime="2010-05-17T07:59:13+00:00">tmux stops evaluating the #T variable.</del></p>
<p>I hacked my way out of this one by adding the following in my <strong>.bash_profile</strong> instead:</p>
<blockquote><p><code>[[ $TERM == "screen" ]] &amp;&amp; export -p TERM="screen-256color"</code></p></blockquote>
<p><strong>Turns out that&#8217;s not tmux&#8217;s fault but bash&#8217;s, I&#8217;ll have to create a patch for that as well <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you have the same issue, you can use the above hack as a temporary fix.</strong></p>
<p>Also version 1.2 does not provide a way for you to customize the colors used on window titles with alerts (either monitored or when the bell is active), but I <a href="http://sourceforge.net/tracker/?func=detail&amp;aid=2996871&amp;group_id=200378&amp;atid=973264" target="_blank">patched that and sent it upstream</a> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>You can <a href="http://github.com/wired/wirelay/tree/master/app-misc/tmux/" target="_blank">find an ebuild with the patch</a> in my overlay, <a href="http://github.com/wired/wirelay/" target="_blank">wirelay</a> (<strong>layman -a wirelay</strong> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<p>The patch was accepted upstream so it&#8217;ll be in the next release.</p>
<p>My tmux looks like this:</p>
<p><a href="http://www.linuxized.com/wp-content/uploads/2010/05/tmux1.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-medium wp-image-529" title="tmux" src="http://www.linuxized.com/wp-content/uploads/2010/05/tmux1-300x202.jpg" alt="" width="300" height="202" /></a></p>
<p>and with some split panes:</p>
<p><a href="http://www.linuxized.com/wp-content/uploads/2010/05/tmux2.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="alignnone size-medium wp-image-530" title="tmux split" src="http://www.linuxized.com/wp-content/uploads/2010/05/tmux2-300x202.jpg" alt="" width="300" height="202" /></a></p>
<p>finally, below is my (<strong>updated on 2010/05/17</strong>) <strong><a href="http://dev.gentoo.org/~wired/conf/tmux.conf" target="_blank">tmux.conf</a></strong> config file, used in the above screenshots.</p>
<p>I decided to use ` as my prefix key, its really better than hitting ctrl-a all the time <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<blockquote><p><code># ` is an interesting key for a prefix<br />
set-option -g prefix `<br />
# set-option -g prefix C-a<br />
<br />
unbind-key C-b<br />
bind-key C-a last-window<br />
bind-key ` last-window<br />
bind-key a send-prefix<br />
<br />
# we might need ` at some point, allow switching<br />
# we can also send the prefix char with `-a<br />
bind-key F11 set-option -g prefix C-a<br />
bind-key F12 set-option -g prefix `<br />
<br />
# 0 is too far from ` <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
set -g base-index 1<br />
<br />
# set-option -g default-terminal "screen-256color"<br />
set-option -g mouse-select-pane on<br />
set-option -g status-keys vi<br />
set-option -g bell-action any<br />
set-option -g set-titles on<br />
set-option -g set-titles-string '#H:#S.#I.#P #W #T' # window number,program name,active (or not)<br />
set-option -g visual-bell on<br />
<br />
setw -g mode-keys vi<br />
setw -g mode-mouse on<br />
setw -g monitor-activity on<br />
<br />
bind e previous-window<br />
bind f next-window<br />
bind j up-pane<br />
bind k down-pane<br />
<br />
set-option -g status-utf8 on<br />
# set-option -g status-justify centre<br />
set-option -g status-justify left<br />
set-option -g status-bg black<br />
set-option -g status-fg white<br />
set-option -g status-left-length 40<br />
<br />
set-option -g pane-active-border-fg green<br />
set-option -g pane-active-border-bg black<br />
set-option -g pane-border-fg white<br />
set-option -g pane-border-bg black<br />
<br />
set-option -g message-fg black<br />
set-option -g message-bg green<br />
<br />
#setw -g mode-bg black<br />
<br />
setw -g window-status-bg black<br />
setw -g window-status-current-fg green<br />
setw -g window-status-alert-attr default<br />
setw -g window-status-alert-fg yellow<br />
<br />
set -g status-left '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]'<br />
<br />
# set -g status-right '#[fg=green]][#[fg=white] #T #[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]'<br />
set -g status-right '#[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]'<br />
<br />
set -g history-limit 4096<br />
<br />
# `+r reloads the configuration, handy<br />
bind r source-file ~/.tmux.conf</code></p></blockquote>
<p> <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>IMAP Spam Begone &#8211; remote email spam filtering using spamassassin</title>
		<link>http://www.linuxized.com/2010/05/imap-spam-begone-remote-email-spam-filtering-using-spamassassin/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2010/05/imap-spam-begone-remote-email-spam-filtering-using-spamassassin/#comments</comments>
		<pubDate>Tue, 04 May 2010 10:44:56 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam filtering]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=499</guid>
		<description><![CDATA[Do you need to filter spam email on your IMAP account, but can&#8217;t do it on the email server and your client software (mutt? ) won&#8217;t provide that capability? meet IMAP Spam Begone a nifty python script that uses spamassassin to remotely mark (and optionally move/delete) spam mail over IMAP. it can also use spam/ham [...]]]></description>
			<content:encoded><![CDATA[<p>Do you need to filter spam email on your IMAP account, but can&#8217;t do it on the email server and your client software (mutt? <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) won&#8217;t provide that capability?</p>
<p>meet <a target="_blank" href="http://redmine.ookook.fr/projects/isbg/wiki">IMAP Spam Begone</a></p>
<p>a nifty python script that uses spamassassin to remotely mark (and optionally move/delete) spam mail over IMAP.<br />
it can also use spam/ham folders to <em>teach</em> your spamassassin <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Available in gentoo:<br />
<strong><code>[*] mail-filter/isbg<br />
     Available versions:  (~)0.99-r1<br />
     Homepage:            http://redmine.ookook.fr/projects/isbg<br />
     Description:         IMAP Spam Begone: a script that makes it easy to scan an IMAP inbox for spam using SpamAssassin</code></strong></p>
<p>usage instructions here: <a target="_blank" href="http://redmine.ookook.fr/projects/isbg/wiki#SpamAssassin">http://redmine.ookook.fr/projects/isbg/wiki#SpamAssassin</a></p>
<p>some example commands I&#8217;m using:</p>
<blockquote><p><code><strong># to check for spam:</strong><br />
isbg.py --imaphost [HOST] --imapuser [EMAIL] --delete --noreport --spamc<br />
<strong># to teach spamassassin:</strong><br />
isbg.py --imaphost [HOST] --imapuser [EMAIL] --noreport --teachonly --learnspambox INBOX.spam --learnhambox INBOX.read-mail --spamc<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2010/05/imap-spam-begone-remote-email-spam-filtering-using-spamassassin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>google wave, the future of flame wars has arrived :D</title>
		<link>http://www.linuxized.com/2009/10/google-wave-the-future-of-flame-wars-has-arrived/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/10/google-wave-the-future-of-flame-wars-has-arrived/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:39:28 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=291</guid>
		<description><![CDATA[I got my Google Wave account invitation yesterday. After a few hours I actually found some people to talk to (this preview is still in its baby stages). I have to say, I was impressed. You chat (and it updates) in real time. You can embed stuff like Google maps, Google searches and Youtube videos [...]]]></description>
			<content:encoded><![CDATA[<p>I got my Google Wave account invitation yesterday. After a few hours I actually found some people to talk to (this preview is still in its baby stages).</p>
<p>I have to say, I was impressed. You chat (and it updates) in real time. You can embed stuff like Google maps, Google searches and Youtube videos (and the list will surely improve since it seems to support Google gadgets). It really feels like next-gen email combined with a messenger <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It is called a preview for a reason though. Sometimes you need to refresh the browser and at other times your waves go crazy and you can&#8217;t use them for a while. It also tends to eat up lots of CPU if you have a lot of participants and media content. But its Google, so we know its all going to be fixed really soon <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.linuxized.com/wp-content/uploads/2009/10/wave.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="size-medium wp-image-309 alignnone" style="padding-top: 10px;" title="Embedded Wave" src="http://www.linuxized.com/wp-content/uploads/2009/10/wave-300x181.jpg" alt="Embedded Wave" width="300" height="181" /></a></p>
<p>Below you&#8217;ll find an embedded wave I&#8217;ve added using the Wavr WordPress Plugin (you need to have a Wave Account).</p>
<p><span id="more-291"></span></p>

		<div id="waveframe-1"  style="width:100%;height:500px;"  ></div>
		 <script type="text/javascript">

				add_wave("waveframe-1",{
					bgcolor:"#ffffff",
					color:"#000000",
					font:"Courier New, Courier, mono",
					font_size:"10",
					width:"100%",
					height:"500px",
					server:"https://wave.google.com/wave/",
					id:"googlewave.com!w+A6hIdRPwF"		});

		</script>
		
<p>Well done Google!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/10/google-wave-the-future-of-flame-wars-has-arrived/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>new theme, work-in-progress</title>
		<link>http://www.linuxized.com/2009/07/new-theme-work-in-progress/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/07/new-theme-work-in-progress/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:31:27 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=185</guid>
		<description><![CDATA[As you most probably noticed already, I&#8217;ve changed my blog&#8217;s theme I really really really wanted a variable-width theme and something I will be able to call my own. So I picked this nice clean theme (made by openark.org) and I&#8217;m going to build on it over time until I&#8217;m satisfied Hopefully you people will [...]]]></description>
			<content:encoded><![CDATA[<p>As you most probably noticed already, I&#8217;ve changed my blog&#8217;s theme <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I really really really wanted a variable-width theme and something I will be able to call my own.</p>
<p>So I picked this nice clean theme (made by openark.org) and I&#8217;m going to build on it over time until I&#8217;m satisfied <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Hopefully you people will find it readable and easy to navigate <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>While we&#8217;re on the themes topic, today I added the WPtouch module that provides native-like navigation to my blog from iPhones. I discovered this pretty good plugin after navigating to <a href="http://www.elkosmas.gr">www.elkosmas.gr</a> with my iPhone <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/07/new-theme-work-in-progress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>speeding up firefox with tmpfs and automatic rsync</title>
		<link>http://www.linuxized.com/2009/05/speeding-up-firefox-with-tmpfs-and-automatic-rsync/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/05/speeding-up-firefox-with-tmpfs-and-automatic-rsync/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:46:22 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[speeding up]]></category>
		<category><![CDATA[tmpfs]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=63</guid>
		<description><![CDATA[Comzeradd posted a great article recently on how to speed up firefox by moving your ~/.mozilla folder on a tmpfs mount. As you probably know, firefox keeps track of everything you visit while you browse the web infinity, then allows you to quick-search that history just by typing in its awesome bar &#8211;err, address bar [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://autoverse.net/identity/" target="_blank">Comzeradd</a> posted <a href="http://autoverse.net/blog/2009/apr/23/speed-firefox/" target="_blank">a great article</a> recently on how to speed up firefox by moving your <strong>~/.mozilla</strong> folder on a <strong>tmpfs</strong> mount.</p>
<p>As you probably know, firefox keeps track of everything you visit while you browse the web infinity, then allows you to quick-search that history just by typing in its awesome bar &#8211;err, address bar <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Unfortunately, after a while the whole thing slows down and gets a bit annoying. So what <a href="http://autoverse.net/identity/" target="_blank">Comzeradd</a> tried was to move <strong>~/.mozilla</strong> (which includes the history database) on a <strong>tmpfs</strong> mount.</p>
<p><strong>The difference is staggering! </strong>Searches are snappy again and even firefox itself feels faster!</p>
<p><a href="http://autoverse.net/identity/" target="_blank">Comzeradd</a> offers a script that syncs your <strong>tmpfs ~/.mozilla</strong> with a folder on your hdd to make sure you won&#8217;t lose your data on reboot/shutdown/powerfail.</p>
<p>I took this a step further by creating a <a title="speedfox" href="http://www.linuxized.com/wp-content/uploads/2009/05/speedfox#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">firefox wrapper script</a>. After you move your <strong>~/.mozilla</strong> folder to a safe place, this script makes sure that your data is always synced between the <strong>tmpfs</strong> folder and your hdd folder on a fixed interval.</p>
<p><strong>what the script does, in steps:</strong></p>
<ol>
<li>check that we don&#8217;t have any stale <strong>~/.mozilla</strong> folder</li>
<li>rsync our hdd copy of .mozilla with our tmpfs</li>
<li>launch a background process that syncs any changes on the tmpfs .mozilla folder back to our hdd copy every one minute (adjustable)</li>
<li>launch firefox</li>
<li>when firefox ends, kill background process and sync back to the hdd one last time</li>
</ol>
<p>To use <a href="http://www.linuxized.com/wp-content/uploads/2009/05/speedfox#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">the script</a>, you&#8217;ll first need to mount tmpfs to a folder. On my laptop I have my /var/tmp as tmpfs (useful for gentoo emerges too). To make /var/tmp a tmpfs folder, you need to edit your /etc/fstab file and add the following line:</p>
<blockquote><p><code>tmpfsÂ Â Â Â  Â Â Â  Â Â Â  Â /var/tmpÂ Â  Â tmpfsÂ  size=768M,mode=0777Â Â Â Â Â Â Â Â  0 0</code></p></blockquote>
<p>You should adjust the <strong>size= </strong>option based on the ram you have available.</p>
<p>Then just <strong>mount</strong> the &#8220;partition&#8221; with:</p>
<blockquote><p><code>mount /var/tmp</code></p></blockquote>
<p>and <strong>execute</strong> the script</p>
<blockquote><p>chmod +x speedfox</p>
<p><code>speedfox</code></p></blockquote>
<p><strong>Thats it</strong>! This simple process gives firefox a real boost!</p>
<p>If you start speedfox from a terminal, you can see the rsync info at the beginning and after each minute =]</p>
<p>You can <a title="speedfox" href="http://www.linuxized.com/wp-content/uploads/2009/05/speedfox#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">get the script here.</a></p>
<p>Don&#8217;t forget to edit it, read the instructions and configure its variables!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/05/speeding-up-firefox-with-tmpfs-and-automatic-rsync/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Fosscomm 2009 day two @ ATEI of Larisa &#8211; Photos :)</title>
		<link>http://www.linuxized.com/2009/05/fosscomm-day-two-atei-of-larisa-photos/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/05/fosscomm-day-two-atei-of-larisa-photos/#comments</comments>
		<pubDate>Mon, 11 May 2009 17:50:28 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[fosscomm]]></category>
		<category><![CDATA[fosscomm 2009]]></category>
		<category><![CDATA[larisa]]></category>
		<category><![CDATA[linux team]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=71</guid>
		<description><![CDATA[An excellent Gentoo Presentation by Tampakrap and Comzeradd followed our Saturday&#8217;s Gentoo installation workshop on Sunday, marking the second and last day of this year&#8217;s Fosscomm. Thanks are in order for all those great guys and gals who made this weekend special, the &#8220;ATEI of Larisa Linux Team&#8221; =] Everything was well organized and planned [...]]]></description>
			<content:encoded><![CDATA[<p>An excellent Gentoo Presentation by Tampakrap and Comzeradd followed our Saturday&#8217;s Gentoo installation workshop on Sunday, marking the second and last day of this year&#8217;s Fosscomm.</p>
<p>Thanks are in order for all those great guys and gals who made this weekend special, the &#8220;<strong>ATEI of Larisa Linux Team</strong>&#8221; =]</p>
<p>Everything was well organized and planned out (ok, those pigeons were added value, but you have to admit they were funny :p) and I am sure everyone had a great time. <strong>I certainly did <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </strong></p>
<object style="float:left; margin: 0 10px 10px 0" width="154" height="154"><param name="movie" value="http://picasna.com/widget/gallery.swf?cover=lh3.ggpht.com/-bYDU4mgzORA/SghgIF-PtoE/AAAAAAAAGtk/av-q7AQSxDQ/s144-c/FosscommLarisa.jpg&xmlPath=picasna.com/widget/xml&an=FosscommLarisa&ps=800&un=alex.alexander&at=Fosscomm @ Larisa&ts=144&cpad=5&tpad=7&cscheme=0&ct=0&bt=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed style="float:left; margin: 0 10px 10px 0" width="154" height="154" src="http://picasna.com/widget/gallery.swf?cover=lh3.ggpht.com/-bYDU4mgzORA/SghgIF-PtoE/AAAAAAAAGtk/av-q7AQSxDQ/s144-c/FosscommLarisa.jpg&xmlPath=picasna.com/widget/xml&an=FosscommLarisa&ps=800&un=alex.alexander&at=Fosscomm @ Larisa&ts=144&cpad=5&tpad=7&cscheme=0&ct=0&bt=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="154" height="154"></embed></object>
<p>A lot of pictures are <a href="http://picasaweb.google.com/alex.alexander/FosscommLarisa#" target="_blank">now available</a> from both days for your viewing pleasure. <a href="http://picasaweb.google.com/alex.alexander/FosscommLarisa#" target="_blank">View them in picasa</a> or click the photo on the left <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Don&#8217;t forget to tag yourself so other people can find you <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </strong></p>
<p><strong>update: </strong>I have uploaded the full resolution JPEGs in <a href="ftp://linuxteam.cs.teilar.gr/fosscomm/wired_linuxized.com/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">ftp://linuxteam.cs.teilar.gr/fosscomm/wired_linuxized.com/</a> for your viewing (and printing) pleasure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/05/fosscomm-day-two-atei-of-larisa-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fosscomm 2009 day one @ ATEI of Larisa</title>
		<link>http://www.linuxized.com/2009/05/fosscomm-day-one-atei-of-larisa/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/05/fosscomm-day-one-atei-of-larisa/#comments</comments>
		<pubDate>Sat, 09 May 2009 18:22:35 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[fosscomm]]></category>
		<category><![CDATA[fosscomm 2009]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/?p=65</guid>
		<description><![CDATA[The first fosscomm day (in ATEI of Larisa) is over with great success We (the gentoo team) hosted a workshop showing off gentoo&#8217;s installation process and portage features using the gentoo handbook as a guide. Time was limited and we didn&#8217;t manage to finish it, but I think we touched some people when we explained [...]]]></description>
			<content:encoded><![CDATA[<p>The first <a href="http://larisa.fosscomm.gr/" target="_blank">fosscomm</a> day (in ATEI of Larisa) is over with great success <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We (the gentoo team) hosted a workshop showing off gentoo&#8217;s installation process and portage features using the <a href="http://www.gentoo.org/doc/en/handbook/" target="_blank">gentoo handbook</a> as a guide. Time was limited and we didn&#8217;t manage to finish it, but I think we touched some people when we explained how portage and its USE flags work <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Next up is a Gentoo presentation tomorrow. Comzeradd and Tampakrap will present the Gentoo Project, analyze its advantages and disadvantages and show off how easy it is to create an ebuild for a new package, or add a patch to an existing one <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Videos from fosscomm&#8217;s presentations and workshops will be available shorty and I&#8217;ve also taken some pictures which I will upload tomorrow =]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/05/fosscomm-day-one-atei-of-larisa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>/dev/urandom</title>
		<link>http://www.linuxized.com/2009/04/newblog/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.linuxized.com/2009/04/newblog/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 17:29:09 +0000</pubDate>
		<dc:creator>wired</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.linuxized.com/blog/?p=5</guid>
		<description><![CDATA[Hello =] Welcome to my new blog. Previously available @ http://linuxized.blogspot.com, I&#8217;ve moved my meaningless typing to a more private space. Hopefully this will work out well &#8211; if not&#8230; I guess I can always turn back to blogger..]]></description>
			<content:encoded><![CDATA[<p>Hello =]</p>
<p>Welcome to my new blog. Previously available @ <a class="linkification-ext" title="Linkification: http://linuxized.blogspot.com" href="http://linuxized.blogspot.com">http://linuxized.blogspot.com</a>, I&#8217;ve moved my meaningless typing to a more private space.</p>
<p>Hopefully this will work out well &#8211; if not&#8230; I guess I can always turn back to blogger.. <img src='http://www.linuxized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxized.com/2009/04/newblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

