<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Naszodi's Blog</title>
	<atom:link href="http://naszodi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://naszodi.wordpress.com</link>
	<description>Tagline matters... Dots don't.</description>
	<lastBuildDate>Wed, 29 Apr 2009 01:47:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='naszodi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Naszodi's Blog</title>
		<link>http://naszodi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://naszodi.wordpress.com/osd.xml" title="Naszodi&#039;s Blog" />
	<atom:link rel='hub' href='http://naszodi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Grub, USBboot, Root script</title>
		<link>http://naszodi.wordpress.com/2009/04/28/grub-usbboot-root-script/</link>
		<comments>http://naszodi.wordpress.com/2009/04/28/grub-usbboot-root-script/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 12:48:42 +0000</pubDate>
		<dc:creator>naszodi</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://naszodi.wordpress.com/?p=13</guid>
		<description><![CDATA[Grub Rescue http://www.sorgonet.com/linux/grubrestore/ http://fedoranews.org/contributors/bob_kashani/grub/ Install from USB drive: works from Windows and linux http://unetbootin.sourceforge.net/ How to run script with root privileges by normal user C code:     #include &#60;stdlib.h&#62;     #include &#60;sys/types.h&#62;     #include &#60;unistd.h&#62;     //#include &#60;iostream&#62;     //using namespace std;     int main(int argc, char** argv) {      system("echo 0 &#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=13&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Grub Rescue</strong><br />
<a id="aj4d" title="http://www.sorgonet.com/linux/grubrestore/" href="http://www.sorgonet.com/linux/grubrestore/">http://www.sorgonet.com/linux/grubrestore/</a><br />
<a id="ti2k" title="http://fedoranews.org/contributors/bob_kashani/grub/" href="http://fedoranews.org/contributors/bob_kashani/grub/">http://fedoranews.org/contributors/bob_kashani/grub/</a></p>
<p><strong>Install from USB drive: works from Windows and linux<br />
</strong> <a id="kgqt" title="http://unetbootin.sourceforge.net/" href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a></p>
<p><strong>How to run script with root privileges by normal user</strong><br />
C code:</p>
<pre>    #include &lt;stdlib.h&gt;
    #include &lt;sys/types.h&gt;
    #include &lt;unistd.h&gt;
    //#include &lt;iostream&gt;
    //using namespace std;
    int main(int argc, char** argv) {
     system("echo 0 &gt; /sys/devices/platform/acer-wmi/leds/acer-wmi::mail/brightness");
      return (EXIT_SUCCESS);
     }</pre>
<p>then gcc this code as root, then set the SUID bit and the SGID bit to 1 of the executable.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naszodi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naszodi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naszodi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naszodi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naszodi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naszodi.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naszodi.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naszodi.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=13&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naszodi.wordpress.com/2009/04/28/grub-usbboot-root-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f8e84833b6732bfe98e129c899204d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naszodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux After Install</title>
		<link>http://naszodi.wordpress.com/2009/04/28/linux-after-install/</link>
		<comments>http://naszodi.wordpress.com/2009/04/28/linux-after-install/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:06:47 +0000</pubDate>
		<dc:creator>naszodi</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://naszodi.wordpress.com/?p=32</guid>
		<description><![CDATA[To fix widget problem in Firefox, Mozilla It’s no Firefox bug but a KDE one. The fix that worked for me is to install the package “gtk2-engines-qtcurve”, then open kcontrol and go to Appearance -&#62; GTK Styles and change the GTK Styles to “QtCurve”. http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=32&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>To fix widget problem in Firefox, Mozilla<br />
</strong> It’s no Firefox bug but a KDE one. The fix that worked for me is to install the package “gtk2-engines-qtcurve”,<br />
then open <em>kcontrol</em> and go to Appearance -&gt; GTK Styles and change the GTK Styles to “QtCurve”.<br />
<a id="rns9" title="http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/" href="http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/">http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naszodi.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naszodi.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naszodi.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naszodi.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naszodi.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naszodi.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naszodi.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naszodi.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=32&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naszodi.wordpress.com/2009/04/28/linux-after-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f8e84833b6732bfe98e129c899204d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naszodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox, Thunderbird</title>
		<link>http://naszodi.wordpress.com/2009/04/28/firefox-thunderbird/</link>
		<comments>http://naszodi.wordpress.com/2009/04/28/firefox-thunderbird/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:03:03 +0000</pubDate>
		<dc:creator>naszodi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://naszodi.wordpress.com/?p=25</guid>
		<description><![CDATA[Firefox add-ons: FireFTP DownThemAll FalshBlock Web developer flashblock adblock plus Thunderbird add-ons: Minimize to tray (Windows) FireTray (Linux) SMTP select Nostalgy imap.gmail imap.gmail.com SSL, port 993 smtp.gmail.com TSL 587 username@gmail.com imap.math.ualberta.ca mailbox.math.ualberta.ca SSL mailbox.math.ualberta.ca To fix widget problem in Firefox, Mozilla It’s no Firefox bug but a KDE one. The fix that worked for me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=25&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Firefox add-ons:<br />
</strong> FireFTP<br />
DownThemAll<br />
FalshBlock<br />
Web developer<br />
flashblock<br />
adblock plus</p>
<p><strong>Thunderbird add-ons:<br />
</strong> Minimize to tray (Windows)<br />
FireTray (Linux)<br />
SMTP select<br />
Nostalgy</p>
<p><strong>imap.gmail<br />
</strong> imap.gmail.com<br />
SSL, port 993<br />
smtp.gmail.com<br />
TSL 587<br />
username@gmail.com</p>
<p><strong>imap.math.ualberta.ca<br />
</strong> mailbox.math.ualberta.ca<br />
SSL<br />
mailbox.math.ualberta.ca</p>
<p><strong>To fix widget problem in Firefox, Mozilla<br />
</strong> It’s no Firefox bug but a KDE one. The fix that worked for me is to install the package “gtk2-engines-qtcurve”,<br />
then open <em>kcontrol</em> and go to Appearance -&gt; GTK Styles and change the GTK Styles to “QtCurve”.<br />
<a id="rns9" title="http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/" href="http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/">http://blog.larsneumann.net/2008/09/firefox-3-annoying-shade-on-checkboxes-and-radio-buttons/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naszodi.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naszodi.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naszodi.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naszodi.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naszodi.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naszodi.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naszodi.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naszodi.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=25&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naszodi.wordpress.com/2009/04/28/firefox-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f8e84833b6732bfe98e129c899204d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naszodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux shell commands: diff</title>
		<link>http://naszodi.wordpress.com/2009/04/28/linux-shell-commands-diff/</link>
		<comments>http://naszodi.wordpress.com/2009/04/28/linux-shell-commands-diff/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:00:49 +0000</pubDate>
		<dc:creator>naszodi</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://naszodi.wordpress.com/?p=22</guid>
		<description><![CDATA[diff to compare two files: diff -u foo bar Check KDE version konqueror &#8211;version Check kernel version short answer: uname -r long answer: uname -a<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=22&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>diff<br />
</strong> to compare two files: <em>diff -u foo bar</em></p>
<p><strong>Check KDE version</strong><br />
<em> konqueror &#8211;version<br />
</em><br />
<strong>Check kernel version</strong><br />
<em> </em> short answer:<em> uname -r<br />
</em>long answer:<em> uname -a<br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naszodi.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naszodi.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naszodi.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naszodi.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naszodi.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naszodi.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naszodi.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naszodi.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naszodi.wordpress.com&amp;blog=7506928&amp;post=22&amp;subd=naszodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naszodi.wordpress.com/2009/04/28/linux-shell-commands-diff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f8e84833b6732bfe98e129c899204d1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naszodi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
