<?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: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-3965245990419662674</id><updated>2012-02-16T20:21:53.235-08:00</updated><category term='studio 1555'/><category term='install'/><category term='grub'/><category term='splash image'/><category term='dell studio'/><category term='apt'/><category term='jaunty'/><category term='video playback'/><category term='grub2'/><category term='mencoder'/><category term='updates'/><category term='ubuntu'/><category term='lcd brightness'/><category term='karmic'/><category term='mplayer'/><category term='update'/><title type='text'>TeeJee's Tech Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://teejeesblog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://teejeesblog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>teejee</name><uri>http://www.blogger.com/profile/10140646951038361819</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3965245990419662674.post-3066951112528919785</id><published>2009-12-01T01:26:00.000-08:00</published><updated>2011-02-07T08:01:57.532-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dell studio'/><category scheme='http://www.blogger.com/atom/ns#' term='lcd brightness'/><category scheme='http://www.blogger.com/atom/ns#' term='studio 1555'/><category scheme='http://www.blogger.com/atom/ns#' term='video playback'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Fix problems with Ubuntu on Dell Studio 1555</title><content type='html'>&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Problems with video playback (Compiz + ATI graphics card)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Problem:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Playing a video with Totem, VLC or MPlayer gives a black screen&lt;/li&gt;&lt;li&gt;Switching to fullscreen causes a crash&lt;/li&gt;&lt;li&gt;The video stutters or freezes on fullscreen playback&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;font-size:100%;"&gt;&lt;br /&gt;Cause:&lt;/span&gt;&lt;br /&gt;The problem is with Compiz and with the proprietary ATI graphics driver (fglrx). You will see many solutions which tell you to either disable compiz or use the xv or x11 video driver. This solution is what I was using till now. The disadvantage of using the X11 video output is that the playback will be poor (stutter, freeze, etc) and hardware acceleration is not used for video playback.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;ul&gt;&lt;li&gt;Install the&lt;span style="font-weight: bold;"&gt; &lt;a href="apt:compizconfig-settings-manager"&gt;compizconfig-settings-manager&lt;/a&gt;&lt;/span&gt; package using Synaptic.&lt;/li&gt;&lt;li&gt;Open &lt;span style="font-weight: bold;"&gt;CompizConfig Settings Manager&lt;/span&gt; from System -&gt; Preferences.&lt;/li&gt;&lt;li&gt;Select &lt;span style="font-weight: bold;"&gt;General&lt;/span&gt; from the left panel and &lt;span style="font-weight: bold;"&gt;General Options&lt;/span&gt; from the right panel.&lt;/li&gt;&lt;li&gt;There's an option called&lt;span style="font-weight: bold;"&gt; Undirect Fullscreen Windows&lt;/span&gt;. Check this option.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;This will fix all your video playback problems!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;TIP:&lt;/span&gt; If you are using &lt;span style="font-weight: bold;"&gt;SMPlayer&lt;/span&gt; please note that the &lt;span style="font-weight: bold;"&gt;spacebar&lt;/span&gt; is used for &lt;span style="font-weight: bold;"&gt;pause&lt;/span&gt; only! It is &lt;span style="font-style: italic;"&gt;not&lt;/span&gt; used to toggle between Play/Pause! You can change the default keyboard mapping from the Options-&gt;Preferences window.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Problems with LCD brightness&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Problem:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The media keys for adjusting LCD brightness sometimes work and sometimes don't.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Open &lt;span style="font-weight: bold;"&gt;/etc/default/grub&lt;/span&gt; using GEdit.&lt;br /&gt;Find the line &lt;span class="cb"&gt;GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"&lt;/span&gt; change it to &lt;span class="cb"&gt;GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapic"&lt;/span&gt; &lt;/li&gt;&lt;li&gt;Save the file and close GEdit&lt;/li&gt;&lt;li&gt;Open a terminal and type&lt;span style="font-weight: bold;"&gt; update-grub&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;Reboot.&lt;/li&gt;&lt;/ul&gt;Thats it. The media keys for adjusting LCD brightness should work correctly now.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Calibrate your LCD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It is very important to calibrate your LCD display in order to get good color reproduction and contrast. These settings can be adjusted from the Catalyst Control Center (colors tab). The settings that I am using are given below. These settings are very easy on the eyes and give good results.&lt;br /&gt;&lt;div class="cb"&gt;Gamma = 1.40&lt;br /&gt;Brightness = 0 (default)&lt;br /&gt;Contrast = 70&lt;br /&gt;Hue = 0 (default)&lt;/div&gt; Adjust the LCD brightness using the media keys after calibrating your LCD.&lt;br /&gt;&lt;br /&gt;If your hardware is different then these values may not give good results with your LCD. The following sites have some good tools for calibrating your LCD or monitor.&lt;br /&gt;&lt;a href="http://www.displaycalibration.com/brightness_contrast.html"&gt;http://www.displaycalibration.com/brightness_contrast.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.photoscientia.co.uk/Gamma.htm"&gt;http://www.photoscientia.co.uk/Gamma.htm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3965245990419662674-3066951112528919785?l=teejeesblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teejeesblog.blogspot.com/feeds/3066951112528919785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://teejeesblog.blogspot.com/2009/12/fix-problems-with-ubuntu-on-dell-studio.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/3066951112528919785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/3066951112528919785'/><link rel='alternate' type='text/html' href='http://teejeesblog.blogspot.com/2009/12/fix-problems-with-ubuntu-on-dell-studio.html' title='Fix problems with Ubuntu on Dell Studio 1555'/><author><name>teejee</name><uri>http://www.blogger.com/profile/10140646951038361819</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3965245990419662674.post-704355158482257431</id><published>2009-11-04T20:35:00.000-08:00</published><updated>2011-02-08T09:13:37.329-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='grub'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='grub2'/><category scheme='http://www.blogger.com/atom/ns#' term='splash image'/><title type='text'>Add GRUB2 Splash Image in Ubuntu</title><content type='html'>One of the major highlights in Ubuntu 9.10(Karmic Koala) its the new GRUB2 boot loader which allows high-resolution images to be used as backgrounds in the boot screen. However, after installing Karmic you will realise that the background image is disabled by default and what you get is a simple black background.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_9h2BAI7jr4M/SvKB9g-5XZI/AAAAAAAAAA8/c-J6GPbJH8Q/s1600-h/boot-default.jpg" title="Default Boot Screen"&gt;&lt;img style="cursor: pointer; width: 400px; height: 298px;" src="http://4.bp.blogspot.com/_9h2BAI7jr4M/SvKB9g-5XZI/AAAAAAAAAA8/c-J6GPbJH8Q/s400/boot-default.jpg" alt="" id="BLOGGER_PHOTO_ID_5400521796996390290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Installing a splash image for GRUB2 is very simple. All you have to do is follow the steps given below:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;1) Download the images&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Open a command window, copy-paste the following text and press Enter:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo apt-get install grub2-splashimages&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;This will install a number of images (in TGA format) in the &lt;span style="font-weight: bold;"&gt;/usr/share/images/grub&lt;/span&gt; folder. Open this folder to view the images you downloaded.&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2) Install a splash image&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Lets install &lt;span style="font-weight: bold;"&gt;Lake_mapourika_NZ.tga&lt;/span&gt; as the splash image.&lt;br /&gt;&lt;br /&gt;Type the following in a command window:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gedit /etc/grub.d/05_debian_theme&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;This will open up the file &lt;span style="font-weight: bold;"&gt;/etc/grub.d/05_debian_theme&lt;/span&gt; in &lt;span&gt;gedit&lt;/span&gt; text editor with &lt;span&gt;root priviledges&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Find the line:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for i in {/boot/grub,/usr/share/images/desktop-base}/moreblue-orbit-grub.{png,tga} ; do&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Replace it with:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for i in {/boot/grub,/usr/share/images/desktop-base,/usr/share/images/grub}/Lake_mapourika_NZ.{png,tga} ; do&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Save the file and exit.&lt;br /&gt;&lt;br /&gt;Update your &lt;span style="font-weight: bold;"&gt;grub.cfg&lt;/span&gt; using the following command:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo update-grub&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Thats it. Reboot your machine and enjoy the new boot screen.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Notes:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) The line:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for i in {/boot/grub,/usr/share/images/desktop-base,/usr/share/images/grub}/Moraine_Lake_17092005.{png,tga} ;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;tells grub to look for &lt;span style="font-weight: bold;"&gt;Moraine_Lake_17092005&lt;/span&gt; (in PNG or TGA format) in the following locations:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/boot/grub&lt;br /&gt;/usr/share/images/desktop-base&lt;br /&gt;/usr/share/images/grub&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;You can use any image in PNG or TGA format as the splash image by simply copying the image to any of these folders and changing the line as described above. You can also specify some other folder of your choice. Always remember to run &lt;span style="font-weight: bold;"&gt;sudo update-grub&lt;/span&gt; after editing the line otherwise your changes will not be saved.&lt;br /&gt;&lt;br /&gt;2) The images that you get by installing the &lt;span style="font-weight: bold;"&gt;grub2-splashimages&lt;/span&gt; package are &lt;span&gt;extremely boring&lt;/span&gt; (screenshot below).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_9h2BAI7jr4M/SvJduL-HV0I/AAAAAAAAAA0/WopFYExeqvs/s1600-h/Screenshot-1.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 337px;" src="http://4.bp.blogspot.com/_9h2BAI7jr4M/SvJduL-HV0I/AAAAAAAAAA0/WopFYExeqvs/s400/Screenshot-1.jpg" alt="" id="BLOGGER_PHOTO_ID_5400481951239329602" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can download a number of high-resolution wallpapers from the following site and use them as the splash image.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.desktopnexus.com/tag/ubuntu/"&gt;http://www.desktopnexus.com/tag/ubuntu/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) The&lt;span style="font-weight: bold;"&gt; default resolution&lt;/span&gt; for the splash image is very low (640x480). If the image you use is larger than this then it will be &lt;span&gt;cropped&lt;/span&gt; and the boot screen will look very ugly. You can increase the resolution to 1024x768 for better results.&lt;br /&gt;&lt;br /&gt;Type the following in a command window:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;$sudo gedit /etc/default/grub&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;This will open up the file &lt;span style="font-weight: bold;"&gt;/etc/default/grub&lt;/span&gt; in &lt;span&gt;gedit&lt;/span&gt; text editor  with &lt;span&gt;root priviledges&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Find the line:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#GRUB_GFXMODE=640x480&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Replace it with:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;GRUB_GFXMODE=1024x768&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Save the file and reboot.&lt;br /&gt;&lt;br /&gt;4) Your graphics card supports a very limited number of video modes during boot time. Make sure that you are using a supported resolution. To see the video modes available at boot time, reboot your machine, press C at the boot screen and type &lt;span style="font-weight: bold;"&gt;vbeinfo&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;5) The syntax for editing the GRUB2 configuration files is given on the following page:&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="https://wiki.ubuntu.com/Grub2"&gt;&lt;span&gt;&lt;br /&gt;https://wiki.ubuntu.com/Grub2&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3965245990419662674-704355158482257431?l=teejeesblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teejeesblog.blogspot.com/feeds/704355158482257431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/grub2-splash-image-in-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/704355158482257431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/704355158482257431'/><link rel='alternate' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/grub2-splash-image-in-ubuntu.html' title='Add GRUB2 Splash Image in Ubuntu'/><author><name>teejee</name><uri>http://www.blogger.com/profile/10140646951038361819</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_9h2BAI7jr4M/SvKB9g-5XZI/AAAAAAAAAA8/c-J6GPbJH8Q/s72-c/boot-default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3965245990419662674.post-2958133232890443692</id><published>2009-11-03T21:48:00.000-08:00</published><updated>2009-11-04T20:11:42.475-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mencoder'/><category scheme='http://www.blogger.com/atom/ns#' term='update'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='mplayer'/><title type='text'>How to update MPlayer in Ubuntu</title><content type='html'>The MPlayer version that is available through the official Ubuntu repositories is very old (1.0 RC2, released in April 2008). When you run a program like SMPlayer, it will complain that the MPlayer version is very old and some of the features won’t work properly.&lt;br /&gt;&lt;br /&gt;To update MPlayer to the latest version, open a command window, copy-paste the following text and press Enter:&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid rgb(170, 170, 170); padding: 0.3em; font-size: 130%; background-color: rgb(232, 232, 232);"&gt;&lt;code&gt;sudo sh -c "echo 'deb http://ppa.launchpad.net/rvm/mplayer/ubuntu karmic main' &gt;&gt; /etc/apt/sources.list"&lt;br /&gt;sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 03E02400&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install mplayer mencoder smplayer&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Thats it! All the required packages will be downloaded and installed, and MPlayer will be updated to the latest version. To check the MPlayer version, open a command window and type &lt;span style="font-weight: bold;"&gt;mplayer&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The following repo is maintained by the SMPlayer developers and is regularly updated to include the latest MPlayer builds:&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid rgb(170, 170, 170); padding: 0.3em; font-size: 130%; background-color: rgb(232, 232, 232);"&gt;&lt;code&gt;deb http://ppa.launchpad.net/rvm/mplayer/ubuntu karmic main&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;If you are using an older Ubuntu release then replace the word &lt;span style="font-weight: bold;"&gt;karmic&lt;/span&gt; with the corresponding nickname. For example, if you are using Ubuntu 9.04 (Jaunty Jackalope) then replace &lt;span style="font-weight: bold;"&gt;karmic&lt;/span&gt; with &lt;span style="font-weight: bold;"&gt;jaunty&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3965245990419662674-2958133232890443692?l=teejeesblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teejeesblog.blogspot.com/feeds/2958133232890443692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/how-to-update-mplayer-in-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/2958133232890443692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/2958133232890443692'/><link rel='alternate' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/how-to-update-mplayer-in-ubuntu.html' title='How to update MPlayer in Ubuntu'/><author><name>teejee</name><uri>http://www.blogger.com/profile/10140646951038361819</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3965245990419662674.post-5581116918246402967</id><published>2009-11-03T20:55:00.000-08:00</published><updated>2009-11-04T20:12:12.853-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jaunty'/><category scheme='http://www.blogger.com/atom/ns#' term='apt'/><category scheme='http://www.blogger.com/atom/ns#' term='karmic'/><category scheme='http://www.blogger.com/atom/ns#' term='update'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Useful tips for updating Ubuntu</title><content type='html'>Now that Ubuntu 9.10 (Karmic Koala) has released I'm sure that many of you will be looking to update your existing Ubuntu systems to Karmic. Directly upgrading from the internet can take a lot of time and internet bandwidth, so many people prefer doing a fresh install by downloading the ISO or by ordering a CD. Having to again install all your favourite applications on your new system can be a nightmare. Here are some tips that will make your life easier.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;1) Backup all files in /var/cache/apt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Whenever you install a new application, all packages are downloaded to this location. Simply copy all files and folders in this location to some other place, and copy them back again after installing the new version of Ubuntu. When you try to install the same applications again, the packages in this folder will be used by apt instead of re-downloading them. It will save a lot of time and internet bandwidth. Also useful for installing packages when you are not connected to the internet.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If you are connected to the internet and newer versions are available, then the newer versions of these packages will be downloaded and used.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; Instead of doing this manually you can use an application called AptOnCD which will automatically burn these packages on a CD/DVD for you. Click &lt;a href="apt:aptoncd"&gt;here&lt;/a&gt; to install it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;2) Create an installation script&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Creating an installation script is very easy. After installing a fresh copy of Ubuntu simply connect to the internet and run the script. All your favourite apps will be downloaded and installed automatically. For example, consider the following script:&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid rgb(170, 170, 170); padding: 0.3em; font-size: 130%; background-color: rgb(232, 232, 232);"&gt;&lt;code&gt;sudo -i&lt;br /&gt;apt-get install sun-java6-bin sun-java6-jre&lt;br /&gt;apt-get install ubuntu-restricted-extras&lt;br /&gt;apt-get install rar p7zip-full gnochm&lt;br /&gt;apt-get install gparted cups-pdf sensors-applet aptoncd&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Save it to a file named &lt;span style="font-weight: bold;"&gt;update.sh&lt;/span&gt; in your home folder and run it by typing the following in a command window:&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid rgb(170, 170, 170); padding: 0.3em; font-size: 130%; background-color: rgb(232, 232, 232);"&gt;&lt;code&gt;sh update.sh&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Initially it can take some time to identify the package names for all your favourite applications and to create the script. But once you create the script it will make your life a whole lot easier the next time you reinstall your OS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3965245990419662674-5581116918246402967?l=teejeesblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teejeesblog.blogspot.com/feeds/5581116918246402967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/useful-tips-for-updating-ubuntu-now.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/5581116918246402967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/5581116918246402967'/><link rel='alternate' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/useful-tips-for-updating-ubuntu-now.html' title='Useful tips for updating Ubuntu'/><author><name>teejee</name><uri>http://www.blogger.com/profile/10140646951038361819</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3965245990419662674.post-2689531267100042238</id><published>2009-11-03T06:37:00.000-08:00</published><updated>2009-11-04T20:12:46.998-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='install'/><category scheme='http://www.blogger.com/atom/ns#' term='apt'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='updates'/><title type='text'>Useful updates for Ubuntu</title><content type='html'>This is a list of linux applications that I find very useful. To install any of these apps on your Ubuntu system simply click on the Install icon and click OK on the window that pops up (Works with Firefox only).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;PDF Printer (cups-pdf)&lt;/span&gt;&lt;br /&gt;&lt;p&gt;This package installs a virtual printer that can be used to print any printable document into a PDF file. It is similar to doPDF and CutePDFWriter for windows.&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:cups-pdf"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 64px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s400/package-x-generic.png" alt="" id="BLOGGER_PHOTO_ID_5399887114058367522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&lt;a href="apt:cups-pdf"&gt;INSTALL&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;&lt;br /&gt;Hardware Monitor (sensors-applet) &lt;/span&gt;&lt;br /&gt;&lt;p&gt;This package adds applets to the gnome panel which can display HDD, CPU and motherboard temperatures. It is similar to programs like HDDTemp and Motherboard Monitor for Windows.&lt;/p&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; While installing this app you will be asked wether you want it to run automatically at startup. Select YES. After installation you will have to add this applet manually to the panel (right-click on the panel and click Add to panel).&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBOsYcrI9I/AAAAAAAAAAk/vmLWHc8pXJc/s1600-h/sensors-applet.png"&gt;&lt;img style="cursor: pointer; width: 150px; height: 63px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBOsYcrI9I/AAAAAAAAAAk/vmLWHc8pXJc/s400/sensors-applet.png" alt="" id="BLOGGER_PHOTO_ID_5399902477601154002" border="0" /&gt;&lt;/a&gt; HDD Temperature display in panel&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBOsYcrI9I/AAAAAAAAAAk/vmLWHc8pXJc/s1600-h/sensors-applet.png"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:sensors-applet"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 64px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s400/package-x-generic.png" alt="" id="BLOGGER_PHOTO_ID_5399887114058367522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:sensors-applet"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:sensors-applet"&gt;INSTALL&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Adobe PDF Reader v9.2&lt;/span&gt;&lt;br /&gt;&lt;p&gt;Adobe PDF Reader is available for Ubuntu as 60 MB .deb package. Simple click on the icon to download and install it. It will open with gDebi package manager by default.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.2/enu/AdbeRdr9.2-1_i386linux_enu.deb"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 64px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s400/package-x-generic.png" alt="" id="BLOGGER_PHOTO_ID_5399887114058367522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:sensors-applet"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.2/enu/AdbeRdr9.2-1_i386linux_enu.deb"&gt;INSTALL&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Opera Web Browser v10&lt;/span&gt;&lt;br /&gt;&lt;p&gt;Opera web browser is available for Ubuntu as 11 MB .deb package. Simple click on the icon to download and install it. It will open with gDebi package manager by default.&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.opera.com/download/get.pl?id=32303&amp;amp;location=318&amp;amp;nothanks=yes&amp;amp;sub=marine"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 64px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s400/package-x-generic.png" alt="" id="BLOGGER_PHOTO_ID_5399887114058367522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.2/enu/AdbeRdr9.2-1_i386linux_enu.deb"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.opera.com/download/get.pl?id=32303&amp;amp;location=318&amp;amp;nothanks=yes&amp;amp;sub=marine"&gt;INSTALL&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Ubuntu Restricted Extras&lt;/span&gt;&lt;br /&gt;&lt;p&gt;Ubuntu restricted extras includes all those packages which are not included in the Ubuntu ISO due to licensing and other issues. This includes the following:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Adobe Flash Player plugin&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;Codecs for common audio and video files&lt;/li&gt;&lt;li&gt;DVD playback support&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;UnRAR plugin&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:ubuntu-restricted-extras?section=universe?section=multiverse"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 64px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s400/package-x-generic.png" alt="" id="BLOGGER_PHOTO_ID_5399887114058367522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:ubuntu-restricted-extras?section=universe?section=multiverse"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:ubuntu-restricted-extras?section=universe?section=multiverse"&gt;INSTALL&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;Java Runtime Environment&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Required for viewing Java enabled websites and running java applications.&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:sun-java6-jre"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 64px;" src="http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s400/package-x-generic.png" alt="" id="BLOGGER_PHOTO_ID_5399887114058367522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="apt:sun-java6-jre"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="apt:sun-java6-jre"&gt;INSTALL&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3965245990419662674-2689531267100042238?l=teejeesblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teejeesblog.blogspot.com/feeds/2689531267100042238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/10-useful-apps-for-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/2689531267100042238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3965245990419662674/posts/default/2689531267100042238'/><link rel='alternate' type='text/html' href='http://teejeesblog.blogspot.com/2009/11/10-useful-apps-for-linux.html' title='Useful updates for Ubuntu'/><author><name>teejee</name><uri>http://www.blogger.com/profile/10140646951038361819</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_9h2BAI7jr4M/SvBAuGyogiI/AAAAAAAAAAM/HK1G3UNSIqQ/s72-c/package-x-generic.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
