<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9029959082303883621</id><updated>2024-10-07T13:14:02.614+07:00</updated><category term="application"/><category term="File synchronization"/><category term="boot"/><category term="compression"/><category term="java"/><category term="kernel"/><category term="terminal"/><category term="virus"/><title type='text'>Ubuntu Notes</title><subtitle type='html'>My journal on Ubuntu</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-6846689312629018839</id><published>2010-09-06T18:37:00.001+07:00</published><updated>2010-09-06T18:38:57.119+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="kernel"/><title type='text'>Remove Old Ubuntu Kernels</title><content type='html'>Everytime you install a new kernel on Ubuntu, it will not remove the old kernels and you&#39;ll still be able to boot into one of those kernels. This feature is useful in case the new kernel doesn&#39;t run well after installation.&lt;br /&gt;
&lt;br /&gt;
But, there&#39;s also a drawback regarding this. Your grub list will grow longer and your startup menu will fill the whole screen. In order to fix this, open&amp;nbsp; a terminal and type &lt;code&gt;uname -r&lt;/code&gt; in the screen, it will produce some text like this:&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBQ28o0W1s0O8gY7_1DeWRtz8MePmUAyex1K1u5BO7ESvlKCwl_TOpBIhjZXOeL-L_gi0aAIvdhf4Bo6l1UPgT0XowanJiQz1ho_WOdnGZqph3_9yici9rHjOKQVOwAg_fjk4AgG0XuvM/s1600/Screenshot-samsul@samsul-desktop:+%7E.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBQ28o0W1s0O8gY7_1DeWRtz8MePmUAyex1K1u5BO7ESvlKCwl_TOpBIhjZXOeL-L_gi0aAIvdhf4Bo6l1UPgT0XowanJiQz1ho_WOdnGZqph3_9yici9rHjOKQVOwAg_fjk4AgG0XuvM/s320/Screenshot-samsul@samsul-desktop:+%7E.png&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Run &lt;code&gt;uname -r&lt;/code&gt; in terminal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
Now, open Synaptic Package Manager and search for&amp;nbsp;&lt;b&gt;linux-image-2&lt;/b&gt;. It will show you all kernels available and those you already installed. Choose kernel images that you don&#39;t need and click on it, select &lt;i&gt;Mark for Removal&lt;/i&gt;. Now apply it and your grub menu should be free from old kernels.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note:&lt;/b&gt; &lt;i&gt;Be careful not to delete your newly installed kernel, it should be the one you see in terminal window after you execute&lt;/i&gt; &lt;code&gt;uname -r&lt;/code&gt;.</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/6846689312629018839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/09/remove-old-ubuntu-kernels.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/6846689312629018839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/6846689312629018839'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/09/remove-old-ubuntu-kernels.html' title='Remove Old Ubuntu Kernels'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBQ28o0W1s0O8gY7_1DeWRtz8MePmUAyex1K1u5BO7ESvlKCwl_TOpBIhjZXOeL-L_gi0aAIvdhf4Bo6l1UPgT0XowanJiQz1ho_WOdnGZqph3_9yici9rHjOKQVOwAg_fjk4AgG0XuvM/s1600/Screenshot-samsul@samsul-desktop:+%7E.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-9067860551001641056</id><published>2010-06-13T10:49:00.001+07:00</published><updated>2010-06-13T10:51:45.197+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="application"/><category scheme="http://www.blogger.com/atom/ns#" term="boot"/><title type='text'>How to Change Default OS on Boot</title><content type='html'>If you are using multi OS on the same computer, you are probably using &lt;i&gt;grub&lt;/i&gt; as bootloader. It&#39;s Ubuntu&#39;s default loader.&lt;br /&gt;
&lt;br /&gt;
This &lt;i&gt;grub&lt;/i&gt;, makes Ubuntu as default OS to load on boot. If you prefer another OS to load at that stage, Windows - for example, you can configure &lt;i&gt;grub&lt;/i&gt; by using gedit:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;sudo gedit /etc/default/grub&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
It will open a gedit editor.&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
If you change this file, run ‘update-grub’ afterwards to update&lt;br /&gt;
# /boot/grub/grub.cfg.&lt;br /&gt;
&lt;br /&gt;
GRUB_DEFAULT=0&lt;br /&gt;
#GRUB_HIDDEN_TIMEOUT=0&lt;br /&gt;
GRUB_HIDDEN_TIMEOUT_QUIET=true&lt;br /&gt;
GRUB_TIMEOUT=10&lt;br /&gt;
GRUB_DISTRIBUTOR=`lsb_release -i -s 2&amp;gt; /dev/null || echo Debian`&lt;br /&gt;
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”&lt;br /&gt;
GRUB_CMDLINE_LINUX=”&quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment to disable graphical terminal (grub-pc only)&lt;br /&gt;
#GRUB_TERMINAL=console&lt;br /&gt;
&lt;br /&gt;
# The resolution used on graphical terminal&lt;br /&gt;
# note that you can use only modes which your graphic card supports via VBE&lt;br /&gt;
# you can see them in real GRUB with the command `vbeinfo’&lt;br /&gt;
#GRUB_GFXMODE=640×480&lt;br /&gt;
&lt;br /&gt;
# Uncomment if you don’t want GRUB to pass “root=UUID=xxx” parameter to Linux&lt;br /&gt;
#GRUB_DISABLE_LINUX_UUID=true&lt;br /&gt;
&lt;br /&gt;
# Uncomment to disable generation of recovery mode menu entrys&lt;br /&gt;
#GRUB_DISABLE_LINUX_RECOVERY=”true”&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
You have to change the value of &lt;code&gt;GRUB_DEFAULT&lt;/code&gt;. The default is 0, which represents the first line of the OS list on your computer (numbering starts from 0). So, if your Windows is on the fourth line, you change the number to 3.&lt;br /&gt;
&lt;br /&gt;
If you&#39;re looking for a more convenient way to do this, try &lt;code&gt;sudo apt-get install startupmanager&lt;/code&gt;, it&#39;s a GUI &lt;i&gt;grub&lt;/i&gt; configuring tool.&lt;br /&gt;
&lt;br /&gt;
#PS: don&#39;t forget to run &lt;code&gt;sudo update-grub&lt;/code&gt; after you manualy edited &lt;i&gt;grub&lt;/i&gt; config in gedit. You don&#39;t have to do this if you&#39;re using &lt;code&gt;startupmanager&lt;/code&gt;, the GUI version.</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/9067860551001641056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/06/how-to-change-default-os-on-boot.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/9067860551001641056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/9067860551001641056'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/06/how-to-change-default-os-on-boot.html' title='How to Change Default OS on Boot'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-5760544585514358258</id><published>2010-06-08T11:36:00.002+07:00</published><updated>2010-06-08T12:39:12.280+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="application"/><category scheme="http://www.blogger.com/atom/ns#" term="compression"/><title type='text'>How to Open 7zip Files on Ubuntu</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJRpcCVgikNfhTrekUmuD_Ri_rBwj608gYHn4dG77RkMdJyFVGfjDhodHJUL52iC9mLGW0KGe1t8lcYkYSW05mMyrtFz77Sw3vUi27IGoZFjxy0mjR-di3cDtfsuR2hHkDPOThXqnAkfM/s1600/7zip-icon.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJRpcCVgikNfhTrekUmuD_Ri_rBwj608gYHn4dG77RkMdJyFVGfjDhodHJUL52iC9mLGW0KGe1t8lcYkYSW05mMyrtFz77Sw3vUi27IGoZFjxy0mjR-di3cDtfsuR2hHkDPOThXqnAkfM/s200/7zip-icon.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;You can open 7zip files on Ubuntu by installing p7zip package first:&lt;br /&gt;
&lt;code&gt;sudo apt-get install p7zip&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
If you have File Roller, when you click on 7zip files in Nautilus, Archive Manager will handle your 7zip file.&lt;br /&gt;
&lt;br /&gt;
Or you can use Command Line Interface (CLI) instead:&lt;br /&gt;
&lt;code&gt;$p7zip -d a-7zip-file.7z&lt;/code&gt;</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/5760544585514358258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/06/how-to-open-7zip-files-on-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/5760544585514358258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/5760544585514358258'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/06/how-to-open-7zip-files-on-ubuntu.html' title='How to Open 7zip Files on Ubuntu'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJRpcCVgikNfhTrekUmuD_Ri_rBwj608gYHn4dG77RkMdJyFVGfjDhodHJUL52iC9mLGW0KGe1t8lcYkYSW05mMyrtFz77Sw3vUi27IGoZFjxy0mjR-di3cDtfsuR2hHkDPOThXqnAkfM/s72-c/7zip-icon.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-8400048769679890042</id><published>2010-05-29T01:10:00.001+07:00</published><updated>2010-05-29T07:59:47.703+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="java"/><category scheme="http://www.blogger.com/atom/ns#" term="terminal"/><title type='text'>How to Run Java .jar File in Ubuntu</title><content type='html'>&lt;div class=&quot;zemanta-img&quot; style=&quot;clear: left; display: block; float: left; margin-bottom: 1em; margin-right: 1em; margin-top: 1em; width: 150px;&quot;&gt;&lt;img alt=&quot;Java logo&quot; height=&quot;200&quot; src=&quot;http://upload.wikimedia.org/wikipedia/en/thumb/3/39/Java_logo.svg/300px-Java_logo.svg.png&quot; style=&quot;border: medium none; display: block;&quot; width=&quot;109&quot; /&gt;&lt;span class=&quot;zemanta-img-attribution&quot;&gt;Image via &lt;a href=&quot;http://en.wikipedia.org/wiki/File:Java_logo.svg&quot;&gt;Wikipedia&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
You can run a .jar file by typing this command:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;java -jar java_jar_file.jar&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Common mistake is typing the command line without -jar option which produces something like:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
MissingFieldException[ The following required field is missing from the launch file: &lt;jnlp&gt;]&lt;br /&gt;
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)&lt;br /&gt;
at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)&lt;br /&gt;
at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)&lt;br /&gt;
at com.sun.javaws.Main.launchApp(Unknown Source)&lt;br /&gt;
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)&lt;br /&gt;
at com.sun.javaws.Main$1.run(Unknown Source)&lt;br /&gt;
at java.lang.Thread.run(Unknown Source)&lt;br /&gt;
&lt;/jnlp&gt;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;height: 15px; margin-top: 10px;&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; href=&quot;http://reblog.zemanta.com/zemified/24d9e61f-2720-4712-b81e-207c8e31ea2d/&quot; title=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;img alt=&quot;Reblog this post [with Zemanta]&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/reblog_e.png?x-id=24d9e61f-2720-4712-b81e-207c8e31ea2d&quot; style=&quot;border: medium none; float: right;&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt;&lt;script defer=&quot;defer&quot; src=&quot;http://static.zemanta.com/readside/loader.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/8400048769679890042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/05/how-to-run-java-jar-file-in-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/8400048769679890042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/8400048769679890042'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/05/how-to-run-java-jar-file-in-ubuntu.html' title='How to Run Java .jar File in Ubuntu'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-5361051606317170441</id><published>2010-05-28T07:24:00.002+07:00</published><updated>2010-05-28T15:11:14.765+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="File synchronization"/><title type='text'>Dropbox for File Synchronization</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR9JAnHB6JwoR0nWkXGvtPw36EWmzl7uC0B2O23FmwIHTg6dsB_gFObeDZdv0OSlLqKCaB_JiAE28GqUMWSfYdvij8_3aZnoXhd1rguVuJYO8OopkOSJqilgTHeubs_q2beNEOFYFEu1o/s1600/dropbox.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;66&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR9JAnHB6JwoR0nWkXGvtPw36EWmzl7uC0B2O23FmwIHTg6dsB_gFObeDZdv0OSlLqKCaB_JiAE28GqUMWSfYdvij8_3aZnoXhd1rguVuJYO8OopkOSJqilgTHeubs_q2beNEOFYFEu1o/s200/dropbox.png&quot; width=&quot;66&quot; /&gt;&lt;/a&gt;&lt;/div&gt;I found that &lt;a class=&quot;zem_slink&quot; href=&quot;http://www.dropbox.com/&quot; rel=&quot;homepage nofollow&quot; title=&quot;Dropbox&quot;&gt;Dropbox&lt;/a&gt; is a good file synchronization for my desktop. It is useful to keep my work always up-to-date either in my office desktop or my own PC at home. It&#39;s not just that, you can use it for other purpose like &lt;a href=&quot;http://lifehacker.com/5541713/use-dropbox-to-monitor-your-computer-remotely&quot;&gt;this&lt;/a&gt; or &lt;a href=&quot;http://lifehacker.com/5519000/use-dropbox-to-sync-your-pidgin-profile-across-multiple-pcs&quot;&gt;this&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
To install it on Ubuntu, just go to &lt;a href=&quot;https://www.dropbox.com/downloading&quot;&gt;this link&lt;/a&gt; and select deb package corresponding to your system, either 32bit or 64bit Ubuntu.&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;height: 15px; margin-top: 10px;&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; href=&quot;http://reblog.zemanta.com/zemified/1e353948-0b33-4ef5-8f4d-deeff28a29b5/&quot; title=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;img alt=&quot;Reblog this post [with Zemanta]&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/reblog_e.png?x-id=1e353948-0b33-4ef5-8f4d-deeff28a29b5&quot; style=&quot;border: medium none; float: right;&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt;&lt;script defer=&quot;defer&quot; src=&quot;http://static.zemanta.com/readside/loader.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/5361051606317170441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/05/dropbox-for-file-synchronization.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/5361051606317170441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/5361051606317170441'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/05/dropbox-for-file-synchronization.html' title='Dropbox for File Synchronization'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR9JAnHB6JwoR0nWkXGvtPw36EWmzl7uC0B2O23FmwIHTg6dsB_gFObeDZdv0OSlLqKCaB_JiAE28GqUMWSfYdvij8_3aZnoXhd1rguVuJYO8OopkOSJqilgTHeubs_q2beNEOFYFEu1o/s72-c/dropbox.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-4496479906846795539</id><published>2010-05-27T07:36:00.003+07:00</published><updated>2010-05-29T08:09:13.338+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="application"/><category scheme="http://www.blogger.com/atom/ns#" term="virus"/><title type='text'>avast! Antivirus for Ubuntu</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Logos II -- Which one is your favorite?&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiby0ppRVqnfp_5LZJ_cx0Vix1gdP9T6O9efAkP-0-wtJFTY1qCILU9rStOm7fM_wq_5WQOprG22mthj-TbZ545zfREUOwzj0AIyzCQ_FGGzM2sN0pBDWCt9fKppev_Lekixt666mMTI7k/s200/Avast%2520Antivirus.png&quot; style=&quot;border: medium none; display: block;&quot; width=&quot;200&quot; /&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Virus attacks are common in Windows systems and happen less in Linux systems. But, for prevention, you can install an antivirus in Ubuntu just in case of bad things happened.&lt;br /&gt;
&lt;br /&gt;
One of antivirus that I installed on my Ubuntu system is avast! Antivirus. You can install it with this command:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;wget http://files.avast.com/files/linux/avast4workstation_1.3.0-2_i386.deb &amp;amp;&amp;amp; sudo dpkg -i avast4workstation_1.3.0-2_i386.deb&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Then you can access it in Accessories → avast! Antivirus.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;height: 15px; margin-top: 10px;&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; href=&quot;http://reblog.zemanta.com/zemified/3cbe4364-95a2-4cfb-9d17-3fe07782c217/&quot; title=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;img alt=&quot;Reblog this post [with Zemanta]&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/reblog_e.png?x-id=3cbe4364-95a2-4cfb-9d17-3fe07782c217&quot; style=&quot;border: medium none; float: right;&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt;&lt;script defer=&quot;defer&quot; src=&quot;http://static.zemanta.com/readside/loader.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/4496479906846795539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/05/avast-antivirus-for-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/4496479906846795539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/4496479906846795539'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/05/avast-antivirus-for-ubuntu.html' title='avast! Antivirus for Ubuntu'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiby0ppRVqnfp_5LZJ_cx0Vix1gdP9T6O9efAkP-0-wtJFTY1qCILU9rStOm7fM_wq_5WQOprG22mthj-TbZ545zfREUOwzj0AIyzCQ_FGGzM2sN0pBDWCt9fKppev_Lekixt666mMTI7k/s72-c/Avast%2520Antivirus.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9029959082303883621.post-4157848685742230296</id><published>2010-05-26T19:30:00.002+07:00</published><updated>2010-05-27T07:36:50.782+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="application"/><title type='text'>CHM reader untuk Ubuntu</title><content type='html'>Ada berbagai jenis &lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help&quot;&gt;CHM&lt;/a&gt; &lt;i&gt;(Microsoft Compiled HTML Help)&lt;/i&gt; reader yang tersedia untuk sistem operasi Ubuntu, seperti &lt;b&gt;gnochm&lt;/b&gt;, &lt;b&gt;xchm&lt;/b&gt;, &lt;b&gt;kchmviewer&lt;/b&gt;, dan sebagainya. Dari berbagai pilihan tersebut, saya lebih suka menggunakan xchm untuk membaca file Compiled HTML Help dalam Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Ubuntu  menggunakan desktop Gnome. Sebenarnya, &lt;b&gt;gnochm&lt;/b&gt; lebih didukung oleh Gnome. Namun saya kurang suka menggunakan gnochm karena dari pengalaman saya font yang ditampilkan tidak proporsional. Kadang terlalu besar, kadang terlalu kecil. Selain itu, seringkali gnochm mengalami crash dan aplikasi tertutup dengan paksa.&lt;br /&gt;
&lt;br /&gt;
Saya kemudian mencoba aplikasi CHM reader lain, yaitu &lt;b&gt;xchm&lt;/b&gt;. Aplikasi ini lebih bagus dalam menampilkan file CHM dan lebih nyaman digunakan untuk membaca file CHM.&lt;br /&gt;
&lt;br /&gt;
Jika tertarik, anda bisa memasangnya di sistem Ubuntu dengan cara mengetikkan perintah ini di terminal:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;sudo apt-get install xchm&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Selamat membaca! :-)</content><link rel='replies' type='application/atom+xml' href='http://itubuntu.blogspot.com/feeds/4157848685742230296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://itubuntu.blogspot.com/2010/05/chm-reader-untuk-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/4157848685742230296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9029959082303883621/posts/default/4157848685742230296'/><link rel='alternate' type='text/html' href='http://itubuntu.blogspot.com/2010/05/chm-reader-untuk-ubuntu.html' title='CHM reader untuk Ubuntu'/><author><name>Ayah Fina</name><uri>http://www.blogger.com/profile/13528051329466774329</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPDjD-jMx7F7baELK5V3rA07G9GwyqzSC79kbj7AOiVkH-8bkP0mXhtj9iC9rsJ5-F2Q9L0Pi6znx37Pub24A_6lzQS9Ws1u8qL44cz3g6mV_NO3IM4NxzUesLpKCeAfo/s1600-r/*'/></author><thr:total>0</thr:total></entry></feed>