<?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-7801985619478995070</id><updated>2011-11-27T15:54:13.120-08:00</updated><category term='linux'/><category term='randr'/><category term='subdomain'/><category term='fedora 9'/><category term='freedns'/><category term='temp'/><category term='java'/><category term='jdk'/><category term='bhupendra'/><category term='x11vnc'/><category term='skype'/><category term='tomcat'/><category term='battery'/><category term='dell xps 1210'/><category term='n8'/><category term='vnc'/><category term='fedora 12 lxde'/><category term='oracle'/><category term='pfc'/><category term='picasa'/><category term='logmein'/><category term='nokia'/><category term='dns'/><category term='fedora 12'/><category term='easyLife'/><category term='remote connection'/><category term='lxde spin'/><category term='power'/><category term='vpn'/><category term='domain registration'/><category term='eclipse'/><category term='fedora 10'/><category term='tmpwatch'/><category term='tmp'/><category term='disk full'/><title type='text'>Bhupendra Atre's blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-7809922074504720462</id><published>2011-06-19T08:26:00.000-07:00</published><updated>2011-08-07T18:20:36.234-07:00</updated><title type='text'>Fedora 15 with gnome 3 - my howto</title><content type='html'>Installed live image from Fedora 15 64bit running gnome 3&lt;br /&gt;I had to reinstalled since first time around, it loaded into fallback mode.&lt;br /&gt;&lt;br /&gt;-disable selinux&lt;br /&gt;vi /etc/selinux/config&lt;br /&gt;change SELINUX=targetted to SELINUX=disabled&lt;br /&gt;save and close&lt;br /&gt;&lt;br /&gt;-enable sudo&lt;br /&gt;vi /etc/sudoers&lt;br /&gt;add following&lt;br /&gt;yourusername ALL=(ALL) ALL&lt;br /&gt;&lt;br /&gt;-enable left click on touchpad of laptop&lt;br /&gt;click 'Activities' (top left)&lt;br /&gt;click 'System tools' (right)&lt;br /&gt;click 'Mouse and Touchpad'&lt;br /&gt;goto Touchpad tab and check following boxes&lt;br /&gt;Disable touchpad while typing&lt;br /&gt;Enable mouse clicks with touchpad&lt;br /&gt;&lt;br /&gt;-intall new programs&lt;br /&gt;sudo yum install yum-fastestmirror&lt;br /&gt;&lt;br /&gt;-install plugins for the new gnome-shell&lt;br /&gt;sudo yum install gnome-shell-extensions-alternative-status-menu [to have shutdown(power off) along with suspend menu]&lt;br /&gt;sudo yum install gnome-shell-extensions-places-menu [adds places menu to right hand system indicator aread on top panel]&lt;br /&gt;sudo yum install gnome-tweak-tool&lt;br /&gt;&lt;br /&gt;-install flash plugin,for my 64 bit installation I did following&lt;br /&gt;sudo yum install wget&lt;br /&gt;cd /tmp&lt;br /&gt;wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz&lt;br /&gt;tar xzvf flashplayer10_2_p3_64bit_linux_111710.tar.gz&lt;br /&gt;sudo mv /tmp/libflashplayer.so /usr/lib64/mozilla/plugins/&lt;br /&gt;For 32 bit, recommended approach is to download rpm from adobe site and install flash-plugin.&lt;br /&gt;&lt;br /&gt;-skype&lt;br /&gt;sudo yum -y install pulseaudio-libs.i686 pulseaudio-libs-devel.i686 alsa-plugins-pulseaudio.i686 libv4l.i686   libXv.i686 libXv-devel.i686 libXScrnSaver.i686  libXScrnSaver-devel.i686 dbus-qt-devel.i686 qt.i686 qt-devel.i686 dus-qt.i686&lt;br /&gt;Then download and install fedora10+ rpm from skype site.&lt;br /&gt;sudo rpm -Uvh skype-2.2.0.35-fedora.i586.rpm&lt;br /&gt;&lt;br /&gt;-Install office&lt;br /&gt;sudo yum install libreoffice-writer libreoffice-calc libreoffice-draw libreoffice-impress&lt;br /&gt;&lt;br /&gt;-install webstart and java applet support for firefox&lt;br /&gt;icetea-web&lt;br /&gt;&lt;br /&gt;-install other programs that I use&lt;br /&gt;gimp p7zip p7zip-plugins xboard gnuchess unrar wget&lt;br /&gt;&lt;br /&gt;-Install repo for third party apps&lt;br /&gt;su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'&lt;br /&gt;&lt;br /&gt;-For mp3 player needs I use audacious, simple and winap like.&lt;br /&gt;sudo yum install audacious audacious-plugins-freeworld*&lt;br /&gt;change theme to winamp from view menu&lt;br /&gt;&lt;br /&gt;-install play it all video player and fierfox plugin for videos.&lt;br /&gt;sudo yum install vlc vlc-extras&lt;br /&gt;God knows where vlc plugin for firefox went. It used to be available via rpmfusion repos. Anyways I downloaded it from ATrpms. Also got libdvdcss for dvd playback&lt;br /&gt;http://dl.atrpms.net/all/vlc-plugin-1.1.9-69.fc15.x86_64.rpm at http://packages.atrpms.net/dist/f15/vlc/&lt;br /&gt;http://dl.atrpms.net/all/libdvdcss2-1.2.10-5.fc15.x86_64.rpm at http://packages.atrpms.net/dist/f15/libdvdcss/&lt;br /&gt;NOTE:After few days, once I updated using yum update, I was not able to update vlc due to vlc-plugin hard dependency. So I uninstalled vlc-plugin only to find out mozilla-vlc was back in repo. This was good news so no manual rpm installation required just do&lt;br /&gt;sudo yum install vlc vlc-extras&lt;br /&gt;&lt;br /&gt;-Enable ssh&lt;br /&gt;system-config-services was missing on fedora 15, so I manually installed it only to find that I cannot enable/disable services only start/stop them. So I uninstalled it and googled for more info and found this http://fedoraproject.org/wiki/Systemd#How_do_I_start.2Fstop_or_enable.2Fdisable_services.3F&lt;br /&gt;So after reading that, it was easy&lt;br /&gt;sudo systemctl enable sshd.service&lt;br /&gt;sudo systemctl start sshd.service&lt;br /&gt;&lt;br /&gt;-Enable remote desktop&lt;br /&gt;sudo yum install x11vnc x11vnc-javaviewers&lt;br /&gt;x11vnc -storepasswd&lt;br /&gt;The above command creates /home/yourusername/.vnc/passwd file where yourusername is your usernmae&lt;br /&gt;To run server&lt;br /&gt;sudo /usr/bin/x11vnc -o /var/log/x11vnc.log -display :0 -rfbauth /home/bhupendra/.vnc/passwd -many -bg -http&lt;br /&gt;access via java enabled browser using http://hostOrIP:5800&lt;br /&gt;access via vnc client hostOrIP:5900&lt;br /&gt;To disconnect all connected clients&lt;br /&gt;x11vnc -R disconnect:all&lt;br /&gt;To stop running x11vnc server&lt;br /&gt;x11vnc -R stop&lt;br /&gt;To autostart x11vnc server on logon&lt;br /&gt;cd /etc/gdm/PostLogin&lt;br /&gt;sudo cp Default.sample Default&lt;br /&gt;Add following line to Default file&lt;br /&gt;/usr/bin/x11vnc -o /var/log/x11vnc.log -display :0 -rfbauth /home/bhupendra/.vnc/passwd -many -bg -http&lt;br /&gt;&lt;br /&gt;-make fast firefox 4 faster, in browser open about:config&lt;br /&gt;Search and update following&lt;br /&gt;network.http.max-connections change to 60 (default: 30)&lt;br /&gt;network.http.max-connections-per-server change to 20 (default: 15)&lt;br /&gt;network.http.max-persistent-connections-per-server change to 8 (default: 6)&lt;br /&gt;network.http.pipelining change to true (default: false)&lt;br /&gt;network.http.pipelining.ssl change to true (default: false)&lt;br /&gt;&lt;br /&gt;-Added following firefox addons&lt;br /&gt;fireftp&lt;br /&gt;User Agent switcher&lt;br /&gt;Download helper&lt;br /&gt;Awesome screenshot&lt;br /&gt;fast dial&lt;br /&gt;firecookie&lt;br /&gt;firebug&lt;br /&gt;colorzilla&lt;br /&gt;live http header&lt;br /&gt;measureit&lt;br /&gt;refcontrol&lt;br /&gt;JSONview&lt;br /&gt;poster&lt;br /&gt;jsview&lt;br /&gt;flashblock&lt;br /&gt;&lt;br /&gt;-share media on dlna enabled devices [Samsung BD-6500]&lt;br /&gt;sudo yum install ffmpeg java-1.6.0-openjdk&lt;br /&gt;Open TCP 8895 and UDP 1900 ports in firewall&lt;br /&gt;Download serviio-0.5.2-linux.tar.gz from http://www.serviio.org/download&lt;br /&gt;cp serviio-0.5.2-linux.tar.gz /home/bhupendra [where bhupendra is my home directory]&lt;br /&gt;tar xzvf serviio-0.5.2-linux.tar.gz&lt;br /&gt;rm serviio-0.5.2-linux.tar.gz&lt;br /&gt;cd serviio-0.5.2/bin&lt;br /&gt;Now turn on your dlan enabled device&lt;br /&gt;Then run&lt;br /&gt;./serviio.sh&lt;br /&gt;Then run following to add media directory&lt;br /&gt;./serviio-console.sh&lt;br /&gt;If you are not knowing what's happening take a look at serviio-0.5.2/log/serviio.log&lt;br /&gt;I was tailing the log in seperate conosle to see which all media got added.&lt;br /&gt;&lt;br /&gt;-remove unwated apps&lt;br /&gt;sudo yum remove totem totem-mozplugin totem-nautilus orca evince evince-nautilus rhythmbox evolution sound-juicer cdparanoia&lt;br /&gt;ran package-cleanup --leaves&lt;br /&gt;and uninstalled unwanted apps from it.&lt;br /&gt;&lt;br /&gt;-organize photos and upload to picasa. I used to install picasa and run it with wine installation, but no more now.&lt;br /&gt;sudo yum install shotwell&lt;br /&gt;shotwell has dependency on totem, waiting for 0.10 version which removes it. Till then totem needs to be installed.&lt;br /&gt;If shotwell fails to upload, check upload limit on picasa web, we may have exceeded limit.&lt;br /&gt;[Update: switched back to picasa since needed it for collage creation]&lt;br /&gt;Downloaded the rpm from http://picasa.google.com/linux/download.html#picasa30&lt;br /&gt;sudo yum localinstall picasa-3.0-current.i386.rpm&lt;br /&gt;This installed all the dependency rpms too.&lt;br /&gt;sudo yum install wine&lt;br /&gt;Had to install wine since default picasa gives segmentation fault.&lt;br /&gt;So to run picasa I use following:&lt;br /&gt;wine "/opt/google/picasa/3.0/wine/drive_c/Program Files/Google/Picasa3/Picasa3.exe"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Enable ssh&lt;br /&gt;system-config-services was missing on fedora 15, so I manually installed it only to find that I cannot enable/disable services only start/stop them. So I uninstalled it and googled for more info and found this http://fedoraproject.org/wiki/Systemd#How_do_I_start.2Fstop_or_enable.2Fdisable_services.3F&lt;br /&gt;So after reading that, it was easy&lt;br /&gt;sudo systemctl enable sshd.service&lt;br /&gt;sudo systemctl start sshd.service&lt;br /&gt;&lt;br /&gt;-Enable remote desktop&lt;br /&gt;sudo yum install x11vnc x11vnc-javaviewers&lt;br /&gt;x11vnc -storepasswd&lt;br /&gt;The above command creates /home/yourusername/.vnc/passwd file where yourusername is your usernmae&lt;br /&gt;To run server&lt;br /&gt;sudo /usr/bin/x11vnc -o /var/log/x11vnc.log -display :0 -rfbauth /home/bhupendra/.vnc/passwd -many -bg -http&lt;br /&gt;access via java enabled browser using http://hostOrIP:5800&lt;br /&gt;access via vnc client hostOrIP:5900&lt;br /&gt;To disconnect all connected clients&lt;br /&gt;x11vnc -R disconnect:all&lt;br /&gt;To stop running x11vnc server&lt;br /&gt;x11vnc -R stop&lt;br /&gt;To autostart x11vnc server on logon&lt;br /&gt;cd /etc/gdm/PostLogin&lt;br /&gt;sudo cp Default.sample Default&lt;br /&gt;Add following line to Default file&lt;br /&gt;/usr/bin/x11vnc -o /var/log/x11vnc.log -display :0 -rfbauth /home/bhupendra/.vnc/passwd -many -bg -http&lt;br /&gt;&lt;br /&gt;-make fast firefox 4 faster&lt;br /&gt;in browser open about:config&lt;br /&gt;Search and update following&lt;br /&gt;network.http.max-connections change to 60 (default: 30)&lt;br /&gt;network.http.max-connections-per-server change to 20 (default: 15)&lt;br /&gt;network.http.max-persistent-connections-per-server change to 8 (default: 6)&lt;br /&gt;network.http.pipelining change to true (default: false)&lt;br /&gt;network.http.pipelining.ssl change to true (default: false)&lt;br /&gt;-Added following firefox addons&lt;br /&gt;fireftp&lt;br /&gt;User Agent switcher&lt;br /&gt;Download helper&lt;br /&gt;Awesome screenshot&lt;br /&gt;fast dial&lt;br /&gt;firecookie&lt;br /&gt;firebug&lt;br /&gt;colorzilla&lt;br /&gt;live http header&lt;br /&gt;measureit&lt;br /&gt;refcontrol&lt;br /&gt;JSONview&lt;br /&gt;poster&lt;br /&gt;jsview&lt;br /&gt;flashblock&lt;br /&gt;&lt;br /&gt;-share media on dlna enabled devices [Samsung BD-6500]&lt;br /&gt;#USING SERVIO&lt;br /&gt;sudo yum install ffmpeg java-1.6.0-openjdk&lt;br /&gt;Open TCP 8895 and UDP 1900 ports in firewall&lt;br /&gt;Download serviio-0.5.2-linux.tar.gz from http://www.serviio.org/download&lt;br /&gt;cp serviio-0.5.2-linux.tar.gz /home/bhupendra [where bhupendra is my home directory]&lt;br /&gt;tar xzvf serviio-0.5.2-linux.tar.gz&lt;br /&gt;rm serviio-0.5.2-linux.tar.gz&lt;br /&gt;cd serviio-0.5.2/bin&lt;br /&gt;Now turn on your dlan enabled device&lt;br /&gt;Then run&lt;br /&gt;./serviio.sh&lt;br /&gt;Then run following to add media directory&lt;br /&gt;./serviio-console.sh&lt;br /&gt;If you are not knowing what's happening take a look at serviio-0.5.2/log/serviio.log&lt;br /&gt;I was tailing the log in seperate conosle to see which all media got added.&lt;br /&gt;Added shortcut for serviio&lt;br /&gt;/etc/share/applications/serviio-start.desktop with following in it.&lt;br /&gt;[Desktop Entry]&lt;br /&gt;Name=Serviio-start&lt;br /&gt;Comment=Starts serviio&lt;br /&gt;Icon=Serviio&lt;br /&gt;Exec=/home/bhupendra/serviio-0.5.2/bin/serviio.sh&lt;br /&gt;Terminal=false&lt;br /&gt;Type=Application&lt;br /&gt;Categories=AudioVideo;Player;&lt;br /&gt;StartupNotify=true&lt;br /&gt;#USING TVMOBILI&lt;br /&gt;I found video buffering issue with serviio and also intermittently the connection was breaking with my blue ray. So I downloaded rpm from http://www.tvmobili.com/download.php, installed it. And that's it - all done. It installs service which runs when my laptop starts. It picked up wifi and immediatly my Videos, PIctures, Music folders were available on my blue ray player.&lt;br /&gt;Ensure 30888 port is enabled on firewall.&lt;br /&gt;TVmobili comes with a web console which can be accessed as http://yourLocalNetworkIP:30888/__index?page=information&lt;br /&gt;&lt;br /&gt;-Run ftp server&lt;br /&gt;sudo yum install proftpd&lt;br /&gt;sudo vi /etc/proftpd.conf&lt;br /&gt;Change DefaultRoot to some specific directory. By default it opens up user's home directory. ftp credentials is same as user's login credentials on the machine.&lt;br /&gt;to start ftp as service&lt;br /&gt;sudo systemctl enable proftpd.service&lt;br /&gt;sudo systemctl start proftpd.service&lt;br /&gt;&lt;br /&gt;-Enable bluetooth&lt;br /&gt;systemctl status bluetooth.service&lt;br /&gt;systemctl enable bluetooth.service&lt;br /&gt;systemctl start bluetooth.service&lt;br /&gt;I still was unable to send files from my cell to laptop after pairing. Dmsg showed following&lt;br /&gt;Parsing /etc/bluetooth/input.conf failed: No such file or directory&lt;br /&gt;I am still looking at solutions, will post once I get.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-7809922074504720462?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/7809922074504720462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=7809922074504720462' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/7809922074504720462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/7809922074504720462'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2011/06/fedora-15-with-gnome-3-my-howto.html' title='Fedora 15 with gnome 3 - my howto'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-6590004352498061750</id><published>2011-05-22T17:18:00.000-07:00</published><updated>2011-05-23T16:12:40.530-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='remote connection'/><category scheme='http://www.blogger.com/atom/ns#' term='x11vnc'/><category scheme='http://www.blogger.com/atom/ns#' term='vnc'/><title type='text'>vnc to current session on fedora</title><content type='html'>Been using fedora 14 and wanted to set up vnc to current session on the running gnome desktop&lt;br /&gt;&lt;br /&gt;#install server&lt;br /&gt;sudo yum install x11vnc-javaviewers x11vnc&lt;br /&gt;&lt;br /&gt;#set x11vnc password, it is written to /home/yourusername/.vnc/passwd where yourusername is your usernmae&lt;br /&gt;x11vnc -storepasswd&lt;br /&gt;&lt;br /&gt;#run server&lt;br /&gt;#-forever         so that it does not disconnect when client disconnets&lt;br /&gt;#-display :0        so that client shadows current logged in session&lt;br /&gt;#-usepw            so that client uses password from /home/yourusername/.vnc/passwd on server&lt;br /&gt;#-bg            can be used for the x11vnc to go into into the background after screen setup.Messages to&lt;br /&gt;                      stderr are lost unless -o logfile is used&lt;br /&gt;x11vnc -forever -usepw -display :0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#set up x11vnc startup in xinetd for autostart&lt;br /&gt;sudo yum install xinetd&lt;br /&gt;sudo vi /etc/xinetd.d/x11vnc&lt;br /&gt;Enter following in the file&lt;br /&gt;service x11vnc&lt;br /&gt;{&lt;br /&gt;       port            = 5900&lt;br /&gt;       type            = UNLISTED&lt;br /&gt;       socket_type     = stream&lt;br /&gt;       protocol        = tcp&lt;br /&gt;       wait            = no&lt;br /&gt;       user            = root&lt;br /&gt;       server          = /usr/bin/x11vnc&lt;br /&gt;       server_args     = -inetd -o /var/log/x11vnc.log -display :0 -rfbauth /home/yourusername/.vnc/passwd -many -bg&lt;br /&gt;       disable         = no&lt;br /&gt;}&lt;br /&gt;Note here we are running the service as root so that it can access /var/log/x11vnc.log but use /home/yourusername/.vnc/passwd file created by yourusername&lt;br /&gt;&lt;br /&gt;UPDATE:&lt;br /&gt;my x11vnc server was sometimes giving error, probably it may be starting before x windows. So I removed inetd and it's config and instead added following to /etc/gdm/PostLogin/Default&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;#Running x11vnc server&lt;br /&gt;/usr/bin/x11vnc -o /var/log/x11vnc.log -display :0 -rfbauth /home/bhupendra/.vnc/passwd -many -bg&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-6590004352498061750?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/6590004352498061750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=6590004352498061750' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/6590004352498061750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/6590004352498061750'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2011/05/vnc-to-current-session-on-fedora.html' title='vnc to current session on fedora'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-2932837685658036265</id><published>2010-12-04T07:36:00.000-08:00</published><updated>2011-06-03T10:49:38.018-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='battery'/><category scheme='http://www.blogger.com/atom/ns#' term='power'/><category scheme='http://www.blogger.com/atom/ns#' term='nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='n8'/><title type='text'>Nokia N8 - loving it</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_erG854-wbF8/TPpgbHI_GxI/AAAAAAAAExI/JcFFV7FgjTg/s1600/images.jpg"&gt;&lt;img style="float: right; margin: 0pt 0pt 10px 10px; cursor: pointer; width: 183px; height: 275px;" src="http://4.bp.blogspot.com/_erG854-wbF8/TPpgbHI_GxI/AAAAAAAAExI/JcFFV7FgjTg/s400/images.jpg" alt="" id="BLOGGER_PHOTO_ID_5546851909949659922" border="0" /&gt;&lt;/a&gt;Tips and tricks for nokia N8 for more battery life for daily use&lt;br /&gt;-use default theme and screensaver since it's already loaded. The AMOLED display in your device consumes more power with white color. Therefore the themes with a lot of white colors (e.g. in wallpaper image) may consume more power than the other themes. Makes sense to use black wallpaper. When I go on vacation trips I use the black image as wallpaper.&lt;br /&gt;-Turn off theme effects. This also speeds up homescreens. Settings -&amp;gt; Themes -&amp;gt; Options -&amp;gt; Theme Effects -&amp;gt; Off&lt;br /&gt;-keep bluetooth off. Menu &amp;gt; Settings &amp;gt; Connectivity &amp;gt; Bluetooth &amp;gt; Bluetooth = Off)&lt;br /&gt;-In the tone profile for normal:&lt;br /&gt;--Set vibrating alert off&lt;br /&gt;--Set volume to 6 bars or less (to reduce sound pollution :-) )&lt;br /&gt;--Set touch screen vibration off instead of level 2&lt;br /&gt;-turn off notification lights. Select Menu &amp;gt; Settings &amp;gt; Phone &amp;gt; Notification lights and disable the breathing light in Breathing light and adjust the light settings for different events in Notification light menu.&lt;br /&gt;-close unused applications whenever possible. Leaving applications running in the background increases the demand on battery power. To close the applications you do not use, press and hold the menu key, swipe to the application in the list and close it by selecting X.&lt;br /&gt;&lt;br /&gt;Tips to reduce battery usage under critical conditions&lt;br /&gt;-Change the synchronisation frequency for your mailbox. Select Menu &amp;gt; Applications &amp;gt; Mail, your mailbox, and  Options &amp;gt; Settings, and the relevant sync frequency settings.&lt;br /&gt;-Deactivate the Big clock screen saver. Select Menu &amp;gt; Settings &amp;gt; Themes &amp;gt; Screen saver &amp;gt; None.&lt;br /&gt;-Home screen widgets may periodically connect to internet if the home screen is in online mode. If you are not actively using the widgets, the automatic connection can be disabled by selecting Options &amp;gt; Widgets to offline mode on the home screen.&lt;br /&gt;-Features that use wireless LAN (WLAN) increase the demand on battery  power. WLAN on your Nokia device switches off when you are not trying to  connect, not connected to another access point, or not scanning for  available networks. To further reduce battery consumption, you can  specify that your device does not scan, or scans less often, for  available networks in the background. WLAN switches off in between  background scans. When Menu &amp;gt; Settings &amp;gt; Connectivity  &amp;gt; WLAN &amp;gt; Options &amp;gt; Settings &amp;gt; Show WLAN  availability is set to Never, the WLAN availability icon is not shown in  the standby mode. However, you can still manually scan for available  WLAN networks and connect to WLAN networks as usual.&lt;br /&gt;&lt;br /&gt;Let me know any more tips n tricks and I'll add up.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Updated: Got this link on nokia site, has more tips&lt;br /&gt;http://www.nokiausa.com/get-support-and-software/product-support/n8-00/faq#00&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-2932837685658036265?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/2932837685658036265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=2932837685658036265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/2932837685658036265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/2932837685658036265'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2010/12/nokia-n8-loving-it.html' title='Nokia N8 - loving it'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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/_erG854-wbF8/TPpgbHI_GxI/AAAAAAAAExI/JcFFV7FgjTg/s72-c/images.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-8643539225504182809</id><published>2010-08-18T15:40:00.000-07:00</published><updated>2010-08-23T18:29:53.146-07:00</updated><title type='text'>Switched back to Fedora 13 Gnome</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_erG854-wbF8/THHTitOmyqI/AAAAAAAAEgI/cqVthcaJyeM/s1600/Screenshot.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 400px; height: 250px;" src="http://4.bp.blogspot.com/_erG854-wbF8/THHTitOmyqI/AAAAAAAAEgI/cqVthcaJyeM/s400/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5508416412460698274" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;After playing a lot with lxde on fedora 12,13 I got bored of it's plain looks, gmixer issue and occasional lxpanel and FF crashes. After looking at &lt;a href="http://www.phoronix.com/scan.php?page=article&amp;amp;item=linux_desktop_vitals&amp;amp;num=1"&gt;kde vs gnome vs xfce vs lxde comparisions&lt;/a&gt; I decided to go back to gnome. Above is the screenshot of my system after everything was done.&lt;br /&gt;&lt;br /&gt;Downloaded Fedora-13-i686-Live.iso and installed. After installation did following:&lt;br /&gt;&lt;br /&gt;echo 'bhupendra ALL=(ALL) ALL' &gt;&gt; /etc/sudoers&lt;br /&gt;After this we can logout as root and run sudo yum ...&lt;br /&gt;&lt;br /&gt;vi /etc/selinux/config&lt;br /&gt;Change SELINUX=enforcing to SELINUX=disabled&lt;br /&gt;&lt;br /&gt;-Enable touchpag clicks&lt;br /&gt;sudo yum install gconf-editor&lt;br /&gt;Open gconf-editor (not as root) and goto /desktop/gnome/peripherals/touchpad&lt;br /&gt;select tap_to_click&lt;br /&gt;select horiz_scroll_enable&lt;br /&gt;select disable_while_typing&lt;br /&gt;&lt;br /&gt;-Download 'yum for linux rpm' from http://get.adobe.com/flashplayer/ for flash player in browser and adobe reader&lt;br /&gt;yum install flash-plugin AdobeReader_enu&lt;br /&gt;&lt;br /&gt;-Download and install skype rpm for fedora 10+&lt;br /&gt;sudo rpm -ivh skype-2.1.0.81-fc10.i586.rpm&lt;br /&gt;&lt;br /&gt;-Download picasa rpm from http://picasa.google.com/linux/download.html&lt;br /&gt;sudo yum install lsb libgphoto2 openssl sane-backends audiofile esound-libs openssl-devel&lt;br /&gt;sudo rpm -Uvh picasa-3.0-current.i386.rpm&lt;br /&gt;&lt;br /&gt;-Install rpmfusion repos&lt;br /&gt;sudo yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&lt;br /&gt;&lt;br /&gt;-Enable mp3 playback on rythmbox&lt;br /&gt;sudo yum install gstreamer-plugins-ugly gstreamer-plugins-bad&lt;br /&gt;&lt;br /&gt;-install java 6 and firefox java plugin for applet support&lt;br /&gt;sudo yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin&lt;br /&gt;&lt;br /&gt;-I tried microsoft office 2007 with wine and then with the trial version of code weaver's crossover. Let me tell you, crossover works great and seamless. However I later came to know that openoffice supports word 2007 formats (though partially). If I need full support and I my wish of using linux in my workplace comes true will definatly buy licensed copy of crossover for personal use as it's not at all expensive.&lt;br /&gt;installed openoffice writer(word) and calc(excel)&lt;br /&gt;sudo yum install openoffice.org-writer openoffice.org-calc&lt;br /&gt;Install microsoft fonts for dealing with microsoft word documents&lt;br /&gt;I always refer to mjwired for his excellent work on this. http://www.mjmwired.net/resources/mjm-fedora-f13.html&lt;br /&gt;&lt;br /&gt;-removed unwated apps, also ran package-cleanup --leaves to see which packages are not being used&lt;br /&gt;sudo yum remove pino gnome-games vinagre totem brasero sound-juicer&lt;br /&gt;&lt;br /&gt;-Install other programs I need, vlc for videos, gimp for image manupulation and xboard as frontend to gnuchess&lt;br /&gt;sudo yum install vlc mozilla-vlc gimp xboard gnuchess proftpd&lt;br /&gt;&lt;br /&gt;-Update system&lt;br /&gt;sudo yum update&lt;br /&gt;I rebooted once done for sanity check&lt;br /&gt;&lt;br /&gt;-Bluetooth&lt;br /&gt;Bluetooth packages were installed by default&lt;br /&gt;Enabled bluetooth service under services&lt;br /&gt;to get services sudo yum install system-config-services&lt;br /&gt;Bluetooth applet also sows up by default. Right click goto preferences, click 'recieve files' and check 'Recieve files in Downloads folder over bluetooth' and changed accpet files to 'always'.&lt;br /&gt;&lt;br /&gt;-Virtual machines using virtualbox&lt;br /&gt;Download Fedora repo file and move to /etc/yum.repos.d from http://www.virtualbox.org/wiki/Linux_Downloads&lt;br /&gt;yum install dkms gcc kernel-headers kernel-devel VirtualBox-3.2&lt;br /&gt;I already had images of  windows exported from my previous virtual box so just imported them.&lt;br /&gt;Dont forget to add your user to vboxuser group for usb support on guests.&lt;br /&gt;&lt;br /&gt;Show desktop icon available in panel configuration. By default ctrl+alt+D toggles desktop&lt;br /&gt;set top and bottom panels transparent&lt;br /&gt;Enable compiz via system-&gt;preferences-&gt;desktop effects&lt;br /&gt;Change background image by right click on desktop. Set it default so that it reflects on login screen also.&lt;br /&gt;open terminal goto edit-&gt;profile preferences-&gt;colors&lt;br /&gt;uncheck use colors from system theme&lt;br /&gt;select white on black system theme&lt;br /&gt;goto background tab, and set transparent background to 50%&lt;br /&gt;I also changed background image to Aqua and made panels transparent.&lt;br /&gt;speed up firefox page loading,  type about:config, search for network.dns.disableIPv6 and set it to true&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Downloaded screenlets rpm but eventually removed it all since screenlets kept on crashing. Following dependencies were required for it.&lt;br /&gt;sudo yum install gnome-python2-rsvg gnome-python2-rsvg python-imaging python-dateutil&lt;br /&gt;&lt;br /&gt;to connect to other machines&lt;br /&gt;sudo yum install rdesktop vpnc NetworkManager-vpnc&lt;br /&gt;I configured vpnc under network manager to connect to my office nw and created office.sh with following&lt;br /&gt;rdesktop -u username -p password -f hostOrIp&lt;br /&gt;Open nautilus, goto edit-&gt;preferences-&gt;behaviour tab&lt;br /&gt;select 'Run executable text files when they are opened'&lt;br /&gt;This way our script executes directly instead of opening dialog box telling what to do.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-8643539225504182809?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/8643539225504182809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=8643539225504182809' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/8643539225504182809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/8643539225504182809'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2010/08/switched-back-to-fedora-13-gnome.html' title='Switched back to Fedora 13 Gnome'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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/_erG854-wbF8/THHTitOmyqI/AAAAAAAAEgI/cqVthcaJyeM/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-1426983828331406</id><published>2010-06-07T20:10:00.000-07:00</published><updated>2010-06-30T16:49:08.347-07:00</updated><title type='text'>Fedora 13 lxde spin - my personal installation</title><content type='html'>Downloaded fedora 13 lxde spin cd and installed on my dell xps 1210 harddisk. By default it created seperate volumes for root and home partition which was a problem for me due to very less space. It's more convinient for me to have one volume to manage the diskspace so chaged the disk management while installaion.&lt;br /&gt;&lt;br /&gt;Download rpmfusion from http://rpmfusion.org/Configuration&lt;br /&gt;rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;rpmfusion-nonfree-release-stable.noarch.rpm&lt;br /&gt;rpm -Uvh rpmfusion-free-release-stable.noarch.rpm rpmfusion-nonfree-release-stable.noarch.rpm&lt;br /&gt;&lt;br /&gt;[All yum and rpm commands needs to be run as root]&lt;br /&gt;&lt;br /&gt;yum update&lt;br /&gt;&lt;br /&gt;echo 'bhupendra ALL=(ALL) ALL' &gt;&gt; /etc/sudoers&lt;br /&gt;After this we can logout as root and run sudo yum ...&lt;br /&gt;&lt;br /&gt;vi /etc/selinux/config&lt;br /&gt;Change SELINUX=enforcing to SELINUX=disabled&lt;br /&gt;&lt;br /&gt;-Enable left clicks and scrolling on mousepad&lt;br /&gt;I added following lines to /usr/share/X11/xorg.conf.d/50-synaptics.conf. If you do not have this file, check which conf file is present under /usr/share/X11/xorg.conf.d&lt;br /&gt;    Option "TapButton1" "1"&lt;br /&gt;    Option "HorizEdgeScroll" "1"&lt;br /&gt;    Option "VertEdgeScroll" "1"&lt;br /&gt;Here is an interesting page to test scrolling: http://www.richinstyle.com/test/dynamic/overflowscroll.html&lt;br /&gt;Reboot system.&lt;br /&gt;&lt;br /&gt;-Download flash-plugin-10.0.45.2-release.i386.rpm for adobe flash from adobe's site&lt;br /&gt;rpm -Uvh flash-plugin-10.0.45.2-release.i386.rpm&lt;br /&gt;&lt;br /&gt;-Installed needed apps&lt;br /&gt;yum install vlc mozilla-vlc audacious audacious-plugins-freeworld* NetworkManager-vpnc vpnc proftpd&lt;br /&gt;&lt;br /&gt;-Default volume on system was less. Gmixer still annoyingly defaults to the mic options instead of speaker volume.&lt;br /&gt;yum install pulseaudio-equalizer&lt;br /&gt;I was able to ehance audio levels using this one.&lt;br /&gt;&lt;br /&gt;-gtalk video calls&lt;br /&gt;yum install x264 ffmpeg empathy&lt;br /&gt;Unfortunalty this did not work for me. Though I was testing with 2 laptops where in only one had webcam. Hope this works for all.&lt;br /&gt;&lt;br /&gt;-Download and install skype rpm for fedora 10+&lt;br /&gt;rpm -Uvh skype-2.1.0.81-fc10.i586.rpm&lt;br /&gt;&lt;br /&gt;-Disable screensaver&lt;br /&gt;-enable ftp in firewall&lt;br /&gt;&lt;br /&gt;-Remove unwated stuff&lt;br /&gt;yum remove liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts libertas-usb8388-firmware iok sylpheed lostirc asunder gxine xmms2 gnomebaker lxmusic libdiscid liberation-fonts-common m17n-lib&lt;br /&gt;&lt;br /&gt;-cd/dvd burning. Though for kde, this is the best tool for the purpose.&lt;br /&gt;sudo yum install k3b k3b-extras-freeworld&lt;br /&gt;While burning cd-rw, I had to black out existing content which did not work. I got this error&lt;br /&gt;/usr/bin/wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.&lt;br /&gt;After looking at k3b site, it was recommended to disable automount and/or use unpatched cdrtools(wodim)&lt;br /&gt;After looking around real hard, I opened pcmanfm, goto edit-&gt;preferences-&gt; volume management tab, uncheck 'mount removable media automatically when inserted'. This did the trick instead of various other good suggestions.&lt;br /&gt;&lt;br /&gt;-VirtualBox can now be installed from fpmfusion repos, installing dependencies has never been easier with manual rpm install.&lt;br /&gt;yum install dkms VirtualBox-OSE VirtualBox-OSE-guest&lt;br /&gt;Evils of using opensource edition is that after 2 days when I needed to connect my phone to xp guest, I was not able to add usb. Aparently open source edition does not support it.&lt;br /&gt;So downloaded http://download.virtualbox.org/virtualbox/3.2.0/VirtualBox-3.2-3.2.0_61806_fedora13-1.i686.rpm&lt;br /&gt;yum remove VirtualBox-OSE VirtualBox-OSE-guest&lt;br /&gt;yum install dkms gcc kernel-headers&lt;br /&gt;rpm -Uvh VirtualBox-3.2-3.2.0_61806_fedora13-1.i686.rpm&lt;br /&gt;Add virtualbox group to your user.&lt;br /&gt;Any installation errors can be seen in and reinitialization done via /etc/init.d/vboxdrv setup as root&lt;br /&gt;Boot xp guest. I had to change network to intel pro/100 T server for my xps 1210.&lt;br /&gt;Loaded guest additions cd from /usr/share/virtualbox/VBoxGuestAdditions.iso and installed on my xp guest&lt;br /&gt;Added shared permanent folder.&lt;br /&gt;To access shared folder under xp, open windows exporer, goto tools, map network drive.&lt;br /&gt;select drive say eg. V&lt;br /&gt;Browse for folder and you should see 'Virtualbox shared folders-&gt;//Vboxsrv'&lt;br /&gt;Map it and create shortcut to desktop for easy access.&lt;br /&gt;&lt;br /&gt;-Want video chat on yahoo&lt;br /&gt;yum install gyachi&lt;br /&gt;&lt;br /&gt;-google picasa. Download rpm from http://picasa.google.com/linux/download.html#picasa30. Will have to install few dependecies first.&lt;br /&gt;yum install lsb libgphoto2 openssl sane-backends audiofile esound-libs openssl-devel&lt;br /&gt;rpm -Uvh picasa-3.0-current.i386.rpm&lt;br /&gt;&lt;br /&gt;-ssh between laptops on wireless network&lt;br /&gt;enable and start sshd service under services&lt;br /&gt;ensure firewall has ssh enabled&lt;br /&gt;&lt;br /&gt;-ftp between 2 laptops on wireless network&lt;br /&gt;install proftpd on one laptop&lt;br /&gt;start ftp service using&lt;br /&gt;sudo service proftpd start&lt;br /&gt;Ensure ftp is enabled on firewall&lt;br /&gt;Enable port 21 port forwading on router for ip of laptop having proftpd service.&lt;br /&gt;&lt;br /&gt;-download google chrome and install rpm&lt;br /&gt;http://www.google.com/chrome/eula.html?hl=en&amp;amp;brand=CHMA&amp;amp;utm_campaign=en&amp;amp;utm_source=en-ha-na-us-bk&amp;amp;utm_medium=ha&lt;br /&gt;&lt;br /&gt;-My desktop folders and icons went missing after an update. To get back the icons open following&lt;br /&gt;sudo vi /etc/xdg/lxsession/LXDE/autostar&lt;br /&gt;Change @pcmanfm2 --desktop --profile lxde&lt;br /&gt;to @pcmanfm --desktop --profile lxde&lt;br /&gt;&lt;br /&gt;-Missing java plugin on firefox 3.6&lt;br /&gt;Install openjdk&lt;br /&gt;sudo yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin&lt;br /&gt;Restart firefox and check if plugin comes up in about:plugins. If not then&lt;br /&gt;sudo alternatives --config libjavaplugin.so&lt;br /&gt;Enter the number for other .so file and restart firefox.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-1426983828331406?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/1426983828331406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=1426983828331406' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/1426983828331406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/1426983828331406'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2010/06/fedora-13-lxde-spin-my-personal.html' title='Fedora 13 lxde spin - my personal installation'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-3293762343411493379</id><published>2010-04-05T00:18:00.000-07:00</published><updated>2010-04-05T00:24:17.079-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fedora 12 lxde'/><category scheme='http://www.blogger.com/atom/ns#' term='picasa'/><title type='text'>Picasa on fedora 12 lxde spin</title><content type='html'>Download picasa rpm from http://picasa.google.com/linux/&lt;br /&gt;I downloaded picasa-3.0-current.i386.rpm&lt;br /&gt;sudo rpm -ivh picasa-3.0-current.i386.rpm&lt;br /&gt;&lt;br /&gt;Above will ask for bunch of dependencies are required. Hence installed following:&lt;br /&gt;sudo yum install openssl-devel openssl redhat-lsb libexif libgpohoto2 sane-backends-libs esound-libs&lt;br /&gt;&lt;br /&gt;Note that without openssl-devel you will not be able to login to web using picasa.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-3293762343411493379?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/3293762343411493379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=3293762343411493379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/3293762343411493379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/3293762343411493379'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2010/04/picasa-on-fedora-12-lxde-spin.html' title='Picasa on fedora 12 lxde spin'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-2782997300334987225</id><published>2010-03-31T17:13:00.000-07:00</published><updated>2010-04-05T00:03:55.096-07:00</updated><title type='text'>Mount Lvm Partition and backup data using Live linux CD</title><content type='html'>&lt;div&gt;Once I ran yum update on my fedora 12 lxde spin and it broke. System was unable to boot. I had to take backup before reinstalling so booted with the fedora 12 lxde live cd and ran regular mount command mount /dev/sda2 /mnt/hdd but got error - "mount: unknown filesystem type 'LVM2_member'"&lt;/div&gt;&lt;div&gt;After lot of googling I came across [http://forums.opensuse.org/archives/sf-archives/archives-software/337006-can-not-mount-lvm-partition-2.html] which was a life saver for me and my data. Then I ran following commands with output [indented] to mount my volume.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;su&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;pvscan&lt;/div&gt;&lt;div&gt;  PV /dev/sda2   VG vg_xps   lvm2 [74.33 GB / 0    free]&lt;/div&gt;&lt;div&gt;  Total: 1 [74.33 GB] / in use: 1 [74.33 GB] / in no VG: 0 [0   ]&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;vgscan -v&lt;/div&gt;&lt;div&gt;    Wiping cache of LVM-capable devices&lt;/div&gt;&lt;div&gt;    Wiping internal VG cache&lt;/div&gt;&lt;div&gt;  Reading all physical volumes.  This may take a while...&lt;/div&gt;&lt;div&gt;    Finding all volume groups&lt;/div&gt;&lt;div&gt;    Finding volume group "vg_xps"&lt;/div&gt;&lt;div&gt;  Found volume group "vg_xps" using metadata type lvm2&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;vgchange -ay -v&lt;/div&gt;&lt;div&gt;    Finding all volume groups&lt;/div&gt;&lt;div&gt;    Finding volume group "vg_xps"&lt;/div&gt;&lt;div&gt;    2 logical volume(s) in volume group "vg_xps" already active&lt;/div&gt;&lt;div&gt;    2 existing logical volume(s) in volume group "vg_xps" monitored&lt;/div&gt;&lt;div&gt;    Found volume group "vg_xps"&lt;/div&gt;&lt;div&gt;    Found volume group "vg_xps"&lt;/div&gt;&lt;div&gt;    Activated logical volumes in volume group "vg_xps"&lt;/div&gt;&lt;div&gt;  2 logical volume(s) in volume group "vg_xps" now active&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;vgdisplay -v&lt;/div&gt;&lt;div&gt;    Finding all volume groups&lt;/div&gt;&lt;div&gt;    Finding volume group "vg_xps"&lt;/div&gt;&lt;div&gt;  --- Volume group ---&lt;/div&gt;&lt;div&gt;  VG Name               vg_xps&lt;/div&gt;&lt;div&gt;  System ID             &lt;/div&gt;&lt;div&gt;  Format                lvm2&lt;/div&gt;&lt;div&gt;  Metadata Areas        1&lt;/div&gt;&lt;div&gt;  Metadata Sequence No  3&lt;/div&gt;&lt;div&gt;  VG Access             read/write&lt;/div&gt;&lt;div&gt;  VG Status             resizable&lt;/div&gt;&lt;div&gt;  MAX LV                0&lt;/div&gt;&lt;div&gt;  Cur LV                2&lt;/div&gt;&lt;div&gt;  Open LV               1&lt;/div&gt;&lt;div&gt;  Max PV                0&lt;/div&gt;&lt;div&gt;  Cur PV                1&lt;/div&gt;&lt;div&gt;  Act PV                1&lt;/div&gt;&lt;div&gt;  VG Size               74.33 GB&lt;/div&gt;&lt;div&gt;  PE Size               4.00 MB&lt;/div&gt;&lt;div&gt;  Total PE              19029&lt;/div&gt;&lt;div&gt;  Alloc PE / Size       19029 / 74.33 GB&lt;/div&gt;&lt;div&gt;  Free  PE / Size       0 / 0   &lt;/div&gt;&lt;div&gt;  VG UUID               wDR2Xa-8km9-Q5f3-4y4f-jCyE-ebkn-pQbTev&lt;/div&gt;&lt;div&gt;   &lt;/div&gt;&lt;div&gt;  --- Logical volume ---&lt;/div&gt;&lt;div&gt;  LV Name                /dev/vg_xps/lv_root&lt;/div&gt;&lt;div&gt;  VG Name                vg_xps&lt;/div&gt;&lt;div&gt;  LV UUID                OshzOn-H2WY-6GXP-W0D9-HBJ2-fqRD-6heWXi&lt;/div&gt;&lt;div&gt;  LV Write Access        read/write&lt;/div&gt;&lt;div&gt;  LV Status              available&lt;/div&gt;&lt;div&gt;  # open                 0&lt;/div&gt;&lt;div&gt;  LV Size                72.33 GB&lt;/div&gt;&lt;div&gt;  Current LE             18517&lt;/div&gt;&lt;div&gt;  Segments               1&lt;/div&gt;&lt;div&gt;  Allocation             inherit&lt;/div&gt;&lt;div&gt;  Read ahead sectors     auto&lt;/div&gt;&lt;div&gt;  - currently set to     256&lt;/div&gt;&lt;div&gt;  Block device           253:2&lt;/div&gt;&lt;div&gt;   &lt;/div&gt;&lt;div&gt;  --- Logical volume ---&lt;/div&gt;&lt;div&gt;  LV Name                /dev/vg_xps/lv_swap&lt;/div&gt;&lt;div&gt;  VG Name                vg_xps&lt;/div&gt;&lt;div&gt;  LV UUID                ScYasH-efcp-0yyP-i0FK-lcFJ-g33x-lo3bie&lt;/div&gt;&lt;div&gt;  LV Write Access        read/write&lt;/div&gt;&lt;div&gt;  LV Status              available&lt;/div&gt;&lt;div&gt;  # open                 1&lt;/div&gt;&lt;div&gt;  LV Size                2.00 GB&lt;/div&gt;&lt;div&gt;  Current LE             512&lt;/div&gt;&lt;div&gt;  Segments               1&lt;/div&gt;&lt;div&gt;  Allocation             inherit&lt;/div&gt;&lt;div&gt;  Read ahead sectors     auto&lt;/div&gt;&lt;div&gt;  - currently set to     256&lt;/div&gt;&lt;div&gt;  Block device           253:3&lt;/div&gt;&lt;div&gt;   &lt;/div&gt;&lt;div&gt;  --- Physical volumes ---&lt;/div&gt;&lt;div&gt;  PV Name               /dev/sda2     &lt;/div&gt;&lt;div&gt;  PV UUID               oENBs0-bYPL-8Uh3-bZsJ-H6nZ-tjDv-DUH99M&lt;/div&gt;&lt;div&gt;  PV Status             allocatable&lt;/div&gt;&lt;div&gt;  Total PE / Free PE    19029 / 0&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Note down the "LV Name" for running next command. Here LV name is /dev/vg_xps/lv_root&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;lvchange -ay -v /dev/vg_xps/lv_root&lt;/div&gt;&lt;div&gt;    Using logical volume(s) on command line&lt;/div&gt;&lt;div&gt;    Activating logical volume "lv_root"&lt;/div&gt;&lt;div&gt;    Found volume group "vg_xps"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;cd /mnt&lt;/div&gt;&lt;div&gt;mkdir hdd&lt;/div&gt;&lt;div&gt;mount /dev/vg_xps/lv_root /mnt/hdd&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The logical volume has been mounted under /mnt/hdd and we can take backup now.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For those interested in knowing why the yum update created issue with my fedora 12 lxde boot, it's because of kernel update of kernel-2.6.32.10-90 on system. Defect at https://bugzilla.redhat.com/show_bug.cgi?id=578217#c8. I tried to install kernel-2.6.32.10-94.fc12.i686.rpm and kernel-2.6.32.10-94.fc12.src.rpm from http://koji.fedoraproject.org/koji/buildinfo?buildID=164636 but same issue. Hence reinstalled lxde spin and sticking to 2.6.31.5-127.fc12.i686 by disabling updates untill fedora 13 comes out.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-2782997300334987225?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/2782997300334987225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=2782997300334987225' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/2782997300334987225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/2782997300334987225'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2010/03/mount-lvm-partition-and-backup-data.html' title='Mount Lvm Partition and backup data using Live linux CD'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-6163767503346002897</id><published>2009-12-12T22:43:00.000-08:00</published><updated>2010-01-17T21:06:21.235-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='lxde spin'/><category scheme='http://www.blogger.com/atom/ns#' term='dell xps 1210'/><category scheme='http://www.blogger.com/atom/ns#' term='randr'/><category scheme='http://www.blogger.com/atom/ns#' term='fedora 12'/><title type='text'>FEDORA 12 LXDE SPIN</title><content type='html'>After reading about super effecient lxde and having xfce earlier, I was glad that fedora came up with lxde spin. After some trial and errors and lot of googling here is my personal installation guide for my dell xps 1210&lt;br /&gt;&lt;br /&gt;-Download and install lxde spin for fedora 12. I used the 64bit spin on my dell xps 1210&lt;br /&gt;&lt;br /&gt;-setup sudo&lt;br /&gt;login as root and execute following&lt;br /&gt;echo 'loginname ALL=(ALL) ALL' &gt;&gt; /etc/sudoers&lt;br /&gt;&lt;br /&gt;-disabled selinux. Though this provides great security, sometimes it is very irritating for home use.&lt;br /&gt;sudo vi /etc/selinux/config&lt;br /&gt;Change SELINUX=enforcing to SELINUX=disabled&lt;br /&gt;&lt;br /&gt;-setup rpmfusion and fastestmirror&lt;br /&gt;sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;sudo rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&lt;br /&gt;run 'sudo yum install yum-plugin-fastestmirror'&lt;br /&gt;&lt;br /&gt;-install apps that i like to use :-)&lt;br /&gt;sudo yum install firefox mplayer gecko-mediaplayer mencoder gnome-mplayer java-1.6.0-openjdk java-1.6.0-openjdk-devel java-1.6.0-openjdk-plugin pidgin audacious audacious-plugins-freeworld* gpicview brasero&lt;br /&gt;&lt;br /&gt;-Firefox tweaks&lt;br /&gt;Installed following add-ons&lt;br /&gt;firebug&lt;br /&gt;firecookie&lt;br /&gt;codeburner for firebug&lt;br /&gt;colorzilla&lt;br /&gt;downloadhelper&lt;br /&gt;fastdial&lt;br /&gt;http resource test&lt;br /&gt;jsview&lt;br /&gt;live http headers&lt;br /&gt;measureit&lt;br /&gt;modify headers&lt;br /&gt;refcontrol&lt;br /&gt;screengrab&lt;br /&gt;Also set following params in about:config for better performace&lt;br /&gt;network.dn.disableIPv6=true&lt;br /&gt;network.http.pipelining=true&lt;br /&gt;network.http.pipelining.maxrequests=8&lt;br /&gt;network.http.pipelining.ssl=true&lt;br /&gt;network.http.proxy.pipelining=true&lt;br /&gt;ui.submenuDelay=0&lt;br /&gt;nglayout.initialpaint.delay=0&lt;br /&gt;&lt;br /&gt;-install flash plugin&lt;br /&gt;For 32 bit sudo yum install flash-plugin should do it, but since I have 64 bit dual core, I downloaded &lt;a href="http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz"&gt;http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz&lt;/a&gt; and installed the plugin manually.&lt;br /&gt;sudo tar -zxvf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz -C /usr/lib64/mozilla/plugins&lt;br /&gt;[Well, make sure you get the latest version of the flash from this page http://labs.adobe.com/downloads/flashplayer10_64bit.html]&lt;br /&gt;&lt;br /&gt;-install chromium instead of googe chrome&lt;br /&gt;Download following rpm from &lt;a href="http://spot.fedorapeople.org/chromium/F12/"&gt;http://spot.fedorapeople.org/chromium/F12/&lt;/a&gt;&lt;br /&gt;v8-2.0.0-1.20091118svn3334.fc12.x86_64.rpm&lt;br /&gt;chromium-4.0.252.0-0.1.20091119svn32498.fc12.x86_64.rpm&lt;br /&gt;&lt;br /&gt;sudo yum install minizip nss-mdns&lt;br /&gt;sudo rpm -ivh v8-2.0.0-1.20091118svn3334.fc12.x86_64.rpm chromium-4.0.252.0-0.1.20091119svn32498.fc12.x86_64.rpm&lt;br /&gt;&lt;br /&gt;-install opera - seriosly page loads are faster than firefox&lt;br /&gt;sudo yum install qt3&lt;br /&gt;Download opera-10.10.gcc4.shared.qt3.x86_64.rpm from &lt;a href="http://www.opera.com/download/"&gt;http://www.opera.com/download/&lt;/a&gt;&lt;br /&gt;sudo rpm -ivh opera-10.10.gcc4.shared.qt3.x86_64.rpm&lt;br /&gt;&lt;br /&gt;-install microsfot fonts.&lt;br /&gt;Download the rpm created by at Mauriat. Many thanks to Mauriat Miranda for the rpm and notes at &lt;a href="http://www.mjmwired.net/resources/mjm-fedora-f12.html"&gt;http://www.mjmwired.net/resources/mjm-fedora-f12.html&lt;/a&gt;&lt;br /&gt;run 'sudo rpm -ivh msttcore-fonts-2.0-3.noarch.rpm'&lt;br /&gt;&lt;br /&gt;-remove unwanted apps&lt;br /&gt;run 'sudo yum remove midori gxine lxmusic xmms2 abiword iok osmo'&lt;br /&gt;I also removed lot of unwanted font packages. eg. I dont read arabic, chinese, japanese and many more so why install the fonts.&lt;br /&gt;run 'package-cleanup --leaves' and uninstall the listed packages&lt;br /&gt;run 'sudo yum update' to update all the installed packages.&lt;br /&gt;Once done reboot system&lt;br /&gt;&lt;br /&gt;-webcam, worked out of the box with cheese application&lt;br /&gt;sudo yum install cheese&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Install skype&lt;br /&gt;sudo gpg --keyserver pgp.mit.edu --recv-keys 0xD66B746E&lt;br /&gt;sudo gpg -a -o /etc/pki/rpm-gpg/RPM-GPG-KEY-skype --export 0xD66B746E&lt;br /&gt;Add following to /etc/yum.repos.d/skype.repo and then call yum installed skype&lt;br /&gt;[skype]&lt;br /&gt;name=Skype Repository&lt;br /&gt;baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/&lt;br /&gt;#gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc&lt;br /&gt;gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-skype&lt;br /&gt;enabled=1&lt;br /&gt;gpgcheck=1&lt;br /&gt;&lt;br /&gt;Unfortunatly I found that this is the old version of skype. So I downloaded the new version from http://www.skype.com/go/getskype-linux-beta-fc10 and manually installed it&lt;br /&gt;sudo rpm -Uvh skype-2.1.0.47-fc10.i586.rpm&lt;br /&gt;Good thing with using the repo first was that the dependencies got installed and I need not manually hunt for those rpm packages.&lt;br /&gt;Unfortunatly again, the new skype had issues with my webcam so i reverted back to the repo based skype version.&lt;br /&gt;&lt;br /&gt;-Install Virtual box. I have win xp virtual machine in VirtualBox which I used for windows specific use eg. office apps.&lt;br /&gt;Visit virtualbox site and check instructions for repo installation. But before that make sure you have following installed.&lt;br /&gt;sudo yum install dkms gcc kernel-headers&lt;br /&gt;&lt;br /&gt;-issue with touch pad. Scrolling and clicks did not work out of the box. I enabled click using following&lt;br /&gt;sudo yum install xorg-x11-drv-synaptics&lt;br /&gt;cp /usr/share/hal/fdi/policy/20thirdparty/10-synaptics.fdi /etc/hal/fdi/policy/&lt;br /&gt;vi /etc/hal/fdi/policy/10-synaptics.fdi&lt;br /&gt;Remove the comments around the match section in the file.&lt;br /&gt;Either reboot or run following to see if touchpad click works&lt;br /&gt;synclient TapButton1=1&lt;br /&gt;Now for vertical scroll To verify if it's on or off, do the following&lt;br /&gt;synclient -l | grep -i vertedge&lt;br /&gt;If it reports VertEdgeScroll = 0, try to manually enable it&lt;br /&gt;synclient VertEdgeScroll=1&lt;br /&gt;If above works then add following merge line in /etc/hal/fdi/policy/10-synaptics.fdi&lt;br /&gt;&amp;lt;merge key="input.x11_options.VertEdgeScroll" type="string"&amp;gt;1&amp;lt;/merge&amp;gt;&lt;br /&gt;Many thanks to Walter Francis for his post &lt;a href="http://fedorasolved.org/Members/khaytsus/configuring-synaptics-using-hal/?searchterm=None"&gt;http://fedorasolved.org/Members/khaytsus/configuring-synaptics-using-hal/?searchterm=None&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;-issue with keyring. When I setup my wireless, keyring popup asked me for password and I set up one. Then on every reboot if promted me to enter it which was annoying. So went and deleted /home/bhupendra/.gnome2/keyrings/default.keyring. Next time I logged back in, left keyring password emty and chose unprotected keyring settings.&lt;br /&gt;&lt;br /&gt;-remove wallpaper, modify slim background&lt;br /&gt;Slim's login screen wallpaper is background.jpg in /usr/share/slim/themes/default. I removed the symlink and dropped my own plain wallpaper.&lt;br /&gt;Next to remove wallpaper on desktop, I right clicked desktop, click desktop settings and unchecked wallpaper. Instead set background color to #1B144D which was close to my login screen background image.&lt;br /&gt;I wanted to remove use of wallpaper to minimize system resource use.&lt;br /&gt;&lt;br /&gt;-disable plymouth boot screen&lt;br /&gt;The plymouth graphical boot in fedora is nice but I wanted to remove it and see the conole log.&lt;br /&gt;Removed rhgb quite from /boot/grub/grub.conf to achive this.&lt;br /&gt;If you just want to try out other plymouth theme eg. solar (I was using this for a long time even in F11)&lt;br /&gt;sudo yum install plymouth-theme-solar&lt;br /&gt;plymouth-set-default-theme solar&lt;br /&gt;/usr/libexec/plymouth/plymouth-update-initrd&lt;br /&gt;&lt;br /&gt;-easy vpnc setup&lt;br /&gt;I need to use cisco vpn to connect to office network. Originally I was using vpnc package and configured the setup in /etc/vpnc/default.conf. But F12 comes with nice gui setup via network manager. Make sure you have following packages for cisco&lt;br /&gt;sudo yum install NetworkManager-vpnc vpnc&lt;br /&gt;&lt;br /&gt;-bluetooth&lt;br /&gt;Since lxde does not have it's own bluetooth manager, I installed bluez and hoped it would work. It did work but few gnome specific packages were also installed. Atleast I was able to see my nokia n80's bluetooth.&lt;br /&gt;&lt;br /&gt;-minor issue with gmixer and volume control buttons on laptop&lt;br /&gt;Gmixer is good but by default it sets control buttons to my mic instead of speaker. I have to manually select HDA intel alsa mixer in the selection and then change volume&lt;br /&gt;&lt;br /&gt;-connecting to tv&lt;br /&gt;Miss the gnome system-config-monitor. Using monitor settings in lxde i.e lxrandr I could only change screen resolution. I wanted to replicate my laptop screen to tv when connected with svideo and came up with following scripts.&lt;br /&gt;#tvconnect&lt;br /&gt;xrandr --auto --output LVDS1 --mode 800x600&lt;br /&gt;xrandr --auto --output TV1 --mode 800x600 --same-as LVDS1&lt;br /&gt;&lt;br /&gt;#tvdisconnect&lt;br /&gt;xrandr --output TV1 --off&lt;br /&gt;xrandr --output LVDS1 --mode 1280x800&lt;br /&gt;&lt;br /&gt;I had to change the resolution from 1280x800 to 800x600 since that was the correct fit for my big non hd toshiba tv.&lt;br /&gt;&lt;br /&gt;With all of the above changes, my cpu usage has seldom crossed 20% and memory usage was always under 500mb under normal use. Think my F12 lxde xps 1210 is faster than better high end laptops running bloted win* :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-6163767503346002897?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/6163767503346002897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=6163767503346002897' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/6163767503346002897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/6163767503346002897'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2009/12/fedora-12-lxde.html' title='FEDORA 12 LXDE SPIN'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7801985619478995070.post-1217010690667860750</id><published>2009-09-09T20:08:00.000-07:00</published><updated>2009-10-24T16:44:56.248-07:00</updated><title type='text'>speed up gnome on fedora 11</title><content type='html'>&lt;span style="font-family: courier new;"&gt;disable unnecessary services eg. bluetooth and print services when not in use.&lt;br /&gt;&lt;br /&gt;cd&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;touch .gtkrc-2.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;echo "gtk-menu-popup-delay = 0"| tee -a  .gtkrc-2.0&lt;/span&gt;&lt;span style="font-family: monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;login as root or sudo&lt;br /&gt;yum install gconf-editor&lt;br /&gt;open gconf-editor by typing it on terminal&lt;br /&gt;goto /-&gt;apps-&gt;metacity-&gt;general and check 'reduced resources'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-1217010690667860750?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/1217010690667860750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=1217010690667860750' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/1217010690667860750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/1217010690667860750'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2009/09/speed-up-gnome-on-fedora-11.html' title='speed up gnome on fedora 11'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-8544833170711805893</id><published>2009-03-22T19:52:00.000-07:00</published><updated>2009-04-12T21:42:21.219-07:00</updated><title type='text'>Need two OS on single laptop/machine</title><content type='html'>-Download virtualbox from http://www.virtualbox.org/wiki/Downloads. Downloads available for multiple host OS.&lt;br /&gt;-I installed rpm for fedora 10 and also installed dkms so that my kernel upgrades do not give probelms&lt;br /&gt;-The install creates a group vboxusers. my user being 'bhupendra' I added it to this group.&lt;br /&gt;-To start virtulbox gui type in VirtualBox [V abd B should be capital] and follow the instructions.&lt;br /&gt;&lt;br /&gt;Well I thought things would be ok, but while launching VirtualBox, I got following error:&lt;br /&gt;WARNING: The vboxdrv kernel module is not loaded. Either there is no module&lt;br /&gt;        available for the current kernel (2.6.27.19-170.2.35.fc10.i686) or it failed to&lt;br /&gt;        load. Please recompile the kernel module and install it by&lt;br /&gt;&lt;br /&gt;          sudo /etc/init.d/vboxdrv setup&lt;br /&gt;&lt;br /&gt;        You will not be able to start VMs until this problem is fixed.&lt;br /&gt;WARNING: The compilation of the vboxdrv.ko kernel module failed during the&lt;br /&gt;        installation for some reason. Starting a VM will not be possible.&lt;br /&gt;        Please consult the User Manual for build instructions.&lt;br /&gt;&lt;br /&gt;So changed to root user and ran /etc/init.d/vboxdrv setup only to find out that the setup failed. Fortunately the log showed that I did not have gcc installed so did yum install gcc. After that the setup was smooth and VirtualBox gui was up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-8544833170711805893?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/8544833170711805893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=8544833170711805893' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/8544833170711805893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/8544833170711805893'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2009/03/need-two-os-on-single-laptopmachine.html' title='Need two OS on single laptop/machine'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-7033065357141879129</id><published>2009-02-06T14:30:00.000-08:00</published><updated>2009-06-20T17:40:29.683-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tmp'/><category scheme='http://www.blogger.com/atom/ns#' term='temp'/><category scheme='http://www.blogger.com/atom/ns#' term='disk full'/><category scheme='http://www.blogger.com/atom/ns#' term='tmpwatch'/><category scheme='http://www.blogger.com/atom/ns#' term='fedora 10'/><title type='text'>disk full on fedora 10? clean it up...</title><content type='html'>Use gnome's disk usage analyser to get insight on possible junk data. It came handy for me.&lt;br /&gt;&lt;br /&gt;I saw deleted torrent data from my transmission  in /home/myusername/.local/share/Trash/files. Ran 'rm-rf  *' to delete everything here.&lt;br /&gt;&lt;br /&gt;Have heard that tempwatch is good to delete /tmp folder. Run or add tmpwatch to cron tab. 'tmpwatch -maf 4 /tmp' deletes tmp files older than 4 hours.&lt;br /&gt;&lt;br /&gt;run 'yum clean all' to clear yum cache.&lt;br /&gt;&lt;br /&gt;Sometimes we install a package which install bunch of dependencies. Later when we remove using yum, the dependencies are not removed. Use&lt;br /&gt;package-cleanup --leaves&lt;br /&gt;to get list of unused packages and remove them.&lt;br /&gt;&lt;br /&gt;After doing above 3 things my 'df -h' statistics jumped from 25% / usage to 13% / usage :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-7033065357141879129?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/7033065357141879129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=7033065357141879129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/7033065357141879129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/7033065357141879129'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2009/02/disk-full-on-fedora-10-clean-it-up.html' title='disk full on fedora 10? clean it up...'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-8230197441616074593</id><published>2009-01-21T20:27:00.000-08:00</published><updated>2009-01-21T21:12:23.534-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='vpn'/><category scheme='http://www.blogger.com/atom/ns#' term='pfc'/><title type='text'>connect office networks with vpn on linux</title><content type='html'>-install licensed cisco vpn client on windows os to check if it works fine.&lt;br /&gt;-copy the *.pcf file which is the configuration file.&lt;br /&gt;-on your linux install vpnc&lt;br /&gt;-run following to get the value for [decrypted enc_GroupPwd]&lt;br /&gt;cisco-decrypt [value of enc_GroupPwd from the *.pfc]&lt;br /&gt;-now edit /etc/vpnc/default.conf with values from pfc file&lt;br /&gt;IPSec gateway [Host]&lt;br /&gt;IPSec ID [GroupName]&lt;br /&gt;IPSec secret [decrypted enc_GroupPwd]&lt;br /&gt;Xauth username [your username for vpn connection]&lt;br /&gt;-now run "sudo vpnc", it would ask for password key and once set runs as a background process&lt;br /&gt;-to disconnect type "vpnc-disconnect"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-8230197441616074593?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/8230197441616074593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=8230197441616074593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/8230197441616074593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/8230197441616074593'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2009/01/connect-office-networks-with-vpn-on.html' title='connect office networks with vpn on linux'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-4215901799317134774</id><published>2009-01-18T16:26:00.000-08:00</published><updated>2009-01-18T19:49:36.366-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dns'/><category scheme='http://www.blogger.com/atom/ns#' term='subdomain'/><category scheme='http://www.blogger.com/atom/ns#' term='freedns'/><category scheme='http://www.blogger.com/atom/ns#' term='domain registration'/><title type='text'>Register and create your website - all for free</title><content type='html'>DOMAIN REGISTRATION AND DNS FOR FREE&lt;br /&gt;-Open account on freedns.afraid.org&lt;br /&gt;-I did not have any domain registered. once logged in, click the "registry" to choose your domain eg. mooo.com and click on it. Ensure that the domain is public.&lt;br /&gt;-Now you are creating a subdomain from the available domains. Select type A, type your subdomain eg. I did bhupendra. Your external ip would already be captured. Hit save and you are done.&lt;br /&gt;&lt;br /&gt;SETTING UP LOCAL SITE&lt;br /&gt;-I have a laptop running fedora 10 configured to netgear wireless router and had to make few changes as follow:&lt;br /&gt;#router changes ------------------------------------------------------------------------------&lt;br /&gt;-keep router as DHCP for devices attached to the network eg. my laptop however I reserved &lt;span class="ttext"&gt;192.168.1.2 for my laptop&lt;br /&gt;-enable port forwarding for http on port 80 from my router to &lt;/span&gt;&lt;span class="ttext"&gt;192.168.1.2&lt;br /&gt;-both the above steps can vary depending on your router however most of the basic router do come with these features. Also be sure to upgrade your firmware just to get best security and features.&lt;br /&gt;#laptop changes-------------------------------------------------------------------------------&lt;br /&gt;-system should be aware of the network ip address. I removed the dhcp setting for my wlan0 and set static ip of 192.168.1.2 with subnet mask of 255.255.255.0 as specified by my router.&lt;br /&gt;-open system-config-firewall and enable http/80 which is disabled by default&lt;br /&gt;-install apache. yum install httpd httpd-tools&lt;br /&gt;-edit /etc/httpd/conf/httpd.conf to remove welcome page include and/or comment entries in /etc/httpd/conf.d/welcome.conf&lt;br /&gt;-create /var/www/html/index.html to serve your custom welcome page&lt;br /&gt;-"apachectl start" to start your apache.&lt;br /&gt;&lt;br /&gt;TEST&lt;br /&gt;-goto http://localhost to verify if your apache is up and default index.html is picking up&lt;br /&gt;-goto http://192.168.1.2 or http://yournetworkip to see if your static ip for network is all ok&lt;br /&gt;-goto http://bhupendra.mooo.com to check if your external domain is working&lt;br /&gt;&lt;br /&gt;A WORD FOR IMPATIENT&lt;br /&gt;If you are impatient like me, just take a break go out for a smoke or something. And even after few hours things dont work, get a manual for your router which I did and found about a NAT filtering option which is a firewall on the router which was blocking the port forwading. I changed the NAT filtering from secured to open and things began to work.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;EXTERNAL IP ALWAYS CHANGES? no probs&lt;br /&gt;-download script to update the external ip from &lt;a href="http://freedns.afraid.org/scripts/freedns.clients.php"&gt;http://freedns.afraid.org/scripts/freedns.clients.php&lt;/a&gt;&lt;br /&gt;-I use &lt;a href="http://freedns.afraid.org/scripts/dnsactual.sh.txt"&gt;http://freedns.afraid.org/scripts/dnsactual.sh.txt&lt;/a&gt; simple and clean. Just download the script, remove txt, give permission of your default user on linux and add crontab entry to schedule it to run say 5 min or more as per your ip lease expiry.&lt;br /&gt;&lt;br /&gt;THE DOWNSIDE AS I SEE IT........&lt;br /&gt;&lt;a href="http://freedns.afraid.org/faq/#16"&gt;http://freedns.afraid.org/faq/#16&lt;/a&gt;&lt;br /&gt;alternative: If you want your site to be google seo friendly then register a domain (not free) and set the domain in your freedns account. you can then create subdomain on the registered domain instead of using it off the available freedns public domains.&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-4215901799317134774?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/4215901799317134774/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=4215901799317134774' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/4215901799317134774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/4215901799317134774'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2009/01/register-and-create-your-website-all.html' title='Register and create your website - all for free'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-720894332200969856</id><published>2008-11-27T07:21:00.000-08:00</published><updated>2009-01-03T23:36:50.424-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='logmein'/><category scheme='http://www.blogger.com/atom/ns#' term='fedora 10'/><category scheme='http://www.blogger.com/atom/ns#' term='dell xps 1210'/><category scheme='http://www.blogger.com/atom/ns#' term='jdk'/><title type='text'>Fedora 10 out and on my xps 1210</title><content type='html'>Fedora 10 went GA on 25th nov 08 and I was counting days for over a month. I was pretty happy with fedora 9 with few exception of system crashes when using skype. In any case I had to try out the new version. Believe me, I never had a troublefree all working linux before. Always something or other had problems. Audio, else video or flash or jdk.......but not this time.&lt;br /&gt;&lt;br /&gt;-INSTALL&lt;br /&gt;This time instead of downloading the dvd image, i decided to get the gnome live cd since the download times is less for this.&lt;br /&gt;Booted through the cd, click the desktop item and the install started. If you have installed fedora before this should not be any different.&lt;br /&gt;My wireless internet was easy to configure and less cranky than on fedora 9.&lt;br /&gt;&lt;br /&gt;-POST INSTALL&lt;br /&gt;no open office, no jdk&lt;br /&gt;instead found abiword&lt;br /&gt;Fine good for me, I prefer to install openoffice and jdk manually myself.&lt;br /&gt;Here is the list of packages I removed/added:&lt;br /&gt;yum remove pidgin&lt;br /&gt;yum install empathy [bye bye pidgin and hello empathy - gtalk call support]&lt;br /&gt;yum install vlc [for all my video needs]&lt;br /&gt;I had xmms on fedora 9 but decided to use rythmbox going forward as it was already installed. There are radio channels in it. free music :-)&lt;br /&gt;yum install gnome-applet-netspeed [I like to see how much bandwidth my comcast internet connection gives, I had to configure the applet on panel]&lt;br /&gt;yum remove abiword&lt;br /&gt;yum install wget&lt;br /&gt;wget http://www.skype.com/go/getskype-linux-fc7 [downloading skype rpm]&lt;br /&gt;rpm -ivh skype-2.0.0.72-fc5.i586.rpm [after install, had to chage audio settings]&lt;br /&gt;Also downloaded the rpm for adobe reader and flash player from adobe site and installed them. The flash plugin showed up on about:plugins on firefox and youtube was working without any headaches [really surprised]y&lt;br /&gt;yum install gstreamer-plugin* [to add mp3 support to rythmbox]&lt;br /&gt;For java and openoffice, I followed the install instruction on respective sites. [quite similar to my install on fedora 9 actually]&lt;br /&gt;&lt;br /&gt;Ahh.....after a day, when I actually installed jdk1.6.0.10, my logmein on firefox did not work. firefox started hanging on remote connectivity. Suspecting java plugin issue, reverted back to the old version i had on fedora 9 which was jdk1.6.0.07. Everything works fine now.&lt;br /&gt;&lt;br /&gt;oops few more days and I found that I am not able to connect my laptop to tv to watch youtube videos. After heavy googling, i came to know that something has broken in f10 and was forced to play around with randr&lt;br /&gt;-to see connections run&lt;br /&gt;xrandr&lt;br /&gt;-to configure dual monitor&lt;br /&gt;xrandr --output TV --mode 800x600 --set TV_FORMAT NTSC-M&lt;br /&gt;-to stop replication to tv&lt;br /&gt;xrandr --output TV --off&lt;br /&gt;&lt;br /&gt;Though my entire 12 inch monitor is not correctly replicated on tv screen, it's sufficient to see youtube videos on full screen mode.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7801985619478995070-720894332200969856?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/720894332200969856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=720894332200969856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/720894332200969856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/720894332200969856'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2008/11/fedora-10-out-and-on-my-xps-1210.html' title='Fedora 10 out and on my xps 1210'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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-7801985619478995070.post-3316320562144556581</id><published>2008-10-26T08:27:00.000-07:00</published><updated>2008-10-26T09:25:08.624-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='skype'/><category scheme='http://www.blogger.com/atom/ns#' term='fedora 9'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='bhupendra'/><category scheme='http://www.blogger.com/atom/ns#' term='dell xps 1210'/><category scheme='http://www.blogger.com/atom/ns#' term='tomcat'/><category scheme='http://www.blogger.com/atom/ns#' term='jdk'/><category scheme='http://www.blogger.com/atom/ns#' term='easyLife'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>My personal Fedora 9 installation</title><content type='html'>&lt;span style="font-family: verdana;"&gt;I have dell xps 1210 and fedora 9 works superb with it.&lt;br /&gt;&lt;br /&gt;-partition layout&lt;br /&gt;2 primary partition one for winxp and one for linux. Third partition for data to be shared by both OS. First and third NTFS and formatted 2nd as ext3 using partition magic.&lt;br /&gt;&lt;br /&gt;-Dual booting&lt;br /&gt;My winxp was always present but i rarely use it. In order to experint with other OS (to name a few: FreeBSD and fedoras) I installed &lt;a href="http://gag.sourceforge.net/"&gt;GAG boot manager&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;-Install fedora 9&lt;br /&gt;Download fedora 9 dvd for gnome preferably using torrent. Boot the dvd for install. Do not forget to  "remove all linux partitions" (since we had preformatted 3rd partition using ext3) and select advanced boot loader configuration to install linux boot loader on first sector of boot partion instead of MBR.&lt;br /&gt;&lt;br /&gt;-what to install&lt;br /&gt;I did not select to install games and java or any other developer tools since i wanted to install them manually. Also do not install open office if you plan intall java manually. open office from software repo install jre 1.5. I wanted everything to run on jdk 6&lt;br /&gt;&lt;br /&gt;-post installation&lt;br /&gt;1. Firs thing i configured was my wireless network.&lt;br /&gt;2. Once internet was available i got loads of software updates, of which i updated most using yum and ignored rest.&lt;br /&gt;3. download &lt;a href="http://sourceforge.net/project/platformdownload.php?group_id=217092"&gt;EasyLife&lt;/a&gt; for fedora 9. This does most of the boring but much needed tasks like adding livna repo, installing skype, add flash support to firefox etc. Select whatever you like when you run the script, note that here also i selected not to install java since i wanted the complete sun version instead of almost perfect open jdk implementation.&lt;br /&gt;4. configure skype&lt;br /&gt;Go to skype options - sound devices. For my laptop configuration following works when earphones and mic are plugged in&lt;br /&gt;sound in: usb device 0x46d:0x8c6 (hw:U0x46d0x8c6,0)&lt;br /&gt;sound out:HDA intel (hw:intel,0)&lt;br /&gt;ringing:&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;HDA intel (hw:intel,0)&lt;br /&gt;Play around with the options till you figure out which one is for you. I did the same.&lt;br /&gt;5. install pidgin for all my yahoo/gmail/aol messenger needs using yum&lt;br /&gt;6. installed xmms and vlc for all my audio and video needs&lt;br /&gt;7. installed k3b for all my cd/dvd burning needs&lt;br /&gt;8. I hated the default desktop on this one and even if i changed it, the same old image was appearing on logon screen. Seems some modifications are in plan and i had to use a hack to get what i want. I liked the sulphur wallpaper. So i went to /usr/share/background/waves and edited all the image paths in waves.xml to point to sulphur-on-waves.png located in same folder.&lt;br /&gt;&lt;br /&gt;-Note though rpm provides easy interface for installing uninstalling packages, for developer tools i always prefer installing manually for 2 reaons:&lt;br /&gt;1. I can intall latest version which may not be available in rpm&lt;br /&gt;2. I have control over what to install and where to install.&lt;br /&gt;&lt;br /&gt;-installing jdk&lt;br /&gt;Downloaded and installed jdk-6u7-linux-i586.bin under /opt. Follow instructions for jdk install for non-rpm binary. It's really sweet.&lt;br /&gt;I had to edit /home/bhupendra/.bashrc to have java_home and path available to bhupendra. However finally decided to add the path to /etc/profile so that it gets available to all users just in case.&lt;br /&gt;As for java plugin for firefox, followed sun java instructions. In /usr/lib/mozilla/plugins made a symlink as follow:&lt;br /&gt;ls -s /opt/jdk1.6.0_07/jre/plugin/i386/ns7/libjavaplugin_oji.so and restarted firefox.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;&lt;br /&gt;-open office&lt;br /&gt;for open office downloaded OOo_2.4.1_LinuxIntel_install_wJRE_en-US.tar.gz and followed install instructions on site&lt;br /&gt;to uninstall goto /opt/open... and ./setup to start the uninstallation wizard.&lt;br /&gt;&lt;br /&gt;-eclipse&lt;br /&gt;downloaded eclipse-jee-ganymede-SR1-linux-gtk.tar.gz  and moved to /opt&lt;br /&gt;tar xvzf eclipse-jee-ganymede-SR1-linux-gtk.tar.gz&lt;br /&gt;to run eclipse /opt/eclipse/eclipse or goto /opt/eclipse and ./eclipse&lt;br /&gt;if eclipse is ran as user bhupendra, default workspace is created at /home/bhupendra/workspace which was fine with me&lt;br /&gt;&lt;br /&gt;-Tomcat 6&lt;br /&gt;downloaded apache-tomcat-6.0.18.tar.gz, copied to /opt&lt;br /&gt;tar xvzf apache-tomcat-6.0.18.tar.gz&lt;br /&gt;mv apache-tomcat-6.0.18.tar.gz tomcat6 (renames the folder)&lt;br /&gt;goto /opt/tomcat6/bin and to start ./catalina start and to stop ./catalina stop&lt;br /&gt;Also added CATALINA_HOME and tomcat's bin on PATH&lt;br /&gt;I was root when i installed tomcat as mentioned above. Hence i always had to login as root to start/stop tomcat. Note if you do not want to start/stop tomcat using root then goto /opt/tomcat6 and change owner&lt;br /&gt;chown -R bhupendra *&lt;br /&gt;&lt;br /&gt;-RDBMS&lt;br /&gt;I was in dilema to install mysql or oracle. Though I had installed and used mysql on windows before, i was using oracle in my office. Hence thought of giving it a try. Plus my friend madhav had already installed oracle on centOS so i knew it would work. After googling for some time, found an excellent writeup for &lt;a href="http://www.oracle-base.com/articles/11g/OracleDB11gR1InstallationOnFedora9.php"&gt;oracle on fedora 9&lt;/a&gt;. Only modification i made was instead of having a new oracle user, i used my existing user id so that i could start stop oracle using same user. Also instead of installing to /u01/app/oracle/product/11.1.0/db_1, installed at /opt/oracle/product/11.1.0/db_1. Being a lazy bum i created scripts to start and stop oracle from desktop.&lt;br /&gt;#-------------------------------------&lt;br /&gt;#ora_dbca.sh (opens oracle database configuration assistant)&lt;br /&gt;#-------------------------------------&lt;br /&gt;#!/bin/bash&lt;br /&gt;/opt/oracle/product/11.1.0/db_1/bin/dbca&lt;br /&gt;&lt;br /&gt;#------------------------------------------------------------------------&lt;br /&gt;#ora_DB11G_start.sh (starts the DB11G database and listener)&lt;br /&gt;#------------------------------------------------------------------------&lt;br /&gt;#!/bin/bash&lt;br /&gt;$ORACLE_HOME/bin/lsnrctl start&lt;br /&gt;$ORACLE_HOME/bin/dbstart $ORACLE_HOME&lt;br /&gt;emctl start dbconsole&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;&lt;br /&gt;#------------------------------------------------------------------------&lt;br /&gt;#ora_DB11G_stop.sh (stops the DB11G database and listener)&lt;br /&gt;#------------------------------------------------------------------------&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;#!/bin/bash&lt;br /&gt;emctl stop dbconsole&lt;br /&gt;$ORACLE_HOME/bin/dbshut $ORACLE_HOME&lt;br /&gt;$ORACLE_HOME/bin/lsnrctl stop&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/7801985619478995070-3316320562144556581?l=bhupendraatre.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bhupendraatre.blogspot.com/feeds/3316320562144556581/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7801985619478995070&amp;postID=3316320562144556581' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/3316320562144556581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7801985619478995070/posts/default/3316320562144556581'/><link rel='alternate' type='text/html' href='http://bhupendraatre.blogspot.com/2008/10/my-personal-fedora-9-installation.html' title='My personal Fedora 9 installation'/><author><name>bhupendra</name><uri>http://www.blogger.com/profile/08038840816468529434</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></feed>
