<?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>Abz&#039;s note</title>
	<atom:link href="http://abz89.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abz89.wordpress.com</link>
	<description>-={ just my simply weblog }=-</description>
	<lastBuildDate>Wed, 21 Dec 2011 12:47:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='abz89.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/02007575159cda281831d23a7ba4f702?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Abz&#039;s note</title>
		<link>http://abz89.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://abz89.wordpress.com/osd.xml" title="Abz&#039;s note" />
	<atom:link rel='hub' href='http://abz89.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Building Transmission on Open Solaris and Enabling Remote Web Interface</title>
		<link>http://abz89.wordpress.com/2011/12/15/building-transmission-on-open-solaris-and-enabling-remote-web-interface/</link>
		<comments>http://abz89.wordpress.com/2011/12/15/building-transmission-on-open-solaris-and-enabling-remote-web-interface/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 08:50:17 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Network & Security]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tarball]]></category>
		<category><![CDATA[transmission]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=622</guid>
		<description><![CDATA[&#160; &#160; Requirement: [package name (download page), choose latest] pkg-config (http://pkgconfig.freedesktop.org/releases/) libevent (http://libevent.org/) gettext (http://ftp.gnu.org/pub/gnu/gettext/) gettext dependencies : curl (http://curl.haxx.se/download.html) intltool (http://ftp.acc.umu.se/pub/gnome/sources/intltool/) make sure that your machine have these packages installed &#160; Open terminal an login as root: pfexec su - &#160; Standard Procedure Installation: tar -xvzf #for .tar.bz2 use tar -xvjf cd / ./configure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=622&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="attachment_624" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/12/screenshot1.png"><img class="size-medium wp-image-624" title="Transmission logo" src="http://abz89.files.wordpress.com/2011/12/screenshot1.png?w=300&#038;h=68" alt="Transmission logo" width="300" height="68" /></a><p class="wp-caption-text">Transmission logo</p></div>
<p>&nbsp;</p>
<p><strong>Requirement:</strong></p>
<p>[package name (download page), choose latest]</p>
<ul>
<li><em>pkg-config</em> (<a href="http://pkgconfig.freedesktop.org/releases/">http://pkgconfig.freedesktop.org/releases/</a>)</li>
<li><em>libevent</em> (<a href="http://libevent.org/">http://libevent.org/</a>)</li>
<li><em>gettext</em> (<a href="http://ftp.gnu.org/pub/gnu/gettext/">http://ftp.gnu.org/pub/gnu/gettext/</a>)</li>
</ul>
<p>gettext dependencies :</p>
<ul>
<li><em>curl</em> (<a href="http://curl.haxx.se/download.html">http://curl.haxx.se/download.html</a>)</li>
<li><em>intltool</em> (<a href="http://ftp.acc.umu.se/pub/gnome/sources/intltool/">http://ftp.acc.umu.se/pub/gnome/sources/intltool/</a>)</li>
</ul>
<p>make sure that your machine have these packages installed</p>
<p>&nbsp;</p>
<p><strong>Open terminal an login as root:</strong></p>
<p><code>pfexec su -</code></p>
<p>&nbsp;</p>
<p><strong>Standard Procedure Installation:</strong></p>
<p><code>tar -xvzf #for .tar.bz2 use tar -xvjf<br />
cd /<br />
./configure --prefix=/usr/<br />
make<br />
make install<br />
</code></p>
<p>&nbsp;</p>
<p><strong>Download Transmission Source Code</strong></p>
<p>Download transmission at <a href="http://www.transmissionbt.com/download.php">http://www.transmissionbt.com/download.php</a></p>
<p>select source code version and download the latest version</p>
<p>&nbsp;</p>
<p>for example (i’m using wget):</p>
<p><code>wget http://download.transmissionbt.com/files/transmission-2.42.tar.bz2<br />
</code></p>
<p>and do standard procedure installation for tranmission too..</p>
<p>&nbsp;</p>
<p>if something goes wrong, try to workaround with ./configure parameter, for example :</p>
<p><code>./configure LIBEVENT_LIBS="-L /usr/local/lib -R /usr/local/lib -levent -lrt" PKG_CONFIG=""pkg-config" location"</code></p>
<p>just see the error from configure script output and use it as our ‘clues’ <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>If everything is fine, our transmission binaries will located in &#8220;<em>/usr/local/bin</em>&#8220;</p>
<p>here is my example :</p>
<p><code>admin@opensolaris:~$ ls /usr/local/bin/</p>
<p>curl intltool-merge pkg-config transmission-edit</p>
<p>curl-config intltool-prepare transmission-cli transmission-remote</p>
<p>event_rpcgen.py intltool-update transmission-create transmission-show</p>
<p>intltool-extract intltoolize transmission-daemon<br />
</code></p>
<p>&nbsp;</p>
<p>there are 6 transmission binary :</p>
<ol>
<li>transmission-cli : transmission client (command line interface)</li>
<li>transmission-create : creating a torrent file</li>
<li>transmission-daemon : headless transmission session that can be controlled via transmission-remote or the web interface</li>
<li>transmission-edit : editing torrent file</li>
<li>transmission-remote : remote/local server started</li>
<li>transmission-show : show torrent</li>
</ol>
<p>&nbsp;</p>
<p><strong>Enabling Web Interface and Remote Access with Authentification:</strong></p>
<p>Edit a transmission-daemon file configuration in :</p>
<p><code>$HOME/.config/transmission-daemon/settings.json<br />
</code></p>
<p>and edit some parameter such as :</p>
<p><code>"rpc-authentication-required": true,</p>
<p>“rpc-enabled": true,</p>
<p>"rpc-password": "your_password",</p>
<p>"rpc-username": "your_username",</code></p>
<p>&nbsp;</p>
<p>So the web interface will prompt username and password, if we aim our transmission server for remote access, don’t forget to set up a ‘whitelist’ :</p>
<p><code>"rpc-whitelist": "127.0.0.1,192.168.1.101",</p>
<p>"rpc-whitelist-enabled": true,</code></p>
<p>&nbsp;</p>
<p>from above example, our transmission web interface will be allowed to be accessed from:</p>
<p>localhost (127.0.0.1) and 192.168.1.101</p>
<p>&nbsp;</p>
<p><strong>To Access Web Interface :</strong></p>
<p>type the “server_ip_address:9091” where server_ip_address is an our ip address of transmission machine and 9091 is a default transmission port.</p>
<p>&nbsp;</p>
<div id="attachment_625" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/12/screenshot-authentication-required.png"><img class="size-medium wp-image-625" title="Transmission Web Auth Prompt" src="http://abz89.files.wordpress.com/2011/12/screenshot-authentication-required.png?w=300&#038;h=79" alt="Transmission Web Auth Prompt" width="300" height="79" /></a><p class="wp-caption-text">Transmission Web Auth Prompt</p></div>
<p>&nbsp;</p>
<div id="attachment_626" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/12/screenshot-transmission-web-interface-mozilla-firefox.png"><img class="size-medium wp-image-626" title="Transmission Web Interface" src="http://abz89.files.wordpress.com/2011/12/screenshot-transmission-web-interface-mozilla-firefox.png?w=300&#038;h=149" alt="Transmission Web Interface" width="300" height="149" /></a><p class="wp-caption-text">Transmission Web Interface</p></div>
<p>&nbsp;</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/freebsd/'>FreeBSD</a>, <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/network-security/'>Network &amp; Security</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/bittorrent/'>bittorrent</a>, <a href='http://abz89.wordpress.com/tag/build/'>build</a>, <a href='http://abz89.wordpress.com/tag/install/'>install</a>, <a href='http://abz89.wordpress.com/tag/interface/'>interface</a>, <a href='http://abz89.wordpress.com/tag/open/'>open</a>, <a href='http://abz89.wordpress.com/tag/opensolaris/'>opensolaris</a>, <a href='http://abz89.wordpress.com/tag/package/'>package</a>, <a href='http://abz89.wordpress.com/tag/remote/'>remote</a>, <a href='http://abz89.wordpress.com/tag/server/'>server</a>, <a href='http://abz89.wordpress.com/tag/solaris/'>solaris</a>, <a href='http://abz89.wordpress.com/tag/source/'>source</a>, <a href='http://abz89.wordpress.com/tag/tarball/'>tarball</a>, <a href='http://abz89.wordpress.com/tag/transmission/'>transmission</a>, <a href='http://abz89.wordpress.com/tag/web/'>web</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/622/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/622/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/622/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=622&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/12/15/building-transmission-on-open-solaris-and-enabling-remote-web-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/12/screenshot1.png?w=300" medium="image">
			<media:title type="html">Transmission logo</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/12/screenshot-authentication-required.png?w=300" medium="image">
			<media:title type="html">Transmission Web Auth Prompt</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/12/screenshot-transmission-web-interface-mozilla-firefox.png?w=300" medium="image">
			<media:title type="html">Transmission Web Interface</media:title>
		</media:content>
	</item>
		<item>
		<title>Simply Use of ‘Screen’</title>
		<link>http://abz89.wordpress.com/2011/12/11/simply-use-of-screen/</link>
		<comments>http://abz89.wordpress.com/2011/12/11/simply-use-of-screen/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 05:32:54 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Network & Security]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gnu screen]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[simply]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=614</guid>
		<description><![CDATA[&#160; Sometimes we have to connect our shell to the server for maintenance or just monitoring our remote work stuff. But there are some application that need an uninterruppable connection, if we’ve lost connection so the work too. For example, when we did some scp-ing or compiling a BSD based software or kernel, ouuuchh such [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=614&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Sometimes we have to connect our shell to the server for maintenance or just monitoring our remote work stuff. But there are some application that need an uninterruppable connection, if we’ve lost connection so the work too. For example, when we did some scp-ing or compiling a BSD based software or kernel, ouuuchh such a terrible things if we lost connection in our mid-work process.<br />
So there is Screen formerlry GNU Screen, What is ‘Screen’?</p>
<blockquote><p>&nbsp;</p>
<p>“Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells” (<a title="GNU Screen" href="http://www.gnu.org/s/screen/" target="_blank">http://www.gnu.org/s/screen/</a>)</p></blockquote>
<p>&nbsp;</p>
<p>With the use of screen we wouldn’t lost our work when there is failed connection stuff. On the most POSIX Operating System, ‘screen’ is almost installed and ready to use. If there is no screen on OS, simply just download or install with your distro-way (apt-get, rpm etc)</p>
<p>&nbsp;</p>
<p><strong>To Use ‘screen’</strong><br />
Just type “screen” (without appostrophe) on terminal console</p>
<p><code>$ screen</code></p>
<p>So the welcome screen of ‘screen’ will appear:</p>
<div id="attachment_615" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/12/screen.png"><img class="size-medium wp-image-615" title="Welcome screen of 'screen'" src="http://abz89.files.wordpress.com/2011/12/screen.png?w=300&#038;h=212" alt="Welcome screen of 'screen'" width="300" height="212" /></a><p class="wp-caption-text">Welcome screen of &#039;screen&#039;</p></div>
<p>just Enter when ready to use ‘screen’ and we will already in ‘screen’ immediately. Then we could doing our works.</p>
<p>&nbsp;</p>
<p><strong>Some useful keyboard shortcut</strong><br />
Ctrl + A : initiate ‘screen’ command<br />
Ctrl + A and press A immediately : change windows (act like alt-tab in normal wm)<br />
Ctrl + A and press C immediately : create a new window</p>
<p>&nbsp;</p>
<p><strong>To resume a disconnected ‘screen’</strong><br />
type “screen -list” to list all available ‘screen’ session and status Detached/Attached</p>
<p><code>$ screen -list</code></p>
<p>&nbsp;</p>
<p>Here is my ‘screen’ list for example</p>
<p><code>gti@opensolaris:~$ screen -list<br />
There is a screen on:<br />
8936.pts-2.opensolaris (Dettached)<br />
1 Socket in /home/gti/.screen.</p>
<p></code>&nbsp;</p>
<p>To connecting the detached shell type “screen -r”</p>
<p><code>$ screen -r 8936.pts-2.opensolaris<br />
</code><br />
And we will ‘connected’ again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;<br />
<strong><br />
To exit screen just type ‘exit’</strong><br />
so the “[screen is terminating]” message will appear</p>
<p>or just close the terminal <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/freebsd/'>FreeBSD</a>, <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/network-security/'>Network &amp; Security</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a>, <a href='http://abz89.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://abz89.wordpress.com/tag/gnu-screen/'>gnu screen</a>, <a href='http://abz89.wordpress.com/tag/screen/'>screen</a>, <a href='http://abz89.wordpress.com/tag/simply/'>simply</a>, <a href='http://abz89.wordpress.com/tag/use/'>use</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/614/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/614/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/614/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=614&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/12/11/simply-use-of-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/12/screen.png?w=300" medium="image">
			<media:title type="html">Welcome screen of 'screen'</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Make OpenSUSE 11.4 (or Later) Live USB on Windows</title>
		<link>http://abz89.wordpress.com/2011/11/10/how-to-make-opensuse-11-4-live-usb-on-windows/</link>
		<comments>http://abz89.wordpress.com/2011/11/10/how-to-make-opensuse-11-4-live-usb-on-windows/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 03:00:56 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[lexar]]></category>
		<category><![CDATA[bootit]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[imagewriter]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[optical]]></category>
		<category><![CDATA[drive]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=598</guid>
		<description><![CDATA[&#160; Here is my 2nd try to migrate to OpenSUSE with my Laptop. My first try to migrate to OpenSUSE has make me disappointed, why? because proxy issues on OpenSUSE, so i got some trouble to get &#8216;uptodate&#8217;. On my 2nd try, i forced to use USB, because my optical drive was &#8216;gone&#8217;, hahaha. &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=598&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption aligncenter" style="width: 610px"><img alt="opensuse on live usb stick" src="http://www.linux-onlineshop.de/media/images/popup/SUSE-Stick.jpg" title="OpenSUSE Stick" width="600" height="232" /><p class="wp-caption-text">OpenSUSE Stick</p></div><br />
&nbsp;</p>
<p align="justify">Here is my 2nd try to migrate to OpenSUSE with my Laptop. My first try to migrate to OpenSUSE has make me disappointed, why? because proxy issues on OpenSUSE, so i got some trouble to get &#8216;uptodate&#8217;. On my 2nd try, i forced to use USB, because my optical drive was &#8216;gone&#8217;, hahaha.</p>
<p>&nbsp;</p>
<p align="justify">After some googling days, attempts and a little frustating. Here is my way to make OpenSUSE Live USB on Windows, thx 4 people on openSUSE forum especialy <strong>Jefro</strong>, kiwi man and Lexar for creating an &#8216;unique&#8217; tool.</p>
<p>&nbsp;</p>
<p><strong>Prepare some stuff</strong></p>
<ol>
<li>OpenSUSE Live CD Image (i&#8217;m using <a href="http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-KDE-LiveCD-x86_64.iso">OpenSUSE 11.4 KDE 64 bit</a>, just in case <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li>
<p>&nbsp;</p>
<li>SUSE studio image writer. <a href="https://github.com/downloads/openSUSE/kiwi/ImageWriter.exe">Download here</a></li>
<p>&nbsp;</p>
<li>BootIt by Lexar, to make USB flash drive act as local drive. <a href="http://www.getusb.info/flip-your-bit-usb-utility-to-make-local-drive/">Download here</a></li>
<p>&nbsp;</p>
<li>Don&#8217;t forget, the USB Flash drive. I&#8217;m using kingston data traveller 1GB (as i&#8217;m using CD version), old but still badass =))</li>
</ol>
<p>&nbsp;<br />
&nbsp;</p>
<p><strong>Procedures</strong></p>
<ol>
<li>Rename downloaded ISO to .raw extension, so SUSE studio image writer could read it.</li>
<p>for example : openSUSE-11.4-KDE-LiveCD-x86_64.iso.raw<br />
&nbsp;</p>
<li>Install Lexar USB utility</li>
<p>&nbsp;</p>
<li>Format the USB with Lexar USB utility (BootIt) Like mine : (my usb is drive F: dont forget to set active)</li>
<p>&nbsp;</p>
<p><div id="attachment_599" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/11/flip.jpg"><img src="http://abz89.files.wordpress.com/2011/11/flip.jpg?w=300&#038;h=197" alt="bootit example use" title="BootIt" width="300" height="197" class="size-medium wp-image-599" /></a><p class="wp-caption-text">BootIt to create usb flash drive act as fix/local drive</p></div><br />
&nbsp;</p>
<li>Install or just run imagewriter.exe (SUSE studio image writer) BUT DONT DO ANYTHINK, JUST LAUNCH the imagewriter</li>
<p>&nbsp;</p>
<p><div id="attachment_600" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/11/imagewriter.jpg"><img src="http://abz89.files.wordpress.com/2011/11/imagewriter.jpg?w=300&#038;h=71" alt="imagewriter.exe" title="imagewriter.exe" width="300" height="71" class="size-medium wp-image-600" /></a><p class="wp-caption-text">SUSE studio image writer</p></div><br />
&nbsp;</p>
<li>Format manually with windows WHILE imagewriter is still OPEN.</li>
<p>&nbsp;</p>
<li>Last, press Copy Button!</li>
</ol>
<p>&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
<p>Enjoy, and happy Live USB with the green lizard =))</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/bootit/'>bootit</a>, <a href='http://abz89.wordpress.com/tag/create/'>create</a>, <a href='http://abz89.wordpress.com/tag/drive/'>drive</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/imagewriter/'>imagewriter</a>, <a href='http://abz89.wordpress.com/tag/lexar/'>lexar</a>, <a href='http://abz89.wordpress.com/tag/live/'>live</a>, <a href='http://abz89.wordpress.com/tag/opensuse/'>openSUSE</a>, <a href='http://abz89.wordpress.com/tag/optical/'>optical</a>, <a href='http://abz89.wordpress.com/tag/suse/'>suse</a>, <a href='http://abz89.wordpress.com/tag/usb/'>usb</a>, <a href='http://abz89.wordpress.com/tag/without/'>without</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/598/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/598/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/598/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=598&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/11/10/how-to-make-opensuse-11-4-live-usb-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://www.linux-onlineshop.de/media/images/popup/SUSE-Stick.jpg" medium="image">
			<media:title type="html">OpenSUSE Stick</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/11/flip.jpg?w=300" medium="image">
			<media:title type="html">BootIt</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/11/imagewriter.jpg?w=300" medium="image">
			<media:title type="html">imagewriter.exe</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Install and Use WPScan</title>
		<link>http://abz89.wordpress.com/2011/11/09/how-to-install-and-use-wpscan/</link>
		<comments>http://abz89.wordpress.com/2011/11/09/how-to-install-and-use-wpscan/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 02:39:06 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Network & Security]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[bruteforce]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[enumeration]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[vulnerable]]></category>
		<category><![CDATA[vulnerailities]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpscan]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=520</guid>
		<description><![CDATA[&#160; WordPress is one of most fav CMS. There are so many people using this CMS because it&#8217;s easy, simple and can be tweaked more. But there are some vulnerabilities comes with wordpress through its plugins, theme etc. Remember the vulnerable not comes just from weak software management, but also weak Password/authentification. &#160; So there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=520&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption aligncenter" style="width: 250px"><img class=" " title="Wordpress Logo" src="http://tctechcrunch2011.files.wordpress.com/2011/03/wordpress-must-dos.jpg?w=240&#038;h=222" alt="wordpress logo" width="240" height="222" /><p class="wp-caption-text">Wordpress Logo</p></div><br />
&nbsp;</p>
<p align="justify">WordPress is one of most fav CMS. There are so many people using this CMS because it&#8217;s easy, simple and can be tweaked more. But there are some vulnerabilities comes with wordpress through its plugins, theme etc. Remember the vulnerable not comes just from weak software management, but also weak Password/authentification.</p>
<p>&nbsp;</p>
<p><strong>So there are WPScan. What is WPScan?</strong><br />
WPScan is a vulnerability scanner which checks the security of WordPress installations using a black box approach.<br />
This project is sponsored by the RandomStorm Open Source Initiative.<br />
&nbsp;</p>
<p><strong>Some key of features :</strong></p>
<ul>
<li>Username enumeration (from author querystring and location header)</li>
<li>Weak password cracking (multithreaded)</li>
<li>Version enumeration (from generator meta tag and from client side files)</li>
<li>Vulnerability enumeration (based on version)</li>
<li>Plugin enumeration (2220 most popular by default)</li>
<li>Plugin vulnerability enumeration (based on version)</li>
<li>Plugin enumeration list generation</li>
<li>Other misc WordPress checks (theme name, dir listing, &#8230;)</li>
</ul>
<p>&nbsp;</p>
<p><strong>Installation</strong><br />
Even WPScan comes in Backtrack 5R1 by default, we could install on almost Unix/Linux distro.<br />
WPScan can be downloaded from its Google Code project&#8217;s page, but i think installing from SVN is more &#8216;uptodate&#8217;.<br />
&nbsp;</p>
<p><strong>Software requirement/dependencies :</strong></p>
<ul>
<li>ruby (comes by default in most unix distro, i think :p )</li>
<li>subversion (for svn-ing)</li>
<li>libcurl4-gnutls-dev</li>
<li>libopenssl-ruby</li>
<li>some ruby packages : thypoeus and xml-simple</li>
</ul>
<p>&nbsp;</p>
<p><strong>Install dependencies (for debian and debian based)</strong></p>
<ul>
<li><tt>sudo apt-get install libcurl4-gnutls-dev</tt></li>
<li><tt>sudo apt-get install libopenssl-ruby</tt></li>
<li><tt>sudo gem install typhoeus</tt></li>
<li><tt>sudo gem install xml-simple</tt></li>
</ul>
<p>&nbsp;</p>
<p><strong>To install from read-only SVN :</strong><br />
<tt>svn checkout http://wpscan.googlecode.com/svn/trunk/ wpscan-read-only</tt><br />
After get source through SVN amd also deps, we could use it just dot slash it<br />
&nbsp;</p>
<p><tt>cd wpscan-read-only</tt><br />
./wpscan.rb<br />
&nbsp;<br />
<strong>Some quick usage</strong></p>
<p>For basic enumeration:<br />
<tt>./wpscan.rb --url www.example.com</tt><br />
&nbsp;</p>
<p>For plugin enumeration:<br />
<tt>./wpscan.rb --url www.example.com --enumerate p</tt><br />
&nbsp;</p>
<p>Brute-Forcing:<br />
<tt>./wpscan.rb --url www.example.com --wordlist wordlist.lst --username admin</tt><br />
&nbsp;</p>
<p>Code aboves explain that www.exampe.com is being brute-forcing by admin as username and using password from wordlist.lst as wordlist/dictionary<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
<p><em>source : http://code.google.com/p/wpscan and some experience</em> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/network-security/'>Network &amp; Security</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/bruteforce/'>bruteforce</a>, <a href='http://abz89.wordpress.com/tag/cms/'>cms</a>, <a href='http://abz89.wordpress.com/tag/crack/'>crack</a>, <a href='http://abz89.wordpress.com/tag/enumeration/'>enumeration</a>, <a href='http://abz89.wordpress.com/tag/hack/'>hack</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/install/'>install</a>, <a href='http://abz89.wordpress.com/tag/password/'>password</a>, <a href='http://abz89.wordpress.com/tag/plugin/'>plugin</a>, <a href='http://abz89.wordpress.com/tag/theme/'>theme</a>, <a href='http://abz89.wordpress.com/tag/use/'>use</a>, <a href='http://abz89.wordpress.com/tag/vulnerable/'>vulnerable</a>, <a href='http://abz89.wordpress.com/tag/vulnerailities/'>vulnerailities</a>, <a href='http://abz89.wordpress.com/tag/wordpress/'>wordpress</a>, <a href='http://abz89.wordpress.com/tag/wpscan/'>wpscan</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/520/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=520&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/11/09/how-to-install-and-use-wpscan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://tctechcrunch2011.files.wordpress.com/2011/03/wordpress-must-dos.jpg" medium="image">
			<media:title type="html">Wordpress Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix Google Chrome Preference Issue</title>
		<link>http://abz89.wordpress.com/2011/08/27/fix-google-chrome-preference-issue/</link>
		<comments>http://abz89.wordpress.com/2011/08/27/fix-google-chrome-preference-issue/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 03:41:02 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[some feature maybe unavailable and changes to the preferences can't be saved]]></category>
		<category><![CDATA[your preference can not be read]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=500</guid>
		<description><![CDATA[I actually have been a long have chromium browser (call for google chrome on ubuntu) installed, but just lately I use it for playing flash games, hehehe and after a long absence to open chrome, an error message are occured every chrome starting-up: then I tried to analyze it, there must be a something wrong [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=500&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 410px"><a href="http://abz89.files.wordpress.com/2011/08/googlechromeicon.jpg?w=300"><img title="Google Chrome Launcher" src="http://abz89.files.wordpress.com/2011/08/googlechromeicon.jpg?w=400&#038;h=140" alt="Google Chrome Launcher" width="400" height="140" /></a><p class="wp-caption-text">Google Chrome Launcher</p></div>
<p align="justify">I actually have been a long have chromium browser (call for google chrome on ubuntu) installed, but just lately I use it for playing flash games, hehehe and after a long absence to open chrome, an error message are occured every chrome starting-up:</p>
<div id="attachment_501" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.wordpress.com/2011/08/27/fix-google-chrome-preference-issue/screenshot-chromium/" rel="attachment wp-att-501"><img class="size-medium wp-image-501" title="Screenshot-Chromium" src="http://abz89.files.wordpress.com/2011/08/screenshot-chromium.png?w=300&#038;h=138" alt="Screenshot-Chromium" width="300" height="138" /></a><p class="wp-caption-text">Screenshot-Chromium</p></div>
<p align="justify">then I tried to analyze it, there must be a something wrong with the file permissions, and then I became to find it in my $HOME folder that has a chrome related and it is located in the .config/chromium so we have change the file permissions with the following command:</p>
<p>&nbsp;</p>
<p><tt>sudo chown -R $USER:$USER $HOME/.config/chromium</tt></p>
<p>&nbsp;<br />
this command is used to update the ownership of our chrome profile, and it successfully <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/chrome/'>chrome</a>, <a href='http://abz89.wordpress.com/tag/chromium/'>chromium</a>, <a href='http://abz89.wordpress.com/tag/error/'>error</a>, <a href='http://abz89.wordpress.com/tag/fix/'>fix</a>, <a href='http://abz89.wordpress.com/tag/google/'>google</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/profile/'>profile</a>, <a href='http://abz89.wordpress.com/tag/solved/'>solved</a>, <a href='http://abz89.wordpress.com/tag/some-feature-maybe-unavailable-and-changes-to-the-preferences-cant-be-saved/'>some feature maybe unavailable and changes to the preferences can't be saved</a>, <a href='http://abz89.wordpress.com/tag/your-preference-can-not-be-read/'>your preference can not be read</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=500&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/08/27/fix-google-chrome-preference-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/08/googlechromeicon.jpg?w=300" medium="image">
			<media:title type="html">Google Chrome Launcher</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/08/screenshot-chromium.png?w=300" medium="image">
			<media:title type="html">Screenshot-Chromium</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Fix Emerald in Ubuntu 11.04</title>
		<link>http://abz89.wordpress.com/2011/05/02/how-to-fix-emerald-in-ubuntu-11-04/</link>
		<comments>http://abz89.wordpress.com/2011/05/02/how-to-fix-emerald-in-ubuntu-11-04/#comments</comments>
		<pubDate>Mon, 02 May 2011 10:08:42 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[decorator]]></category>
		<category><![CDATA[emerald]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[segmentation fault]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=462</guid>
		<description><![CDATA[Today, I&#8217;ve upgrade my Ubuntu 10.10 Maverick to Ubuntu 11.04 Natty. Usually I installed new Ubuntu version with &#8220;fresh&#8221; method, but now because of a lack of disk space, i have upgrade directly from 10.10 -&#62; 11.04 using &#8220;update-manager -d&#8221; :p &#160; First impression, wow, fast and it have unity as default desktop interface but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=462&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Emerald Icon" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Emerald-theme-manager-icon.png/120px-Emerald-theme-manager-icon.png" alt="" width="120" height="120" />Today, I&#8217;ve upgrade my Ubuntu 10.10 Maverick to Ubuntu 11.04 Natty. Usually I installed new Ubuntu version with &#8220;fresh&#8221; method, but now because of a lack of disk space, i have upgrade directly from 10.10 -&gt; 11.04 using &#8220;update-manager -d&#8221; :p<br />
&nbsp;</p>
<p>First impression, wow, fast and it have unity as default desktop interface but it seems odd for me :p. Annnddd&#8230;where is my EMERALD??!! it&#8217;s gone away!!<br />
&nbsp;</p>
<p>When I try <tt>"emerald --replace"</tt> it said -&gt; <strong>segmentation fault</strong> -__-&#8221;<br />
&nbsp;</p>
<p><strong>So here is my way to fix this issue:</strong></p>
<ol>
<li>Remove emerald completely</li>
<p><tt>sudo apt-get purge emerald</tt><br />
&nbsp;</p>
<li>Install some deps packages</li>
<p><tt>sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev libemeraldengine0</tt><br />
&nbsp;</p>
<li>Fetch emerald via GIT</li>
<p><tt>git clone git://anongit.compiz.org/fusion/decorators/emerald</tt><br />
&nbsp;</p>
<li>Compile and install it!</li>
<p><tt>cd emerald</tt><br />
<tt>git checkout -b compiz++ origin/compiz++</tt><br />
<tt>./autogen.sh</tt><br />
<tt>./configure --prefix=/usr/local</tt><br />
<tt>make</tt><br />
<tt>sudo make install</tt><br />
&nbsp;</p>
<li>Test and enjoy it <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
<p>&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
Thx 4 reading, source (with a minor edit) : ubuntu forum, emerald site, and some googling</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/11-04/'>11.04</a>, <a href='http://abz89.wordpress.com/tag/decorator/'>decorator</a>, <a href='http://abz89.wordpress.com/tag/emerald/'>emerald</a>, <a href='http://abz89.wordpress.com/tag/fix/'>fix</a>, <a href='http://abz89.wordpress.com/tag/natty/'>natty</a>, <a href='http://abz89.wordpress.com/tag/segmentation-fault/'>segmentation fault</a>, <a href='http://abz89.wordpress.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/462/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=462&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/05/02/how-to-fix-emerald-in-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>92</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Emerald-theme-manager-icon.png/120px-Emerald-theme-manager-icon.png" medium="image">
			<media:title type="html">Emerald Icon</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Force Audacious Using Mono Output</title>
		<link>http://abz89.wordpress.com/2011/04/26/how-to-force-audacious-using-mono-output/</link>
		<comments>http://abz89.wordpress.com/2011/04/26/how-to-force-audacious-using-mono-output/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 09:48:27 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[ahans.de]]></category>
		<category><![CDATA[aud]]></category>
		<category><![CDATA[audacious]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=455</guid>
		<description><![CDATA[a few weeks ago my sound card is broken so it can not function properly, especially in stereo mode for i.e when listening to the songs. &#160; So here is some step to forcing audacious to use a mono output: Download aud-mono-plugin on this site *choose latest version of tarball &#160; Extract the tarball package [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=455&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Audacious Icon" src="http://www.projetofedora.org/wiki/images/thumb/Audacious-icon.png/120px-Audacious-icon.png" alt="" width="120" height="120" /></p>
<p>a few weeks ago my sound card is broken so it can not function properly, especially in stereo mode for i.e when listening to the songs.<br />
&nbsp;</p>
<p><strong>So here is some step to forcing audacious to use a mono output:</strong></p>
<ol>
<li>Download aud-mono-plugin on <a href="http://ahans.de/aud-mono-plugin/">this site</a> *choose latest version of tarball</li>
<p>&nbsp;</p>
<li>Extract the tarball package</li>
<p><tt>tar -xvzf downloaded_tarball.tar.gz</tt><br />
&nbsp;</p>
<li>Install the following deps *if u unmet these deps</li>
<p><tt>sudo apt-get install libgtk2.0-dev audacious-dev</tt><br />
&nbsp;</p>
<li>Compile it</li>
<p><tt>make &amp;&amp; sudo make install</tt><br />
&nbsp;
</ol>
<ol>
<p>Enjoy mono output with Audacious =)) hahaha</p>
<p><strong>note:</strong><em> i&#8217;m using Audacious 2.5.0 on Ubuntu 10.10 but i think this works as well for other linux version. For windows version just use the binaries <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></ol>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/ahans-de/'>ahans.de</a>, <a href='http://abz89.wordpress.com/tag/aud/'>aud</a>, <a href='http://abz89.wordpress.com/tag/audacious/'>audacious</a>, <a href='http://abz89.wordpress.com/tag/force/'>force</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/mono/'>mono</a>, <a href='http://abz89.wordpress.com/tag/output/'>output</a>, <a href='http://abz89.wordpress.com/tag/plugin/'>plugin</a>, <a href='http://abz89.wordpress.com/tag/to/'>to</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=455&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/04/26/how-to-force-audacious-using-mono-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://www.projetofedora.org/wiki/images/thumb/Audacious-icon.png/120px-Audacious-icon.png" medium="image">
			<media:title type="html">Audacious Icon</media:title>
		</media:content>
	</item>
		<item>
		<title>Download Youtube with Command-line</title>
		<link>http://abz89.wordpress.com/2011/04/08/download-youtube-with-command-line/</link>
		<comments>http://abz89.wordpress.com/2011/04/08/download-youtube-with-command-line/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 02:14:11 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Windows Tutorial]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=452</guid>
		<description><![CDATA[&#160; youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.x (x being at least 5), and it is not platform specific. It should work in your UNIX box, in Windows or in Mac OS X. It is released to the public [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=452&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://youtube.com"><img class="aligncenter" title="Youtube Logo" src="http://indyposted.com/wp-content/uploads/2010/08/youtube-300x225.jpg" alt="" width="300" height="225" /></a><br />
&nbsp;</p>
<p><strong>youtube-dl</strong> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 5), and it is not platform specific. It  should work in your UNIX box, in Windows or in Mac OS X. It is released  to the public domain, which means you can modify it, redistribute it or  use it however you like<a title="Youtube-dl home site" href="http://rg3.github.com/youtube-dl/" target="_blank">&#8230;</a><br />
&nbsp;</p>
<p><strong>To install in Ubuntu system</strong></p>
<p><tt>sudo apt-get install youtube-dl</tt><br />
&nbsp;</p>
<p>Or just <a title="youtube-dl" href="http://rg3.github.com/youtube-dl/download.html" target="_blank">download</a> and dot slash it <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
&nbsp;</p>
<p>It works on almost Plarform with python deps..<br />
&nbsp;</p>
<p>To use it, simply, just :<br />
<tt>youtube-dl youtube_link_here</tt><br />
&nbsp;</p>
<p>Simply but there are a lot of <a title="youtube-dl --help" href="http://pastebin.com/sQUPrV05" target="_blank">optional feature</a> , fast and work on proxy environment <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
&nbsp;</p>
<p>Thx 4 Reading and enjoy watching and download u-tube</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/windows-tutorial/'>Windows Tutorial</a> Tagged: <a href='http://abz89.wordpress.com/tag/command-line/'>command line</a>, <a href='http://abz89.wordpress.com/tag/console/'>console</a>, <a href='http://abz89.wordpress.com/tag/download/'>download</a>, <a href='http://abz89.wordpress.com/tag/terminal/'>terminal</a>, <a href='http://abz89.wordpress.com/tag/video/'>video</a>, <a href='http://abz89.wordpress.com/tag/youtube/'>youtube</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/452/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=452&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/04/08/download-youtube-with-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://indyposted.com/wp-content/uploads/2010/08/youtube-300x225.jpg" medium="image">
			<media:title type="html">Youtube Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling nVidia Fix Aspect Ratio in Linux</title>
		<link>http://abz89.wordpress.com/2011/04/08/enabling-nvidia-fix-aspect-ratio-in-linux/</link>
		<comments>http://abz89.wordpress.com/2011/04/08/enabling-nvidia-fix-aspect-ratio-in-linux/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 01:56:49 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[aspect]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ratio]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=446</guid>
		<description><![CDATA[Here is a tip to enabling nvidia fix aspect ratio display, so whenever display appeared no matter what is the resolution, the display is still keep on aspect ratio (useful when watching movie or gaming in fullscreen) &#160; Just add this following line to xorg (/etc/X11/xorg.conf) Option "FlatPanelProperties" "Scaling=aspect-scaled" &#160; my xorg.conf example http://pastebin.com/PCQ0ERyv &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=446&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a tip to enabling nvidia fix aspect ratio display, so whenever display appeared no matter what is the resolution, the display is still keep on aspect ratio (useful when watching movie or gaming in fullscreen)<br />
&nbsp;</p>
<p>Just add this following line to xorg (<tt>/etc/X11/xorg.conf</tt>)<br />
<tt>Option "FlatPanelProperties" "Scaling=aspect-scaled"</tt><br />
&nbsp;</p>
<p><a title="my xorg.cof" href="http://pastebin.com/PCQ0ERyv" target="_blank">my xorg.conf example</a></p>
<div id="_mcePaste" class="mcePaste" style="position:absolute;left:-10000px;top:39px;width:1px;height:1px;overflow:hidden;">http://pastebin.com/PCQ0ERyv</div>
<p>&nbsp;</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/aspect/'>aspect</a>, <a href='http://abz89.wordpress.com/tag/display/'>display</a>, <a href='http://abz89.wordpress.com/tag/fix/'>fix</a>, <a href='http://abz89.wordpress.com/tag/fullscreen/'>fullscreen</a>, <a href='http://abz89.wordpress.com/tag/game/'>game</a>, <a href='http://abz89.wordpress.com/tag/movie/'>movie</a>, <a href='http://abz89.wordpress.com/tag/nvidia/'>nvidia</a>, <a href='http://abz89.wordpress.com/tag/ratio/'>ratio</a>, <a href='http://abz89.wordpress.com/tag/xorg/'>xorg</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=446&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/04/08/enabling-nvidia-fix-aspect-ratio-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix Mozilla Firefox 4 StatusBar</title>
		<link>http://abz89.wordpress.com/2011/04/08/fix-mozilla-firefox-4-statusbar/</link>
		<comments>http://abz89.wordpress.com/2011/04/08/fix-mozilla-firefox-4-statusbar/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 01:39:09 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[firefox 4]]></category>
		<category><![CDATA[status bar]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=433</guid>
		<description><![CDATA[&#160; Firefox with Tux &#160; Yesterday, I&#8217;ve update my firefox 3.6 to 4.0. Wow, nice looking with new features and most importantly fast browsing! &#160; &#160; &#160; Immediately i try to &#8220;bug hunting&#8221; and in a second,  Oops, where is status bar??! OMG, without status bar i cloudn&#8217;t use some add-on which hanging there and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=433&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">&nbsp;</p>
<div class="mceTemp mceIEcenter" style="text-align:left;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><img title="Firefox with Tux" src="http://images.dailymobile.se/wp-content/uploads/2010/10/Tux_FirefoxSyvolc.png" alt="" width="256" height="256" /></dt>
<dd class="wp-caption-dd">Firefox with Tux</dd>
</dl>
</div>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">Yesterday, I&#8217;ve update my firefox 3.6 to 4.0. Wow, nice looking with new features and most importantly fast browsing!</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<div id="attachment_435" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/04/screenshot5.png"><img class="size-medium wp-image-435" title="Firefox 4 Bar" src="http://abz89.files.wordpress.com/2011/04/screenshot5.png?w=300&#038;h=63" alt="" width="300" height="63" /></a><p class="wp-caption-text">Firefox 4 Screenshot</p></div>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">Immediately i try to &#8220;bug hunting&#8221; and in a second,  Oops, where is status bar??! OMG, without status bar i cloudn&#8217;t use some add-on which hanging there and download progress of course :p</p>
<p>Here is a little tricky tips that i used:</p>
<ul>
<li>Go to <a title="Go to Firefox Addon site" href="https://addons.mozilla.org" target="_blank">Firefox Addon</a> site</li>
<li>Search an addon with the &#8220;status bar&#8221; keyword</li>
<li>There are some addons there, but i prefer to use &#8220;Download Status Bar&#8221; and &#8220;Status-4-ever&#8221;</li>
</ul>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">And here is some screenshot of my &#8220;fixed&#8221; firefox 4:</p>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<div id="attachment_436" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/04/screenshot3.png"><img class="size-medium wp-image-436" title="Download StatusBar" src="http://abz89.files.wordpress.com/2011/04/screenshot3.png?w=300&#038;h=7" alt="" width="300" height="7" /></a><p class="wp-caption-text">Download StatusBar</p></div>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">&nbsp;</p>
<div id="attachment_437" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2011/04/screenshot31.png"><img class="size-medium wp-image-437" title="Fixed Status Bar" src="http://abz89.files.wordpress.com/2011/04/screenshot31.png?w=300&#038;h=7" alt="" width="300" height="7" /></a><p class="wp-caption-text">Fixed Status Bar</p></div>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;">Thx for reading and enjoy using Firefox 4 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:left;">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://abz89.wordpress.com/category/linux-tutorial/'>Linux Tutorial</a>, <a href='http://abz89.wordpress.com/category/tips-trick/'>Tips &amp; Trick</a> Tagged: <a href='http://abz89.wordpress.com/tag/firefox-4/'>firefox 4</a>, <a href='http://abz89.wordpress.com/tag/fix/'>fix</a>, <a href='http://abz89.wordpress.com/tag/linux/'>linux</a>, <a href='http://abz89.wordpress.com/tag/status-bar/'>status bar</a>, <a href='http://abz89.wordpress.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/433/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&amp;blog=2945144&amp;post=433&amp;subd=abz89&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2011/04/08/fix-mozilla-firefox-4-statusbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e1c402d404746285259362b5d9d07ed1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abz</media:title>
		</media:content>

		<media:content url="http://images.dailymobile.se/wp-content/uploads/2010/10/Tux_FirefoxSyvolc.png" medium="image">
			<media:title type="html">Firefox with Tux</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/04/screenshot5.png?w=300" medium="image">
			<media:title type="html">Firefox 4 Bar</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/04/screenshot3.png?w=300" medium="image">
			<media:title type="html">Download StatusBar</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2011/04/screenshot31.png?w=300" medium="image">
			<media:title type="html">Fixed Status Bar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
