<?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>EUROMERICAN &#187; Tech</title>
	<atom:link href="http://mjs.cc/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjs.cc</link>
	<description>ramblings &#38; shenanigans</description>
	<lastBuildDate>Sat, 17 Jul 2010 01:53:11 +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>Install &amp; Run Folding@Home SMP Client on Linux Mint 9 or Ubuntu 9.10 x64</title>
		<link>http://mjs.cc/2010/06/01/install-run-foldinghome-smp-client-on-linux-mint-9-or-ubuntu-9-10-x64/</link>
		<comments>http://mjs.cc/2010/06/01/install-run-foldinghome-smp-client-on-linux-mint-9-or-ubuntu-9-10-x64/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:07:43 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[fah]]></category>
		<category><![CDATA[folding]]></category>
		<category><![CDATA[folding@home]]></category>
		<category><![CDATA[linux mint 9]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[smp]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=608</guid>
		<description><![CDATA[I'm posting these instructions here as to how to install and successfully run the SMP 64-bit client on Mint 9 or Ubuntu 9.10. These instructions work at the time of writing, are intended only for FAH SMP 64-bit client version 6.29, and on Mint 9 or Ubuntu 9.10.]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://mjs.cc/wp-content/uploads/2010/06/Fold003.png"><img class="alignleft size-thumbnail wp-image-614" title="F@H" src="http://mjs.cc/wp-content/uploads/2010/06/Fold003-150x150.png" alt="" width="150" height="150" /></a>I recently installed Linux Mint 9 x64 and have been tinkering with it. I&#8217;ve also gotten into Folding@Home and am part of a team at W7Forums. However, installing the 64-bit SMP2 client for my triple-core turned out to be a slightly less out-of-the-box experience than it was on Windows. Some dependencies that have been upgraded for Ubuntu 9.10, or Mint 9, don&#8217;t work quite the same. Or something.</p>
<p>I&#8217;m not a programmer, or an engineer; I like to keep stuff like this simple. So I&#8217;m posting these instructions here as to how to install and successfully run the SMP 64-bit client on Mint 9 or Ubuntu 9.10. These instructions work at the time of writing, are intended only for FAH SMP 64-bit client version 6.29, and on Mint 9 or Ubuntu 9.10.</p>
<p>I gathered these instructions and scripts from various sources. I don&#8217;t know <em>what</em> makes them work, but they did work for me. <strong>If you hose your system, don&#8217;t come crying to me</strong>.</p>
<ol>
<li>
<h4>Open Terminal, and enter <span style="color: #800000;">sudo apt-get install ia32-libs</span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">mkdir -p ~/folding</span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">cd ~/folding</span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">curl -O http://www.stanford.edu/group/pandegroup/folding/release/FAH6.29-Linux.tgz</span> (the -O after curl is a dash and a capital o, and not a zero) &#8211; if you do not have curl installed, you can use wget http://www.stanford.edu/group/pandegroup/folding/release/FAH6.29-Linux.tgz instead</h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">tar xzf FAH6.02-Linux.tgz</span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">chmod +x fah6</span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">./fah6 -configonly -smp</span> and configure the client</h4>
</li>
<li>
<h4>Once back in Terminal, enter <span style="color: #800000;">&#8220;<code>LD_LIBRARY_PATH=~/lib64-fah ./</code>fah6 -smp -verbosity 9 $* &amp;&#8221; &gt; fah</span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;">chmod +x fah</span></h4>
</li>
<li>
<h4>Check that <code><span style="color: #008000;">wget</span>, <span style="color: #008000;">bash</span>, <span style="color: #008000;">binutils</span>, <span style="color: #008000;">bc</span> and <span style="color: #008000;">awk</span> are installed; if not, or if you don't know how to find out, install with sudo apt-get</code></h4>
</li>
<li>
<h4>Use <span style="color: #800000;">sudo -k</span> to make sure your elevated privileges are dropped; you have to be logged in as the very user you want to always launch the FAH client on, and without elevated privileges, or the following will not work right</h4>
</li>
<li>
<h4>Enter <span style="color: #800000;"><code>cd ~</code></span></h4>
</li>
<li>
<h4>Enter <code><span style="color: #800000;">wget http://darkswarm.org/whosyerdaddy-0.6.sh</span> (or, if server/file is unavailable, try <span style="color: #0000ff;">wget http://mjs.cc/fah/whosyerdaddy-0.6.sh</span>)</code></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;"><code>chmod +x whosyerdaddy-0.6.sh</code></span></h4>
</li>
<li>
<h4>Enter <code><span style="color: #800000;">cp -a /lib ~/lib64-fah</span> (this gave me a few permission errors, but I just ignored them)</code></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;"><code>cd ~/lib64-fah</code></span></h4>
</li>
<li>
<h4>Enter <span style="color: #800000;"><code>~/whosyerdaddy-0.6.sh</code></span></h4>
</li>
<li>
<h4>You should be done.</h4>
</li>
</ol>
<p>At this point you should be able to launch the client by executing the <span style="color: #008000;">fah</span> script we created into the <span style="color: #008000;">~/folding</span> directory:<br />
<span style="color: #800000;">~/folding/fah</span></p>
<p>Good luck!</p>
<p>These instructions were put together by combining the <a href="http://folding.stanford.edu/English/LinSMPGuide" target="_blank">original guide</a>, as to how to install a Linux SMP client, with F@H forum member Tear&#8217;s script and <a href="http://foldingforum.org/viewtopic.php?p=138466#p138466" target="_blank">great instructions</a>. The whosyerdaddy-0.6.sh script is Tear&#8217;s, and I&#8217;m only hosting a copy of it on my server in case his site goes down and someone really needs to get their hands on it in order to get these instructions to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2010/06/01/install-run-foldinghome-smp-client-on-linux-mint-9-or-ubuntu-9-10-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Synergy On Windows 7 And Mac OS X</title>
		<link>http://mjs.cc/2010/05/24/setting-up-synergy-on-windows-7-and-mac-os-x/</link>
		<comments>http://mjs.cc/2010/05/24/setting-up-synergy-on-windows-7-and-mac-os-x/#comments</comments>
		<pubDate>Mon, 24 May 2010 17:22:23 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[synergy]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=601</guid>
		<description><![CDATA[Using a program called Synergy, you can share a keyboard and a mouse between a Windows 7 machine and a Mac. In this post I try to recreate the steps I took to set up Synergy Server on my Windows 7 64-bit PC and Synergy Client on a Mac Mini G4 running Leopard.]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://mjs.cc/wp-content/uploads/2010/05/linux-mac-windows.png"><img class="alignleft size-thumbnail wp-image-602" title="Synergy" src="http://mjs.cc/wp-content/uploads/2010/05/linux-mac-windows-150x150.png" alt="" width="150" height="150" /></a>Using a program called Synergy, you can share a keyboard and a mouse between a Windows 7 machine and a Mac. In this post I try to recreate the steps I took to set up Synergy Server on my Windows 7 64-bit PC and Synergy Client on a Mac Mini G4 running Leopard.</p>
<p>First, we will decide that the Windows machine will be called Windows, and the Mac will be called&#8230;Mac. Download the GUI clients for Synergy for both machines. I used SynergyInstaller-1.3.1.exe on Windows, and SynergyKM-1.0b7-Installer.dmg on Leopard.</p>
<p>I highly recommend assigning both machines their own IP addresses. Usually your router will use something called DHCP to assign an &#8220;internal&#8221; IP address to each machine as they connect to it. These IPs tend to change when your machine reconnects to the router after a reboot for example. You can set up your computers to pick their own IPs instead. I have found it easier to connect via Synergy if I am assigning Synergy screens with IP aliases, instead of just counting on hostnames. But it&#8217;s your call.</p>
<p>Configuring Synergy on the PC is very straight-forward. Just install it, and check the option to &#8220;share this computer&#8217;s keyboard/mouse&#8221; if that is what you&#8217;re doing. Once done, click Turn On Synergy. There will be a green circle in the system tray signaling that it&#8217;s running.</p>
<p>Now configure the client on the Mac.</p>
<p>Please keep in mind that when you configure the server and the client, the information you provide has to match. Make sure you type in the hostnames, IPs, and edge shortcuts correctly.</p>
<p>In my setup, I have two screens called Windows and Mac. Both have assigned IP addresses as aliases. Both have the following shortcuts configured: Mac is to the right of Windows, and Windows is to the left of Mac. This means that if I move my mouse over the right-hand edge of my Windows screen, it&#8217;ll show up on the Mac desktop; similarly, moving it past the left edge on the Mac will bring it back to Windows. It may seem like it&#8217;s redundant to provide both machines with both details, but it&#8217;s not; it&#8217;s absolutely necessary.</p>
<p>Once the client is configured on the Mac, it will try to connect. If connecting to the server fails, first check the configuration to make sure you dotted your i&#8217;s and crossed your t&#8217;s, and that all the information matches. Then, check your firewall software (or Windows Firewall) on the Windows machine to make sure it&#8217;s allowing connections through to the Synergys (server) application. Check Windows 7&#8242;s sharing settings and make sure you&#8217;ve got everything turned on appropriately. I recommend dropping the encryption to the older kind, since I&#8217;m not sure Leopard can handle 128-bit encryption. You can also add the Windows machine&#8217;s IP and hostname into the Mac&#8217;s hosts file: In Terminal, type <strong>sudo su -</strong> and enter your password. Then type <strong>nano /etc/hosts</strong> and hit enter. Add <em>192.168.2.6     Windows</em> to the bottom of the file, if 192.168.2.6 is the IP your Windows machine is using (if not, use the correct one), then press Control-O and accept changes to save the file, and reboot. Start SynergyKM again.</p>
<p>I have also found that using Finder to connect to the Windows machine through the Connect To Server option before you launch the client can be helpful.</p>
<p>If you are having difficulty getting Synergy2 to play nice with Windows and Mac, hit me up in the comments and I&#8217;ll try to help you get it running. It&#8217;s definitely doable.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2010/05/24/setting-up-synergy-on-windows-7-and-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable Auto-Scroll in Firefox</title>
		<link>http://mjs.cc/2010/01/22/enable-auto-scroll-in-firefox/</link>
		<comments>http://mjs.cc/2010/01/22/enable-auto-scroll-in-firefox/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:04:57 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=545</guid>
		<description><![CDATA[For whatever reason, the version of Firefox in my fresh installation of Linux Mint 8 always has the auto-scroll function disabled by default. Auto-scroll is useful if you have a mouse with a scroll wheel; you can just click on the scroll wheel and then move your pointer up and down on the screen, automatically [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>For whatever reason, the version of Firefox in my fresh installation of Linux Mint 8 always has the auto-scroll function disabled by default. Auto-scroll is useful if you have a mouse with a scroll wheel; you can just click on the scroll wheel and then move your pointer up and down on the screen, automatically scrolling the web page as you go.</p>
<p>If this feature is disabled in your Firefox browser, you can enable it! Start by typing <strong>about:config</strong> in the address field, and hit enter. You may get an amusing warning, which you can feel free to dismiss. Look up <strong>general.autoScroll</strong> in the long list of settings, and switch its value from false to <strong>true</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2010/01/22/enable-auto-scroll-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinStep Brings Windows Desktop Alive</title>
		<link>http://mjs.cc/2009/10/19/winstep-brings-windows-desktop-alive/</link>
		<comments>http://mjs.cc/2009/10/19/winstep-brings-windows-desktop-alive/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 03:18:25 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[WinStep]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=289</guid>
		<description><![CDATA[I rarely promote commercial products in this blog for a variety of reasons. However, every now and then I come across a software product that I am just too excited about to not mention it.]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-thumbnail wp-image-290" title="Poste de Travail" src="http://mjs.cc/wp-content/uploads/2009/10/Poste-de-Travail-150x150.png" alt="Poste de Travail" width="150" height="150" />I rarely promote commercial products in this blog for a variety of reasons. However, every now and then I come across a software product that I am just too excited about to not mention it.</p>
<p>I <a href="http://mjs.cc/2009/09/28/once-again-the-penguin/" target="_blank">recently gave GNU/Linux a spin</a> and tested out Ubuntu and Debian. I was quite impressed with both; they&#8217;ve come a long way in terms of user-friendliness. I was looking for stability and ease of use more than eye candy, and for the most part, in spite of a considerable learning curve, Ubuntu certainly delivered.</p>
<p>Unfortunately, it just wasn&#8217;t enough.</p>
<p>While Windows 7 suffers from the same performance degradation that all Windows releases post-95 have suffered from, its ease of use is hard to beat. While I respected Ubuntu&#8217;s decision to &#8220;keep it real&#8221; by not including native support for things like Lightscribe or Adobe Flash, after a while it just became a huge pain in the rear to try and find little fixes to help me do the most mundane things that Windows does out of the box.</p>
<p>I went back to Windows rather reluctantly, but that is what I felt I had to do. What I missed most about Ubuntu, aside from its snappy performance and amazing security, was the interface. I really liked Gnome &#8211; it was refreshingly customizable. Windows felt, in comparison, quite clunky and restricted.</p>
<p>Having used third party software before to enhance the look of Windows XP &#8211; back when I still bothered with XP &#8211; I knew that products like WindowsBlinds were relatively heavy on the resources and often were slow to have patches available for when Windows updated itself and changed things around. I particularly remember how SP1 rendered my StyleXP installation entirely unusable. Not fun.</p>
<p>Lucky for me, I came across a software product called <a href="http://www.winstep.net/" target="_blank">WinStep</a>, which provides various desktop and taskbar enhancements. It does not use up much resources at all, and it doesn&#8217;t latch itself onto the system itself, so it&#8217;s easy to turn on and off on the fly. Not once have I had to restart my system due to an issue with it, which is more than I can say for some skinning products.</p>
<p>WinStep doesn&#8217;t really <em>skin</em> the desktop as much as it enhances it. What&#8217;s so great about this product for me is that it allows me to add certain functionality to my desktop which I&#8217;ve always wanted to have:</p>
<p>I don&#8217;t like desktop icons. I prefer to start applications from the quick launch bar, or to a lesser extent, from the start menu. Unfortunately, this means that my quick launch area gets pretty crowded, leaving very little space for open applications on the taskbar. The new Windows 7 taskbar does a great job of grouping active tasks, but on the flip side the way it handles quick launch icons is&#8230;retarded. Even in &#8220;small&#8221; mode the icons take up a lot of space.</p>
<p><img class="alignleft size-medium wp-image-291" title="deskdock" src="http://mjs.cc/wp-content/uploads/2009/10/deskdock-300x111.jpg" alt="deskdock" width="300" height="111" />WinStep allows me to create a dock in the bottom of the screen and move the Windows taskbar to the top (or vice versa if that&#8217;s your flavour). Not only can I select a very cool effect for when I mouse-over the icons (and a bounce when I click on one to launch something &#8211; similar to OS X&#8217;s dock), set the size of the icons, adjust the labels or even remove them, etc&#8230;but I can keep my actual Windows taskbar entirely free of quick launch icons! This frees up a tremendous amount of space for active tasks. My launch icons are still in the bottom of the screen where I am used to seeing them, but the systray and the clock are in the top of the screen like they are in Gnome!</p>
<p><img class="alignleft size-full wp-image-292" title="desksmall" src="http://mjs.cc/wp-content/uploads/2009/10/desksmall.jpg" alt="desksmall" width="346" height="216" /></p>
<p>Furthermore, combining the dock&#8217;s transparency feature with an awesome theme creates a terrific looking dock. WinStep has refreshed my Windows desktop experience, and made Windows a lot more pleasurable to use. I don&#8217;t usually make product recommendations, but this one is just too significant for me to pass up on.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2009/10/19/winstep-brings-windows-desktop-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Tips &amp; Tricks For New Users</title>
		<link>http://mjs.cc/2009/09/29/ubuntu-tips-tricks-for-new-users/</link>
		<comments>http://mjs.cc/2009/09/29/ubuntu-tips-tricks-for-new-users/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:56:59 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[newbie]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[trouble]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=255</guid>
		<description><![CDATA[I will be collecting here some nifty tidbits that have helped me make my Ubuntu installation more fun to use. In case of very long console commands, quotations are used to emphasize that the command is one long command, even if the blog template splits it into several lines. Do not include the quotations when [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I will be collecting here some nifty tidbits that have helped me make my Ubuntu installation more fun to use. In case of very long console commands, quotations are used to emphasize that the command is one long command, even if the blog template splits it into several lines. Do not include the quotations when typing in the commands, as that will not work.</p>
<p><em>These tips, commands, and possible links are for reference only; any use of them is entirely up to you, and I assume no liability for any damages you do to your or someone else&#8217;s system.<br />
</em><br />
<img class="alignleft size-full wp-image-261" title="My Computer" src="http://mjs.cc/wp-content/uploads/2009/09/My-Computer.png" alt="My Computer" width="128" height="128" /><strong>NO SHRINKING BOX ANIMATION ON MINIMIZE</strong><br />
When you minimize a window, a rectangular shrinking box animation is shown by default. It gets annoying after time, but there is a way to disable it:<br />
&#8220;<code>gconftool-2 -t bool -s /apps/metacity/general/reduced_resources true</code>&#8221;</p>
<p><strong>I HAVE INSTALLED ADOBE FLASH PLAYER, BUT STILL HAVE TROUBLE WITH FLASH SITES LIKE YOUTUBE</strong><br />
Use the following three commands in console:<br />
<code>sudo apt-get update</code><br />
<code>sudo apt-get remove swfdec-mozilla</code><br />
<code>sudo apt-get install flashplugin-installer</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2009/09/29/ubuntu-tips-tricks-for-new-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read It Later</title>
		<link>http://mjs.cc/2009/09/17/read-it-later/</link>
		<comments>http://mjs.cc/2009/09/17/read-it-later/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:00:22 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=215</guid>
		<description><![CDATA[Every now and then I come across a Firefox plug-in that I just have to tell people about. This time it's one called Read It Later. This nifty add-on allows you to temporarily bookmark a web page with just one-click to a list of sites you want to visit at a later time.]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-217" title="readlater1" src="http://mjs.cc/wp-content/uploads/2009/09/readlater11.jpg" alt="readlater1" width="469" height="263" /></p>
<p>Every now and then I come across a Firefox plug-in that I just have to tell people about. This time it&#8217;s one called <a href="https://addons.mozilla.org/en-US/firefox/addon/7661" target="_blank">Read It Later</a>. This nifty add-on allows you to temporarily bookmark a web page with just one-click to a list of sites you want to visit at a later time.</p>
<p>Whenever I would stumble upon some page that did not quite have the information I was looking for, but I wanted very much to come back and look at it later, I would bookmark it. As a result, my list of bookmarks is a bottomless pit. It takes about a minute for me to scroll down the whole length of it, and that&#8217;s not even getting started on the folders I have created in it. There are pages upon pages of links I wanted to go and follow later, but never got around to it, because finding that one page later on would have been too overwhelming a task.</p>
<p>Read It Later helps with that by keeping these temporary bookmarks in their own list. Not only does it take just one click to add a page to the list, but it&#8217;s just as easy to remove it once you&#8217;re done checking it out later.</p>
<p>After installing the add-on, a small check mark will appear on the Firefox address bar, after the URL and the star button that&#8217;s used for quickly bookmarking a page. As you happen on a page you know you want to come back to and visit later, but don&#8217;t want to add to your bookmarks just yet, you can click on the check mark once. This turns the icon red, and the page you&#8217;re on is saved in your Read It Later list.</p>
<p><img class="alignleft size-full wp-image-219" title="readlater2" src="http://mjs.cc/wp-content/uploads/2009/09/readlater2.jpg" alt="readlater2" width="429" height="340" />Once you have time to read those pages you wanted to go back to, you can click on the brown book icon in your browser, which presents a list of those links you&#8217;ve saved. You can visit pages by clicking on the link, or you can remove them from the list by clicking the red check mark after each one, either in this drop-down list, or in the address bar as you visit them. It could not be more simple.</p>
<p>What if you are browsing the web at home and see something you want to take a look at once you&#8217;re back at your desk at work the next day? You could write down the URL&#8230; Or email it to yourself. Better yet, you can sign up for a free account at Read It Later&#8217;s <a href="http://readitlaterlist.com/" target="_blank">list synchronization web site</a>, enabling you to synchronize the Read It Later list on your home computer with that of your work PC. Nice!</p>
<p>Supposedly Read It Later also works on any other browser, as well as the iPhone, but I have no personal experience with those alternatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2009/09/17/read-it-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Craigslist Is Used To Spam You</title>
		<link>http://mjs.cc/2009/09/10/how-craigslist-is-used-to-spam-you/</link>
		<comments>http://mjs.cc/2009/09/10/how-craigslist-is-used-to-spam-you/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 14:08:03 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Craigslist]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fake]]></category>
		<category><![CDATA[harvesting]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[stealing]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=157</guid>
		<description><![CDATA[Craigslist has become a very popular site over the years for buying and selling goods and services without having to fork over money for advertising fees. Unfortunately, as it turns out, this same service is being actively used by spammers for harvesting the site's users' email addresses. Here's how it works.]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-medium wp-image-160" title="harvest" src="http://mjs.cc/wp-content/uploads/2009/09/harvest1-300x279.jpg" alt="harvest" width="300" height="279" /></p>
<p><a href="http://www.craigslist.com" target="_blank">Craigslist</a> has become a very popular site over the years for buying and selling goods and services without having to fork over money for advertising fees. Unfortunately, as it turns out, this same service is being actively used by spammers for harvesting the site&#8217;s users&#8217; email addresses. Here&#8217;s how it works.</p>
<p>In the first step of the process, an application specifically designed for this purpose is used to automatically retrieve the email addresses from each ad in the selected categories in the selected region. This will result in a list of thousands of email addresses.</p>
<p>I know what you&#8217;re thinking: &#8220;I always use that scrambling feature that creates a temporary forwarding address for me, so I&#8217;m safe.&#8221;</p>
<p>Wrong.</p>
<p>While the temporary forwarding address system enables you to keep your personal email account from your ad posts, it does not prevent you from giving your address to the spammers yourself. The second step of the process, you see, is automatically sending you an email which usually consists of just a couple of sentences, typically asking you if the &#8220;item&#8221; is still available. No phone number is given, so you quickly email them back to let them know it&#8217;s still available. Bam &#8211; your real email address has been harvested, and massive spamming can begin.</p>
<p>You might think that it would take a lot of effort to send people emails asking whether their items are &#8220;still available&#8221; or to ask them some other vague questions about their items. Fortunately for the spammers, there are software products which make this process automatic for them. They can use hundreds of Gmail accounts (I&#8217;ve seen Gmail a lot in particular) as senders, and the software generates the vague question on its own. Response emails are automatically used to record valid addresses.</p>
<p>My wife recently had to change her email address of 8+ years due to it being harvested through an ad she posted on Craigslist. I use the site every now and then and I never fail to receive these one-liners asking for confirmation, and then when I reply, there&#8217;s no response back.</p>
<p>I&#8217;m personally going to ignore all emails which do not specify alternate means of contact, i.e. a phone number. And I will mention this as I post the ad, because I have no interest in getting hundreds more spam emails each day about sex pills or fake Rolexes.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2009/09/10/how-craigslist-is-used-to-spam-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Tips, Tricks, and Tweaks</title>
		<link>http://mjs.cc/2009/07/28/windows-7-tips-tricks-and-tweaks/</link>
		<comments>http://mjs.cc/2009/07/28/windows-7-tips-tricks-and-tweaks/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 03:21:23 +0000</pubDate>
		<dc:creator>Mika Salakka</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://mjs.cc/?p=72</guid>
		<description><![CDATA[Windows 7 has a release date! Now that we are getting so close to an official release, it is prudent to start collecting info on little tips and tweaks that people have come across when testing the beta and the release candidate versions.]]></description>
			<content:encoded><![CDATA[<p></p><p>Windows 7 has a release date! Now that we are getting so close to an official release, it is prudent to start collecting info on little tips and tweaks that people have come across when testing the beta and the release candidate versions.</p>
<p>1. <strong>Fonts can be hidden</strong> from programs (to free up memory, among other reasons) by right-clicking on a font in the Fonts folder and selecting Hide.</p>
<p>2. <strong>Calculator is more versatile</strong> than it used to be. The operating modes include Standard, Scientific, Programmer, and Statistics. Also available are conversion tools (angles, temperature, velocity, volume, etc.) and a date calculation tool. Gas mileage, lease, and mortgage estimate templates are also available. Handy!</p>
<p>3. Win7 finally has <strong>native support for burning .ISO</strong> files (disc images) onto blank media. Just double-click on your .ISO file and a simple but useful Burn Disc Image app will pop up.</p>
<p>4. By default, <strong>empty memory card slots will not show up as drives</strong> in My Computer, but you can change this by unchecking the &#8220;Hide empty drives in the Computer folder&#8221; option in Folder Options.</p>
<p>5. Remember that a lot of the time the fastest way to find a settings dialog or an application is <strong>hitting the Windows key and typing</strong> the name of the program into the search field, as opposed to browsing through various menu options.</p>
<p>6. Shortcuts pinned to the taskbar can also be quickly launched by pressing down the <strong>Windows key and a numeric key that corresponds to the shortcuts position on the taskbar</strong> from left to right. For example, if the icons pinned to your taskbar are Internet Explorer, Firefox, Windows Explorer, Windows Media Player, and WinAmp, pressing Windows and 2 will open up Firefox, while pressing Windows and 4 will launch the Media Player.</p>
<p>7. The new taskbar offers many advantages over the old, but the <strong>classic Quick Launch can also be enabled</strong>. Do the following: right-click on the taskbar, then go Toolbars/New Toolbar. In the folder selection field, enter the following: %userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch. Turn off the lock taskbar setting. Right-click on the divider. Disable Show Text and Show Title, and set the view to Small Icons. Position the Quick Launch by dragging the divider to rearrange the toolbar.</p>
<p>8. Certain apps, such as MSN Messenger or Steam, are designed to disappear into the system tray and <strong>not take up space on your taskbar</strong>. Sometimes such applications will unfortunately stick to the taskbar. You can put them in their right place by going to the app&#8217;s shortcut&#8217;s properties and enabling the program to be run in Windows Vista compatibility mode.</p>
<p>9. One of the best things about Windows 7 &#8211; for me &#8211; are the jump lists. Windows Explorer&#8217;s jump list keeps track of most commonly accessed folders, but you can also <strong>pin folders to the jump list</strong> for convenient, quick access. Simply locate the desired folder in Windows Explorer, right-click on it and hold down, and drag it over the Windows Explorer icon in the taskbar, and release. It will now show up in the Explorer jump list under the &#8220;Pinned&#8221; heading. Snazzy!</p>
<p><em>More to be added later!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mjs.cc/2009/07/28/windows-7-tips-tricks-and-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
