<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Wichit's Weblog</title>
	<atom:link href="http://wichit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wichit.wordpress.com</link>
	<description>tips, guides &#38; tutorials from a developer who uses Ubuntu</description>
	<lastBuildDate>Sun, 29 Jun 2008 17:09:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='wichit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a720a1b4fee51b9e0d5a295feba22e2e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Wichit's Weblog</title>
		<link>http://wichit.wordpress.com</link>
	</image>
			<item>
		<title>&#8211; Moving back to Blogger &#8211;</title>
		<link>http://wichit.wordpress.com/2008/06/29/moving-back-to-blogger/</link>
		<comments>http://wichit.wordpress.com/2008/06/29/moving-back-to-blogger/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:09:41 +0000</pubDate>
		<dc:creator>wichit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wichit.wordpress.com/?p=17</guid>
		<description><![CDATA[http://mr-paul.blogspot.com
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=17&subd=wichit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="mr-paul" href="http://mr-paul.blogspot.com" target="_self">http://mr-paul.blogspot.com</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wichit.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wichit.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wichit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wichit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wichit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wichit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wichit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wichit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wichit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wichit.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wichit.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wichit.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=17&subd=wichit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wichit.wordpress.com/2008/06/29/moving-back-to-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/848a1c7fe346593438af28e98ea82877?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wichit</media:title>
		</media:content>
	</item>
		<item>
		<title>How to delete users from moodle?</title>
		<link>http://wichit.wordpress.com/2008/06/07/how-to-delete-users-from-moodle/</link>
		<comments>http://wichit.wordpress.com/2008/06/07/how-to-delete-users-from-moodle/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 08:20:46 +0000</pubDate>
		<dc:creator>wichit</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://wichit.wordpress.com/?p=15</guid>
		<description><![CDATA[There is a discussion about mass delete user account at
http://moodle.org/mod/forum/discuss.php?d=72880
But, it&#8217;s easier for me to just delete unwanted users from the database. My dbms is postgresql-8.3.
So, here are the steps:
$ psql -u mymoodlename -d mymoodledb -h localhost
psql&#62; delete from mdl_user where email~&#8217;i-pod.info&#8217;;
psql&#62; \q
Done!!!
Ref: http://www.postgresql.org/docs/8.3/static/functions-matching.html
NOTE: My site attracts anonymous user like &#8216;xzyfaxzffzxf@i-pod.info&#8217; a lot. 
PS: I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=15&subd=wichit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There is a discussion about mass delete user account at<br />
<a title="mass user delete in moodle" href="http://moodle.org/mod/forum/discuss.php?d=72880&amp;username=guest&amp;password=guest">http://moodle.org/mod/forum/discuss.php?d=72880</a><br />
But, it&#8217;s easier for me to just delete unwanted users from the database. My dbms is postgresql-8.3.</p>
<p>So, here are the steps:</p>
<p>$ psql -u mymoodlename -d mymoodledb -h localhost<br />
psql&gt; <strong>delete from mdl_user where email~&#8217;i-pod.info&#8217;;</strong><br />
psql&gt; \q</p>
<p>Done!!!</p>
<p><strong>Ref</strong>: <a title="pattern matching in postgresql" href="http://www.postgresql.org/docs/8.3/static/functions-matching.html">http://www.postgresql.org/docs/8.3/static/functions-matching.html</a><strong></strong></p>
<p><strong>NOTE</strong>: My site attracts anonymous user like &#8216;xzyfaxzffzxf@i-pod.info&#8217; a lot. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<strong>PS</strong>: I don&#8217;t know if this gonna break any relation in the db or not. If you know, please comment me.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wichit.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wichit.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wichit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wichit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wichit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wichit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wichit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wichit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wichit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wichit.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wichit.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wichit.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=15&subd=wichit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wichit.wordpress.com/2008/06/07/how-to-delete-users-from-moodle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/848a1c7fe346593438af28e98ea82877?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wichit</media:title>
		</media:content>
	</item>
		<item>
		<title>how to move a moodle site</title>
		<link>http://wichit.wordpress.com/2008/06/06/how-to-move-a-moodle-site/</link>
		<comments>http://wichit.wordpress.com/2008/06/06/how-to-move-a-moodle-site/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:44:48 +0000</pubDate>
		<dc:creator>wichit</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[move moodle site]]></category>

		<guid isPermaLink="false">http://wichit.wordpress.com/?p=14</guid>
		<description><![CDATA[I had a site running moodle 1.6.2 on Ubuntu (dapper) server using postgresql (installed with apt-get).
Then, a newer server comes!!! Of course I installed Ubuntu 8.04LTS server &#38; postgresql again.
After trials&#38;errors with moodle 1.6.6, 1.7.4, 1.8.5 &#38; 1.9.1, I&#8217;ve got the following&#8230;
How to move moodle 1.6.2 site to new server?
On the old server: [my database [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=14&subd=wichit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had a site running moodle 1.6.2 on Ubuntu (dapper) server using postgresql (installed with apt-get).<br />
Then, a newer server comes!!! Of course I installed Ubuntu 8.04LTS server &amp; postgresql again.<br />
After trials&amp;errors with moodle 1.6.6, 1.7.4, 1.8.5 &amp; 1.9.1, I&#8217;ve got the following&#8230;</p>
<p><strong>How to move moodle 1.6.2 site to new server?</strong></p>
<p><em>On the old server</em>: [my database name for moodle was 'moodle']<br />
$ pg_dump moodle -o moodle.pg_dump<br />
$ tar cf var_www_moodle.tar /var/www/moodle<br />
$ tar cf var_lib_moodle.tar /var/lib/moodle</p>
<p><em>On new server</em>:<br />
download http://download.moodle.org/download.php/stable16/moodle-1.6.6.tgz<br />
$ sudo apt-get install apache2 php5 php5-pgsql php5-gd libapache2-mod-php5 postgresql-8.3<br />
$ tar zxf moodle-1.6.6.tgz<br />
$ sudo mv moodle/* /var/www/<br />
$ cd /var/www/<br />
# sudo su &#8211; postgresql<br />
# psql<br />
psql&gt; create database moodle;<br />
psql&gt; create user moodle with password=&#8217;xxx&#8217;;<br />
psql&gt; alter database moodle owner to moodle;<br />
psql&gt; \q<br />
# psql moodle &lt; moodle.pg_dump<br />
# exit<br />
$ sudo mkdir /var/moodledata<br />
$ tar xf var_lib_moodle.tar<br />
$ sudo mv var/lib/moodle/* /var/moodledata<br />
$ sudo chown -R nobody /var/moodledata<br />
$ sudo chgrp -R www-data /var/moodledata<br />
$ sudo chmod g+w -R /var/moodledata<br />
$ sudo vim config.php<br />
<em>&lt;?php  /// Moodle Configuration File</p>
<p>unset($CFG);</p>
<p>$CFG-&gt;dbtype    = &#8216;postgres7&#8242;;<br />
$CFG-&gt;dbhost    = &#8216;user=\&#8217;moodle\&#8217; password=\&#8217;xxx\&#8217; dbname=\&#8217;moodle\&#8217; host=\&#8217;localhost\&#8221;;<br />
$CFG-&gt;dbpersist =  false;<br />
$CFG-&gt;prefix    = &#8216;mdl_&#8217;;</p>
<p>$CFG-&gt;wwwroot   = &#8216;http://my.site.th&#8217;;<br />
$CFG-&gt;dirroot   = &#8216;/var/www&#8217;;<br />
$CFG-&gt;dataroot  = &#8216;/var/moodledata&#8217;;<br />
$CFG-&gt;admin     = &#8216;admin&#8217;;</p>
<p>$CFG-&gt;directorypermissions = 00777;  // try 02777 on a server in Safe Mode</p>
<p>$CFG-&gt;unicodedb = true;  // Database is utf8</p>
<p>require_once(&#8220;$CFG-&gt;dirroot/lib/setup.php&#8221;);<br />
// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,<br />
// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.<br />
?&gt;</em></p>
<p>$ firefox http://my.site.th</p>
<p>Done!!!<br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>NOTE</strong>: for normal installation 1.6.x, 1.7.x &amp; 1.9.x need the flag &#8216;host=\&#8217;localhost\&#8221; 1.8.x doesn&#8217;t</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wichit.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wichit.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wichit.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wichit.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wichit.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wichit.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wichit.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wichit.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wichit.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wichit.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wichit.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wichit.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=14&subd=wichit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wichit.wordpress.com/2008/06/06/how-to-move-a-moodle-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/848a1c7fe346593438af28e98ea82877?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wichit</media:title>
		</media:content>
	</item>
		<item>
		<title>Connect Ubuntu to Windows Active Directory</title>
		<link>http://wichit.wordpress.com/2008/05/23/connect-ubuntu-to-windows-active-directory/</link>
		<comments>http://wichit.wordpress.com/2008/05/23/connect-ubuntu-to-windows-active-directory/#comments</comments>
		<pubDate>Fri, 23 May 2008 14:53:38 +0000</pubDate>
		<dc:creator>wichit</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[likewise-open]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[ubuntu 8.04 LTS]]></category>

		<guid isPermaLink="false">http://wichit.wordpress.com/?p=11</guid>
		<description><![CDATA[Single sign on is a good idea!!! My organization has  it &#38; it&#8217;s Windows Active Directory.
So, I&#8217;d to find out how to use it. This is what I came up with.
Installation:
sudo apt-get install likewise-open-gui
sudo domainjoin-gui

&#8230; enter the domain -&#62; click &#8220;Join Domain&#8221; -&#62; enter user&#38;password
fixing &#8220;daemon not started&#8221; issue by assign likewise-open to (all) run [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=11&subd=wichit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Single sign on is a good idea!!! My organization has  it &amp; it&#8217;s Windows Active Directory.</p>
<p>So, I&#8217;d to find out how to use it. This is what I came up with.</p>
<p>Installation:</p>
<p><em>sudo apt-get install likewise-open-gui</em></p>
<p><em>sudo domainjoin-gui</em></p>
<p><a href="http://wichit.files.wordpress.com/2008/05/domainjoin-gui.png"><img class="aligncenter size-full wp-image-12" src="http://wichit.files.wordpress.com/2008/05/domainjoin-gui.png?w=438&#038;h=513" alt="domainjoin-gui screenshot" width="438" height="513" /></a></p>
<p>&#8230; enter the domain -&gt; click &#8220;Join Domain&#8221; -&gt; enter user&amp;password</p>
<p>fixing &#8220;daemon not started&#8221; issue by assign likewise-open to (all) run levels</p>
<p><em>sudo update-rc.d likewise-open defaults</em></p>
<p>&lt;Ctrl&gt;+&lt;Alt&gt;+Backspace  to logout</p>
<p>login again with &#8220;DOMAIN\\USERNAME&#8221;</p>
<p>REF: <a title="Likewise-Open-Guide.pdf" href="http://www.likewisesoftware.com/resources/user_documentation/Likewise-Open-Guide.pdf">Likewise-Open-Guide.pdf</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wichit.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wichit.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wichit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wichit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wichit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wichit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wichit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wichit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wichit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wichit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wichit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wichit.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=11&subd=wichit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wichit.wordpress.com/2008/05/23/connect-ubuntu-to-windows-active-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/848a1c7fe346593438af28e98ea82877?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wichit</media:title>
		</media:content>

		<media:content url="http://wichit.files.wordpress.com/2008/05/domainjoin-gui.png" medium="image">
			<media:title type="html">domainjoin-gui screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>script to show or hide gnome-panel</title>
		<link>http://wichit.wordpress.com/2008/05/21/script-to-show-or-hide-gnome-panel/</link>
		<comments>http://wichit.wordpress.com/2008/05/21/script-to-show-or-hide-gnome-panel/#comments</comments>
		<pubDate>Wed, 21 May 2008 03:51:47 +0000</pubDate>
		<dc:creator>wichit</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-panel]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://wichit.wordpress.com/?p=9</guid>
		<description><![CDATA[#!/bin/bash
# mr-paul
### types: bool(true[yes]/false[no]), float, int, list, pair, string
x=$(gconftool-2 &#8211;get &#8220;/apps/panel/toplevels/top_panel_screen0/x&#8221;)
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/orientation&#8221; &#8211;type string &#8220;top&#8221;
if [ $x -ne 10000 ]; then
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/auto_hide&#8221; &#8211;type bool &#8220;true&#8221;
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/auto_hide_size&#8221; &#8211;type int 1
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/expand&#8221; &#8211;type bool &#8220;false&#8221;
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/hide_delay&#8221; &#8211;type int 10
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/monitor&#8221; &#8211;type int 3
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/unhide_delay&#8221; &#8211;type int 10
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/x&#8221; &#8211;type [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=9&subd=wichit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>#!/bin/bash<br />
# mr-paul</p>
<p>### types: bool(true[yes]/false[no]), float, int, list, pair, string</p>
<p>x=$(gconftool-2 &#8211;get &#8220;/apps/panel/toplevels/top_panel_screen0/x&#8221;)<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/orientation&#8221; &#8211;type string &#8220;top&#8221;</p>
<p>if [ $x -ne 10000 ]; then<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/auto_hide&#8221; &#8211;type bool &#8220;true&#8221;<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/auto_hide_size&#8221; &#8211;type int 1<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/expand&#8221; &#8211;type bool &#8220;false&#8221;<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/hide_delay&#8221; &#8211;type int 10<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/monitor&#8221; &#8211;type int 3<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/unhide_delay&#8221; &#8211;type int 10<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/x&#8221; &#8211;type int 10000<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/y&#8221; &#8211;type int 10000<br />
else<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/auto_hide&#8221; &#8211;type bool &#8220;false&#8221;<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/auto_hide_size&#8221; &#8211;type int 1<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/expand&#8221; &#8211;type bool &#8220;true&#8221;<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/hide_delay&#8221; &#8211;type int 10<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/monitor&#8221; &#8211;type int 0<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/unhide_delay&#8221; &#8211;type int 10<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/x&#8221; &#8211;type int 0<br />
gconftool-2 &#8211;set &#8220;/apps/panel/toplevels/top_panel_screen0/y&#8221; &#8211;type int 0<br />
fi</p>
<p><a href="http://wichit.files.wordpress.com/2008/05/clean_desktop.png"><img class="aligncenter size-full wp-image-10" src="http://wichit.files.wordpress.com/2008/05/clean_desktop.png?w=476&#038;h=357" alt="clean desktop" width="476" height="357" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wichit.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wichit.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wichit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wichit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wichit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wichit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wichit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wichit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wichit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wichit.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wichit.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wichit.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=9&subd=wichit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wichit.wordpress.com/2008/05/21/script-to-show-or-hide-gnome-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/848a1c7fe346593438af28e98ea82877?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wichit</media:title>
		</media:content>

		<media:content url="http://wichit.files.wordpress.com/2008/05/clean_desktop.png" medium="image">
			<media:title type="html">clean desktop</media:title>
		</media:content>
	</item>
		<item>
		<title>A note on Ubuntu 8.04 LTS installation</title>
		<link>http://wichit.wordpress.com/2008/05/19/a-note-on-ubuntu-804-lts-installation/</link>
		<comments>http://wichit.wordpress.com/2008/05/19/a-note-on-ubuntu-804-lts-installation/#comments</comments>
		<pubDate>Mon, 19 May 2008 08:01:07 +0000</pubDate>
		<dc:creator>wichit</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mr-paul]]></category>
		<category><![CDATA[step-by-step]]></category>
		<category><![CDATA[travelmate 4002]]></category>
		<category><![CDATA[ubuntu 8.04 LTS]]></category>

		<guid isPermaLink="false">http://wichit.wordpress.com/?p=8</guid>
		<description><![CDATA[I&#8217;ve decided to cleanly install Ubuntu 8.04 LTS on my machine today.
So this is rather a note on how I get it back to work the way I love it.
(i) configure keyboard shortcuts (gnome-keybinding-properties)
Show the panel run application dialog -&#62; Shift+Ctrl+D
Activate window menu -&#62; Shift+Ctrl+W
Close window -&#62; Alt+Q
Switch to workspace on the left -&#62; Alt+,
Switch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=8&subd=wichit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve decided to cleanly install Ubuntu 8.04 LTS on my machine today.</p>
<p>So this is rather a note on how I get it back to work the way I love it.</p>
<p><em>(i) configure keyboard shortcuts (gnome-keybinding-properties)</em></p>
<p>Show the panel run application dialog -&gt; Shift+Ctrl+D<br />
Activate window menu -&gt; Shift+Ctrl+W<br />
Close window -&gt; Alt+Q<br />
Switch to workspace on the left -&gt; Alt+,<br />
Switch to workspace on the right -&gt; Alt+.</p>
<p><em>(ii) set typing mode for gnome-terminal (bash)</em></p>
<p>echo -e &#8220;\nPS1=&#8217;\${debian_chroot:+(\$debian_chroot)}\u@\h:\W\$ &#8216;\nset -o vi \nbind -m vi-command -r &#8216;v&#8217;&#8221; &gt;&gt; .bashrc</p>
<p><em>(iii) update the repositories</em></p>
<p>deb http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse<br />
deb http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted<br />
deb-src http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed universe main multiverse restricted<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed universe main multiverse restricted<br />
deb http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted<br />
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted<br />
deb http://packages.medibuntu.org/ hardy free non-free<br />
deb http://wine.budgetdedicated.com/apt hardy main #WineHQ<br />
<em>(iii) update &amp; upgrade</em></p>
<p>wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -<br />
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -<br />
sudo apt-get update<br />
sudo apt-get upgrade</p>
<p><em>(iv) remove unnecessary softwares</em></p>
<p>sudo apt-get remove &#8211;purge totem*  evolution*</p>
<p><em>(v) install  necessary softwares from the repositories<br />
</em></p>
<p>sudo apt-get install blender yafray vim-gnome w32codecs libdvdcss2 mplayer mencoder mplayer-doc inkscape k3b libk3b2-extracodecs quanta build-essential wine paprefs padevchooser vcdimager imagemagick compizconfig-settings-manager</p>
<p>Done!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wichit.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wichit.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wichit.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wichit.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wichit.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wichit.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wichit.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wichit.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wichit.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wichit.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wichit.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wichit.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wichit.wordpress.com&blog=2844625&post=8&subd=wichit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wichit.wordpress.com/2008/05/19/a-note-on-ubuntu-804-lts-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/848a1c7fe346593438af28e98ea82877?s=96&#38;d=identicon" medium="image">
			<media:title type="html">wichit</media:title>
		</media:content>
	</item>
	</channel>
</rss>