<?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>Ubuntu Dedicated Weblog</title>
	<atom:link href="http://ubuntunow.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntunow.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 06 Nov 2008 12:19:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ubuntunow.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ubuntu Dedicated Weblog</title>
		<link>http://ubuntunow.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ubuntunow.wordpress.com/osd.xml" title="Ubuntu Dedicated Weblog" />
	<atom:link rel='hub' href='http://ubuntunow.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Split &amp; Join Files</title>
		<link>http://ubuntunow.wordpress.com/2008/11/06/split-join-files/</link>
		<comments>http://ubuntunow.wordpress.com/2008/11/06/split-join-files/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:19:11 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[Split]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=82</guid>
		<description><![CDATA[We have a file which size is too big to save in USB Flash drive. To split it to be a small size so its fit to store in USB is easy in linux platform, use &#8220;split&#8221; command which has been bundled in GNU Coreutils. 1. As example, we have an iso file (ubuntu-8.04-desktop-i386.iso) which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=82&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have a file which size is too big to save in USB Flash drive.<br />
To split it to be a small size so its fit to store in USB is easy in linux platform, use &#8220;split&#8221; command which has been bundled in GNU Coreutils.</p>
<p>1. As example, we have an iso file (ubuntu-8.04-desktop-i386.iso) which size is 699 Mb<br />
root@hardy:/home/bearisusanto/test# ls -alh<br />
total 700M<br />
-rwx&#8212;&#8212;  1 bearisusanto root         700M 2008-06-02 03:22 ubuntu-8.04-desktop-i386.iso<span id="more-82"></span>2. Before doing split process, first make MD5 file from ubuntu-8.04-desktop-i386.iso for ensuring that there is not a change for the file when its join again<br />
root@hardy:/home/bearisusanto/test# md5sum ubuntu-8.04-desktop-i386.iso &gt; MD5SUM.txt<br />
root@hardy:/home/bearisusanto/test# cat MD5SUM.txt<br />
8895167a794c5d8dedcc312fc62f1f1f  ubuntu-8.04-desktop-i386.iso</p>
<p>3. For splitting ubuntu-8.04-desktop-i386.iso to be a file which the size maximal 400Mb for each file, we type the command<br />
root@hardy:/home/bearisusanto/test# split -d -b 400m ubuntu-8.04-desktop-i386.iso ubuntu-8.04-desktop-i386.iso.part</p>
<p>4. If we check in the directory, there is two 2 which is the result from splitting process<br />
-rwx&#8212;&#8212;  1 bearisusanto root         700M 2008-06-02 03:22 ubuntu-8.04-desktop-i386.iso<br />
-rw-r&#8211;r&#8211;  1 root         root         400M 2008-10-31 23:13 ubuntu-8.04-desktop-i386.iso.part00<br />
-rw-r&#8211;r&#8211;  1 root         root         300M 2008-10-31 23:13 ubuntu-8.04-desktop-i386.iso.part01</p>
<p>5. To join the two file to be one file as the same with the original file, we use &#8220;cat&#8221; command but the original have to be deleted first.<br />
root@hardy:/home/bearisusanto/test# rm ubuntu-8.04-desktop-i386.iso<br />
root@hardy:/home/bearisusanto/test# cat ubuntu-8.04-desktop-i386.iso.part00 ubuntu-8.04-desktop-i386.iso.part01 &gt; ubuntu-8.04-desktop-i386.iso</p>
<p>6. For ensuring that there is no difference with the original file, we have to validate with using MD5SUM.txt which have made for the first time.<br />
root@hardy:/home/bearisusanto/test# md5sum -c MD5SUM.txt<br />
ubuntu-8.04-desktop-i386.iso: OK</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=82&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/11/06/split-join-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Shreading Data</title>
		<link>http://ubuntunow.wordpress.com/2008/11/06/shreading-data/</link>
		<comments>http://ubuntunow.wordpress.com/2008/11/06/shreading-data/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:17:47 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[Shread]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=80</guid>
		<description><![CDATA[&#60;!&#8211; @page { size: 21.59cm 27.94cm; margin: 2cm } P { margin-bottom: 0.21cm } &#8211;&#62; Data which has been deleted maybe could be recovered with recovery software, It could be dangerous if there is an important file that somebody couldn&#8217;t know the contents. To reduce the risk, that someone could recovered our files, we can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=80&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;!&#8211; 		@page { size: 21.59cm 27.94cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	&#8211;&gt;</p>
<p style="margin-bottom:0;" align="justify">Data which has been deleted maybe could be recovered with recovery software, It could be dangerous if there is an important file that somebody couldn&#8217;t know the contents.</p>
<p style="margin-bottom:0;" align="justify">To reduce the risk, that someone could recovered our files, we can do deleting process permanently with using software utility which have permanent delete ability. In Linux platform, we have utility like SHRED and WIPE.<span id="more-80"></span></p>
<p style="margin-bottom:0;" align="justify">Here is the usage the two utility.</p>
<ol>
<li>
<p style="margin-bottom:0;" align="justify">Deleting data using 	SHRED</p>
<p style="margin-bottom:0;" align="justify">I take a sample to 	delete USB Flashdisk (UFD) permanently.</p>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">- Use command fdisk -l 	to know the UFD location</p>
<p style="margin-bottom:0;" align="justify">root@hardy:/# fdisk -l</p>
<p style="margin-bottom:0;" align="justify">&#8230;</p>
<p style="margin-bottom:0;" align="justify">Disk /dev/sdb: 1026 MB, 	1026555392 bytes</p>
<p style="margin-bottom:0;" align="justify">129 heads, 16 	sectors/track, 971 cylinders</p>
<p style="margin-bottom:0;" align="justify">Units = cylinders of 	2064 * 512 = 1056768 bytes</p>
<p style="margin-bottom:0;" align="justify">Disk identifier: 	0x28eff17f</p>
<p style="margin-bottom:0;" align="justify">Device Boot      Start 	        End      Blocks   Id  System</p>
<p style="margin-bottom:0;" align="justify">/dev/sdb1   *           	1         972     1002487+   b  W95 FAT32</p>
<p style="margin-bottom:0;" align="justify">Partition 1 has 	different physical/logical endings:</p>
<p style="margin-bottom:0;" align="justify">phys=(977, 128, 16) 	logical=(971, 52, 15)</p>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">- From the information 	in the above, we knows that UFD is located at /dev/sdb1.</p>
<p style="margin-bottom:0;" align="justify">Before we doing manual 	delete, do umount the UFD from system.</p>
<p style="margin-bottom:0;" align="justify">First, see the mount 	UFD partition location use command df -h</p>
<p style="margin-bottom:0;" align="justify">root@hardy:/# df -h</p>
<p style="margin-bottom:0;" align="justify">&#8230;</p>
<p style="margin-bottom:0;" align="justify">/dev/sdb1             	978M  347M  631M  36% /media/BENNY</p>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">- Now, we can 	permanently delete our file using shred command</p>
<p style="margin-bottom:0;" align="justify">root@hardy:/# shred 	&#8211;verbose -u /dev/sdb1</p>
<p style="margin-bottom:0;" align="justify">&#8230;</p>
<p style="margin-bottom:0;" align="justify">shred: /dev/sdb1: 	pass 1/25 (random) &#8230; 126MiB/3.8GiB 3%</p>
<p style="margin-bottom:0;" align="justify">&#8230;</p>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">- For default, command 	above will do overwrite iteration 25 times. If, this is too long we 	could use option -n</p>
<p style="margin-bottom:0;" align="justify">root@hardy:/# shred 	&#8211;verbose -u -n 5 /dev/sdb1</p>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">- Now, all data in UFD 	is permanently deleted. To using UFD again, we have to format it</p>
</li>
</ol>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">
<ol>
<li>
<p style="margin-bottom:0;" align="justify">Deleting data using 	WIPE</p>
<p style="margin-bottom:0;" align="justify">Except shred, we have 	wipe command which the have ability like shred.</p>
<p style="margin-bottom:0;" align="justify">root@hardy:/# wipe -kq 	/dev/sdb1</p>
<p style="margin-bottom:0;" align="justify">Okay to WIPE 1 special 	file ? (Yes/No) yes</p>
<p style="margin-bottom:0;" align="justify">Wiping /dev/sdb1, pass 0 	in quick mode [ 3884 /  1026555392]</p>
</li>
</ol>
<p style="margin-bottom:0;" align="justify">
<p style="margin-bottom:0;" align="justify">To know the detail of wipe command, we could see from the manual</p>
<p style="margin-bottom:0;" align="justify"><a href="mailto:root@hardy">root@hardy</a>:/#man wipe</p>
<p style="margin-bottom:0;" align="justify">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=80&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/11/06/shreading-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding Files</title>
		<link>http://ubuntunow.wordpress.com/2008/10/06/finding-files/</link>
		<comments>http://ubuntunow.wordpress.com/2008/10/06/finding-files/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 08:42:47 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/2008/10/06/finding-files/</guid>
		<description><![CDATA[You now know what each major directory holds, but it still doesn’t really help you find things. I mean, you could go looking through directories, but there are quicker ways. There are four main file search commands. which The first is the which(1) command. which is usually used to locate a program quickly. It just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=79&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You now know what each major directory holds, but it still doesn’t really help you find things. I mean, you could go looking through directories, but there are quicker ways. There are four main file search commands.</p>
<p>which<br />
The first is the which(1) command. which is usually used to locate a program quickly. It just searches your PATH and returns the first instance it finds and the directory path to it. Take this example:</p>
<p>% which bash<br />
/bin/bash<br />
<span id="more-79"></span><br />
From that you see that bash is in the /bin directory. This is a very limited command for searching, since it only searches your PATH.</p>
<p>whereis<br />
The whereis(1) command works similar to which, but can also search for man pages and source files. A whereis search for bash should return this:</p>
<p>% whereis bash<br />
bash: /bin/bash /usr/bin/bash /usr/man/man1/bash.1.gz</p>
<p>This command not only told us where the actual program is located, but also where the online documentation is stored. Still, this command is limited. What if you wanted to search for a specific configuration file? You can’t use which or whereis for that.</p>
<p>find<br />
The find(1) command allows the user to search the filesystem with a rich collection of search predicates. Users may specify a search with filename wildcards, ranges of modification or creation times, or other advanced properties. For example, to search for the default xinitrc¤ FORMTEXT<br />
file on the system, the following command could be used.</p>
<p>% find / -name xinitrc<br />
/var/X11R6/lib/xinit/xinitrc</p>
<p>find will take a while to run, since it has to traverse the entire root directory tree. And if this command is run as a normal user, there will be permission denied errormessages for directories that only root can see. But find found our file, so that’s good. If only it could be a bit faster&#8230;</p>
<p>slocate<br />
The slocate(1) command searches the entire filesystem, just like the find command can do, but it searches a database instead of the actual filesystem. The database is set to automatically update every morning, so you have a somewhat fresh listing of files on your system. You can manually run updatedb(1) to update the slocate database (before running updatedb by hand, you must first su to the root user). Here’s an example of slocate in action:</p>
<p>% slocate xinitrc # we don’t have to go to the root<br />
/var/X11R6/lib/xinit/xinitrc<br />
/var/X11R6/lib/xinit/xinitrc.fvwm2<br />
/var/X11R6/lib/xinit/xinitrc.openwin<br />
/var/X11R6/lib/xinit/xinitrc.twm</p>
<p>We got more than what we were looking for, and quickly too.With these commands, you should be able to find whatever you’re looking for on your Linux system.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=79&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/10/06/finding-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe Acrobat Reader</title>
		<link>http://ubuntunow.wordpress.com/2008/09/10/adobe-acrobat-reader/</link>
		<comments>http://ubuntunow.wordpress.com/2008/09/10/adobe-acrobat-reader/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:48:49 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[adobe acrobat reader]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=77</guid>
		<description><![CDATA[Pdf is the most popular document now. Its simply, light and compatible with many system. Ubuntu has default pdf reader when we installed it, but adobe acrobat is the most popular reader. Now, its shows how to install it in ubuntu. 1. Open terminal 2. sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list 3. sudo apt-get update &#38;&#38; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=77&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pdf is the most popular document now. Its simply, light and compatible with many system.</p>
<p>Ubuntu has default pdf reader when we installed it, but adobe acrobat is the most popular reader.<span id="more-77"></span></p>
<p>Now, its shows how to install it in ubuntu.</p>
<p>1. Open terminal</p>
<p>2. <code>sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list</code></p>
<p>3. <code>sudo apt-get update &amp;&amp; sudo apt-get install medibuntu-keyring &amp;&amp; sudo apt-get update</code></p>
<p>4. <code>sudo apt-get install <a title="adobe acrobat reader" href="//acroread">acroread</a></code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/77/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/77/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=77&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/09/10/adobe-acrobat-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Listing Files</title>
		<link>http://ubuntunow.wordpress.com/2008/09/10/listing-files/</link>
		<comments>http://ubuntunow.wordpress.com/2008/09/10/listing-files/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 11:38:33 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[list files]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/2008/09/10/listing-files/</guid>
		<description><![CDATA[• &#8220;ls&#8221; command - Linux command used to list the files in a given directory - Most common method for displaying files - Displays all the files in the current directory in columnar format • &#8220;ll&#8221; command - Alias for the ls -l command - Gives a long file listing • File command -Linux command [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=76&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>• &#8220;ls&#8221; command<br />
- Linux command used to list the files in a given directory<br />
- Most common method for displaying files<br />
- Displays all the files in the current directory in columnar format<br />
<span id="more-76"></span><br />
• &#8220;ll&#8221; command<br />
- Alias for the ls -l command<br />
- Gives a long file listing</p>
<p>• File command<br />
-Linux command that displays the file type of a specified filename</p>
<p>• Text file<br />
- File that stores information in a readable text format<br />
• Some filenames inside each user’s home directory represent important configuration<br />
files or program directories<br />
• Hidden files<br />
– Files that are not normally displayed to the user via<br />
common filesystem commands</p>
<p>List option :<br />
-a or &#8211;all = list all filenames<br />
-A or &#8211;almost-all = List most filenames (excludes the . and .. special files)<br />
-C = lists filenames in column format<br />
&#8211;color=n = list filenames without sorting<br />
-f = lists all filenames without sorting<br />
-F or &#8211;classify = lists filenames classified by file type<br />
&#8211;full-time = lists filenames in long format and displays the full modification time<br />
-l = lists filenames in long format<br />
-lh or -l &#8211;human-readable = lists filenames in long format with human-readable (easy-to-read)<br />
-lG or -l &#8211;no-group or -o = lists filenames in long format but omits the group information<br />
-r or &#8211;reverse = list filenames reverse sorted<br />
-R or &#8211;recursive = lists filenames in the specified directory and all subdirectories<br />
-s = lists filenames and their associated size in kilobytes (K)<br />
-S = lists filenames sorted by file size<br />
-t = lists filenames sorted by modification time<br />
-U = lists filenames without sorting<br />
-x = lists filenames in rows rather than in columns</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=76&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/09/10/listing-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Machine VMware on Ubuntu 8.04</title>
		<link>http://ubuntunow.wordpress.com/2008/08/28/virtual-machine-vmware-on-ubuntu-804/</link>
		<comments>http://ubuntunow.wordpress.com/2008/08/28/virtual-machine-vmware-on-ubuntu-804/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 05:46:57 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=74</guid>
		<description><![CDATA[Running other OS on ubuntu is a great moment. We could use virtualbox ose, xen or use vmware. I think vmware is more interesting because it doesnt need special linux-header like xen or virtualbox. You could get vmware server freely from its website and you could request serial number freely too. Step for installing and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=74&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Running other OS on ubuntu is a great moment. We could use virtualbox ose, xen or use vmware. I think vmware is more interesting because it doesnt need special linux-header like xen or virtualbox. You could get vmware server freely from its website and you could request serial number freely too.<br />
<span id="more-74"></span><br />
Step for installing and using vmware :<br />
1.    Download the file Vmware-server-1.0.6-91891.tar.gz which size is 102MB from vmware website.<br />
2.    Request free serial number from vmware too.<br />
3.    Open the folder which contain the vmware and extract it or open terminal and extract it by type sudo tar -xvf Vmware-server-1.0.6-91891.tar.gz<br />
4.    cd vmware-server-distrib (folder which contain file extract)<br />
5.    ./vmware-install.pl<br />
6.    Follow all installer command until finish<br />
7.    Run vmware from root<br />
root@hardy:/# vmware</p>
<p>Note :<br />
When you see this message :<br />
/usr/lib/vmware/bin/vmware /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1:version &#8216;GCC_3.4&#8242; not found (required by /usr/lib/libcairo.so.2)</p>
<p>&#8230;&#8230;&#8230;<br />
Remove the folder libgcc_s.so.1 on /usr/lib/vmware/lib</p>
<p>8.    From the first windows choose Localhost<br />
9.    Goto &#8216;Help&#8217; and choose &#8216;Enter Serial Number&#8217;<br />
10.    Without serial number, you can not running virtualization<br />
11.    Click “Create a new virtual machine”<br />
12.    Select “Typical” on Virtual Machine Configuration<br />
13.    Choose guest operating system<br />
14.    Define the virtual machine name and location<br />
15.    Choose network connection<br />
16.    Specify disk size<br />
17.    Finish<br />
18.    Now you could install the new operating system</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/74/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/74/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=74&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/08/28/virtual-machine-vmware-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimized hardisk with hdparam</title>
		<link>http://ubuntunow.wordpress.com/2008/08/13/optimized-hardisk-with-hdparam/</link>
		<comments>http://ubuntunow.wordpress.com/2008/08/13/optimized-hardisk-with-hdparam/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 11:41:53 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[hdparm]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=71</guid>
		<description><![CDATA[From : http://ubuntuforums.org/archive/index.php/t-16360.html let&#8217;s say that you open up a Root Terminal and issue the hdparm command: hdparm -h You should see a list of commands that you can issue. The first two commands that you want to look at are hdparm -i /dev/hda hdparm -I /dev/hda hdparm -i /dev/hda1 hdparm -I /dev/hda1 Now let&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=71&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From : http://ubuntuforums.org/archive/index.php/t-16360.html</p>
<p>let&#8217;s say that you open up a Root Terminal and issue the hdparm command:</p>
<p>hdparm -h</p>
<p>You should see a list of commands that you can issue.</p>
<p>The first two commands that you want to look at are</p>
<p>hdparm -i /dev/hda<br />
hdparm -I /dev/hda<br />
hdparm -i /dev/hda1<br />
hdparm -I /dev/hda1</p>
<p><span id="more-71"></span><br />
Now let&#8217;s day that your dma is set to off and you wish to set it to on. Then you&#8217;d hdparm -d1 /dev/hda<br />
But if you wish to make it so that that setting is set during bootup, you know that we will have to gedit /etc/hdparm.conf.</p>
<p>So, open up a Root Terminal, cd over to /etc and sudo gedit hdparm.conf<br />
Go to the end of the file and highlight &amp; copy</p>
<p>#/dev/hda {<br />
#	mult_sect_io = 16<br />
#	write_cache = off<br />
#	dma = on<br />
#}</p>
<p>Now right click / paste it at the very end of the file (after starting a new line after hitting carriage return).</p>
<p>Now remove the # from the front of all those new lines you&#8217;ve copied from the end of YOUR file.</p>
<p>This is where you&#8217;ll be making all your changes.</p>
<p>You would first make sure that your setting a command in the Root Terminal will work.</p>
<p>So let&#8217;s say that when I did a hdparm /dev/hda command I got back</p>
<p>/dev/hda:<br />
multcount    =  0 (off)<br />
IO_support   =  0 (default 16-bit)<br />
unmaskirq    =  0 (off)<br />
using_dma    =  0 (off)<br />
keepsettings =  0 (off)<br />
readonly     =  0 (off)<br />
readahead    = 256 (on)<br />
geometry     = 58168/16/63, sectors = 58633344, start = 0</p>
<p>So I give this command hdparm -d1 -m1 /dev/hda<br />
Now when I hdparm /dev/hda I get</p>
<p>/dev/hda:<br />
setting multcount to 1<br />
multcount    =  1 (on)<br />
setting dma to 1<br />
dma = 1 (on)</p>
<p>So I would now modify my hdparm.conf to read</p>
<p>/dev/hda {<br />
mult_sect_io = 32<br />
dma = on<br />
}</p>
<p>save it and reboot.</p>
<p>Please note that these are commands in a mock up. In no way do I endorse your putting in mult_sect_io = 32 if your HD cannot support it. The same would go for all the other commands.</p>
<p>Since all you want to do is set DMA, you&#8217;d</p>
<p>/dev/hda {<br />
dma = on<br />
}</p>
<p>&lt;save, reboot&gt;</p>
<p>But before rebooting I would hdparm /dev/hda. This is what it looks like now (after issuing an hdparm -c1 -d1 -m1 /dev/hda command:</p>
<p>/dev/hda:<br />
multcount    =  1 (on)<br />
IO_support   =  1 (32-bit)<br />
unmaskirq    =  0 (off)<br />
using_dma    =  1 (on)<br />
keepsettings =  0 (off)<br />
readonly     =  0 (off)<br />
readahead    = 256 (on)<br />
geometry     = 58168/16/63, sectors = 58633344, start = 0</p>
<p>You should see some new messages regarding hdparm when it is booting up.</p>
<p>Just be careful when playing around with the ATA settings. The numbers don&#8217;t quite go the way you&#8217;d expect.</p>
<p>Now, you&#8217;ll want to test all your settings before ever touching /etc/hdparm.conf.<br />
The commands to do that are:</p>
<p>hdparm -t /dev/hda<br />
hdparm -T /dev/hda</p>
<p>But just testing /dev/hda is really testing just the channel and not the drive itself.</p>
<p>So you should really be saying</p>
<p>hdparm -t /dev/hda1<br />
hdparm -T /dev/hda1</p>
<p>for example.</p>
<p>(I think this may work. I&#8217;ve never had to use it to set individual drive settings. And I doubt that you could turn on DMA for just one drive on a chain as the DMA setting affects the controller which will in turn affect each individual drive. But it may give you different test results when testing a drive; at least it did me.)</p>
<p>/dev/hda1 {<br />
dma = on<br />
}</p>
<p>So my advice is:</p>
<p>Issue a &#8216;set&#8217; command in a Root Terminal.<br />
Run a -i, -I, -t and -T test.<br />
Only then commit the changes to /etc/hdparm.conf and reboot.</p>
<p>As always, it is best if you make a backup of all your precious data onto a CDR before making radical changes. And always have your Ubuntu Live CD at the ready.</p>
<p>From /etc/hdparm.conf:<br />
Note that if the init script causes boot problems, you can pass &#8216;nohdparm&#8217; on the kernel command line, and the script will not be run.</p>
<hr />
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=71&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/08/13/optimized-hardisk-with-hdparam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Ubuntu 8.04 On MSI Wind Notebook</title>
		<link>http://ubuntunow.wordpress.com/2008/08/12/install-ubuntu-804-on-msi-wind-notebook/</link>
		<comments>http://ubuntunow.wordpress.com/2008/08/12/install-ubuntu-804-on-msi-wind-notebook/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:26:14 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=68</guid>
		<description><![CDATA[I have MSI Wind notebook, I try to install ubuntu on it, but alway hang at installation. After googling, i find the answer from http://wiki.msiwind.net/index.php/Ubuntu_8.04_Hardy_Heron Thanks a lot for your tutorial Installation Procedure: Option 1: Install with Wubi Ubuntu Installer The easiest installation option for Windows versions of the Wind/Advent 4211 is to use the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=68&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have MSI Wind notebook, I try to install ubuntu on it, but alway hang at installation. After googling, i find the answer from http://wiki.msiwind.net/index.php/Ubuntu_8.04_Hardy_Heron</p>
<p>Thanks a lot for your tutorial</p>
<p>Installation Procedure:<span id="more-68"></span></p>
<h3><span class="mw-headline">Option 1: Install with Wubi Ubuntu Installer</span></h3>
<p>The easiest installation option for Windows versions of the Wind/Advent 4211 is to use the <span class="external text">Wubi Ubuntu installer</span> directly from Windows. This will allow you to try out Ubuntu without partitioning your hard drive. <a class="external text" title="http://www.howtoforge.com/wubi_ubuntu_on_windows" rel="nofollow" href="http://www.howtoforge.com/wubi_ubuntu_on_windows">HowtoForge.com</a> has written a detailed tutorial for using Wubi.</p>
<p>To then upgrade your Wubi install to a standard Ubuntu system, use the <a class="external text" title="http://lubi.sourceforge.net/lvpm.html" rel="nofollow" href="http://lubi.sourceforge.net/lvpm.html">Loopmounted Virtual Partition Manager (LVPM)</a>. LVPM allows you to transfer all the data, settings, and applications from your original Wubi install to a dedicated partition. LVPM can be found in Ubuntu under: Applications =&gt; System Tools</p>
<p>If, after using LVPM, you get a can&#8217;t mount partition error, then you will need to edit grub. The LPVM installation has worked, grub just needs to be set to use the correct partiion.</p>
<p>Firstly, to fix grub temporarily so you can get into Ubuntu: Reboot the machine, wait till the menu comes up giving you the list of boot options, make sure the top item is selected, (Ubuntu 8.04.1, kernel 2.6.24-19-generic) then hit e to edit the item.</p>
<p>This will give you an edit screen and stop the boot countdown.</p>
<p>There should be three lines on the screen.   Scroll down to the line that says:</p>
<p>root ()/ubuntu/disks</p>
<p>and change it to:</p>
<p>root (hd0,<strong>X</strong>)</p>
<p><strong>X</strong> should be the partition number you transferred Ubuntu to using LVPM minus 1.</p>
<p>e.g.  In my case I transferred Ubuntu to sda5, so my line read root (hd0,4)</p>
<p>Once this line is edited, hit Enter to accept the editing, then b to boot.</p>
<p>Ubuntu should now boot up. You can make the changes permanent to fix your boot forever, by making the same changes in /boot/grub/menu.lst</p>
<p><a name="_Install_With_Ubuntu_8.04.1_Desktop_CD_.28GUI.29"></a></p>
<h3><span class="mw-headline">Option 2: Install With Ubuntu 8.04.1 Desktop CD (GUI)</span></h3>
<p>A second installation option is to use an Ubuntu installation CD (or USB Pen Drive).</p>
<p><strong>Note:</strong> With the release of Ubuntu Hardy Heron 8.04.1, it appears that earlier problems installing with the Ubuntu GUI installer have been resolved. If, however, you would prefer to install Ubuntu using a text interface installer, use the &#8220;Install with Alternate Desktop CD&#8221; instructions in the next section below.</p>
<ol>
<li>Download Hardy Heron 8.04.1 (PC (Intelx86) desktop CD) from here: <a class="external free" title="http://releases.ubuntu.com/8.04.1/" rel="nofollow" href="http://releases.ubuntu.com/8.04.1/">http://releases.ubuntu.com/8.04.1/</a> (Tested and confirmed to work by Malarcy in <a class="external text" title="http://forums.msiwind.net/default-msiwind/ubuntu-guide-for-wind-t768.html" rel="nofollow" href="http://forums.msiwind.net/default-msiwind/ubuntu-guide-for-wind-t768.html">this forum thread</a>).</li>
<li> Burn the &#8220;ubuntu-8.04.1-desktop-i386.iso&#8221; image to a CD.</li>
<li><strong>Optional:</strong> You can install Ubuntu on the Wind/Advent 4211 using a USB Pen Drive. To create a bootable live USB Pen Drive, use <a class="external text" title="http://unetbootin.sourceforge.net/" rel="nofollow" href="http://unetbootin.sourceforge.net/">UNetbootin &#8211; The Universal Netbbot Installer</a> OR follow the instructions for creating a Persistent Ubuntu 8.04 USB Pen Drive at <a class="external text" title="http://www.pendrivelinux.com/2008/05/08/usb-ubuntu-804-persistent-install-via-the-live-cd" rel="nofollow" href="http://www.pendrivelinux.com/2008/05/08/usb-ubuntu-804-persistent-install-via-the-live-cd">PenDriveLinux.com</a>.</li>
<li> Boot system with F11 pressed and the install media (External USB CD-ROM or USB Pen Drive) connected. When prompted, select the drive containing your Ubuntu 8.04.1 .iso image.</li>
<li> Click on the &#8220;Install&#8221; icon on the Live Desktop.</li>
<li><strong>Optional &#8211; Manually Partition Hard Drive:</strong> While allowing the Ubuntu Installer to automatically partition your hard drive during installation is acceptable, it can be beneficial to manually edit your partition table. Before getting started, it is recommended that you first review each of the 9 steps below. For additional information about partitioning your hard drive, you may also want to reference <a class="external text" title="http://www.psychocats.net/ubuntu/partitioning" rel="nofollow" href="http://www.psychocats.net/ubuntu/partitioning">this guide</a>.
<ol>
<li>During installation, choose &#8220;Manually edit partition table.&#8221;</li>
<li>Select the partition you want to resize and press Enter.</li>
<li>Select &#8220;Size&#8221; and press Enter.</li>
<li>Select &#8220;Yes&#8221; and press Enter.</li>
<li>Type a new size in Gigabytes for your partition. On the Wind/Advent 4211, it&#8217;s recommended you free up AT LEAST 15 GB of free space for your Ubuntu install (see number 8 below for more info/suggestions on partition sizing). Press Enter when happy with your changes. It may take some time to apply the changes.</li>
<li>Create a &#8220;swap&#8221; partition. It should be 1-2 times the amount of RAM you have (1000-2000MB). Swap helps with memory management and multi-tasking&#8211;you can read more about swap partitions (also called &#8220;Paging&#8221;) <a class="external text" title="http://en.wikipedia.org/wiki/Swap_partition#Swapping_in_the_Linux_and_BSD_operating_systems" rel="nofollow" href="http://en.wikipedia.org/wiki/Swap_partition#Swapping_in_the_Linux_and_BSD_operating_systems">here</a>.</li>
<li>Create a root &#8220;/&#8221; partition (Ext3) for your Ubuntu installation (5-10GB). This will be where the Ubuntu OS and applications live.</li>
<li>Create a &#8220;/home&#8221; partition (Ext3) for your user files (this should be at least 5-10GB though you could opt to make it bigger&#8211;keep reading for more info). Creating a &#8220;/home&#8221; partition will allow you to reinstall Ubuntu and/or do a clean install (instead of an upgrade) when a new version of Ubuntu comes along. One option when sizing this partition is to make &#8220;/home&#8221; serve as a shared partition between Ubuntu and Windows. To later read and write to this Ext3 partition from Windows, simply install <a class="external text" title="http://www.fs-driver.org/" rel="nofollow" href="http://www.fs-driver.org/">Ext2 Installable File System for Windows</a>.</li>
<li>Select &#8220;Finish partitioning and write changes to disk&#8221;.</li>
</ol>
</li>
</ol>
<p><strong>Note:</strong> If you opted to install Ubuntu with a USB Pen Drive, afterwards you will need to edit /etc/fstab and make sure that /media/cdrom0 points to the CD drive and not to the USB stick.</p>
<p>Open /etc/fstab for editing:</p>
<pre>sudo gedit /etc/fstab</pre>
<p>Find a line like this (usually the last line): /dev/sdXX /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0</p>
<p>and comment it out by placing a # at the beginning (or simply delete it).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=68&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/08/12/install-ubuntu-804-on-msi-wind-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>wxDownload Fast</title>
		<link>http://ubuntunow.wordpress.com/2008/08/11/wxdownload-fast/</link>
		<comments>http://ubuntunow.wordpress.com/2008/08/11/wxdownload-fast/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 13:36:54 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[wxDownload Fast]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=63</guid>
		<description><![CDATA[Download is important things when we surve the web. Download small file is easy, but if we want download big file which need oe, two hours or more than one day. Its difficult to do if we use slow internet connection whic always have broken connection. But its more easy now with wxDownload Fast, wxDownload [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=63&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download is important things when we surve the web. Download small file is easy, but if we want download big file which need oe, two hours or more than one day. Its difficult to do if we use slow internet connection whic always have broken connection.</p>
<p>But its more easy now with wxDownload Fast, wxDownload Fast (also known as wxDFast) is an open source download manager. It is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X(binary still not available). Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.</p>
<p>Created in C++ using the <a href="http://www.wxwidgets.org/">wxWidgets(wxWindows)</a> library.<span id="more-63"></span></p>
<p><strong>Features</strong></p>
<ul>
<li>Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)</li>
<li>Download resuming (Pause and restart where you stopped)</li>
<li>Download scheduling</li>
<li>Organizes files you have already downloaded</li>
<li>View server messages (HTTP, FTP, file://). No HTTPS support.</li>
<li>Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Armenian, Indonesian and Dutch</li>
<li>Connection to HTTP/FTP servers which require a password</li>
<li>Calculates the MD5/SHA1 checksum of downloaded files so they can be easily verified</li>
<li><a href="http://www.metalinker.org/">Metalink</a> support</li>
<li>Firefox integration through <a href="http://flashgot.net/">FlashGot</a></li>
<li>Can be used as a <a href="http://dfast.sourceforge.net/faq.html#faq06">portable</a> download manager (Windows only)</li>
<li>Can be used over proxy servers(HTTP proxy support)</li>
</ul>
<p>All this Ubuntu packages are available in <a href="http://www.getdeb.net/app.php?name=wxdownload%20fast">http://www.getdeb.net/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=63&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/08/11/wxdownload-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
		<item>
		<title>System Information Use Sysinfo</title>
		<link>http://ubuntunow.wordpress.com/2008/08/10/system-information-use-sysinfo/</link>
		<comments>http://ubuntunow.wordpress.com/2008/08/10/system-information-use-sysinfo/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 10:46:32 +0000</pubDate>
		<dc:creator>bearisusanto</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[sysinfo]]></category>
		<category><![CDATA[systeminformation]]></category>

		<guid isPermaLink="false">http://ubuntunow.wordpress.com/?p=59</guid>
		<description><![CDATA[Sysinfo is a GTK2 based program which can display the following computer/system information: - General information: Kernel version, Distribution release,Hostname/domainname, some important software versions. - CPU information: Name/vendor, Frequency, L2 Cache, model/family/stepping. - Memory information: Total, Free, Cached, Active/inactive, Swap. - IDE information: Disks CD/DVD-roms, Model, Capacity, Cache. - Filesystem information: Filesystem disk space usage(mounted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=59&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sysinfo is a GTK2 based program which can display the following computer/system information:</p>
<p>- General information: Kernel version, Distribution release,Hostname/domainname, some important    software versions.<br />
- CPU information: Name/vendor, Frequency, L2 Cache, model/family/stepping.<br />
- Memory information: Total, Free, Cached, Active/inactive, Swap.<br />
- IDE information: Disks CD/DVD-roms, Model, Capacity, Cache.<br />
- Filesystem information: Filesystem disk space usage(mounted partitions).<br />
- Hardware information: Motherboard chipset, IDE interface, VGA contoller,<br />
Multimedia controllers(sound cards), Ethernet cards.<br />
- <span style="position:static;text-decoration:underline;"><span style="font-weight:400;font-size:10.95px;position:static;color:#cc9933;"><span class="kLink" style="border-bottom:1px solid #cc9933;font-weight:400;font-size:10.95px;position:static;background-color:transparent;font-family:Verdana,Tahoma,Arial,sans-serif;color:#cc9933;">USB</span></span></span> information: USB controllers.<br />
- NVIDIA information: Graphic card model, AGP rate, Fast writes/SBA, Driver<br />
version. (accelerated linux <span style="position:static;text-decoration:underline;"><span style="font-weight:400;font-size:10.95px;position:static;color:#cc9933;"><span class="kLink" style="border-bottom:1px solid #cc9933;font-weight:400;font-size:10.95px;position:static;background-color:transparent;font-family:Verdana,Tahoma,Arial,sans-serif;color:#cc9933;">driver </span><span class="kLink" style="border-bottom:1px solid #cc9933;font-weight:400;font-size:10.95px;position:static;background-color:transparent;font-family:Verdana,Tahoma,Arial,sans-serif;color:#cc9933;">needed</span></span></span>)<br />
- Other information: Sound card details, Input devices, Screen resolution.<span id="more-59"></span></p>
<p><strong>Install sysinfo in Ubuntu</strong></p>
<p>Install sysinfo using the following command</p>
<p>sudo aptitude install sysinfo</p>
<p>This will complete the installation.</p>
<p><strong>Using Sysinfo</strong></p>
<p>If yo want to open go to Applications—&gt;<span style="position:static;text-decoration:underline;"><span style="font-weight:400;font-size:10.95px;position:static;color:#cc9933;"><span class="kLink" style="font-weight:400;font-size:10.95px;position:static;font-family:Verdana,Tahoma,Arial,sans-serif;color:#cc9933;">System</span></span></span> Tools—&gt;Sysinfo</p>
<p>Thanks for ubuntu geek</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ubuntunow.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ubuntunow.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntunow.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntunow.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntunow.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntunow.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntunow.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntunow.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntunow.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntunow.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntunow.wordpress.com&amp;blog=4190778&amp;post=59&amp;subd=ubuntunow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntunow.wordpress.com/2008/08/10/system-information-use-sysinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d698c27445e0796cae547abcd903797?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bearisusanto</media:title>
		</media:content>
	</item>
	</channel>
</rss>
