<?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>Fri, 18 May 2012 02:50:42 +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>How to Install Oracle OpenOffice 3.2.x (JRE) Full Installation Set on Solaris</title>
		<link>http://abz89.wordpress.com/2012/04/26/how-to-install-oracle-openoffice-3-2-x-jre-full-installation-set-on-solaris/</link>
		<comments>http://abz89.wordpress.com/2012/04/26/how-to-install-oracle-openoffice-3-2-x-jre-full-installation-set-on-solaris/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 04:34:33 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[11]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[3.2]]></category>
		<category><![CDATA[Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[indiana]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[ooo]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[pkg]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[tarball]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=686</guid>
		<description><![CDATA[Here is Quick Steps to Install Oracle OpenOffice on Solaris System &#160; Requirement Solaris ( or OpenSolaris, Open Indiana) system &#8230;<p><a href="http://abz89.wordpress.com/2012/04/26/how-to-install-oracle-openoffice-3-2-x-jre-full-installation-set-on-solaris/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=686&#038;subd=abz89&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="Oracle OpenOffice Logo" src="http://www.openoffice.org/images/AOO_logos/OOo_Website_v2_copy.png" title="Oracle OpenOffice Logo" class="aligncenter" width="200" height="100" /></p>
<hr />
<h1>Here is Quick Steps to Install Oracle OpenOffice on Solaris System</h1>
<p>&nbsp;</p>
<h2>Requirement</h2>
<ul>
<li> Solaris ( or OpenSolaris, Open Indiana) system installed, i&#8217;m using Solaris 11 Express</li>
<li> Java Installed, which default installed on most solaris OS family</li>
<li> Network connection, for downloading OpenOffice Packages</li>
<li> Root access, installation process is must be done with root privileges</li>
</ul>
<hr />
<h2>Preparation</h2>
<ol>
<li> Go to OOO download page<br />
<code>http://www.openoffice.org/download/other.html#tested-full</code></p>
<p>Select : OpenOffice.org &#8211; tested and released full installation sets<br />
and select prefered system and languange, for example solaris system and en_US language</li>
<li> Download OpenOffice Package<br />
<code>wget http://sourceforge.net/projects/openofficeorg.mirror/files/stable/3.3.0/OOo_3.3.0_Solaris_x86_install-wJRE_en-US.tar.gz</code></li>
<p>&nbsp;</p>
<li> Extract Package<br />
<code>tar -xvzf /OOo_3.3.0_Solaris_x86_install-wJRE_en-US.tar.gz</code></li>
</ol>
<hr />
<h2>Installation</h2>
<ol>
<li> Root-ing<br />
<code>pfexec su -</code></li>
<p>&nbsp;</p>
<li> Change directory<br />
Don&#8217;t forget to change working directory to extracted folder, for example</p>
<p><code>cd /home/abz/Downloads/OOO330_m20_native_packed-1_en-US.9567/</code></li>
<li> Run Installer<br />
<code>./setup</code></p>
<p><div id="attachment_690" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2012/04/ooo.png"><img src="http://abz89.files.wordpress.com/2012/04/ooo.png?w=300&h=201" alt="OpenOffice Installation Wizard" title="OpenOffice Installation Wizard" width="300" height="201" class="size-medium wp-image-690" /></a><p class="wp-caption-text">OpenOffice Installation Wizard</p></div></li>
<li> Follow the Wizard<br />
After setup executed the OpenOffice Installation Wizard will appeared (look at above figure). Just follow the instruction and choose what you need.</p>
<p>Finally OpenOffice (Full Package) will installed and can be launched from GNOME panel shortcut</p>
<div id="attachment_692" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2012/04/ooo-menu.png"><img src="http://abz89.files.wordpress.com/2012/04/ooo-menu.png?w=300&h=168" alt="OOO menu on GNOME panel" title="OOO menu on GNOME panel" width="300" height="168" class="size-medium wp-image-692" /></a><p class="wp-caption-text">OOO menu on GNOME panel</p></div>
<p><div id="attachment_693" class="wp-caption aligncenter" style="width: 310px"><a href="http://abz89.files.wordpress.com/2012/04/oooo.png"><img src="http://abz89.files.wordpress.com/2012/04/oooo.png?w=300&h=168" alt="OOO Writer" title="OOO Writer" width="300" height="168" class="size-medium wp-image-693" /></a><p class="wp-caption-text">OOO Writer</p></div></li>
</ol>
<hr />
<h2>Some Fix/Workarounds</h2>
<p>If there is error message about X11 such this :</p>
<hr />
<code>abz@solaris:/home/gti/OOO330_m20_native_packed-1_en-US.9567$ sudo ./setup<br />
Using /usr/bin/java<br />
java version "1.6.0_21"<br />
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)<br />
Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)</p>
<p>Running installer<br />
/usr/bin/java -DHOME=/root -jar JavaSetup.jar<br />
System locale: en_US<br />
Root privileges<br />
OS: SunOS<br />
Mode: installation<br />
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'localhost:0.0' as the value of the DISPLAY variable.<br />
        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)<br />
        at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52)<br />
        at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:131)<br />
        at java.lang.Class.forName0(Native Method)<br />
        at java.lang.Class.forName(Class.java:169)<br />
        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)<br />
        at sun.awt.X11.XToolkit.(XToolkit.java:89)<br />
        at java.lang.Class.forName0(Native Method)<br />
        at java.lang.Class.forName(Class.java:169)<br />
        at java.awt.Toolkit$2.run(Toolkit.java:834)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:826)<br />
        at javax.swing.ImageIcon.(ImageIcon.java:148)<br />
        at javax.swing.ImageIcon.(ImageIcon.java:167)<br />
        at org.openoffice.setup.ResourceManager.getIconFromPath(ResourceManager.java:149)<br />
        at org.openoffice.setup.SetupFrame.(SetupFrame.java:104)<br />
        at org.openoffice.setup.Main.main(Main.java:54)<br />
</code></p>
<p>Make sure that <strong>&#8220;DISPLAY&#8221;</strong> environment variable was setted correctly<br />
to check this out :</p>
<p><code>echo $DISPLAY</code></p>
<p>it should seems like this:<br />
<code>:0.0 </code>(for local connection)</p>
<p>or<br />
<code>localhost:11.0</code> If we use remote connection, which 11 is my X11 address, it might different each machine)</p>
<p>If there is still same error on remote connection, try connect ssh with X11 forwarding enabled with adding -X parameter, for example :</p>
<p><code>ssh -X [ip_server]</code></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>Thank&#8217;s<br />
Hope It Helps! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </h1>
<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/11/'>11</a>, <a href='http://abz89.wordpress.com/tag/3/'>3</a>, <a href='http://abz89.wordpress.com/tag/3-2/'>3.2</a>, <a href='http://abz89.wordpress.com/tag/exception-in-thread-main-java-lang-internalerror-cant-connect-to-x11-window-server-using/'>Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using</a>, <a href='http://abz89.wordpress.com/tag/express/'>express</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/indiana/'>indiana</a>, <a href='http://abz89.wordpress.com/tag/install/'>install</a>, <a href='http://abz89.wordpress.com/tag/java/'>java</a>, <a href='http://abz89.wordpress.com/tag/jre/'>jre</a>, <a href='http://abz89.wordpress.com/tag/ooo/'>ooo</a>, <a href='http://abz89.wordpress.com/tag/open/'>open</a>, <a href='http://abz89.wordpress.com/tag/openoffice/'>openoffice</a>, <a href='http://abz89.wordpress.com/tag/oracle/'>oracle</a>, <a href='http://abz89.wordpress.com/tag/package/'>package</a>, <a href='http://abz89.wordpress.com/tag/pkg/'>pkg</a>, <a href='http://abz89.wordpress.com/tag/solaris/'>solaris</a>, <a href='http://abz89.wordpress.com/tag/sun/'>sun</a>, <a href='http://abz89.wordpress.com/tag/tarball/'>tarball</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=686&#038;subd=abz89&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2012/04/26/how-to-install-oracle-openoffice-3-2-x-jre-full-installation-set-on-solaris/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.openoffice.org/images/AOO_logos/OOo_Website_v2_copy.png" medium="image">
			<media:title type="html">Oracle OpenOffice Logo</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2012/04/ooo.png?w=300" medium="image">
			<media:title type="html">OpenOffice Installation Wizard</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2012/04/ooo-menu.png?w=300" medium="image">
			<media:title type="html">OOO menu on GNOME panel</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2012/04/oooo.png?w=300" medium="image">
			<media:title type="html">OOO Writer</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Fix TuxGuitar on OpenSUSE 12.1 KDE</title>
		<link>http://abz89.wordpress.com/2012/04/13/how-to-fix-tuxguitar-on-opensuse-12-1-kde/</link>
		<comments>http://abz89.wordpress.com/2012/04/13/how-to-fix-tuxguitar-on-opensuse-12-1-kde/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 04:20:05 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[12.1]]></category>
		<category><![CDATA[Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-gtk-3730 in java.library.path no swt-gtk in java.library.path]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[tuxguitar]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=670</guid>
		<description><![CDATA[&#160; Somedays ago, I&#8217;m just moved into OpenSUSE 12.1 from Debian Wheezy, but it&#8217;s not because Debian isn&#8217;t good. I&#8217;m &#8230;<p><a href="http://abz89.wordpress.com/2012/04/13/how-to-fix-tuxguitar-on-opensuse-12-1-kde/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=670&#038;subd=abz89&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://abz89.files.wordpress.com/2012/04/tux1.png"><img src="http://abz89.files.wordpress.com/2012/04/tux1.png?w=300&h=47" alt="TuxGuitar 1.2 Logo" title="TuxGuitar 1.2 Logo" width="300" height="47" class="aligncenter size-medium wp-image-672" /></a></p>
<p>&nbsp;</p>
<p align="justify">
Somedays ago, I&#8217;m just moved into OpenSUSE 12.1 from Debian Wheezy, but it&#8217;s not because Debian isn&#8217;t good. I&#8217;m just want to try lovely KDE 4.x, instead my useful and lightning fast fluxbox WM on Debian system.
</p>
<p>&nbsp;</p>
<p align="justify">
I think qt-based apps is almost OK and all of my fave gtk-based apps is always have an alternate in qt. But somehow when I&#8217;ve install TuxGuitar for opening up my guitar pro files, this following error messange is appeared:
</p>
<p><code>abz@linux-oif5:~&gt; tuxguitar<br />
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:<br />
        no swt-gtk-3730 in java.library.path<br />
        no swt-gtk in java.library.path<br />
        Can't load library: /home/abz/.swt/lib/linux/amd64/libswt-gtk-3730.so<br />
        Can't load library: /home/abz/.swt/lib/linux/amd64/libswt-gtk.so</p>
<p>        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:284)<br />
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:193)<br />
        at org.eclipse.swt.internal.C.(C.java:21)<br />
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)<br />
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)<br />
        at org.eclipse.swt.widgets.Display.(Display.java:132)<br />
        at org.herac.tuxguitar.gui.TuxGuitar.displayGUI(Unknown Source)<br />
        at org.herac.tuxguitar.gui.TGMain.main(Unknown Source)<br />
</code></p>
<p>&nbsp;</p>
<p>
Look and that debug info, and we will know that some deps libs file are missing:
</p>
<p><code>/home/abz/.swt/lib/linux/amd64/libswt-gtk-3730.so<br />
/home/abz/.swt/lib/linux/amd64/libswt-gtk.so<br />
</code></p>
<p>&nbsp;</p>
<p align="justify">
After a little time to find out which rpm that contain this file (libswt-gtk*.so)<br />
this file is provided by eclipse-swt.
</p>
<p>&nbsp;</p>
<p>
So just install it</p>
<p><code>linux-oif5:~ # zypper in eclipse-swt<br />
</code>
</p>
<p>&nbsp;</p>
<p>
The eclipse-swt files will go here:
</p>
<p><code>linux-oif5:~ # ls /usr/lib64/eclipse/<br />
libswt-atk-gtk-3735.so      libswt-cairo-gtk-3735.so   libswt-gnome-gtk-3735.so<br />
libswt-mozilla-gtk-3735.so  libswt-webkit-gtk-3735.so  swt-cairo-gtk.so<br />
swt-mozilla-gtk.so          libswt-atk-gtk.so          libswt-cairo-gtk.so<br />
libswt-gnome-gtk.so         libswt-mozilla-gtk.so      libswt-webkit-gtk.so<br />
swt-glx-gtk.so              swt-pi-gtk.so              libswt-awt-gtk-3735.so<br />
libswt-glx-gtk-3735.so      libswt-gtk-3735.so         libswt-pi-gtk-3735.so<br />
swt-atk-gtk.so              swt-gnome-gtk.so           swt-webkit-gtk.so<br />
libswt-awt-gtk.so           libswt-glx-gtk.so          libswt-gtk.so<br />
libswt-pi-gtk.so            swt-awt-gtk.so             swt-gtk.so<br />
</code></p>
<p>&nbsp;</p>
<p>
So we just need create a symlink:</p>
<p><code><br />
abz@linux-oif5:~&gt; ln -s /usr/lib64/eclipse /home/abz/.swt/lib/linux/amd64<br />
</code>
</p>
<p>&nbsp;</p>
<p>
Finally our TuxGuitar 1.2 will works on our system <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>&nbsp;</p>
<p><a href="http://abz89.files.wordpress.com/2012/04/tux.png"><img src="http://abz89.files.wordpress.com/2012/04/tux.png?w=300&h=168" alt="TuxGuitar on OpenSUSE 12.1 KDE" title="TuxGuitar on OpenSUSE 12.1 KDE" width="300" height="168" class="aligncenter size-medium wp-image-671" /></a></p>
<p>&nbsp;</p>
<p>
Thanks for visiting,<br />
hope it helps <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/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/12-1/'>12.1</a>, <a href='http://abz89.wordpress.com/tag/exception-in-thread-main-java-lang-unsatisfiedlinkerror-could-not-load-swt-library-reasons-no-swt-gtk-3730-in-java-library-path-no-swt-gtk-in-java-library-path/'>Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-gtk-3730 in java.library.path no swt-gtk in java.library.path</a>, <a href='http://abz89.wordpress.com/tag/fix/'>fix</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/java/'>java</a>, <a href='http://abz89.wordpress.com/tag/kde/'>kde</a>, <a href='http://abz89.wordpress.com/tag/opensuse/'>openSUSE</a>, <a href='http://abz89.wordpress.com/tag/tuxguitar/'>tuxguitar</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/670/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=670&#038;subd=abz89&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2012/04/13/how-to-fix-tuxguitar-on-opensuse-12-1-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://abz89.files.wordpress.com/2012/04/tux1.png?w=150" />
		<media:content url="http://abz89.files.wordpress.com/2012/04/tux1.png?w=150" medium="image">
			<media:title type="html">TuxGuitar 1.2 Logo</media:title>
		</media:content>

		<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/2012/04/tux1.png?w=300" medium="image">
			<media:title type="html">TuxGuitar 1.2 Logo</media:title>
		</media:content>

		<media:content url="http://abz89.files.wordpress.com/2012/04/tux.png?w=300" medium="image">
			<media:title type="html">TuxGuitar on OpenSUSE 12.1 KDE</media:title>
		</media:content>
	</item>
		<item>
		<title>Update Time Using Terminal in Linux</title>
		<link>http://abz89.wordpress.com/2012/02/13/update-time-using-terminal-in-linux/</link>
		<comments>http://abz89.wordpress.com/2012/02/13/update-time-using-terminal-in-linux/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 04:41:27 +0000</pubDate>
		<dc:creator>abz89</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ntpdate]]></category>
		<category><![CDATA[rdate]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://abz89.wordpress.com/?p=642</guid>
		<description><![CDATA[Yesterday, my Debian desktop was crash (gnome-shell) so i intend to install minimal desktop environment such as Fluxbox. I&#8217;m just &#8230;<p><a href="http://abz89.wordpress.com/2012/02/13/update-time-using-terminal-in-linux/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=642&#038;subd=abz89&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">
Yesterday, my Debian desktop was crash (gnome-shell) so i intend to install minimal desktop environment such as Fluxbox. I&#8217;m just using terminal to access servers everyday, so actually i don&#8217;t need GUI, i need GUI just for internet browsing, cause console-based browser such elinks or w3m couldn&#8217;t display an image, hahaha
</p>
<p>&nbsp;</p>
<p align="justify">
I&#8217;d like to &#8216;suspend to disk&#8217; (formerly: hibernate) my machine, instead completely or really shutdown the machine. One day i realized that my clock doesn&#8217;t display a correct time!!
</p>
<p>&nbsp;</p>
<p><strong><br />
$ date</strong><br />
Mon Feb 13 10:37:33 PST 2012</p>
<p>&nbsp;</p>
<p><strong><br />
$ date -R</strong><br />
Mon, 13 Feb 2012 10:36:10 -0800</p>
<p>&nbsp;</p>
<p align="justify">In fact, my host &#8216;live&#8217; on different time zone (GMT +7, WIT)<br />
So here it&#8217;s a little HOW-TO in full CLI method, very useful for server <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>&nbsp;<br />
Backup current timezone (file)</p>
<p><strong><br />
# mv /etc/localtime /etc/localtime-old</strong></p>
<p>&nbsp;</p>
<p align="justify">
Change this file to appropriate timezone, (take a look at /usr/share/zoneinfo/*)<br />
Create a symbolic link between them
</p>
<p>&nbsp;</p>
<p><strong><br />
# ln -sf /usr/share/Asia/Jakarta /etc/localtime-old</strong></p>
<p>&nbsp;<br />
(nb: in my case i live in West Indonesia Time(WIT))<br />
&nbsp;<br />
Now update current time to Time Server</p>
<p><strong><br />
# rdate -s time-a.nist.gov</strong></p>
<p>&nbsp;<br />
or using ntpdate if rdate not currently installed on your system</p>
<p><strong><br />
# ntpdate time-a.nist.gov</strong></p>
<p>&nbsp;<br />
Finally check again our time, is it in correct timezone or not?<br />
&nbsp;</p>
<p><strong><br />
$ date</strong><br />
Mon Feb 13 10:49:35 WIT 2012</p>
<p>&nbsp;<br />
or<br />
&nbsp;</p>
<p><strong><br />
$ date -R</strong><br />
Mon, 13 Feb 2012 10:49:32 +0700</p>
<p>&nbsp;<br />
Hope it helps <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thx</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/change/'>change</a>, <a href='http://abz89.wordpress.com/tag/console/'>console</a>, <a href='http://abz89.wordpress.com/tag/how/'>how</a>, <a href='http://abz89.wordpress.com/tag/linux/'>linux</a>, <a href='http://abz89.wordpress.com/tag/ntpdate/'>ntpdate</a>, <a href='http://abz89.wordpress.com/tag/rdate/'>rdate</a>, <a href='http://abz89.wordpress.com/tag/terminal/'>terminal</a>, <a href='http://abz89.wordpress.com/tag/timezone/'>timezone</a>, <a href='http://abz89.wordpress.com/tag/unix/'>unix</a>, <a href='http://abz89.wordpress.com/tag/update/'>update</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abz89.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abz89.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/abz89.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/abz89.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abz89.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abz89.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abz89.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abz89.wordpress.com/642/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=642&#038;subd=abz89&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abz89.wordpress.com/2012/02/13/update-time-using-terminal-in-linux/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>
	</item>
		<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[FreeBSD]]></category>
		<category><![CDATA[Linux Tutorial]]></category>
		<category><![CDATA[Network & Security]]></category>
		<category><![CDATA[Tips & Trick]]></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) &#8230;<p><a href="http://abz89.wordpress.com/2011/12/15/building-transmission-on-open-solaris-and-enabling-remote-web-interface/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=622&#038;subd=abz89&#038;ref=&#038;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&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&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&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&#038;blog=2945144&#038;post=622&#038;subd=abz89&#038;ref=&#038;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. &#8230;<p><a href="http://abz89.wordpress.com/2011/12/11/simply-use-of-screen/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=614&#038;subd=abz89&#038;ref=&#038;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&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&#038;blog=2945144&#038;post=614&#038;subd=abz89&#038;ref=&#038;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 &#039;screen&#039;</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[Linux Tutorial]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[bootit]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[imagewriter]]></category>
		<category><![CDATA[lexar]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[optical]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[without]]></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 &#8230;<p><a href="http://abz89.wordpress.com/2011/11/10/how-to-make-opensuse-11-4-live-usb-on-windows/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=598&#038;subd=abz89&#038;ref=&#038;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&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&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&#038;blog=2945144&#038;post=598&#038;subd=abz89&#038;ref=&#038;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>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://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 &#8230;<p><a href="http://abz89.wordpress.com/2011/11/09/how-to-install-and-use-wpscan/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=520&#038;subd=abz89&#038;ref=&#038;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&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>for Ubuntu 12.04, install ruby-nokogiri (credit goes to <a href="http://rea.lloc.de/"> <strong>realloc</strong> </a> )</p>
<ul>
<li><tt>sudo apt-get install ruby-nokogiri</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&#038;blog=2945144&#038;post=520&#038;subd=abz89&#038;ref=&#038;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>6</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 &#8230;<p><a href="http://abz89.wordpress.com/2011/08/27/fix-google-chrome-preference-issue/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=500&#038;subd=abz89&#038;ref=&#038;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&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&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&#038;blog=2945144&#038;post=500&#038;subd=abz89&#038;ref=&#038;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, &#8230;<p><a href="http://abz89.wordpress.com/2011/05/02/how-to-fix-emerald-in-ubuntu-11-04/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=462&#038;subd=abz89&#038;ref=&#038;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&#038;blog=2945144&#038;post=462&#038;subd=abz89&#038;ref=&#038;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 &#8230;<p><a href="http://abz89.wordpress.com/2011/04/26/how-to-force-audacious-using-mono-output/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abz89.wordpress.com&#038;blog=2945144&#038;post=455&#038;subd=abz89&#038;ref=&#038;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&#038;blog=2945144&#038;post=455&#038;subd=abz89&#038;ref=&#038;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>
	</channel>
</rss>
