<?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>Open source blog, linux, php, python, security &#187; Linux</title>
	<atom:link href="http://www.alonon.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>How to learn uuid of your device and mount with uuid</title>
		<link>http://www.alonon.net/how-to-learn-uuid-of-your-device/</link>
		<comments>http://www.alonon.net/how-to-learn-uuid-of-your-device/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 07:23:05 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=455</guid>
		<description><![CDATA[To learn uuid of your device for instance a usb or hdd, you can use sudo blkid /dev/sda output: /dev/sda: UUID=&#8221;49eedef1-6331-4147-9bd5-a241ac16517c&#8221; TYPE=&#8221;ext4&#8220; Linux (ubuntu) reads /etc/fstab file  to determine which deviced will be mount. To mount your devices automaticly when your computer restart add this line to /etc/fstab UUID=49eedef1-6331-4147-9bd5-a241ac16517c /home/onur/Desktop/archive ext4 errors=remount-ro 0       1 This &#8230; <a href="http://www.alonon.net/how-to-learn-uuid-of-your-device/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To learn uuid of your device for instance a usb or hdd, you can use</p>
<blockquote><p>sudo blkid /dev/sda</p></blockquote>
<p><strong>output:</strong></p>
<blockquote><p>/dev/sda: UUID=&#8221;<span style="text-decoration: underline;">49eedef1-6331-4147-9bd5-a241ac16517c</span>&#8221; TYPE=&#8221;<span style="text-decoration: underline;">ext4</span>&#8220;</p></blockquote>
<p>Linux (ubuntu) reads /etc/fstab file  to determine which deviced will be mount.</p>
<p>To mount your devices automaticly when your computer restart add this line to /etc/fstab</p>
<blockquote><p>UUID=<span style="text-decoration: underline;">49eedef1-6331-4147-9bd5-a241ac16517c</span> /home/onur/Desktop/archive <span style="text-decoration: underline;">ext4</span> errors=remount-ro 0       1</p></blockquote>
<p>This command will mount /dev/sda to /home/onur/Desktop/archive when your computer restart. To mount all devices in /etc/fstab you can use</p>
<blockquote><p>mount -a</p></blockquote>
<p>instead of reboot your computer. And with</p>
<blockquote><p>mount</p></blockquote>
<p>command you can list all mounted partitions.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-learn-uuid-of-your-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual (double) Monitor in XFCE</title>
		<link>http://www.alonon.net/dual-double-monitor-in-xfce/</link>
		<comments>http://www.alonon.net/dual-double-monitor-in-xfce/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 23:02:23 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=449</guid>
		<description><![CDATA[To use double monitor in extented mode you can use xrandr tool. To identify your monitor just type xrandr [onur@onur ~]$ xrandr Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192 VGA-0 connected 1280&#215;1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm 1280&#215;1024      60.0*+   75.0 1280&#215;960       60.0 &#8230; <a href="http://www.alonon.net/dual-double-monitor-in-xfce/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To use double monitor in extented mode you can use xrandr tool.<br />
To identify your monitor just type <strong>xrandr</strong></p>
<blockquote><p>[onur@onur ~]$ xrandr<br />
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192<br />
VGA-0 connected 1280&#215;1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm<br />
1280&#215;1024      60.0*+   75.0<br />
1280&#215;960       60.0<br />
1152&#215;864       75.0<br />
1024&#215;768       75.1     70.1     60.0<br />
832&#215;624        74.6<br />
800&#215;600        72.2     75.0     60.3     56.2<br />
640&#215;480        72.8     75.0     66.7     60.0<br />
720&#215;400        70.1<br />
HDMI-0 connected 1680&#215;1050+0+0 (normal left inverted right x axis y axis) 473mm x 296mm<br />
1680&#215;1050      60.0*+<br />
1600&#215;1000      60.0<br />
1280&#215;1024      75.0     60.0<br />
1440&#215;900       59.9<br />
1280&#215;960       60.0<br />
1152&#215;864       75.0<br />
1152&#215;720       60.0<br />
1024&#215;768       75.1     60.0<br />
832&#215;624        74.6<br />
800&#215;600        75.0     60.3<br />
720&#215;480        59.9<br />
640&#215;480        75.0     60.0<br />
720&#215;400        70.1</p></blockquote>
<p>After that with a simple command you can use your dual monitor.</p>
<blockquote><p>xrandr &#8211;output HDMI-0 &#8211;left-of VGA-0</p></blockquote>
<p>Unfortunately it won&#8217;t work after reboot. To make it work after restart automaticly in fedora:</p>
<blockquote><p>sudo vi /etc/rc.d/rc5.d/S25dualmonitor.sh</p>
<p>#!/bin/bash<br />
output HDMI-0 &#8211;left-of VGA-0</p>
<p>exit vi</p>
<p>sudo chmod +x /etc/rc.d/rc5.d/S25dualmonitor.sh</p></blockquote>
<p>Shortly, &#8220;S&#8221; in the name of file, means this file should be executed in boot process. 25 is order of process. For more:</p>
<p>http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html</p>
<p>PS: I&#8217;m using XFCE. In other desktop environment xrandr may ouput an error about resolition. To solve it, make sure your graphic card driver installed correctly</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/dual-double-monitor-in-xfce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to learn your type of file stytem</title>
		<link>http://www.alonon.net/how-to-learn-your-type-of-file-stytem/</link>
		<comments>http://www.alonon.net/how-to-learn-your-type-of-file-stytem/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:07:15 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[df]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=442</guid>
		<description><![CDATA[To learn what type of your filesytem you can use, df -T Filesystem    Type   1K-blocks      Used Available Use% Mounted on /dev/sda1     ext4   469053936   5271756 439955596   2% /]]></description>
			<content:encoded><![CDATA[<p>To learn what type of your filesytem you can use,</p>
<p>df -T</p>
<p>Filesystem    Type   1K-blocks      Used Available Use% Mounted on<br />
/dev/sda1     <strong>ext4</strong>   469053936   5271756 439955596   2% /</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-learn-your-type-of-file-stytem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean Format With DD</title>
		<link>http://www.alonon.net/clean-format-with-dd/</link>
		<comments>http://www.alonon.net/clean-format-with-dd/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 17:05:14 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[format]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=440</guid>
		<description><![CDATA[If your data is important for you, you can prefer format with DD to make restore impossible. Simply to fill all your partions with &#8220;0&#8243;,  use this: dd if=/dev/zero of=/dev/sda1 bs=1M You can mount your hdd with using a live linux.]]></description>
			<content:encoded><![CDATA[<p>If your data is important for you, you can prefer format with DD to make restore impossible. Simply to fill all your partions with &#8220;0&#8243;,  use this:</p>
<blockquote><p>dd if=/dev/zero of=/dev/sda1 bs=1M</p></blockquote>
<p>You can mount your hdd with using a live linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/clean-format-with-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check ethernet cable connected</title>
		<link>http://www.alonon.net/check-ethernet-cable-connected/</link>
		<comments>http://www.alonon.net/check-ethernet-cable-connected/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 07:47:26 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=437</guid>
		<description><![CDATA[under linux you can use mii-tools sudo mii-tool eth2: negotiated 1000baseT-FD flow-control, link ok]]></description>
			<content:encoded><![CDATA[<p>under linux you can use <strong><span style="text-decoration: underline;">mii-tools</span></strong></p>
<blockquote><p>sudo mii-tool</p>
<p>eth2: negotiated 1000baseT-FD flow-control, link ok</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/check-ethernet-cable-connected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/bin/bash^M: bad interpreter: no such file or directory</title>
		<link>http://www.alonon.net/binbashm-bad-interpreter-no-such-file-or-directory/</link>
		<comments>http://www.alonon.net/binbashm-bad-interpreter-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 07:09:15 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=433</guid>
		<description><![CDATA[/bin/bash^M: bad interpreter: no such file or directory If you are using both windows and linux, because of they are using different charecter for tab, new line etc &#8230; , you can get this error. simply use dos2unix filename if not installed sudo apt-get install dos2unix]]></description>
			<content:encoded><![CDATA[<p>/bin/bash^M: bad interpreter: no such file or directory</p>
<p>If you are using both windows and linux, because of they are using different charecter for tab, new line etc &#8230; , you can get this error.</p>
<p>simply use</p>
<blockquote><p>dos2unix filename</p></blockquote>
<p>if not installed</p>
<blockquote><p>sudo apt-get install dos2unix</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/binbashm-bad-interpreter-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable-enable touchpad in ubuntu 11.10</title>
		<link>http://www.alonon.net/how-to-disable-enable-touchpad-in-ubuntu-11-10/</link>
		<comments>http://www.alonon.net/how-to-disable-enable-touchpad-in-ubuntu-11-10/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 22:35:06 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=427</guid>
		<description><![CDATA[Company that i worked in gave me a laptop with Windows 7. Actually I don&#8217;t like working with laptops because of their keyboard. But this one (hp pavilion dv6) seems OK because its keyboards is really big. After i installed UBUNTU 11.10 shortcut key for &#8220;disable touchpad&#8221; didn&#8217;t worked. It&#8217;s big problem because when i&#8217;m &#8230; <a href="http://www.alonon.net/how-to-disable-enable-touchpad-in-ubuntu-11-10/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Company that i worked in gave me a laptop with Windows 7. Actually I don&#8217;t like working with laptops because of their keyboard. But this one (hp pavilion dv6) seems OK because its keyboards is really big. After i installed UBUNTU 11.10 shortcut key for &#8220;disable touchpad&#8221; didn&#8217;t worked. It&#8217;s big problem because when i&#8217;m typing, always touching to touchpad ! After a huge research i found this:</p>
<blockquote>
<pre>sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator</pre>
<p>After installation, open the indicator from <em>Applications -&gt; Accessories -&gt; Touchpad Indicator</em> and set your touchpad in top-right</p></blockquote>
<p>This is the easiest way to disable keywords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-disable-enable-touchpad-in-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Netbeans Js highlight problem in ubuntu 10.10</title>
		<link>http://www.alonon.net/netbeans-js-highlight-problem-in-ubuntu-10-10/</link>
		<comments>http://www.alonon.net/netbeans-js-highlight-problem-in-ubuntu-10-10/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 20:49:48 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[highlight problem]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=412</guid>
		<description><![CDATA[if you have same problem, Open netbeans. Tools &#8211; plugin &#8211; settings Make sure all update centers checked. From &#8220;updates&#8221; tab click reload catalog. update all plugins. restart netbeans. I hope this will help  &#8230; &#160;]]></description>
			<content:encoded><![CDATA[<p>if you have same problem,</p>
<ol>
<li>Open netbeans.</li>
<li>Tools &#8211; plugin &#8211; settings</li>
<li>Make sure all update centers checked.</li>
<li>From &#8220;updates&#8221; tab click reload catalog.</li>
<li>update all plugins.</li>
<li>restart netbeans.</li>
</ol>
<p>I hope this will help  &#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/netbeans-js-highlight-problem-in-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoJump</title>
		<link>http://www.alonon.net/autojump/</link>
		<comments>http://www.alonon.net/autojump/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 18:29:02 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[autojump]]></category>
		<category><![CDATA[cd]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=398</guid>
		<description><![CDATA[Think that cd command can learn which directory you generally use. And you can go inside them with typing only a few letters of them. This is what autojump do. I always work in my localhost (/home/onur/Desktop/php/myproject). This is not useful and fast ( even if i use tab ) cd /home/onur/Desktop/php/myproject with autojump i &#8230; <a href="http://www.alonon.net/autojump/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Think that<em> cd</em> command can learn which directory you generally use. And you can go inside them with typing only a few letters of them. This is what autojump do.</p>
<p>I always work in my localhost (/home/onur/Desktop/php/myproject).</p>
<p>This is not useful and fast ( even if i use tab )</p>
<blockquote><p>cd /home/onur/Desktop/php/myproject</p></blockquote>
<p>with autojump i only type</p>
<blockquote><p>j my</p></blockquote>
<address>&#8220;One of the most used shell commands is <tt>cd</tt>. A quick survey among my friends revealed that between 10 and 20% of all commands they type are actually <tt>cd</tt> commands! Unfortunately, jumping from one part of your system to another with <tt>cd</tt> requires to enter almost the full path, which isn&#8217;t very practical and requires a lot of keystrokes.&#8221;</address>
<address>
</address>
<p>Here you can get more info and download.</p>
<blockquote><p><a title="https://github.com/joelthelion/autojump" href="https://github.com/joelthelion/autojump">https://github.com/joelthelion/autojump</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/autojump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu phpmyadmin not found problem solution</title>
		<link>http://www.alonon.net/ubuntu-phpmyadmin-not-found-problem-solution/</link>
		<comments>http://www.alonon.net/ubuntu-phpmyadmin-not-found-problem-solution/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 01:44:44 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=372</guid>
		<description><![CDATA[Problem on http://localhost/phpmyadmin Not Found The requested URL /phpmyadmin was not found on this server. Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.4 with Suhosin-Patch Server at localhost Port 80 Solution sudo vi /etc/apache2/apache2.conf add this somewhere Include /etc/phpmyadmin/apache.conf Then restart apache2 sudo service apache2 restart]]></description>
			<content:encoded><![CDATA[<p>Problem on http://localhost/phpmyadmin</p>
<blockquote><p>Not Found</p>
<p>The requested URL /phpmyadmin was not found on this server.<br />
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.4 with Suhosin-Patch Server at localhost Port 80</p></blockquote>
<p>Solution</p>
<blockquote><p>sudo vi /etc/apache2/apache2.conf</p></blockquote>
<p>add this somewhere</p>
<blockquote><p>Include /etc/phpmyadmin/apache.conf</p></blockquote>
<p>Then restart apache2</p>
<blockquote><p>sudo service apache2 restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/ubuntu-phpmyadmin-not-found-problem-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

