<?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>Dmitri's Blog &#187; Linux</title>
	<atom:link href="http://www.dmitri.me/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmitri.me/blog</link>
	<description>Dmitri Smirnov. Web development in Estonia.</description>
	<lastBuildDate>Tue, 10 Aug 2010 12:07:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TextMate for linux</title>
		<link>http://www.dmitri.me/blog/textmate-for-linux/</link>
		<comments>http://www.dmitri.me/blog/textmate-for-linux/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 19:19:19 +0000</pubDate>
		<dc:creator>Dmitri</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.dmitri.me/blog/?p=160</guid>
		<description><![CDATA[Of course TextMate is the best text-editor ever. It has a lot of eseful features and nice syntax highlighting stuff and code autocompetition features.
Windows has an official TextMate clone &#8212; E-texteditor. But *nix and linux don&#8217;t.
I have read tens of useless articles how to set up gedit as the web IDE and no one was [...]]]></description>
			<content:encoded><![CDATA[<p>Of course <a href="http://macromates.com/">TextMate</a> is the best text-editor ever. It has a lot of eseful features and nice syntax highlighting stuff and code autocompetition features.</p>
<p>Windows has an official TextMate clone &#8212; <a href="http://www.e-texteditor.com/">E-texteditor</a>. But *nix and linux don&#8217;t.</p>
<p>I have read tens of useless articles how to set up <a href="http://projects.gnome.org/gedit/">gedit</a> as the web IDE and no one was very useful. Moreover almost in every article&#8217;s comments some *nix nerds advise to use <a href="http://www.vim.org/">Vim</a> or <a href="http://www.gnu.org/software/emacs/">Emacs</a>. These editors are so confusion for beginner and you need to spend days to learn how they works. So I explain how to setup gedit to behave like TextMate in 2 minutes.</p>
<p>Lets go!</p>
<p>If you don&#8217;t have already installed gedit (in GNOME it&#8217;s default text editor), so type in terminal:<br />
<code>sudo apt-get install gedit</code></p>
<p>Next step is install gedit-plugins:<br />
<code>sudo apt-get install gedit-plugins</code><br />
That&#8217;s all what you need to install.</p>
<p>Open gedit and go to Edit &gt; Preferences and choose &#8220;plugins&#8221; tab. You will see that plugins&#8217; choice is much larger than standard, it&#8217;s good idea to check next plugins:</p>
<ul>
<li>Bracket completion</li>
<li>Change case</li>
<li>Code comment</li>
<li>Color picker</li>
<li>Snippets</li>
<li>Insert date/time</li>
<li>Indent Lines</li>
<li>Join/Split lines</li>
<li>etc. (what you wish)</li>
</ul>
<p>If you like dark color scheme go to &#8220;Font&amp;Colours&#8221; tab and select &#8220;Oblivion&#8221; scheme it&#8217;s look very good. (Anyway if you&#8217;re config freak you can download a lot of other themes, just <a href="http://www.google.ee/search?q=gedit+schemes">google it</a>).</p>
<p>During the work you can save your most useful code with &#8220;snippets&#8221; plugin and use them again and again.</p>
<p>Restart gedit.</p>
<p>TextMate for linux is ready for you. Have a nice coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmitri.me/blog/textmate-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GNOME vs KDE &#8212; for me this war is over.</title>
		<link>http://www.dmitri.me/blog/gnome-vs-kde-for-me-this-war-is-over/</link>
		<comments>http://www.dmitri.me/blog/gnome-vs-kde-for-me-this-war-is-over/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 08:38:07 +0000</pubDate>
		<dc:creator>Dmitri</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dmitri.me/blog/?p=103</guid>
		<description><![CDATA[About half year have passed since I installed Linux. My first desktop environment was GNOME, but I tried KDE too. GNOME has a less options, that was very cheerful for me and all was fine and I, as web-developer, was happy.
But!
One of my work&#8217;s needs is quick open/create/delete/copy/move files over remote FTP/SCP/SSH servers. I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>About half year have passed since I installed Linux. My first desktop environment was GNOME, but I tried KDE too. GNOME has a less options, that was very cheerful for me and all was fine and I, as web-developer, was happy.</p>
<p>But!</p>
<p>One of my work&#8217;s needs is quick open/create/delete/copy/move files over remote FTP/SCP/SSH servers. I haven&#8217;t found any software (at least correctly working) for GNOME to complete this task, but in KDE  I found that <a href="http://www.krusader.org/">Krusader</a> and <a href="http://kate-editor.org">Kate</a> are OK. Some people will argue against: &#8220;You can install KDE apps on the GNOME as well!&#8221;<br />
Yes, that&#8217;s true, but these software needs to be configured over &#8220;infinite&#8221; text files and settings to teach GNOME environment to understand fish:// and sftp:// protocols.</p>
<p>I don&#8217;t want to spend days on the configuration. I want to install and start to work.</p>
<p>So, my choice is KDE.</p>
<p>If you know some software which is working like <a href="http://www.winscp.net">WinSCP</a>. You are welcome! Drop me a line.</p>
<h3>Do not offer!</h3>
<ul>
<li>WinSCP with <a href="http://www.winehq.org/">Wine</a>.</li>
<li>Nautilus is sucks, very slow process and working incorrectly sometimes.</li>
<li>gFTP, I really don&#8217;t know what this software is used for.</li>
<li>FileZilla, Gnome-commander, muCommander, Kasablanca&#8230;</li>
</ul>
<p>They are all sucks for my needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmitri.me/blog/gnome-vs-kde-for-me-this-war-is-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
