<?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; ALonon</title>
	<atom:link href="http://www.alonon.net/author/admin/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>Mysql reserved words</title>
		<link>http://www.alonon.net/mysql-reserved-words/</link>
		<comments>http://www.alonon.net/mysql-reserved-words/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 10:31:01 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[reserved word]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=425</guid>
		<description><![CDATA[Be careful when using this words as mysql table name. If you want to use anyway, don&#8217;t forget to add DATABASE.columnname in your sql command for example if you have a table with named desc, here is insert query; insert into USER(user.desc) values(&#8216;example&#8217;) Otherwise you&#8217;ll get something like that &#8230; mysql syntax error near unexpected &#8230; <a href="http://www.alonon.net/mysql-reserved-words/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Be careful when using this words as mysql table name. If you want to use anyway, don&#8217;t forget to add DATABASE.columnname in your sql command</p>
<p>for example if you have a table with named desc, here is insert query;</p>
<blockquote><p>insert into USER(user.desc) values(&#8216;example&#8217;)</p></blockquote>
<p>Otherwise you&#8217;ll get something like that &#8230;</p>
<blockquote><p>mysql syntax error near unexpected token &#8216;</p></blockquote>
<table border="1">
<tbody>
<tr>
<td><code>ACCESSIBLE</code></td>
<td><code>ADD</code></td>
<td><code>ALL</code></td>
</tr>
<tr>
<td><code>ALTER</code></td>
<td><code>ANALYZE</code></td>
<td><code>AND</code></td>
</tr>
<tr>
<td><code>AS</code></td>
<td><code>ASC</code></td>
<td><code>ASENSITIVE</code></td>
</tr>
<tr>
<td><code>BEFORE</code></td>
<td><code>BETWEEN</code></td>
<td><code>BIGINT</code></td>
</tr>
<tr>
<td><code>BINARY</code></td>
<td><code>BLOB</code></td>
<td><code>BOTH</code></td>
</tr>
<tr>
<td><code>BY</code></td>
<td><code>CALL</code></td>
<td><code>CASCADE</code></td>
</tr>
<tr>
<td><code>CASE</code></td>
<td><code>CHANGE</code></td>
<td><code>CHAR</code></td>
</tr>
<tr>
<td><code>CHARACTER</code></td>
<td><code>CHECK</code></td>
<td><code>COLLATE</code></td>
</tr>
<tr>
<td><code>COLUMN</code></td>
<td><code>CONDITION</code></td>
<td><code>CONSTRAINT</code></td>
</tr>
<tr>
<td><code>CONTINUE</code></td>
<td><code>CONVERT</code></td>
<td><code>CREATE</code></td>
</tr>
<tr>
<td><code>CROSS</code></td>
<td><code>CURRENT_DATE</code></td>
<td><code>CURRENT_TIME</code></td>
</tr>
<tr>
<td><code>CURRENT_TIMESTAMP</code></td>
<td><code>CURRENT_USER</code></td>
<td><code>CURSOR</code></td>
</tr>
<tr>
<td><code>DATABASE</code></td>
<td><code>DATABASES</code></td>
<td><code>DAY_HOUR</code></td>
</tr>
<tr>
<td><code>DAY_MICROSECOND</code></td>
<td><code>DAY_MINUTE</code></td>
<td><code>DAY_SECOND</code></td>
</tr>
<tr>
<td><code>DEC</code></td>
<td><code>DECIMAL</code></td>
<td><code>DECLARE</code></td>
</tr>
<tr>
<td><code>DEFAULT</code></td>
<td><code>DELAYED</code></td>
<td><code>DELETE</code></td>
</tr>
<tr>
<td><strong><code>DESC</code></strong></td>
<td><code>DESCRIBE</code></td>
<td><code>DETERMINISTIC</code></td>
</tr>
<tr>
<td><code>DISTINCT</code></td>
<td><code>DISTINCTROW</code></td>
<td><code>DIV</code></td>
</tr>
<tr>
<td><code>DOUBLE</code></td>
<td><code>DROP</code></td>
<td><code>DUAL</code></td>
</tr>
<tr>
<td><code>EACH</code></td>
<td><code>ELSE</code></td>
<td><code>ELSEIF</code></td>
</tr>
<tr>
<td><code>ENCLOSED</code></td>
<td><code>ESCAPED</code></td>
<td><code>EXISTS</code></td>
</tr>
<tr>
<td><code>EXIT</code></td>
<td><code>EXPLAIN</code></td>
<td><code>FALSE</code></td>
</tr>
<tr>
<td><code>FETCH</code></td>
<td><code>FLOAT</code></td>
<td><code>FLOAT4</code></td>
</tr>
<tr>
<td><code>FLOAT8</code></td>
<td><code>FOR</code></td>
<td><code>FORCE</code></td>
</tr>
<tr>
<td><code>FOREIGN</code></td>
<td><code>FROM</code></td>
<td><code>FULLTEXT</code></td>
</tr>
<tr>
<td><code>GRANT</code></td>
<td><code>GROUP</code></td>
<td><code>HAVING</code></td>
</tr>
<tr>
<td><code>HIGH_PRIORITY</code></td>
<td><code>HOUR_MICROSECOND</code></td>
<td><code>HOUR_MINUTE</code></td>
</tr>
<tr>
<td><code>HOUR_SECOND</code></td>
<td><code>IF</code></td>
<td><code>IGNORE</code></td>
</tr>
<tr>
<td><code>IN</code></td>
<td><code>INDEX</code></td>
<td><code>INFILE</code></td>
</tr>
<tr>
<td><code>INNER</code></td>
<td><code>INOUT</code></td>
<td><code>INSENSITIVE</code></td>
</tr>
<tr>
<td><code>INSERT</code></td>
<td><code>INT</code></td>
<td><code>INT1</code></td>
</tr>
<tr>
<td><code>INT2</code></td>
<td><code>INT3</code></td>
<td><code>INT4</code></td>
</tr>
<tr>
<td><code>INT8</code></td>
<td><code>INTEGER</code></td>
<td><code>INTERVAL</code></td>
</tr>
<tr>
<td><code>INTO</code></td>
<td><code>IS</code></td>
<td><code>ITERATE</code></td>
</tr>
<tr>
<td><code>JOIN</code></td>
<td><strong><code>KEY</code></strong></td>
<td><code>KEYS</code></td>
</tr>
<tr>
<td><code>KILL</code></td>
<td><code>LEADING</code></td>
<td><code>LEAVE</code></td>
</tr>
<tr>
<td><code>LEFT</code></td>
<td><code>LIKE</code></td>
<td><code>LIMIT</code></td>
</tr>
<tr>
<td><code>LINEAR</code></td>
<td><code>LINES</code></td>
<td><code>LOAD</code></td>
</tr>
<tr>
<td><code>LOCALTIME</code></td>
<td><code>LOCALTIMESTAMP</code></td>
<td><code>LOCK</code></td>
</tr>
<tr>
<td><code>LONG</code></td>
<td><code>LONGBLOB</code></td>
<td><code>LONGTEXT</code></td>
</tr>
<tr>
<td><code>LOOP</code></td>
<td><code>LOW_PRIORITY</code></td>
<td><code>MASTER_SSL_VERIFY_SERVER_CERT</code></td>
</tr>
<tr>
<td><code>MATCH</code></td>
<td><code>MEDIUMBLOB</code></td>
<td><code>MEDIUMINT</code></td>
</tr>
<tr>
<td><code>MEDIUMTEXT</code></td>
<td><code>MIDDLEINT</code></td>
<td><code>MINUTE_MICROSECOND</code></td>
</tr>
<tr>
<td><code>MINUTE_SECOND</code></td>
<td><code>MOD</code></td>
<td><code>MODIFIES</code></td>
</tr>
<tr>
<td><code>NATURAL</code></td>
<td><code>NOT</code></td>
<td><code>NO_WRITE_TO_BINLOG</code></td>
</tr>
<tr>
<td><code>NULL</code></td>
<td><code>NUMERIC</code></td>
<td><code>ON</code></td>
</tr>
<tr>
<td><code>OPTIMIZE</code></td>
<td><code>OPTION</code></td>
<td><code>OPTIONALLY</code></td>
</tr>
<tr>
<td><code>OR</code></td>
<td><code>ORDER</code></td>
<td><code>OUT</code></td>
</tr>
<tr>
<td><code>OUTER</code></td>
<td><code>OUTFILE</code></td>
<td><code>PRECISION</code></td>
</tr>
<tr>
<td><code>PRIMARY</code></td>
<td><code>PROCEDURE</code></td>
<td><code>PURGE</code></td>
</tr>
<tr>
<td><code>RANGE</code></td>
<td><code>READ</code></td>
<td><code>READS</code></td>
</tr>
<tr>
<td><code>READ_WRITE</code></td>
<td><code>REAL</code></td>
<td><code>REFERENCES</code></td>
</tr>
<tr>
<td><code>REGEXP</code></td>
<td><code>RELEASE</code></td>
<td><code>RENAME</code></td>
</tr>
<tr>
<td><code>REPEAT</code></td>
<td><code>REPLACE</code></td>
<td><code>REQUIRE</code></td>
</tr>
<tr>
<td><code>RESTRICT</code></td>
<td><code>RETURN</code></td>
<td><code>REVOKE</code></td>
</tr>
<tr>
<td><code>RIGHT</code></td>
<td><code>RLIKE</code></td>
<td><code>SCHEMA</code></td>
</tr>
<tr>
<td><code>SCHEMAS</code></td>
<td><code>SECOND_MICROSECOND</code></td>
<td><code>SELECT</code></td>
</tr>
<tr>
<td><code>SENSITIVE</code></td>
<td><code>SEPARATOR</code></td>
<td><code>SET</code></td>
</tr>
<tr>
<td><code>SHOW</code></td>
<td><code>SMALLINT</code></td>
<td><code>SPATIAL</code></td>
</tr>
<tr>
<td><code>SPECIFIC</code></td>
<td><code>SQL</code></td>
<td><code>SQLEXCEPTION</code></td>
</tr>
<tr>
<td><code>SQLSTATE</code></td>
<td><code>SQLWARNING</code></td>
<td><code>SQL_BIG_RESULT</code></td>
</tr>
<tr>
<td><code>SQL_CALC_FOUND_ROWS</code></td>
<td><code>SQL_SMALL_RESULT</code></td>
<td><code>SSL</code></td>
</tr>
<tr>
<td><code>STARTING</code></td>
<td><code>STRAIGHT_JOIN</code></td>
<td><code>TABLE</code></td>
</tr>
<tr>
<td><code>TERMINATED</code></td>
<td><code>THEN</code></td>
<td><code>TINYBLOB</code></td>
</tr>
<tr>
<td><code>TINYINT</code></td>
<td><code>TINYTEXT</code></td>
<td><code>TO</code></td>
</tr>
<tr>
<td><code>TRAILING</code></td>
<td><code>TRIGGER</code></td>
<td><code>TRUE</code></td>
</tr>
<tr>
<td><code>UNDO</code></td>
<td><code>UNION</code></td>
<td><code>UNIQUE</code></td>
</tr>
<tr>
<td><code>UNLOCK</code></td>
<td><code>UNSIGNED</code></td>
<td><code>UPDATE</code></td>
</tr>
<tr>
<td><code>USAGE</code></td>
<td><code>USE</code></td>
<td><code>USING</code></td>
</tr>
<tr>
<td><code>UTC_DATE</code></td>
<td><code>UTC_TIME</code></td>
<td><code>UTC_TIMESTAMP</code></td>
</tr>
<tr>
<td><code>VALUES</code></td>
<td><code>VARBINARY</code></td>
<td><code>VARCHAR</code></td>
</tr>
<tr>
<td><code>VARCHARACTER</code></td>
<td><code>VARYING</code></td>
<td><code>WHEN</code></td>
</tr>
<tr>
<td><code>WHERE</code></td>
<td><code>WHILE</code></td>
<td><code>WITH</code></td>
</tr>
<tr>
<td><code>WRITE</code></td>
<td><code>XOR</code></td>
<td><code>YEAR_MONTH</code></td>
</tr>
<tr>
<td><code>ZEROFILL</code></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/mysql-reserved-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I graduated !</title>
		<link>http://www.alonon.net/i-graduated/</link>
		<comments>http://www.alonon.net/i-graduated/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 17:40:18 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[My news]]></category>
		<category><![CDATA[computer engineer]]></category>
		<category><![CDATA[graduate]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=421</guid>
		<description><![CDATA[Yes after 5 years, i attended my last exam today. So i can say that i graduated from computer engineering ! I&#8217;m a diplomaed computer fun now. What&#8217;ll change in my life ? More time on useful things Working on personal project and take tangible result Happier family members (for a week maybe &#8230; ) &#8230; <a href="http://www.alonon.net/i-graduated/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes after 5 years, i attended my last exam today. So i can say that i graduated from computer engineering ! I&#8217;m a diplomaed computer fun now. What&#8217;ll change in my life ?</p>
<ul>
<li>More time on useful things</li>
<li>Working on personal project and take tangible result</li>
<li>Happier family members (for a week maybe &#8230; )</li>
<li>A job in <a href="http://www.endersys.com">endersys</a></li>
<li>Breakfast each morning</li>
<li>A new house</li>
<li>Read more books !</li>
<li>And more time on useful things !</li>
<li>Not do what students do ( eating cheap food, photocopy grind, trying to find money from somewhere, etc &#8230;  ehehe )</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/i-graduated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metu Artificial Intelligence Contest with 650$ award</title>
		<link>http://www.alonon.net/metu-artificial-intelligence-contest-with-650-award/</link>
		<comments>http://www.alonon.net/metu-artificial-intelligence-contest-with-650-award/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:39:06 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[metu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=419</guid>
		<description><![CDATA[Computer club of  &#8221;MIDDLE EAST TECHNICAL UNIVERSITY&#8221;  has just started a contest &#8220;May i challenge.&#8221; about artificial intelligence.  I read some and, it looks like fun. To look over: http://mayichallenge.com/home]]></description>
			<content:encoded><![CDATA[<p>Computer club of  &#8221;<a href="http://www.metu.edu.tr">MIDDLE EAST TECHNICAL UNIVERSITY</a>&#8221;  has just started a contest &#8220;May i challenge.&#8221; about artificial intelligence.  I read some and, it looks like fun. To look over: <a href="http://mayichallenge.com/home">http://mayichallenge.com/home</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/metu-artificial-intelligence-contest-with-650-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

