<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Embrace Dreams</title>
	<atom:link href="http://haulynjason.net/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://haulynjason.net/weblog</link>
	<description>Protect your Dream, if you Got One.</description>
	<lastBuildDate>Wed, 22 Feb 2012 02:26:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux System monitor tools</title>
		<link>http://haulynjason.net/weblog/2012/02/linux-system-monitor-tools/</link>
		<comments>http://haulynjason.net/weblog/2012/02/linux-system-monitor-tools/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 02:26:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=662</guid>
		<description><![CDATA[#ps -ef&#124;grep http&#124;wc -l #cat /proc/loadavg #netstat -ant &#124; grep :80 &#124; wc -l #top #pmap]]></description>
			<content:encoded><![CDATA[<p>#ps -ef|grep http|wc -l</p>
<p>#cat /proc/loadavg</p>
<p>#netstat -ant | grep :80 | wc -l</p>
<p>#top</p>
<p>#pmap</p>
<!-- AdSense Now! Lite V3.04 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><!-- first -->
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3196975074789141";
/* online haulynjason.net single bottom 1 link 468x15, created 5/3/10 */
google_ad_slot = "0242566090";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br /><br />
<!-- second -->
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3196975074789141";
/* online haulynjason.net  468x60 */
google_ad_slot = "0065611365";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- third -->
<br />
<br />
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3196975074789141";
/* online haulynjason.net content bottom 336x280 */
google_ad_slot = "2265070617";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/02/linux-system-monitor-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Big Cat.</title>
		<link>http://haulynjason.net/weblog/2012/02/my-big-cat/</link>
		<comments>http://haulynjason.net/weblog/2012/02/my-big-cat/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 10:18:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LifeStyle]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=655</guid>
		<description><![CDATA[My Cat, much bigger than you know. About 9.11KG at most!]]></description>
			<content:encoded><![CDATA[<p>My Cat, much bigger than you know. About 9.11KG at most!</p>
<p><a href="http://haulynjason.net/weblog/wp-content/uploads/2012/02/2012-02-19_12-44-41_225.jpg" rel="lightbox[655]"><img src="http://haulynjason.net/weblog/wp-content/uploads/2012/02/2012-02-19_12-44-41_225-1024x768.jpg" alt="" title="2012-02-19_12-44-41_225" width="500" height="375" class="aligncenter size-large wp-image-656" /></a></p>
<p><a href="http://haulynjason.net/weblog/wp-content/uploads/2012/02/20120219121.jpg" rel="lightbox[655]"><img src="http://haulynjason.net/weblog/wp-content/uploads/2012/02/20120219121-1024x832.jpg" alt="" title="20120219121" width="500" height="406" class="aligncenter size-large wp-image-657" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/02/my-big-cat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PostgreSQL on OpenSuse 12.1</title>
		<link>http://haulynjason.net/weblog/2012/02/install-postgresql-on-opensuse-12-1/</link>
		<comments>http://haulynjason.net/weblog/2012/02/install-postgresql-on-opensuse-12-1/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 06:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=653</guid>
		<description><![CDATA[First, $sudo zypper install postgresql postgresql-server pgadmin3 Start server $sudo rcpostgresql start Change password for postgres user $sudo postgres -c psql postgres ALTER USER postgres WITH PASSWORD 'postgres'; \q Error! “IDENT authentication failed for user” Hence, if you do not use IDENT, edit the /var/lib/pgsql/data/pg_hba.conf file and change “ident” to “md5″. Say, for instance, the [...]]]></description>
			<content:encoded><![CDATA[<p>First,</p>
<pre class="wp-code-highlight prettyprint">
$sudo zypper install postgresql postgresql-server pgadmin3
</pre>
<p>Start server</p>
<pre class="wp-code-highlight prettyprint">
$sudo rcpostgresql start
</pre>
<p>Change password for postgres user</p>
<pre class="wp-code-highlight prettyprint">
$sudo postgres -c psql postgres
ALTER USER postgres WITH PASSWORD 'postgres';
\q
</pre>
<p>Error!</p>
<p>“IDENT authentication failed for user”</p>
<p>Hence, if you do not use IDENT, edit the /var/lib/pgsql/data/pg_hba.conf file and change “ident” to “md5″. Say, for instance, the lines below</p>
<p>local   all         all                               ident<br />
host    all         all         127.0.0.1/32          ident<br />
host    all         all         ::1/128               ident </p>
<p>to</p>
<p>local   all         all                               md5<br />
host    all         all         127.0.0.1/32          md5<br />
host    all         all         ::1/128               md5 </p>
<p>Once done,restart postgreSQL as follows:</p>
<p>    opensuse:~ # rcpostgresql restart</p>
<p>Create and Delete users</p>
<p>To create an user</p>
<p>    opensuse:~ # su postgres</p>
<p>    postgresql@opensuse:~> createuser -D <username></p>
<p>for user with password</p>
<p>    postgresql@opensuse:~> createuser -D -p <username></p>
<p>To delete user</p>
<p>    postgresql@opensuse:~> dropuser <username></p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/02/install-postgresql-on-opensuse-12-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Oracle (sun) Java 1.7u2 openSUSE 12.1</title>
		<link>http://haulynjason.net/weblog/2012/02/installing-oracle-sun-java-1-7u2-opensuse-12-1/</link>
		<comments>http://haulynjason.net/weblog/2012/02/installing-oracle-sun-java-1-7u2-opensuse-12-1/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:17:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java Language]]></category>
		<category><![CDATA[OpenSuse]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=651</guid>
		<description><![CDATA[Download the RPM version of Java from www.oracle.com (in my case I downloaded 1.7u1). The one I downloaded was: jdk-7u2-linux-i586.rpm Install the jdk with yast2, zypper, or by double clicking the rpm within dolphin or nautilus: sudo zypper in jdk-7u2-linux-i586.rpm -y Now you have to setup the alternatives so you can use switch between Iced [...]]]></description>
			<content:encoded><![CDATA[<p>Download the RPM version of Java from www.oracle.com (in my case I downloaded 1.7u1).</p>
<p>The one I downloaded was: jdk-7u2-linux-i586.rpm</p>
<p>Install the jdk with yast2, zypper, or by double clicking the rpm within dolphin or nautilus:</p>
<blockquote><p><code>sudo zypper in jdk-7u2-linux-i586.rpm -y</code></p></blockquote>
<p>Now you have to setup the alternatives so you can use switch between Iced Tea, which is default, and the Oracle Java.</p>
<p>First install the alternative:</p>
<blockquote><p><code>sudo /usr/sbin/update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk1.7.0_02/bin/java" 40</code></p></blockquote>
<p>Now install the alternative for your browser plugin:</p>
<blockquote><p><code>sudo /usr/sbin/update-alternatives --install "/usr/lib/browser-plugins/javaplugin.so" "javaplugin" "/usr/java/jdk1.7.0_02/jre/lib/i386/libnpjp2.so" 40</code></p></blockquote>
<p>Note: the first quotes are pointing to the path, the the name of the alternative script, and the 3rd is the location to point to. The numbers at the end is the priority in case it was set to automode.</p>
<p>Now you have to configure the alternatives, first we’ll do java:</p>
<blockquote><p><code>sudo /usr/sbin/update-alternatives java</code></p></blockquote>
<p>Choose the number associated with /usr/java/jdk1.7.0_01/bin/java, in my case it was 1.</p>
<p>Now lets configure javaplugin:</p>
<blockquote><p><code>sudo /usr/sbin/update-alternatives javaplugin</code></p></blockquote>
<p>Choose the number associated with /usr/java/jdk1.7.0_01/jre/lib/i386/libnpjp2.so, in my case it was 1.</p>
<p>First, for the haters. I do linux for a living on servers, so I’m used to sudo, and that’s why I use it on my laptop.</p>
<p>Second, also for the other haters. Yes, I could have added some super high priority and kept it on auto, but I like doing it manually.</p>
<p>For the rest, you can check to see what you currently have set by running:</p>
<blockquote><p><code>/usr/sbin/update-alternatives --query (or --display) java (or javaplugin)</code></p></blockquote>
<p>You can test your java at oracles website:</p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/02/installing-oracle-sun-java-1-7u2-opensuse-12-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Battery Management for Linux(OpenSuse12.1)</title>
		<link>http://haulynjason.net/weblog/2012/02/improve-battery-management-for-linuxopensuse12-1/</link>
		<comments>http://haulynjason.net/weblog/2012/02/improve-battery-management-for-linuxopensuse12-1/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:19:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=648</guid>
		<description><![CDATA[Thanks to this article: &#160; openSUSE 11.3 und höher Zur Installation von TLP auf openSUSE müssen die folgenden Schritte in einer Root-Shell ausgeführt werden. Hinzufügen von Repositories: openSUSE 11.3 zypper ar -f &#60;a href=&#34;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.3/home:cdersch:TLP.repo&#34; rel=&#34;nofollow&#34;&#62;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.3/home:cdersch:TLP.repo&#60;/a&#62; Falls Contrib Repo noch nicht aktiv: zypper ar -f &#60;a href=&#34;http://download.opensuse.org/repositories/openSUSE:/11.3:/Contrib/standard/openSUSE:11.3:Contrib.repo&#34; rel=&#34;nofollow&#34;&#62;http://download.opensuse.org/repositories/openSUSE:/11.3:/Contrib/standard/openSUSE:11.3:Contrib.repo&#60;/a&#62; openSUSE 11.4 zypper ar -f &#60;a href=&#34;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.4/home:cdersch:TLP.repo&#34; rel=&#34;nofollow&#34;&#62;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.4/home:cdersch:TLP.repo&#60;/a&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to this <a href="http://thinkwiki.de/TLP_-_Stromspareinstellungen_fuer_Ubuntu#openSUSE_11.3_und_h.C3.B6her">article:</a></p>
<p>&nbsp;</p>
<h3>openSUSE 11.3 und höher</h3>
<p>Zur Installation von TLP auf openSUSE müssen die folgenden Schritte in einer Root-Shell ausgeführt werden.</p>
<p>Hinzufügen von Repositories:</p>
<p><strong>openSUSE 11.3</strong></p>
<pre class="wp-code-highlight prettyprint">zypper ar -f &lt;a href=&quot;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.3/home:cdersch:TLP.repo&quot; rel=&quot;nofollow&quot;&gt;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.3/home:cdersch:TLP.repo&lt;/a&gt;</pre>
<p>Falls Contrib Repo noch nicht aktiv:</p>
<pre class="wp-code-highlight prettyprint">zypper ar -f &lt;a href=&quot;http://download.opensuse.org/repositories/openSUSE:/11.3:/Contrib/standard/openSUSE:11.3:Contrib.repo&quot; rel=&quot;nofollow&quot;&gt;http://download.opensuse.org/repositories/openSUSE:/11.3:/Contrib/standard/openSUSE:11.3:Contrib.repo&lt;/a&gt;</pre>
<p><strong>openSUSE 11.4</strong></p>
<pre class="wp-code-highlight prettyprint">zypper ar -f &lt;a href=&quot;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.4/home:cdersch:TLP.repo&quot; rel=&quot;nofollow&quot;&gt;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_11.4/home:cdersch:TLP.repo&lt;/a&gt;</pre>
<p>Falls Contrib Repo noch nicht aktiv:</p>
<pre class="wp-code-highlight prettyprint">zypper ar -f &lt;a href=&quot;http://download.opensuse.org/repositories/openSUSE:/11.4:/Contrib/standard/openSUSE:11.4:Contrib.repo&quot; rel=&quot;nofollow&quot;&gt;http://download.opensuse.org/repositories/openSUSE:/11.4:/Contrib/standard/openSUSE:11.4:Contrib.repo&lt;/a&gt;</pre>
<p><strong>openSUSE 12.1</strong></p>
<pre class="wp-code-highlight prettyprint">zypper ar -f &lt;a href=&quot;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_12.1/home:cdersch:TLP.repo&quot; rel=&quot;nofollow&quot;&gt;http://download.opensuse.org/repositories/home:/cdersch:/TLP/openSUSE_12.1/home:cdersch:TLP.repo&lt;/a&gt;</pre>
<p>Falls Contrib Repo noch nicht aktiv:</p>
<pre class="wp-code-highlight prettyprint">zypper ar -f &lt;a href=&quot;http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/openSUSE_12.1/openSUSE:Factory:Contrib.repo&quot; rel=&quot;nofollow&quot;&gt;http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/openSUSE_12.1/openSUSE:Factory:Contrib.repo&lt;/a&gt;</pre>
<p>Paketquellen aktualisieren:</p>
<pre class="wp-code-highlight prettyprint">zypper ref</pre>
<p>Folgende Pakete sind zu installieren:</p>
<ul>
<li><strong>tlp</strong> <em>(TLP Repo)</em></li>
<li><strong>tp_smapi-kmp-desktop</strong> <em>(Contrib Repo)</em> &#8211; optional <em>nur für ThinkPads</em>, ermöglicht das Einstellen der Akkuladeschwellen und erweiterte Statusanzeigen.</li>
</ul>
<p><span style="text-decoration: underline;">Hinweis:</span> Paketname muss ggf. in tp_smapi-kmp-VARIANTE angepaßt werden, die Kernelvariante lässt sich mit uname -r ermitteln.</p>
<ul>
<li><strong>smartmontools</strong> <em>(openSUSE Repo)</em> &#8211; optional, ermöglicht die Anzeige von SMART-Daten für die Festplatte(n) durch <strong>tlp-stat</strong>.</li>
<li><strong>ethtool</strong> <em>(openSUSE Repo)</em>- optional, ermöglicht es Wake On LAN zu deaktivieren.</li>
<li><strong>powertop</strong> <em>(openSUSE Repo)</em> &#8211; optional, zur Messung des Stromverbrauchs.</li>
</ul>
<p>Die Pakete installiert man im Terminal als root mit folgendem Kommando (tp_smapi-Paketname ist ggf. anzupassen):</p>
<pre class="wp-code-highlight prettyprint">zypper in tlp tp_smapi-kmp-desktop smartmontools ethtool powertop</pre>
<h2></h2>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/02/improve-battery-management-for-linuxopensuse12-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Vmware player on opensuse 12.1</title>
		<link>http://haulynjason.net/weblog/2012/01/install-vmware-player-on-opensuse-12-1/</link>
		<comments>http://haulynjason.net/weblog/2012/01/install-vmware-player-on-opensuse-12-1/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:37:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=644</guid>
		<description><![CDATA[First, download and install it. Then, do not forget to install gcc and kernel-source via zypper. The most important: sudo /usr/bin/vmware-modconfig --icon=&#34;vmware-player&#34; --appname=Vmware --gcc=/usr/bin/gcc --headers=/lib/modules/3.1.0-1.2-default/build/include/ --gcc-ignore-minor Then it works well for me.]]></description>
			<content:encoded><![CDATA[<p>First, download and install it.</p>
<p>Then, do not forget to install gcc and kernel-source via zypper.</p>
<p>The most important:</p>
<pre class="wp-code-highlight prettyprint">
sudo /usr/bin/vmware-modconfig  --icon=&quot;vmware-player&quot; --appname=Vmware --gcc=/usr/bin/gcc --headers=/lib/modules/3.1.0-1.2-default/build/include/ --gcc-ignore-minor
</pre>
<p>Then it works well for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/01/install-vmware-player-on-opensuse-12-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Double the time for laptop running on battery</title>
		<link>http://haulynjason.net/weblog/2012/01/double-the-time-for-laptop-running-on-battery/</link>
		<comments>http://haulynjason.net/weblog/2012/01/double-the-time-for-laptop-running-on-battery/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 05:34:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mandriva&Mageia]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[power]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=635</guid>
		<description><![CDATA[Tested under Mandriva&#38;OpenSuse&#38;Slackware, all works well. $sudo zypper install powertop $sudo zypper install laptop-mode-tools $sudo zypper install cpufrequtils also check out cpufreq-utils http://forums.opensuse.org/blogs/jdm&#8230;ls-package-40/ Thanks, quota for remark see following: &#160; I have written a bash script file designed to work with the cpufrequtils package and the programs cpufreq-info (for reading CPU speed info) and cpufreq-set [...]]]></description>
			<content:encoded><![CDATA[<p>Tested under Mandriva&amp;OpenSuse&amp;Slackware, all works well.</p>
<pre class="wp-code-highlight prettyprint">
$sudo zypper install powertop
$sudo zypper install  laptop-mode-tools
$sudo zypper install cpufrequtils
</pre>
<p>also check out cpufreq-utils<br />
<a href="http://forums.opensuse.org/blogs/jdmcdaniel3/c-f-u-cpu-frequency-utilitiy-version-1-10-use-cpufrequtils-package-40/">http://forums.opensuse.org/blogs/jdm&#8230;ls-package-40/</a></p>
<p>Thanks, quota for remark see following:</p>
<p>&nbsp;</p>
<blockquote><p>I have written a bash script file designed to work with the cpufrequtils package and the programs cpufreq-info (for reading CPU speed info) and cpufreq-set (to set CPU speed governor and frequency).</p>
<p><a href="http://haulynjason.net/weblog/wp-content/uploads/2012/01/cfu.png" rel="lightbox[635]"><img class="aligncenter size-large wp-image-636" title="cfu" src="http://haulynjason.net/weblog/wp-content/uploads/2012/01/cfu-1024x425.png" alt="" width="500" height="207" /></a></p>
<p>This is my third attempt at writing a bash shell to interface with these two packages. After creating a blog on how to use YaST to set your CPU speed with yast-power-management you can read about here: <a href="http://forums.opensuse.org/blogs/jdmcdaniel3/yast-power-management-control-your-cpu-energy-usage-how-faq-28/" target="_blank">YaST Power Management &#8211; Control Your CPU Energy Usage How To &amp; FAQ &#8211; Blogs &#8211; openSUSE Forums</a>, several forum users indicated they used the cpufreq utilities instead. So, I decided to see if any sort of value added bash script could be put together to work with this program set. Changes made to your CPU speed only last until you reboot your computer, but you may find the information and function it provides to be useful.</p>
<p>Version 1.10 of C.F.U. (works with openSUSE 12.1) Adds new features and bug fixes:</p>
<p>1. New Help Display is included<br />
2. C.F.U. includes menu automation. Type cfu -h for more details<br />
3. Better Detection for the cpufrequtils to work and to be installed<br />
4. Better detection of available speeds usable on your PC</p>
<p>To use the bash script file cfu, you need to download the following text from <a href="http://paste.opensuse.org/" target="_blank">SUSE Paste</a> (Actual Link is shown below) into a text editor like kwrite:</p>
<p><a href="http://paste.opensuse.org/72458191" target="_blank">C.F.U. &#8211; CPU Frequency Utility &#8211; Version 1.10</a></p>
<p>Save the text as the file cfu in the /home area bin folder (example is: /home/username/bin, also known as ~/bin). It is possible to directly download cfu from a terminal session (You must delete or rename the old version first):</p>
<div>
<div></div>
<pre class="wp-code-highlight prettyprint">rm ~/bin/cfu</pre>
</div>
<div>
<div></div>
<pre class="wp-code-highlight prettyprint">wget -nc http://paste.opensuse.org/view/download/72458191 -O ~/bin/cfu</pre>
</div>
<p>This script must be marked executable to be used. Please run the following Terminal command:</p>
<div>
<div></div>
<pre class="wp-code-highlight prettyprint">chmod +x ~/bin/cfu</pre>
</div>
<p>It is even possible to string all three of these commands together as one. Copy the following command, open up a terminal session, paste it in and press enter:</p>
<div>
<div></div>
<pre class="wp-code-highlight prettyprint">rm ~/bin/cfu ; wget -nc http://paste.opensuse.org/view/download/72458191 -O ~/bin/cfu ; chmod +x ~/bin/cfu</pre>
</div>
<p>To use cfu, open a terminal session and type in:</p>
<div>
<div></div>
<pre class="wp-code-highlight prettyprint">cfu &amp;lt;OR&amp;gt; cfu -h</pre>
</div>
<p>If the cpufrequtils package is not installed, you will be prompted to install it. In order to change your governor or CPU speed, you must supply the root user password. Same goes for installing the cpufrequtils package if it is missing. As always, I would love to hear about any comments or problems you might have using cfu.</p>
<p>Thank You,</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/01/double-the-time-for-laptop-running-on-battery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free as Wind</title>
		<link>http://haulynjason.net/weblog/2012/01/free-as-wind/</link>
		<comments>http://haulynjason.net/weblog/2012/01/free-as-wind/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 03:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LifeStyle]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=629</guid>
		<description><![CDATA[Free as Wind, to be what you are, embrace your dreams. download.]]></description>
			<content:encoded><![CDATA[<p>Free as Wind, to be what you are, embrace your dreams.</p>
<p><a href="http://haulynjason.net/weblog/wp-content/uploads/2012/01/风一样自由.mp4">download.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/01/free-as-wind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>give me some sunshine</title>
		<link>http://haulynjason.net/weblog/2012/01/give-me-some-sunshine/</link>
		<comments>http://haulynjason.net/weblog/2012/01/give-me-some-sunshine/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 05:33:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LifeStyle]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[sunshine]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=620</guid>
		<description><![CDATA[Saari umar hum Mar mar ke jee liye Jeene do Ek pal to ab humein jeene do Saari umar hum Mar mar ke jee liye Ek pal to ab humein jeene do Jeene do Saari umar hum Mar mar ke jee liye Ek pal to ab humein jeene do Jeene do Na na na….Na na [...]]]></description>
			<content:encoded><![CDATA[<p>Saari umar hum<br />
Mar mar ke jee liye<br />
Jeene do<br />
Ek pal to ab humein jeene do<br />
Saari umar hum<br />
Mar mar ke jee liye<br />
Ek pal to ab humein jeene do<br />
Jeene do<br />
Saari umar hum<br />
Mar mar ke jee liye<br />
Ek pal to ab humein jeene do<br />
Jeene do<br />
Na na na….Na na na….Na na na….Na na nana na….<br />
Give me some sunshine<br />
Give me some rain<br />
Give me another chance<br />
I wanna grow up once again<br />
Give me some sunshine<br />
Give me some rain<br />
Give me another chance<br />
I wanna grow up once again<br />
Kandhon ko kitabon<br />
Ke bojh ne jhukaya<br />
Rishvat dena to khud<br />
Papa ne sikhaya<br />
99% marks laaoge to ghadi, varna chhadi<br />
Likh likh kar pada hatheli par<br />
Alpha, beta, gamma ka chaala<br />
Concentrated H2SO4 ne poora<br />
Poora bachpan jalaa daala<br />
Bachpan to gaya<br />
Jawani bhi gayi<br />
Ek pal to ab humein<br />
Jeene do jeene do<br />
Bachpan to gaya<br />
Jawani bhi gayi<br />
Ek pal to ab humein<br />
Jeene do jeene do<br />
~~~music~~~<br />
Saari umar hum<br />
Mar mar ke jee liye<br />
Ek pal to ab humein jeene do<br />
Jeene do<br />
Na na na….Na na na….Na na na….Na na nana na….<br />
Give me some sunshine<br />
Give me some rain<br />
Give me another chance<br />
I wanna grow up once again<br />
Give me some sunshine<br />
Give me some rain<br />
Give me another chance<br />
I wanna grow up once again<br />
Na na na….Na na na….Na na na….Na na nana na….<br />
Na na na….Na na na….Na na na….Na na nana na….<br />
~~~end~~~</p>
<p>I hope you like it, we just have life only one time.</p>
<p style="text-align: center;">	<video id="wp_mep_1" src="http://haulynjason.net/weblog/wp-content/uploads/2012/01/give-me-sunshine-tiny.mp4"  width="480" height="360"  controls="controls" preload="none"  >
		
		
		
		
		
		
		
		<object width="480" height="360" type="application/x-shockwave-flash" data="http://haulynjason.net/weblog/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf">
			<param name="movie" value="http://haulynjason.net/weblog/wp-content/plugins/media-element-html5-video-and-audio-player/mediaelement/flashmediaelement.swf" />
			<param name="flashvars" value="controls=true&amp;file=http://haulynjason.net/weblog/wp-content/uploads/2012/01/give-me-sunshine-tiny.mp4" />			
		</object>		
	</video>
<script type="text/javascript">
jQuery(document).ready(function($) {
	$('#wp_mep_1').mediaelementplayer({
		m:1
		
		,features: ['playpause','current','progress','duration','volume','tracks','fullscreen']
		
	});
});
</script>
</p>
<p style="text-align: center;">If you can not view online, please download it from <a title="give-me-sunshine-tiny" href="http://haulynjason.net/weblog/wp-content/uploads/2012/01/give-me-sunshine-tiny.mp4">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/01/give-me-some-sunshine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://haulynjason.net/weblog/wp-content/uploads/2012/01/give-me-sunshine-tiny.mp4" length="7717314" type="video/mp4" />
		</item>
		<item>
		<title>World is huge, space is enough to do anything</title>
		<link>http://haulynjason.net/weblog/2012/01/world-is-huge-space-is-enough-to-do-anything/</link>
		<comments>http://haulynjason.net/weblog/2012/01/world-is-huge-space-is-enough-to-do-anything/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 07:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LifeStyle]]></category>

		<guid isPermaLink="false">http://haulynjason.net/weblog/?p=612</guid>
		<description><![CDATA[The world is huge, space is enough to do anything. I want a big office which can support my training application for some juniors, with a big white board, expensive for all meeting rooms in the High Technology Development Zone in Jinan. How to make it work? What about a College? Let&#8217;s find it. You [...]]]></description>
			<content:encoded><![CDATA[<p>The world is huge, space is enough to do anything. I want a big office which can support my training application for some juniors, with a big white board, expensive for all meeting rooms in the High Technology Development Zone in Jinan. How to make it work? What about a College?<br />
Let&#8217;s find it.<img src='http://haulynjason.net/weblog/wp-content/gallery/dailylife/2012-01-10_15-20-53_749.jpg' alt='Classroom in chollege' class='ngg-singlepic ngg-center' /><br />
You see, it&#8217;s big, quiet, clean and FREE.<br />
Why you need to follow the roles in the world? World is huge, space is enough to do anything if you really want to make it work.</p>
]]></content:encoded>
			<wfw:commentRss>http://haulynjason.net/weblog/2012/01/world-is-huge-space-is-enough-to-do-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

