<?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>./alexandru &#187; Uncategorized</title>
	<atom:link href="http://alexandrulazar.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexandrulazar.com</link>
	<description>mnml</description>
	<lastBuildDate>Fri, 02 Jul 2010 15:10:30 +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>Firefox Keyconfig</title>
		<link>http://alexandrulazar.com/firefox-keyconfig/</link>
		<comments>http://alexandrulazar.com/firefox-keyconfig/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 13:30:14 +0000</pubDate>
		<dc:creator>Alexandru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alexandrulazar.com/?p=17</guid>
		<description><![CDATA[F1,Close Tab,BrowserCloseTabOrWindow(); F2,Find,gFindBar.onFindCommand(); F3,Previous Tab,gBrowser.mTabContainer.advanceSelectedTab(-1,true); F4,Next Tab,gBrowser.mTabContainer.advanceSelectedTab(1,true); F5,Reload (override cache),BrowserReloadSkipCache(); F6,Select Address Bar,openLocation(); F7,Undo Close Tab,undoCloseTab(); F8,New Tab,BrowserOpenTab(); F9,Back,BrowserBack(); F10,Forward,BrowserForward(); F11,Full Screen,BrowserFullScreen(); disable in about:config accessibility.browsewithcaret accessibility.warn_on_browsewithcaret]]></description>
			<content:encoded><![CDATA[<p>F1,Close Tab,BrowserCloseTabOrWindow();<br />
F2,Find,gFindBar.onFindCommand();<br />
F3,Previous Tab,gBrowser.mTabContainer.advanceSelectedTab(-1,true);<br />
F4,Next Tab,gBrowser.mTabContainer.advanceSelectedTab(1,true);<br />
F5,Reload (override cache),BrowserReloadSkipCache();<br />
F6,Select Address Bar,openLocation();<br />
F7,Undo Close Tab,undoCloseTab();<br />
F8,New Tab,BrowserOpenTab();<br />
F9,Back,BrowserBack();<br />
F10,Forward,BrowserForward();<br />
F11,Full Screen,BrowserFullScreen();</p>
<p>disable in about:config<br />
 accessibility.browsewithcaret<br />
 accessibility.warn_on_browsewithcaret</p>
<img src="http://alexandrulazar.com/?ak_action=api_record_view&id=17&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexandrulazar.com/firefox-keyconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling VMware-server-1.0.8-126538 in 2.6.26-1-686</title>
		<link>http://alexandrulazar.com/compiling-vmware-server-108-126538-in-2626-1-686/</link>
		<comments>http://alexandrulazar.com/compiling-vmware-server-108-126538-in-2626-1-686/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 02:33:48 +0000</pubDate>
		<dc:creator>Alexandru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[edm]]></category>

		<guid isPermaLink="false">http://alexandrulazar.com/compiling-vmware-server-108-126538-in-2626-1-686/</guid>
		<description><![CDATA[1.  Make sure gcc and g&#43;+; versions match 2.  Use vmware-any-any-update117-itpsycho.tar.bz2 if any-any-updated117d doesn&#8217;t work. 3.  iocontrol.h /s/168/138 if needed]]></description>
			<content:encoded><![CDATA[<p class="de1">1.  Make sure gcc and g&#43;+; versions match</p>
<p class="de1">2.  Use <a href="http://alexandrulazar.com/junk/vmware-any-any-update117-itpsycho.tar.bz2">vmware-any-any-update117-itpsycho.tar.bz2</a> if any-any-updated117d doesn&#8217;t work.</p>
<p class="de1">3.  iocontrol.h /s/168/138 if needed</p>
<img src="http://alexandrulazar.com/?ak_action=api_record_view&id=12&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexandrulazar.com/compiling-vmware-server-108-126538-in-2626-1-686/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sshfs instead of ftp</title>
		<link>http://alexandrulazar.com/sshfs-instead-of-ftp/</link>
		<comments>http://alexandrulazar.com/sshfs-instead-of-ftp/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 06:47:43 +0000</pubDate>
		<dc:creator>Alexandru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://alexandrulazar.com/sshfs-instead-of-ftp/</guid>
		<description><![CDATA[Got an ssh account on a machine? Don&#8217;t waste time retrieving a file, editing it, and uploading it manually. sshfs user@target:/directory /mnt/point You can then edit the file locally and, when saved, will do so across the ssh pipe.]]></description>
			<content:encoded><![CDATA[<p>Got an ssh account on a machine?  Don&#8217;t waste time retrieving a file, editing it, and uploading it manually.</p>
<p><code>sshfs user@target:/directory /mnt/point</code></p>
<p>You can then edit the file locally and, when saved, will do so across the ssh pipe.</p>
<img src="http://alexandrulazar.com/?ak_action=api_record_view&id=7&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexandrulazar.com/sshfs-instead-of-ftp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
