<?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>//burnz.blog</title>
	<atom:link href="https://burnz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://burnz.wordpress.com</link>
	<description>my opinion, technology, review, video, etc...</description>
	<lastBuildDate>Sun, 26 Dec 2010 06:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">10988</site><cloud domain='burnz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>//burnz.blog</title>
		<link>https://burnz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://burnz.wordpress.com/osd.xml" title="//burnz.blog" />
	<atom:link rel='hub' href='https://burnz.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Installing eAccelerator In Ubuntu Server</title>
		<link>https://burnz.wordpress.com/2010/12/26/installing-eaccelerator-in-ubuntu-server/</link>
					<comments>https://burnz.wordpress.com/2010/12/26/installing-eaccelerator-in-ubuntu-server/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Sun, 26 Dec 2010 05:45:52 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[eAccelerator]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=323</guid>

					<description><![CDATA[eAccelerator is a free open-source PHP accelerator &#38; optimizer. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. &#8220;eAccelerator typically reduces server load and increases the speed of your PHP code [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img data-attachment-id="324" data-permalink="https://burnz.wordpress.com/2010/12/26/installing-eaccelerator-in-ubuntu-server/eaccelerator/" data-orig-file="https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png" data-orig-size="247,33" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="eAccelerator Logo" data-image-description="" data-image-caption="" data-medium-file="https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png?w=247" data-large-file="https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png?w=247" class="aligncenter size-full wp-image-324" title="eAccelerator Logo" src="https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png?w=595" alt=""   srcset="https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png 247w, https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png?w=150&amp;h=20 150w" sizes="(max-width: 247px) 100vw, 247px" /></p>
<p>eAccelerator is a free open-source PHP accelerator &amp; optimizer. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution.</p>
<blockquote><p>&#8220;eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.&#8221; &#8211; <a title="http://eaccelerator.net/" rel="nofollow" href="http://eaccelerator.net/" target="_blank">eAccelerator</a></p></blockquote>
<p><span id="more-323"></span></p>
<h2>Step-By-Step Command Line Installation</h2>
<p>Download the latest version from <a title="http://www.eaccelerator.net/" href="http://www.eaccelerator.net/" target="_blank">eAccelerator</a> website.</p>
<h3>Change directory to home/user directory</h3>
<p>Make sure you are in your own user directory, to do this use something like the following:</p>
<blockquote><p>cd /usr/home/username</p></blockquote>
<h3>Download and extract file</h3>
<p>Download and extract version 0.9.5.6.1&#8230;.</p>
<blockquote><p>wget <a href="http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2" rel="nofollow">http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2</a><br />
tar xvf eaccelerator-0.9.5.3.tar.bz2<br />
cd eaccelerator-0.9.5.3/</p></blockquote>
<h3>Build and install</h3>
<p>To use the following phpize and php-config commands you will need to have the PHP development package installed, in Ubuntu you can install the PHP5 development package using:</p>
<blockquote><p>sudo apt-get install make php5-dev</p></blockquote>
<p>After checking that this is installed you can continue:</p>
<blockquote><p>sudo phpize<br />
./configure &#8211;enable-eaccelerator=shared<br />
sudo make clean<br />
sudo make<br />
sudo make test<br />
sudo make install</p></blockquote>
<h3>Check install location</h3>
<p>Check the install area by changing directories:</p>
<blockquote><p>cd /usr/lib/php5/</p></blockquote>
<p>In this directory you should see a folder named like a date string &#8211; eg&#8230; &#8220;20060613&#8221;. Remember the folder name, you may need to use this to point to the eaccelerator.so file in the configuration options below.</p>
<h3>Add configuration options for eAccelerator to php.ini</h3>
<p>Change to the PHP config directory and open the php.ini file for editing:</p>
<blockquote><p>cd /etc/php5/apache2<br />
sudo vi php.ini</p></blockquote>
<p>Add the following to end of php.ini file changing folder names appropriately, do not worry if the cache_dir directory does not exist on your system we will create it next:</p>
<blockquote><p>; eAccelerator configuration<br />
; Note that eAccelerator may also be installed as a PHP extension or as a zend_extension<br />
; If you are using a thread safe build of PHP you must use<br />
; zend_extension_ts instead of zend_extension<br />
;extension                       = &#8220;/usr/lib/php5/20060613+lfs/eaccelerator.so&#8221;<br />
zend_extension                  = &#8220;/usr/lib/php5/20060613/eaccelerator.so&#8221;<br />
eaccelerator.shm_size           = &#8220;16&#8221;<br />
eaccelerator.cache_dir          = &#8220;/var/cache/eaccelerator&#8221;<br />
eaccelerator.enable             = &#8220;1&#8221;<br />
eaccelerator.optimizer          = &#8220;1&#8221;<br />
eaccelerator.check_mtime        = &#8220;1&#8221;<br />
eaccelerator.debug              = &#8220;0&#8221;<br />
eaccelerator.filter             = &#8220;&#8221;<br />
eaccelerator.shm_max            = &#8220;0&#8221;<br />
eaccelerator.shm_ttl            = &#8220;0&#8221;<br />
eaccelerator.shm_prune_period   = &#8220;0&#8221;<br />
eaccelerator.shm_only           = &#8220;0&#8221;<br />
eaccelerator.compress           = &#8220;1&#8221;<br />
eaccelerator.compress_level     = &#8220;9&#8221;<br />
eaccelerator.allowed_admin_path = &#8220;/var/www/eaccelerator&#8221;</p></blockquote>
<h3>Create cache directory</h3>
<p>The next very important step is creating the cache directory that you configured in the previous step. The default value is <strong><em>/tmp/eaccelerator.</em></strong> It&#8217;s easy because it&#8217;s writeable to everyone,</p>
<p>Next we will create the cache directory used configured in the previous step:</p>
<blockquote><p>sudo mkdir /var/cache/eaccelerator</p></blockquote>
<p>This directory must be writeable by the user eAccelerator runs under (usually www-data):</p>
<blockquote><p>sudo chmod 0777 /var/cache/eaccelerator</p></blockquote>
<p>For additional security we could change the owner of the directory to the same user eAccelerator runs under and set 0644 permissions:</p>
<blockquote><p>sudo chown www-data:www-data /var/cache/eaccelerator<br />
sudo chmod 0644 /var/cache/eaccelerator</p></blockquote>
<h3>Restart Apache</h3>
<p>Restart Apache:</p>
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
<p>[Source: <a title="http://eaccelerator.net/wiki/InstallFromSource" href="http://eaccelerator.net/wiki/InstallFromSource" target="_blank">eAccelerator &#8211; Installing from source</a>]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2010/12/26/installing-eaccelerator-in-ubuntu-server/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">323</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>

		<media:content url="https://burnz.wordpress.com/wp-content/uploads/2010/12/eaccelerator.png" medium="image">
			<media:title type="html">eAccelerator Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>CentOS Firewall Init Script</title>
		<link>https://burnz.wordpress.com/2010/08/08/centos-firewall-init-script/</link>
					<comments>https://burnz.wordpress.com/2010/08/08/centos-firewall-init-script/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Sat, 07 Aug 2010 18:43:51 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Unix]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=312</guid>

					<description><![CDATA[I wrote a simple chkconfig compatible firewall init script for CentOS/RedHat/Fedora based Linux systems. It will setup iptables firewall rules allowing anyone to access user defined ports (22,80 by default). It also has the ability to whitelist and blacklist IP’s. I’ve tested it with chkconfig on CentOS 5. To use it: Create a file named [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I wrote a simple chkconfig compatible firewall init script for CentOS/RedHat/Fedora based Linux systems.</p>
<p>It will setup iptables firewall rules allowing anyone to access user defined ports (22,80 by default). It also has the ability to whitelist and blacklist IP’s. I’ve tested it with chkconfig on CentOS 5.</p>
<p><span id="more-312"></span>To use it:</p>
<ol>
<li>Create a file named /etc/init.d/firewall</li>
<li>Copy and paste the script into it and save</li>
<li>Edit the ALLOWED variable with port numbers you want to allow, default is ports 22 (SSH) and 80 (HTTP)</li>
<li>Execute:</li>
<pre>touch /usr/local/etc/whitelist.txt &amp;&amp; touch /usr/local/etc/blacklist.txt</pre>
<li>Edit the whitelist/blacklist files if you want</li>
<li>Execute:</li>
<pre>chmod 755 /etc/init.d/firewall</pre>
<li>Execute:</li>
<pre>chkconfig --add firewall &amp;&amp; chkconfig firewall on</pre>
</ol>
<p>The script:</p>
<pre>#!/bin/bash
# chkconfig: 345 30 99
# description: Starts and stops iptables based firewall
## List Locations
#
WHITELIST=/usr/local/etc/whitelist.txt
BLACKLIST=/usr/local/etc/blacklist.txt
#
## Specify ports you wish to use.
#
ALLOWED="22 80"
#
## Specify where IP Tables is located
#
IPTABLES=/sbin/iptables
##
#DO NOT EDIT BELOW THIS LINE
###
RETVAL=0
# To start the firewall
start() {
  echo "Setting up firewall rules..."
  echo 'Allowing Localhost'
  #Allow localhost.
  $IPTABLES -A INPUT -t filter -s 127.0.0.1 -j ACCEPT
  #
  ## Whitelist
  #
  for x in `grep -v ^# $WHITELIST | awk '{print $1}'`; do
    echo "Permitting $x..."
    $IPTABLES -A INPUT -t filter -s $x -j ACCEPT
  done
  #
  ## Blacklist
  #
  for x in `grep -v ^# $BLACKLIST | awk '{print $1}'`; do
    echo "Denying $x..."
    $IPTABLES -A INPUT -t filter -s $x -j DROP
  done
  #
  ## Permitted Ports
  #
  for port in $ALLOWED; do
    echo "Accepting port TCP $port..."
    $IPTABLES -A INPUT -t filter -p tcp --dport $port -j ACCEPT
  done
  for port in $ALLOWED; do
    echo "Accepting port UDP $port..."
    $IPTABLES -A INPUT -t filter -p udp --dport $port -j ACCEPT
  done
  $IPTABLES -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
  $IPTABLES -A INPUT -p udp -j DROP
  $IPTABLES -A INPUT -p tcp --syn -j DROP
  RETVAL=0
}
# To stop the firewall
stop() {
  echo "Removing all iptables rules..."
  /sbin/iptables -F
  /sbin/iptables -X
  /sbin/iptables -Z
  RETVAL=0
}
case $1 in
  start)
  stop
  start
  ;;
stop)
  stop
  ;;
restart)
  stop
  start
  ;;
status)
  /sbin/iptables -L
  /sbin/iptables -t nat -L
  RETVAL=0
  ;;
*)
  echo "Usage: firewall {start|stop|restart|status}"
  RETVAL=1
esac
exit $RETVAL</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2010/08/08/centos-firewall-init-script/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">312</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>
	</item>
		<item>
		<title>Print next few lines after pattern in AWK</title>
		<link>https://burnz.wordpress.com/2010/05/06/print-next-few-lines-after-pattern-in-awk/</link>
					<comments>https://burnz.wordpress.com/2010/05/06/print-next-few-lines-after-pattern-in-awk/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Thu, 06 May 2010 02:36:55 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[AWK]]></category>
		<category><![CDATA[Unix]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=305</guid>

					<description><![CDATA[Input data.txt is a collection report for XYZ corp group by different collection zones. $ cat data.txt Total Collection = $10291 {Fri May 8} zone7 4500 zone8 3545 zone1 1200 zone0 900 zone3 70 zone5 67 zone11 9 Total Collection = $11847 {Sat May 9} zone1 2800 zone3 2800 zone6 2567 zone8 2300 zone9 1200 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Input data.txt is a collection report for XYZ corp group by different collection zones.</p>
<pre>$ cat data.txt
Total Collection = $10291 {Fri May  8}
zone7   4500
zone8   3545
zone1   1200
zone0   900
zone3   70
zone5   67
zone11  9
Total Collection = $11847 {Sat May  9}
zone1   2800
zone3   2800
zone6   2567
zone8   2300
zone9   1200
zone12  90
zone11  90</pre>
<p>Required: We need to find out the top 4 collection zones for each day from the above file. i.e. to print next 4 lines where the pattern &#8220;Total Collection =&#8221; is found (as the items are sorted on collection amount).</p>
<p>This is how we can achieve this using awk:</p>
<pre>$ awk '/^Total Collection =/{c=4;next}c--&gt;0' data.txt
zone7   4500
zone8   3545
zone1   1200
zone0   900
zone1   2800
zone3   2800
zone6   2567
zone8   2300</pre>
<p>Now if we need to print the header line also, something like:</p>
<pre>$ awk '/^Total Collection =/{c=4;{print}next}c--&gt;0' data.txt
Total Collection = $10291 {Fri May  8}
zone7   4500
zone8   3545
zone1   1200
zone0   900
Total Collection = $11847 {Sat May  9}
zone1   2800
zone3   2800
zone6   2567
zone8   2300</pre>
<p>And if you want to just print the date part as the header with top 4 collection zones.</p>
<pre>$ awk -F "[{,}]" '/^Total Collection =/{c=4;{print $2}next}c--&gt;0' data.txt
Fri May  8
zone7   4500
zone8   3545
zone1   1200
zone0   900
Sat May  9
zone1   2800
zone3   2800
zone6   2567
zone8   2300</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2010/05/06/print-next-few-lines-after-pattern-in-awk/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">305</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple FS in AWK</title>
		<link>https://burnz.wordpress.com/2010/05/06/multiple-fs-in-awk/</link>
					<comments>https://burnz.wordpress.com/2010/05/06/multiple-fs-in-awk/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Thu, 06 May 2010 02:07:39 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[AWK]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=295</guid>

					<description><![CDATA[Sample file: $ cat summary.txt A&#124;Jan&#124;clerk&#124;02:45 B&#124;Jan&#124;Salesman&#124;02:12 C&#124;Jan&#124;Accountant&#124;03:12 A&#124;Feb&#124;clerk&#124;01:10 B&#124;Feb&#124;Salesman&#124;11:10 B&#124;March&#124;Salesman&#124;3:10 C&#124;Feb&#124;Accountant&#124;3:34 Output Required: (First field)&#124;(last field converted to minutes) i.e. A&#124;165 B&#124;132 C&#124;192 A&#124;70 B&#124;670 B&#124;190 C&#124;214 This is how we can specify two field separators (&#124; and 🙂 with FS in awk: $ awk 'BEGIN{FS="[&#124;,:]"; OFS="&#124;"} {print $1,$(NF-1)*60+$NF}' summary.txt]]></description>
										<content:encoded><![CDATA[<p>Sample file:</p>
<pre>$ cat summary.txt
A|Jan|clerk|02:45
B|Jan|Salesman|02:12
C|Jan|Accountant|03:12
A|Feb|clerk|01:10
B|Feb|Salesman|11:10
B|March|Salesman|3:10
C|Feb|Accountant|3:34</pre>
<p>Output Required:</p>
<pre>(First field)|(last field converted to minutes)</pre>
<pre>i.e.
A|165
B|132
C|192
A|70
B|670
B|190
C|214</pre>
<p>This is how we can specify two field separators (| and <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> with FS in awk:</p>
<pre>$ awk 'BEGIN{<span style="color:#ff0000;">FS="[|,:]"</span>; OFS="|"} {print $1,$(NF-1)*60+$NF}' summary.txt</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2010/05/06/multiple-fs-in-awk/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">295</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>
	</item>
		<item>
		<title>How to change the hostname in Ubuntu</title>
		<link>https://burnz.wordpress.com/2009/02/26/how-to-change-the-hostname-in-ubuntu/</link>
					<comments>https://burnz.wordpress.com/2009/02/26/how-to-change-the-hostname-in-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 02:04:12 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=293</guid>

					<description><![CDATA[To change hostname in Ubuntu or any Debian variant Linux, modify the /etc/hostname and /etc/hosts. sudo vi /etc/hostname Change the old hostname to a new hostname. sudo vi /etc/hosts Also, change the oldhostname to a new hostname, 192.168.1.100               newhostname After done, changing the /etc/hostname and /etc/hosts, you need to restart the hostname service. sudo /etc/init.d/hostname.sh [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To change hostname in Ubuntu or any Debian variant Linux, modify the /etc/hostname and /etc/hosts.</p>
<blockquote><p>sudo vi /etc/hostname</p></blockquote>
<p>Change the old hostname to a new hostname.</p>
<blockquote><p>sudo vi /etc/hosts</p></blockquote>
<p>Also, change the oldhostname to a new hostname,</p>
<blockquote><p>192.168.1.100               newhostname</p></blockquote>
<p>After done, changing the /etc/hostname and /etc/hosts, you need to restart the hostname service.</p>
<blockquote><p>sudo /etc/init.d/hostname.sh stop</p>
<p>sudo /etc/init.d/hostname.sh start</p></blockquote>
<p>And then you log out from the shell and log in back. Once logged in, type</p>
<blockquote><p>hostname</p></blockquote>
<p>to check on the changes you have made for the hostname.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2009/02/26/how-to-change-the-hostname-in-ubuntu/feed/</wfw:commentRss>
			<slash:comments>36</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">293</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux is sexy, too</title>
		<link>https://burnz.wordpress.com/2009/02/24/linux-is-sexy-too/</link>
					<comments>https://burnz.wordpress.com/2009/02/24/linux-is-sexy-too/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 08:59:07 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sexy]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/2009/02/24/linux-is-sexy-too/</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><img data-attachment-id="291" data-permalink="https://burnz.wordpress.com/2009/02/24/linux-is-sexy-too/sexy-linux/" data-orig-file="https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg" data-orig-size="500,673" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="sexy-linux" data-image-description="" data-image-caption="" data-medium-file="https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg?w=223" data-large-file="https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg?w=500" class="size-full wp-image-291 aligncenter" title="sexy-linux" src="https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg?w=595" alt="sexy-linux"   srcset="https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg 500w, https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg?w=111&amp;h=150 111w, https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg?w=223&amp;h=300 223w" sizes="(max-width: 500px) 100vw, 500px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2009/02/24/linux-is-sexy-too/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">292</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>

		<media:content url="https://burnz.wordpress.com/wp-content/uploads/2009/02/sexy-linux.jpg" medium="image">
			<media:title type="html">sexy-linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu auto shutdown due to high CPU temperature</title>
		<link>https://burnz.wordpress.com/2009/02/23/ubuntu-auto-shutdown-due-to-high-cpu-temperature/</link>
					<comments>https://burnz.wordpress.com/2009/02/23/ubuntu-auto-shutdown-due-to-high-cpu-temperature/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 05:30:49 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=285</guid>

					<description><![CDATA[I use a laptop with Ubuntu 8.10 installed at work. While running the some high process, the CPU temperature get really high and its automatically shutdown the system. This thing happen every 2 or 3 days and its really annoying. The syslog showed the following error message: ACPI: Critical trip point Critical temperature reached (100 C), shutting down. I know it is a safety [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><img data-attachment-id="227" data-permalink="https://burnz.wordpress.com/2009/02/23/ubuntu-auto-shutdown-due-to-high-cpu-temperature/ubuntu-logo/" data-orig-file="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png" data-orig-size="202,55" data-comments-opened="1" data-image-meta="[]" data-image-title="Ubuntu" data-image-description="" data-image-caption="" data-medium-file="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=202" data-large-file="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=202" class="size-full wp-image-227 aligncenter" title="Ubuntu" src="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=595" alt="Ubuntu"   srcset="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png 202w, https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=150&amp;h=41 150w" sizes="(max-width: 202px) 100vw, 202px" /></p>
<p>I use a laptop with Ubuntu 8.10 installed at work. While running the some high process, the CPU temperature get really high and its automatically shutdown the system. This thing happen every 2 or 3 days and its really annoying. The syslog showed the following error message:</p>
<blockquote><p>ACPI: Critical trip point<br />
Critical temperature reached (100 C), shutting down.</p></blockquote>
<p><span id="more-285"></span>I know it is a safety feature, but really, I can&#8217;t afford to keep having the system shutdown while my system doing something important. My system fans are working but for whatever reason my CPU temp exceeds the critical threshold of 99C. On some systems you can see what your threshold is within the BIOS and even edit it but not on this one. So what&#8217;s a frustrated developer supposed to do? Well, it turns out you can tell you system to ignore the high temp threshold and to just keep on chugging along. <strong>NOTE:</strong> This isn&#8217;t the best advice I ever gave, if you do this then fry your CPU don&#8217;t come bitching to me.</p>
<blockquote><p>sudo vi /etc/modprobe.d/options</p>
<p>Go to the last line of the file and add:<br />
options thermal nocrt=1</p>
<p>Save the file.</p></blockquote>
<p>Once you have this option set you need to reconfigure the kernel to pick up these changes, enter the following command:</p>
<blockquote><p>sudo dpkg-reconfigure linux-image-$(uname -r)</p></blockquote>
<p>This will update your kernel and then tell you to restart when it is done. Once you restart the system, type the following command the verfiy:</p>
<blockquote><p>cat /proc/acpi/thermal_zone/*/*</p>
<p>It should display something similar like below.</p>
<p>&lt;setting not supported&gt;<br />
&lt;polling disabled&gt;<br />
state:                   ok<br />
temperature:             52 C<br />
critical (S5):           99 C &lt;disabled&gt;</p></blockquote>
<p>Now your system won&#8217;t restart when the critical heat point is passed. Again, don&#8217;t blame me if you hurt your machine by doing this.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2009/02/23/ubuntu-auto-shutdown-due-to-high-cpu-temperature/feed/</wfw:commentRss>
			<slash:comments>43</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">285</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>

		<media:content url="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png" medium="image">
			<media:title type="html">Ubuntu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to reset Ubuntu root password</title>
		<link>https://burnz.wordpress.com/2008/09/09/how-to-reset-ubuntu-root-password/</link>
					<comments>https://burnz.wordpress.com/2008/09/09/how-to-reset-ubuntu-root-password/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Tue, 09 Sep 2008 08:05:35 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=283</guid>

					<description><![CDATA[If your memory or mistyping leaves you without the right password to get into an account on a Linux computer, there&#8217;s no need to reformat. You&#8217;ll just need to reboot into single user mode to reset it. Here&#8217;s how to do it on a typical Ubuntu machine with the GRUB bootloader: Reboot the machine. Press [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If your memory or mistyping leaves you without the right password to get into an account on a Linux computer, there&#8217;s no need to reformat. You&#8217;ll just need to reboot into single user mode to reset it. Here&#8217;s how to do it on a typical Ubuntu machine with the GRUB bootloader:</p>
<ol>
<li>Reboot the machine.</li>
<li>Press the ESC key while GRUB is loading to enter the menu.</li>
<li>If there is a &#8216;recovery mode&#8217; option, select it and press &#8216;b&#8217; to boot into single user mode.</li>
<li>Otherwise, the default boot configuration should be selected. Press &#8216;e&#8217; to edit it.</li>
<li>Highlight the line that begins with &#8216;kernel&#8217;. Press &#8216;e&#8217; again to edit this line.</li>
<li>At the end of the line, add an additional parameter: &#8216;single&#8217;. Hit return to make the change and press &#8216;b&#8217; to boot.</li>
</ol>
<div><strong>Change the admin password</strong></div>
<p>The system should load into single user mode and you&#8217;ll be left at the command line automatically logged in as root. Type &#8216;passwd&#8217; to change the root password or &#8216;passwd someuser&#8217; to change the password for your &#8220;someuser&#8221; admin account.</p>
<p><strong>Reboot</strong></p>
<p>Once your done, give the three finger salute, or enter &#8216;reboot&#8217; to restart into your machine&#8217;s normal configuration.</p>
<p>That&#8217;s all there is to it. Now just make sure to write your password down on a post-it and shove it somewhere safe like under your keyboard. <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>[ Source: <a title="HOWTO - reset a lost Ubuntu password" href="http://www.hackszine.com/blog/archive/2008/09/howto_reset_a_lost_ubuntu_pass.html" target="_blank">Hackzine.com</a> ]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2008/09/09/how-to-reset-ubuntu-root-password/feed/</wfw:commentRss>
			<slash:comments>42</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">283</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>
	</item>
		<item>
		<title>How to setup headless Sun xVM VirtualBox on Ubuntu server</title>
		<link>https://burnz.wordpress.com/2008/09/04/how-to-setup-headless-xvm-virtualbox-on-ubuntu-server/</link>
					<comments>https://burnz.wordpress.com/2008/09/04/how-to-setup-headless-xvm-virtualbox-on-ubuntu-server/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Thu, 04 Sep 2008 02:49:45 +0000</pubDate>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=273</guid>

					<description><![CDATA[The steps are not too difficult but I did have to find a few places for information. Search on the forum turn up nothing on this subject so hopefully this HOWTO would be helpful to someone out there. Note: This is not using the OSE version. Background: VirtualBox has a very good GUI running on [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center;"><img loading="lazy" data-attachment-id="279" data-permalink="https://burnz.wordpress.com/2008/09/04/how-to-setup-headless-xvm-virtualbox-on-ubuntu-server/logo_vbox/" data-orig-file="https://burnz.wordpress.com/wp-content/uploads/2008/09/logo_vbox.png" data-orig-size="145,150" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="VirtualBox" data-image-description="" data-image-caption="" data-medium-file="https://burnz.wordpress.com/wp-content/uploads/2008/09/logo_vbox.png?w=145" data-large-file="https://burnz.wordpress.com/wp-content/uploads/2008/09/logo_vbox.png?w=145" class="alignnone size-full wp-image-279" src="https://burnz.wordpress.com/wp-content/uploads/2008/09/logo_vbox.png?w=595" alt=""   /><img loading="lazy" data-attachment-id="227" data-permalink="https://burnz.wordpress.com/2009/02/23/ubuntu-auto-shutdown-due-to-high-cpu-temperature/ubuntu-logo/" data-orig-file="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png" data-orig-size="202,55" data-comments-opened="1" data-image-meta="[]" data-image-title="Ubuntu" data-image-description="" data-image-caption="" data-medium-file="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=202" data-large-file="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=202" class="size-full wp-image-227 aligncenter" src="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=595" alt=""   srcset="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png 202w, https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png?w=150&amp;h=41 150w" sizes="(max-width: 202px) 100vw, 202px" /></p>
<p>The steps are not too difficult but I did have to find a few places for information. Search on the forum turn up nothing on this subject so hopefully this HOWTO would be helpful to someone out there.</p>
<p>Note: This is not using the OSE version.</p>
<p><strong>Background:</strong><br />
VirtualBox has a very good GUI running on the host to manage guest OS. However when running a server, we typically do not want to run X on it. Fortunately VirtualBox has commandline tools to manage guest systems. It also provides the VirtualBox Remote Desktop Protocol (VRDP) to allow connection to the guest remotely.</p>
<p><strong>Clarification of terms used:</strong><br />
<strong>Host</strong> &#8211; refers to the machine we are trying to install VirtualBox.<br />
<strong>Guest</strong> &#8211; the VirtualBox guest system that is setup on the host.<br />
<strong>Remote</strong> &#8211; the PC that we are working on to connect to the host via SSH.</p>
<p>This setup was done on a fresh install of Ubuntu Server 8.04 with openssh-server installed.</p>
<p>All the following steps are done by SSH into the host from a remote (I&#8217;m using Windows for now).</p>
<p><span id="more-273"></span></p>
<p><span style="color:#0000ff;"><strong>1. Get required packages</strong></span><br />
Download the Ubuntu package for VirtualBox from <a href="http://www.sun.com/software/products/virtualbox/get.jsp" rel="nofollow">http://www.sun.com/software/products/virtualbox/get.jsp</a></p>
<pre>wget "download link here" -O virtualbox_1.6.2-31466_Ubuntu_hardy_i386.deb</pre>
<p>We are using the non-OSE version here.</p>
<p>The manual from <a href="http://www.virtualbox.org/wiki/Downloads" rel="nofollow">http://www.virtualbox.org/wiki/Downloads</a> is also very useful.</p>
<p><span style="color:#0000ff;"><strong>2. Installation</strong></span></p>
<pre>sudo dpkg -i virtualbox_1.6.2-31466_Ubuntu_hardy_i386.deb</pre>
<p>This will generate a bunch of dependencies. Fix them with</p>
<blockquote>
<pre>sudo apt-get -f upgrade</pre>
</blockquote>
<p><span style="color:#0000ff;"><strong>3. Decide on user, disk files location</strong></span></p>
<p>First decide which user you want to run VirtualBox. Add this user to the vboxusers group.</p>
<pre>sudo usermod -a -G vboxusers vboxuser</pre>
<p>By default VirtualBox creates the directory .VirtualBox on the user home directory and put all the config and disk file there. In my setup, I put the disk files in /var/vbox as I had created a large partition for this purpose.</p>
<p><span style="color:#0000ff;"><strong>4. Install a guest OS</strong></span></p>
<p>You will need an iso for the guest OS install CD. Copy or download it to the host. For example we will just use ubuntu-8.04-server-i386.iso</p>
<p>-create a vm</p>
<pre>VBoxManage createvm -name ubuntu -register</pre>
<p>-config vm</p>
<pre>VBoxManage modifyvm ubuntu -memory "256MB" -acpi on -boot1 dvd -nic1 nat</pre>
<p>-create a disk</p>
<blockquote>
<pre>VBoxManage createvdi -filename "/var/vbox/ubuntu.vdi" -size 5000 -register</pre>
</blockquote>
<p>-add disk to vm</p>
<pre>VBoxManage modifyvm ubuntu -hda "/var/vbox/ubuntu.vdi"</pre>
<p>-register an install iso</p>
<pre>VBoxManage registerimage dvd /var/vbox/ubuntu-8.04-server-i38.iso</pre>
<p>-mount iso on vm</p>
<pre>VBoxManage modifyvm ubuntu -dvd /var/vbox/ubuntu-8.04-server-i38.iso</pre>
<p>-start the vm with port</p>
<pre>VBoxHeadless -startvm ubuntu -p 3389 &amp;</pre>
<p>If you are running just 1 guest, the -p 3389 is optional. For more than 1 guest, it has to listen to different port.</p>
<p><span style="color:#0000ff;"><strong>5. Connect from remote</strong></span></p>
<p>Since my desktop is still Windows, I use Remote Desktop Connection. (On XP, Start&gt;All Programs&gt;Accessories&gt;Communications)</p>
<p>For Mac, use <a href="http://www.microsoft.com/mac/products/remote-desktop/" rel="nofollow">http://www.microsoft.com/mac/products/remote-desktop/</a><br />
For Ubuntu, look at <a href="http://ubuntuforums.org/showthread.php?t=824710" rel="nofollow">http://ubuntuforums.org/showthread.php?t=824710</a></p>
<p>Just fill in the IP of your host (or IP:port if not the default) and you should see the Ubuntu installation waiting for you.</p>
<p><strong>Other useful commands:</strong></p>
<pre>VBoxManage controlvm ubuntu poweroff
VBoxManage controlvm ubuntu reset</pre>
<p><strong>Getting Ubuntu Server to run in VirtualBox</strong></p>
<p>After installation and restarting, you may find that the boot up hang with this error</p>
<blockquote>
<pre>This kernel requires the following features not present on the CPU: 0:6</pre>
</blockquote>
<p><strong>To fix this, do the following:</strong></p>
<ol>
<li>Reset the guest</li>
<li>Hit F12 to choose to boot from the CD. (It goes by pretty quickly, reset again if you miss it.)</li>
<li>Select Rescue a broken system</li>
<li>After going through the install screens you will get a command prompt. Select to run it on the root system.</li>
<li>Install the virtual linux-virtual kernel</li>
</ol>
<pre>apt-get install linux-virtual</pre>
<p><span style="color:#0000ff;"><strong>6. Reboot and this should fix the restart.</strong></span></p>
<p><strong>Upgrading kernel</strong><br />
If the kernel on the host is upgraded, the VirtualBox kernel module need to be re-compiled. Do the following steps:</p>
<ol>
<li>apt-get install make gcc linux-headers-2.6.24-19-server (other kernel header, check uname -a)</li>
<li>/etc/init.d/vboxdrv setup</li>
</ol>
<p>It should recompile the VirtualBox module and everything should be working again.</p>
<p>[ Source: <a title="Setup Headless Sun xVM VirtualBox 1.6 on Ubuntu Server 8.04" href="http://ubuntuforums.org/showthread.php?t=833923" target="_blank">kcnnc from Ubuntu Forum</a> ]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2008/09/04/how-to-setup-headless-xvm-virtualbox-on-ubuntu-server/feed/</wfw:commentRss>
			<slash:comments>21</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">273</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>

		<media:content url="https://burnz.wordpress.com/wp-content/uploads/2008/09/logo_vbox.png" medium="image" />

		<media:content url="https://burnz.wordpress.com/wp-content/uploads/2007/10/ubuntulogo.png" medium="image" />
	</item>
		<item>
		<title>Google Chrome (BETA) for Windows</title>
		<link>https://burnz.wordpress.com/2008/09/03/google-chrome-beta-for-windows/</link>
					<comments>https://burnz.wordpress.com/2008/09/03/google-chrome-beta-for-windows/#comments</comments>
		
		<dc:creator><![CDATA[burnz]]></dc:creator>
		<pubDate>Wed, 03 Sep 2008 02:35:05 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[google chrome]]></category>
		<guid isPermaLink="false">http://burnz.wordpress.com/?p=267</guid>

					<description><![CDATA[Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. One box for everything Type in the address bar and get suggestions for both search and web pages. Thumbnails of your top sites Access your favorite pages instantly with lightning speed from any new [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.</p>
<div data-shortcode="caption" id="attachment_268" style="width: 450px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-268" loading="lazy" data-attachment-id="268" data-permalink="https://burnz.wordpress.com/2008/09/03/google-chrome-beta-for-windows/google_chrome/" data-orig-file="https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg" data-orig-size="440,359" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="google_chrome" data-image-description="&lt;p&gt;Google Chrome&lt;/p&gt;
" data-image-caption="&lt;p&gt;Google Chrome&lt;/p&gt;
" data-medium-file="https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg?w=300" data-large-file="https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg?w=440" class="size-full wp-image-268" src="https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg?w=595" alt="Google Chrome"   srcset="https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg 440w, https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg?w=150&amp;h=122 150w, https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg?w=300&amp;h=245 300w" sizes="(max-width: 440px) 100vw, 440px" /><p id="caption-attachment-268" class="wp-caption-text">Google Chrome</p></div>
<p><strong>One box for everything</strong><br />
Type in the address bar and get suggestions for both search and web pages.</p>
<p><strong>Thumbnails of your top sites</strong><br />
Access your favorite pages instantly with lightning speed from any new tab.</p>
<p><strong>Shortcuts for your apps</strong><br />
Get desktop shortcuts to launch your favorite web applications.</p>
<p>[ Source: <a title="Google Chrome" href="http://www.google.com/chrome" target="_blank">Google Chrome</a> ]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://burnz.wordpress.com/2008/09/03/google-chrome-beta-for-windows/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">267</post-id>
		<media:content url="https://2.gravatar.com/avatar/e222a6dde88db6ebbd54bde7e60ae6c46d37f9532f888d4489f9c0531dab7a55?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">burnz</media:title>
		</media:content>

		<media:content url="https://burnz.wordpress.com/wp-content/uploads/2008/09/google_chrome.jpg" medium="image">
			<media:title type="html">Google Chrome</media:title>
		</media:content>
	</item>
	</channel>
</rss>
