<?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>cmikavac.net &#187; linux</title>
	<atom:link href="http://cmikavac.net/category/comp-tech/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmikavac.net</link>
	<description>pootzkos brlog</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SVN over SSH in kdesvn</title>
		<link>http://cmikavac.net/2010/12/18/svn-over-ssh-in-kdesvn/</link>
		<comments>http://cmikavac.net/2010/12/18/svn-over-ssh-in-kdesvn/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 21:55:15 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[kdesvn]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=755</guid>
		<description><![CDATA[This one might just spare you about 2-3 hours of your time doing SVN+SSH kdesvn googling. One would think it would work out-of-the-box, but it doesn&#8217;t. To get kdesvn to work with SSH, there is one small undocumented trick &#8211; using an environment variable (as if you were using command line SVN+SSH). To do that, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-759" title="kdesvn" src="http://cmikavac.net/wp-content/uploads/kdesvn.png" alt="" width="350" height="253" /><br class="spacer_" /></p>
<p>This one might just spare you about 2-3 hours of your time doing SVN+SSH kdesvn googling. One would think it would work out-of-the-box, but it doesn&#8217;t. To get kdesvn to work with SSH, there is one small undocumented trick &#8211; using an environment variable (as if you were using command line SVN+SSH). To do that, put the following line into your .bashrc:</p>
<p><div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">SVN_SSH</span>=<span style="color: #ff0000;">&quot;ssh -l &lt;your_remote_ssh_username&gt;&quot;</span></div></td></tr></tbody></table></div>
</p>
<p>If you try using SVN+SSH without it, kdesvn will try to login to remote server using your current username (the one you are using on your local machine). Of course, each time unsuccessfully because it&#8217;s not the right username. After that, go to <strong><em>Subversion-&gt;General-&gt;Checkout a repository</em></strong>, and enter:</p>
<p><div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">svn</span>+ssh:<span style="color: #000000; font-weight: bold;">//</span>path_to_your_svn_repository</div></td></tr></tbody></table></div>
</p>
<p>&#8230;in the URL field. Also, choose the target directory and check any other desired options. After that, just bookmark the connection and you&#8217;re all set up.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/12/18/svn-over-ssh-in-kdesvn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GEdit FTP browsing / editing under KDE (using GNOME bookmarks without Nautilus)</title>
		<link>http://cmikavac.net/2010/12/18/gedit-ftp-browsing-editing-using-gnome-bookmarks-under-kde-without-nautilus/</link>
		<comments>http://cmikavac.net/2010/12/18/gedit-ftp-browsing-editing-using-gnome-bookmarks-under-kde-without-nautilus/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 18:38:24 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=677</guid>
		<description><![CDATA[Problem with using GEdit (v2.30.4 in the moment of writing this post) for FTP browsing/editing under KDE (if you don&#8217;t have Nautilus installed in your KDE) is that since it is a GNOME app &#8211; you need a way to somehow manage your connections which is usualy done through Nautilus by using GNOME bookmarks (the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-705" title="gedit" src="http://cmikavac.net/wp-content/uploads/gedit.png" alt="" width="250" height="189" /></p>
<p>Problem with using GEdit (v2.30.4 in the moment of writing this post) for FTP browsing/editing under KDE (if you don&#8217;t have Nautilus installed in your KDE) is that since it is a GNOME app &#8211; you need a way to somehow manage your connections which is usualy done through Nautilus by using GNOME bookmarks (the ones you would create by going to <strong><em>Places -> Connect to Server</em></strong>) and at the moment there is no way to create this bookmarks from within GEdit.</p>
<p>Anyway, you can do the same thing by editing .gtk-bookmarks file located in your home folder even if you don&#8217;t have Nautilus installed. Here&#8217;s a few examples of what you can put inside:</p>
<p><div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ftp://username@domain/ bookmark_name<br />
ftp://username@domain/:3322 bookmark_name<br />
ftp://username%40domain@domain/ bookmark_name<br />
ftp://username@domain/folder_path_option/ bookmark_name<br />
sftp://username@domain/ bookmark_name</div></td></tr></tbody></table></div>
</p>
<p>The first one is just a regular FTP login bookmark. The second one uses a different port than the default one. The third one is for usernames containing @ (like in the image below) which you have to replace with %40 to differentiate them from @ for domain association. The fourth one uses the folder_path_option like in picture below and the fifth one is for using sFTP. Of course, you can combine all this together depending on your needs&#8230; </p>
<p><img class="alignnone size-medium wp-image-714" title="nautilus_bookmark" src="http://cmikavac.net/wp-content/uploads/nautilus_bookmark.jpg" alt="" width="300" height="274" /></p>
<p> Browsing/editing directly from GEdit is much faster than using Filezilla which prompts for uploading every time after you edit and save the file which is kinda annoying, or for example using Krusader which works well with FTP, but if you use sFTP &#8211; then it edits files localy instead of online so you have to save them as a new file and upload them again&#8230; You get the drift. </p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/12/18/gedit-ftp-browsing-editing-using-gnome-bookmarks-under-kde-without-nautilus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sony Playstation gamepad as remote controller on Linux?</title>
		<link>http://cmikavac.net/2010/10/07/sony-playstation-gamepad-as-remote-controller-on-linux/</link>
		<comments>http://cmikavac.net/2010/10/07/sony-playstation-gamepad-as-remote-controller-on-linux/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 13:26:22 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[gamepad]]></category>
		<category><![CDATA[jostick]]></category>
		<category><![CDATA[joypad]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[qjoypad]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=550</guid>
		<description><![CDATA[You have an old PS gamepad somewhere in your closet collecting dust and you would like to use it as a remote controller on your Linux box? Is it possible? Yes. The first thing you&#8217;ll ned is one of these PS-to-USB adapters: They&#8217;re quite cheap, and you can probably find one in your local electronics [...]]]></description>
			<content:encoded><![CDATA[<p>You have an old PS gamepad somewhere in your closet collecting dust and you would like to use it as a remote controller on your Linux box? Is it possible? Yes. The first thing you&#8217;ll ned is one of these PS-to-USB adapters:</p>
<p><img class="alignnone size-full wp-image-552" title="ps_to_usb" src="http://cmikavac.net/wp-content/uploads/ps_to_usb.jpg" alt="" width="246" height="186" /></p>
<p>They&#8217;re quite cheap, and you can probably find one in your local electronics supply store for the price of about 5-8€. You could also get one for a <a title="pstousb" href="http://shop.ebay.com/?_from=R40&amp;_trksid=p3907.m570.l1313&amp;_nkw=playstation+to+usb&amp;_sacat=See-All-Categories">very small price</a> on eBay&#8230; After acquiring one, the question is &#8211; which application to use with PS gamepad? I found <a title="qjoypad" href="http://qjoypad.sourceforge.net/">QJoyPad</a> to work pretty well &#8211; it&#8217;s easy to configure and it will automaticaly recognize your gamepad, so that&#8217;s one less thing for you to worry about. Just get it from your distros repositories (or if you&#8217;re out of luck &#8211; get the <a title="qjoypad source" href="http://qjoypad.sourceforge.net/#download">source code</a> and compile it by yourself).</p>
<p>I configured it for some basic desktop maneuvering. For example so that I could command VLC from my bed not having to get up each time to turn the volume up or down, or if I want to rewind a part of a video, put some music on, read email&#8230; This is how I configured the buttons, perhaps it will help:</p>
<p><img class="alignnone size-full wp-image-557" title="qjoypad" src="http://cmikavac.net/wp-content/uploads/qjoypad.jpg" alt="" width="376" height="334" /></p>
<p>Holding &#8220;shift&#8221; or &#8220;ctrl&#8221; buttons + &#8220;left&#8221; or &#8220;right&#8221; keyes is for rewinding videos, L2 and R2 buttons are for volume&#8230; You can even set zooming in your Compiz to work with ctrl+alt+left/right &#8211; so you could zoom in read all this tiny letters from a distance (for example if you want to choose a song in your favorite audio player or whatever). You also get &#8220;space&#8221; for pausing multimedia&#8230;</p>
<p>I also wanted to use analog stick instead of a mouse, but it was just too fast and too responsive in the beginning. But, what you can do is you can also set its sensitivity and treshold up to suit your needs. You&#8217;ll need some time to get used to clicking around with analog but it gets easier after aiming at everyones forheads during a few movies. :D</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/10/07/sony-playstation-gamepad-as-remote-controller-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes no sound in browser / video player on Arch Linux</title>
		<link>http://cmikavac.net/2010/07/19/sometimes-no-sound-in-browser-video-player-on-arch-linux/</link>
		<comments>http://cmikavac.net/2010/07/19/sometimes-no-sound-in-browser-video-player-on-arch-linux/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:39:38 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[arch]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=389</guid>
		<description><![CDATA[Sometimes after booting the machine up I would just get no sound in my browser / video player and sometimes it would be there working just perfectly. The only way to get the sound if it wasn&#8217;t there was to reboot the computer. A strange issue I ignored at first thinking it would go away [...]]]></description>
			<content:encoded><![CDATA[<p><img title="archlinux" src="http://cmikavac.net/wp-content/uploads/archlinux.png" alt="archlinux logo" /></p>
<p>Sometimes after booting the machine up I would just get no sound in my browser / video player and sometimes it would be there working just perfectly. The only way to get the sound if it wasn&#8217;t there was to reboot the computer. A strange issue I ignored at first thinking it would go away after a few full system updates, but after a while the problem was still there and I got annoyed by it and thankfully found a cure.</p>
<p>The problem was the usb webcam. Turns out ALSA isn&#8217;t very smart when it comes to device assignment so sometimes it would make the snd_usb_audio (webcam) the first sound device instead of the soundcard. A workaround is just putting your soundcard module name before the snd_usb_audio in your <strong>/etc/rc.conf</strong>. In my case it was like this:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #007800;">MODULES</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span> ... snd_hda_intel snd_usb_audio ... <span style="color: #7a0874; font-weight: bold;">&#41;</span></div></td></tr></tbody></table></div>
<p><em> edit:</em> I think there is one more situation when sound does not work &#8211; it&#8217;s when your skype autostarts on startup. It starts webcam of course and sometimes skype starts before you can hear the welcoming sound of entering into your WM.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2010/07/19/sometimes-no-sound-in-browser-video-player-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using irssi as proxy for pidgin</title>
		<link>http://cmikavac.net/2009/12/22/using-irssi-as-proxy-for-pidgin/</link>
		<comments>http://cmikavac.net/2009/12/22/using-irssi-as-proxy-for-pidgin/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:32:28 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=266</guid>
		<description><![CDATA[If you would like to use irssi on a remote server so that it works as proxy for pidgin, you should already have &#8216;server&#8217; and &#8216;network&#8217; parameters set up in your ~/.irssi/config . If you don&#8217;t know what I&#8217;m talking about, take a look here and also examine the config file. You should figure it [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to use irssi on a remote server so that it works as proxy for pidgin, you should already have &#8216;server&#8217; and &#8216;network&#8217; parameters set up in your ~/.irssi/config . If you don&#8217;t know what I&#8217;m talking about, take a look <a href="http://irssi.org/documentation/startup">here</a> and also examine the config file. You should figure it out pretty fast how to configure irssi to do basic stuff it is supposed to do.</p>
<p>What you will also need is <a href="http://www.gnu.org/software/screen/">GNU screen</a> installed on the remote server. So, what is screen? <em>&#8220;Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.&#8221;</em> Basically what you can do with it is that you can run certain processes and put them into the background (detach from them), and than later see them again (attach to them) when you want to. If you don&#8217;t know how to use screen, take a look <a href="http://wiki.archlinux.org/index.php/Screen#Basics">here</a>, or use google to find a tutorial on using screen. There is plenty of them out there. You will need screen to put the running irssi into the background on your server so that you may disconnect from the remote server after you set irrsi up.</p>
<p>So, after you have got your irssi configured and running under screen, you will have to load the proxy plugin for irssi, set a password for your future pidgin-to-irssi connection and bind one free port to irssi for sharing server connection. Here is how to do it:</p>
<p><div class="codecolorer-container mirc dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="mirc codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #FF0000;">/</span><span style="color: #990000; font-weight: bold;">LOAD</span> proxy<br />
<span style="color: #990000; font-weight: bold;">/SET</span> irssiproxy_password &lt;password&gt;<br />
<span style="color: #990000; font-weight: bold;">/SET</span> irssiproxy_ports &lt;network&gt;=&lt;port&gt;</div></td></tr></tbody></table></div>
</p>
<p>where the <network> parameter is a network name you configured earlier, and</p>
<port> is the port number you want to bind irssi to.</p>
<p>The final step is to configure your pidgin client to connect to your remote server. In pidgin, go to accounts -> manage accounts and then add a new IRC account. Fill the following parameters:</p>
<p><div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Username: &lt;network name from your config file&gt;<br />
Server: &lt;IP address or hostname of your server&gt;<br />
Password: &lt;password you set for irssiproxy&gt;<br />
Port: &lt;port number you used for binding&gt;</div></td></tr></tbody></table></div>
</p>
<p>Keep in mind that you should have your irssi running all the time on your remote server under screen for this connection to work&#8230; and, that&#8217;s all folks!</p>
<p>cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2009/12/22/using-irssi-as-proxy-for-pidgin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Locking a session after suspending to disk in Ion3</title>
		<link>http://cmikavac.net/2009/10/26/locking-a-session-after-suspending-to-disk-in-ion3/</link>
		<comments>http://cmikavac.net/2009/10/26/locking-a-session-after-suspending-to-disk-in-ion3/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:29:58 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[ion3]]></category>
		<category><![CDATA[suspend to disk]]></category>
		<category><![CDATA[vlock]]></category>

		<guid isPermaLink="false">http://cmikavac.net/?p=248</guid>
		<description><![CDATA[Ok, so I wanted to lock my session after suspending to disk while using Ion3 WM. There are a few solutions to this but what I&#8217;ve found works best for me is using vlock. What you should do to make this work is the following (after you have installed vlock): Edit your .xinitrc and add [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I wanted to lock my session after suspending to disk while using Ion3 WM. There are a few solutions to this but what I&#8217;ve found works best for me is using vlock. What you should do to make this work is the following (after you have installed vlock):</p>
<p>Edit your .xinitrc and add the following line before the exec part:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vlock <span style="color: #660033;">-n</span> <span style="color: #000000; font-weight: bold;">&amp;</span></div></td></tr></tbody></table></div>
<p>Also, uncomment the following line in /etc/hibernate/common.conf</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">LockConsoleAs</div></td></tr></tbody></table></div>
<p>After you suspend to disk, vlock will lock all virtual terminals and sessions and again later after unsuspending will it prompt you for your username and password.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2009/10/26/locking-a-session-after-suspending-to-disk-in-ion3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDM keyboard layout change</title>
		<link>http://cmikavac.net/2009/03/08/gdm-keyboard-layout-change/</link>
		<comments>http://cmikavac.net/2009/03/08/gdm-keyboard-layout-change/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:23:30 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[keyboard layout]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=133</guid>
		<description><![CDATA[Here&#8217;s a solution on how to use a different keyboard layout in GDM (different then the default en). The problem was that if you wanted to use any special character (that i.e. needs alt gr) or any other character specific to your keyboard layout (in my example čćžšđ), you couldn&#8217;t do it even though you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cmikavac.net/wp-content/uploads/gnome.png" alt="GNOME" /><br />
Here&#8217;s a solution on how to use a different keyboard layout in GDM (different then the default en). The problem was that if you wanted to use any special character (that i.e. needs alt gr) or any other character specific to your keyboard layout (in my example čćžšđ), you couldn&#8217;t do it even though you already set locales globaly on your machine. I did this on arch distro but my guess is that it will work on any other too.</p>
<p>Execute the following in your terminal as root:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>hal<span style="color: #000000; font-weight: bold;">/</span>fdi<span style="color: #000000; font-weight: bold;">/</span>policy<span style="color: #000000; font-weight: bold;">/</span>10osvendor<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">10</span>-keymap.fdi<br />
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>hal<span style="color: #000000; font-weight: bold;">/</span>fdi<span style="color: #000000; font-weight: bold;">/</span>policy<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">10</span>-keymap.fdi</div></td></tr></tbody></table></div>
<p>and then replace &#8220;en&#8221; layout with the one you need (in my example hr):</p>
<div class="codecolorer-container xml dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="xml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.xkb.layout&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>en<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2009/03/08/gdm-keyboard-layout-change/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nautilus &#8211; left pane missing</title>
		<link>http://cmikavac.net/2009/03/08/nautilus-left-pane-missing/</link>
		<comments>http://cmikavac.net/2009/03/08/nautilus-left-pane-missing/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 12:25:26 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[missing pane]]></category>
		<category><![CDATA[nautilus]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=129</guid>
		<description><![CDATA[I couldn&#8217;t find the option in nautilus preferences to get the left pane appear. I also couldn&#8217;t find the solution through google, but somehow managed to get it working. So, here is it: 1. Run gconf-editor 2. Go to: /apps/nautilus/preferences 3. Check the "always_use_browser" option There you go, happy browsing.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cmikavac.net/wp-content/uploads/tux.png" alt="tux" /></p>
<p>I couldn&#8217;t find the option in nautilus preferences to get the left pane appear. I also couldn&#8217;t find the solution through google, but somehow managed to get it working. So, here is it:</p>
<blockquote>
<pre>1. Run gconf-editor
2. Go to: /apps/nautilus/preferences
3. Check the "always_use_browser" option</pre>
</blockquote>
<p>There you go, happy browsing.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2009/03/08/nautilus-left-pane-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radionica u nedjelju (2.11.2008.) 16-20h &#8211; Linux-Osijek</title>
		<link>http://cmikavac.net/2008/10/28/radionica-u-nedjelju-2-11-2008-16-20h-linux-osijek/</link>
		<comments>http://cmikavac.net/2008/10/28/radionica-u-nedjelju-2-11-2008-16-20h-linux-osijek/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 11:05:38 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[hulk]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[workshop]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=101</guid>
		<description><![CDATA[Početak: u 16 sati Tema: Sigurnost bežičnih mreža (WEP i WPA enkripcija) Predavac: Boris Jukić Lokacija: Osijek, Vukovarska 3 View in a larger mapk Pozivamo sve zainteresirane na radionicu o sigurnosti bežičnih mreža koja će se održati u nedjelju u prostoru Udruge obitelji poginulih hrvatskih branitelja iz Domovinskog rata – Osijek. Radionicu će održati članovi [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cmikavac.net/wp-content/uploads/tux.png" alt="tux" /><br style="clear: left;" /><br />
Početak: u 16 sati<br />
Tema: Sigurnost bežičnih mreža (WEP i WPA enkripcija)<br />
Predavac: <a href="http://linux-osijek.org/forum/index.php?action=profile;u=27">Boris Jukić</a><br />
Lokacija: Osijek, Vukovarska 3<br />
<br /><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=111227536895092218140.000457692d6c0ef7d3904&amp;source=embed&amp;ll=45.557183,18.686543&amp;spn=0.010517,0.018239&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=111227536895092218140.000457692d6c0ef7d3904&amp;source=embed&amp;ll=45.557183,18.686543&amp;spn=0.010517,0.018239" style="color:#0000FF;text-align:left">in a larger mapk</a></small></p>
<p>Pozivamo sve zainteresirane na radionicu o sigurnosti bežičnih mreža koja će se održati u nedjelju u prostoru Udruge obitelji poginulih hrvatskih branitelja iz Domovinskog rata – Osijek. Radionicu će održati članovi Hrvatske udruge Linux korisnika Osijek u suradnji s Klubom Info Junior.</p>
<p style="text-align: left;">Teme su sljedeće: Legalni aspekti napada na WEP i WPA enkriptirane bežične mreže, lažna sigurnost pri filtriranju MAC adrese (postavljanje lažne MAC adrese), praćenje i sniffing prometa, cracking WEP-om zaštićene pristupne točke sa i bez klijenta te WPA cracking.</p>
<p style="text-align: left;">Svrha radionice je edukacija kako bi se uvidjelo koliko je današnja tehnologija ranjiva te kako sami možete što bolje zaštititi svoje bežičnu mrežu i podatke. Želimo potaknuti sve da razmisle o nesavršenosti sustava koji se danas koriste te čiju &#8220;sigurnost&#8221; uzimaju zdravo za gotovo. Najlakši način obrane je poznavanje nedostataka i ranjivosti onoga što koristimo.</p>
<p style="text-align: left;">Molimo one koji posjeduju vlastita prijenosna računala da ih ponesu sa sobom na radionicu kako bi i pomoću njih, ukoliko podržavaju packet injection, mogli odraditi praktični dio radionice. Onima koji su zainteresirani za radionicu, ali nisu toliko upoznati s ovim područjem, a kako bi lakše pratili teorijski dio te lakše sudjelovali u praktičnom dijelu radionice, preporučamo da pročitaju ponešto o ovim temama na nekim od sljedećih linkova:</p>
<p style="text-align: left;"><a href="http://en.wikipedia.org/wiki/MAC_address">MAC adresa</a><br />
<a href="http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy">WEP enkripcija</a><br />
<a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access">WPA enkripcija</a><br />
<a href="http://sistemac.srce.hr/index.php?id=35&amp;tx_ttnews%5Btt_news%5D=208&amp;tx_ttnews%5BbackPid%5D=7&amp;cHash=9696b74b4c">Probijanje WEP zaštite </a><br />
<a href="http://docs.lucidinteractive.ca/index.php/Cracking_WEP_and_WPA_Wireless_Networks">Cracking WEP i WPA bežične mreže<br />
</a><br />
<a href="http://en.wikipedia.org/wiki/Packet_sniffer">Sniffing prometa ili analiza paketa </a></p>
<p style="text-align: left;">Također, kako bismo se mogli prostorno organizirati, molimo sve zainteresirane da se prijave za radionicu slanjem e-maila pod naslovom &#8220;WEP/WPA cracking radionica&#8221; na adresu <script type="text/javascript">// <![CDATA[
 var prefix = '&#109;a' + 'i&#108;' + '&#116;o';
 var path = 'hr' + 'ef' + '=';
 var addy55967 = '&#105;nf&#111;' + '&#64;';
 addy55967 = addy55967 + 'l&#105;n&#117;x-&#111;s&#105;j&#101;k' + '&#46;' + '&#111;rg';
 var addy_text55967 = '&#105;nf&#111;' + '&#64;' + 'l&#105;n&#117;x-&#111;s&#105;j&#101;k' + '&#46;' + '&#111;rg';
 document.write( '<a ' + path + '\'' + prefix + ':' + addy55967 + '\'>' );
 document.write( addy_text55967 );
 document.write( '<\/a>' );
 //\n
// --&gt;
// ]]&gt;</script><a href="mailto:info@linux-osijek.org">info@linux-osijek.org</a> <script type="text/javascript">// <![CDATA[
 document.write( '<span style="\" mce_style="\"'display: none;\'>' );
// ]]&gt;</script><span style="display: none;">This e-mail address is being protected from spambots. You need JavaScript enabled to view it  <script type="text/javascript">// <![CDATA[
 document.write( '</' );  document.write( 'span>' );
// ]]&gt;</script></span> ili da se prijave na ovom threadu našeg foruma. Ukoliko se pokaže veliki interes za ovu temu, radionica će se ponoviti kako bi ju svi zainteresirani mogli odslušati.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2008/10/28/radionica-u-nedjelju-2-11-2008-16-20h-linux-osijek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Backtrack3 to hard drive</title>
		<link>http://cmikavac.net/2008/10/18/installing-backtrack3-to-hard-drive/</link>
		<comments>http://cmikavac.net/2008/10/18/installing-backtrack3-to-hard-drive/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 07:02:14 +0000</pubDate>
		<dc:creator>pootzko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[backtrack3]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[installation]]></category>

		<guid isPermaLink="false">http://cmikavac.net/blog/?p=90</guid>
		<description><![CDATA[Here I&#8217;ll explain how to install BackTrack3 to your hard drive, using GRUB, and keep the bootsplash since I didn&#8217;t find the proper How-to for this&#8230; I will assume you already use linux and have some distribution installed on your computer. Please read everything first, and then continue with your installation. First of all, download [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cmikavac.net/wp-content/uploads/backtrack3.jpg" alt="backtrack3" /><br style="clear: left;" /><br />
Here I&#8217;ll explain how to install BackTrack3 to your hard drive, using GRUB, and keep the bootsplash since I didn&#8217;t find the proper How-to for this&#8230; I will assume you already use linux and have some distribution installed on your computer. Please read everything first, and then continue with your installation.</p>
<p>First of all, download and burn the backtrack image to a CD, and then reboot to your live CD.<br />
Login as root and download the <a title="BT3 installer" href="http://cmikavac.net/download/BT3.kmdr">installer</a> which I found somewhere on the web, and then start it&#8230;<br />
(If the installer opens in your browser and shows just a bunch of code, make a new file and name it BT3.kmdr an c/p the code into that file and then run the file)</p>
<p>You&#8217;ll get this window:<br />
<img src="http://cmikavac.net/wp-content/uploads/backtrack3inst.png" alt="install" /><br style="clear: left;" /><br />
There are a few things that need setting up:<br />
Source (BackTrack CD) &#8211; leave this as it is.<br />
<strong>Install BackTrack to</strong> &#8211; <strong>put a name of the partition you want to use for BackTrack installation</strong>.<br />
Write new MBR (lilo.mbr) to &#8211; also leave this as it is.<br />
<strong>Installation method</strong> &#8211; <strong>set to &#8220;Real&#8221;</strong>.<br />
I use GRUB instead of LILO, so I had to <strong>check &#8220;Restore Original MBR after lilo&#8221;</strong>.</p>
<p>After the installation has finished, boot to your main distribution and edit GRUB<br />
Add the following lines to your GRUB:</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Title BackTrack3 KDE<br />
root (hd0,5)<br />
kernel /boot/vmlinuz vga=791 ro autoexecxconf;kmd<br />
initrd /boot/splashinitrd<br />
boot</div></td></tr></tbody></table></div>
<p>If you wish to login to console instead of KDE, use the following:</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Title BackTrack3 console<br />
root (hd0,5)<br />
kernel /boot/vmlinuz vga=791 ro<br />
boot</div></td></tr></tbody></table></div>
<p><strong>Keep in mind that root (hd0,5) will probably be different for you since we almost sure don&#8217;t have the same partition order.</strong></p>
<p>If you liked the fancy bootsplash from the live cd, you&#8217;ll have to make it work for your installation first.<br />
If you used the GRUB options for KDE, when the GRUB boots, navigate to &#8220;BackTrack3 KDE&#8221; and pres &#8220;e&#8221; to temporarily edit the GRUB only for this one session so you can enable the bootsplash. Then delete the initrd line with &#8220;d&#8221;, and also edit (with &#8220;e&#8221; again) the kernel line to look like showed in &#8220;BackTrack3 console&#8221;.<br />
After that, boot to BackTrack and run the following command in your terminal as root:</p>
<div class="codecolorer-container bash dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:537px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">splash <span style="color: #660033;">-s</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>bootsplash<span style="color: #000000; font-weight: bold;">/</span>themes<span style="color: #000000; font-weight: bold;">/</span>Linux<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>bootsplash-1024x768.cfg <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>boot<span style="color: #000000; font-weight: bold;">/</span>splash.initrd</div></td></tr></tbody></table></div>
<p>and reboot.</p>
<p>There you go, you&#8217;re ready to use BackTrack3.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmikavac.net/2008/10/18/installing-backtrack3-to-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

