<?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-36978256</id><updated>2011-11-02T19:25:15.093-04:00</updated><category term='ubuntu'/><category term='file manager'/><category term='nautilus'/><title type='text'>30 Days of Linux (and Beyond)</title><subtitle type='html'>A devoted MS Windows user gives up all his Windows machines to explore Ubuntu 6.1 Linux for 30 days.  If I can't figure out how to do it with Linux I just won't do it. (This was from Nov 1 to Dec 1, 2006, I have continued to use Ubuntu beyond those 30 days and now will try to post how-to's, help, and other Linux (Ubuntu) thoughts here)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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>95</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-36978256.post-3571818418555956546</id><published>2011-11-02T19:24:00.000-04:00</published><updated>2011-11-02T19:25:15.130-04:00</updated><title type='text'>Create a Desktop Shortcut to a VPN Connection</title><content type='html'>I connect to my Office's VPN all the time.&amp;nbsp; I don't like the multiple clicks required to do this (Click on your NETWORK ICON in the system tray, Click on VPN CONNECTION, then Click on "NAME OF YOUR VPN").&amp;nbsp; I want a simple desktop shortcut. To do this I needed to know the TERMINAL command to start and connect to a given VPN.&amp;nbsp; After some searching I found it!&lt;br /&gt;&lt;br /&gt;&lt;div style="color: #cc0000;"&gt;&lt;i&gt;nmcli con up id "NAME OF YOUR VPN"&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;If you type this into Terminal your VPN will connect!&lt;br /&gt;&lt;br /&gt;So let's make a shortcut to do this for us with just one click (Ubuntu 11.04).&lt;br /&gt;&lt;br /&gt;1. Right Click on your desktop&lt;br /&gt;&lt;br /&gt;2. Select C&lt;b&gt;REATE LAUNCHER&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;3. In&lt;b&gt; TYPE&lt;/b&gt; set it to &lt;i&gt;&lt;b&gt;APPLICATION&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;4. In&lt;b&gt; NAME&lt;/b&gt; type what you want to call this shortcut&lt;br /&gt;&lt;br /&gt;5. In&lt;b&gt; COMMAND&lt;/b&gt; copy and paste the following:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: red;"&gt;nmcli con up id "&lt;b&gt;NAME OF YOUR VPN&lt;/b&gt;"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;6. Inside the quote marks replace &lt;b style="color: red;"&gt;NAME OF YOUR VPN&lt;/b&gt; with what you called your VPN connection when you created it. (mine is Main Office)&lt;br /&gt;&lt;br /&gt;7. Add anything you want in &lt;b&gt;COMMENT&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;8. Click &lt;b&gt;Ok&lt;/b&gt; and your done!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/-s1S0s3teuD0/TrHQJe9_gvI/AAAAAAAAD6w/kjGSatLVHyI/s1600/Screenshot-Create+Launcher.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="161" src="http://2.bp.blogspot.com/-s1S0s3teuD0/TrHQJe9_gvI/AAAAAAAAD6w/kjGSatLVHyI/s320/Screenshot-Create+Launcher.png" width="320" /&gt;&lt;/a&gt;&lt;i&gt;&lt;b&gt;NOTE:&lt;/b&gt; you can change the icon for your new VPN Shortcut by click on it (Picture of a spring) in the CREATE LAUNCHER window and browsing your hard drive for the icon of your choice.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;BONUS NOTE:&lt;/b&gt;&amp;nbsp; You can create a VPN DISCONNECT shortcut by creating a new launcher and replacing the COMMAND (Operation 5 above) with:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;nmcli con &lt;b&gt;down&lt;/b&gt; id "NAME OF YOUR VPN"&lt;/div&gt;&lt;i&gt;&lt;span style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-size: x-small;"&gt;This was done on Ubuntu 10.04 booting to the CLASSIC desktop.&amp;nbsp; I don't care for UNITY and have no idea if this will work there.&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3571818418555956546?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3571818418555956546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3571818418555956546' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3571818418555956546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3571818418555956546'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/11/create-desktop-shortcut-to-vpn.html' title='Create a Desktop Shortcut to a VPN Connection'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://2.bp.blogspot.com/-s1S0s3teuD0/TrHQJe9_gvI/AAAAAAAAD6w/kjGSatLVHyI/s72-c/Screenshot-Create+Launcher.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-4681768212921597551</id><published>2011-09-25T12:20:00.002-04:00</published><updated>2011-09-25T12:20:31.143-04:00</updated><title type='text'>Learn the Command Line Interface (CLI) through Videos</title><content type='html'>Want to learn some &lt;span class="Apple-style-span" style="color: red;"&gt;COMMAND LINE (CLI) &lt;/span&gt;goodness. &amp;nbsp;Here's a cool site that will teach various Command Line usage through&amp;nbsp;videos&amp;nbsp;(&lt;a href="http://www.playterm.org/"&gt;WWW.PLAYTERM.ORG)&lt;/a&gt;. &amp;nbsp;Most of the&amp;nbsp;tutorials are short and easy to follow so don't be scared to let your inter geek out and impress your friends when you drop your mouse and start pound on that dusty keyboard.&lt;br /&gt;&lt;br /&gt;A short post but the good ones usually are.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-4681768212921597551?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/4681768212921597551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=4681768212921597551' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4681768212921597551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4681768212921597551'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/09/learn-command-line-interface-cli.html' title='Learn the Command Line Interface (CLI) through Videos'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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-36978256.post-1432791223247224003</id><published>2011-08-17T23:02:00.003-04:00</published><updated>2011-08-17T23:13:58.357-04:00</updated><title type='text'>Change the GRUB default boot option</title><content type='html'>When I upgraded from Ubuntu 10.10 to 11.04 the default operating system selection in the GRUB Boot menu did not work for me.  I found a nice program that allows you to change this setting along with a lot of other boot up options.  &lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;STARTUP-MANAGER&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Let install it and make the change:&lt;br /&gt;&lt;br /&gt;1.  Open a command prompt and type or paste&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold; font-style: italic;"&gt;sudo apt-get install startupmanager&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2.  Type in your password when prompted and let it do its thing.&lt;br /&gt;&lt;br /&gt;3.  After it installs you'll find it under SYSTEM-----ADMINISTRATION----StartUp-Manager&lt;br /&gt;&lt;br /&gt;4.  Click on it and give it your password when asked.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-d5gI-Zv3dhk/TkyCPAZrytI/AAAAAAAAD0g/B3-aRpLlZME/s1600/Screenshot-StartUp-Manager.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 298px;" src="http://2.bp.blogspot.com/-d5gI-Zv3dhk/TkyCPAZrytI/AAAAAAAAD0g/B3-aRpLlZME/s320/Screenshot-StartUp-Manager.png" alt="" id="BLOGGER_PHOTO_ID_5642027627505765074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5.  Under &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;DEFAULT OPERATING SYSTEM&lt;/span&gt; pick the boot option you want.&lt;br /&gt;&lt;br /&gt;Close and done!&lt;br /&gt;&lt;br /&gt;There are probably other ways to do this without installing an application but I wanted it to have a GUI interface to make it easy since it's a bad thing to miss this up.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1432791223247224003?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1432791223247224003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1432791223247224003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1432791223247224003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1432791223247224003'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/08/change-grub-default-boot-option.html' title='Change the GRUB default boot option'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://2.bp.blogspot.com/-d5gI-Zv3dhk/TkyCPAZrytI/AAAAAAAAD0g/B3-aRpLlZME/s72-c/Screenshot-StartUp-Manager.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3408494656470578715</id><published>2011-08-17T22:21:00.004-04:00</published><updated>2011-08-17T22:58:57.452-04:00</updated><title type='text'>Upgraded to Ubuntu 11.04 (Natty Narwhal)</title><content type='html'>Well I've done it now!  I upgraded from &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Ubuntu 10.10&lt;/span&gt; to &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;11.04,  Natty Narwhal&lt;/span&gt;, and right from the beginning it gave me trouble. &lt;br /&gt;&lt;br /&gt;The upgrade process took about an hour and went smoothly but on the first boot I was presented with the dreaded command prompt.  It asked for my user name and password which I gave.  It answered me with another command prompt!&lt;br /&gt;&lt;br /&gt;Okay, don't panic...What is the command to start the GUI...hmmm...win? no! gnome? no!...gdm?  Well I powered it off and rebooted and picked a different GRUB selection on the boot menu.  I noticed that the default was "&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Ubuntu 11.04, kernel 2.6.38-10-generic-pae&lt;/span&gt;".   I don't remember that&lt;span style="font-style: italic; font-weight: bold;"&gt; -pae&lt;/span&gt; part being there on 10.10 so I looked down the list and saw a "&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 153, 0);"&gt;Ubuntu 11.04, kernel 2.6.38-10-generic&lt;/span&gt;" and tried it. That Worked!!!  A GUI...yeah!!!  Well, I guess you could call it a GUI, it's the UNITY interface.&lt;br /&gt;&lt;br /&gt;I wanted to give Unity a chance but after 10 minutes of looking around I decided it had to go.  This IS NOT A DESKTOP GUI.  It looks like it was made for low res monitors or netbooks and buries everything. I'll not get into it here but it has to go!!!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Let's change the GUI from Unity to Gnome 2.x or Classic;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.  Click on your logoff/shutdown button in the upper right conner by your user name.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-JVbrmnEFRzQ/Tkx87PSj40I/AAAAAAAAD0Q/XW0oAsw9XF4/s1600/1.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 261px;" src="http://2.bp.blogspot.com/-JVbrmnEFRzQ/Tkx87PSj40I/AAAAAAAAD0Q/XW0oAsw9XF4/s320/1.jpg" alt="" id="BLOGGER_PHOTO_ID_5642021790346896194" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.  Click on the SYSTEM SETTINGS&lt;br /&gt;&lt;br /&gt;3.  That opens the below screen.  Find the LOGIN SCREEN button and click it.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-TaIhfP2a-Lo/Tkx9bdGpqjI/AAAAAAAAD0Y/lSaRUczsqkk/s1600/Screenshot.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 256px;" src="http://1.bp.blogspot.com/-TaIhfP2a-Lo/Tkx9bdGpqjI/AAAAAAAAD0Y/lSaRUczsqkk/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5642022343810853426" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4.  Click the UNLOCK button in the window that pops up and type in your password.&lt;br /&gt;&lt;br /&gt;5.  Click on the drop down and Select UBUNTU CLASSIC as the Default and close.&lt;br /&gt;&lt;br /&gt;Next time you boot up you'll get Gnome 2.x (Classic) instead of the Unity Crap!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3408494656470578715?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3408494656470578715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3408494656470578715' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3408494656470578715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3408494656470578715'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/08/upgraded-to-ubuntu-1104-natty-narwhal.html' title='Upgraded to Ubuntu 11.04 (Natty Narwhal)'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://2.bp.blogspot.com/-JVbrmnEFRzQ/Tkx87PSj40I/AAAAAAAAD0Q/XW0oAsw9XF4/s72-c/1.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-4087462765514990159</id><published>2011-08-07T19:32:00.008-04:00</published><updated>2011-08-07T19:58:41.519-04:00</updated><title type='text'>How to Install LibreOffice on Ubunutu 10.10</title><content type='html'>The jury is still out on &lt;span class="st"&gt;&lt;em&gt;Ubuntu 11.04&lt;/em&gt; (Natty Narwhal).  I've come to relay on my Ubuntu box too much to upgrade but I wanted to run LibreOffice.  Here's how to get LibreOffice on your Ubuntu 10.10 box:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-JqFWKpS6pKw/Tj8kMtdxQlI/AAAAAAAADyU/qvLHIDo2UlU/s1600/Screenshot.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 214px;" src="http://1.bp.blogspot.com/-JqFWKpS6pKw/Tj8kMtdxQlI/AAAAAAAADyU/qvLHIDo2UlU/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5638265059272639058" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1.  Uninstall OpenOffice.  Open a TERMINAL window and type:&lt;/span&gt;&lt;br /&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo apt-get purge "openoffice*.*"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-style: italic;" id="intelliTxt"&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;    Hit &lt;span style="font-weight: bold;"&gt;ENTER&lt;/span&gt; and type &lt;span style="font-weight: bold;"&gt;Y&lt;/span&gt; when asked if you want to remove OpenOffice.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Add the LibreOffice Repository (still in the TERMINAL type:)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;gksu add-apt-repository ppa:libreoffice/ppa&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hit &lt;span style="font-weight: bold;"&gt;ENTER&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &lt;span style="font-weight: bold;"&gt;gksu apt-get update&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hit &lt;span style="font-weight: bold;"&gt;ENTER&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.  Download and Install LibreOffice&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;(still in the TERMINAL type:)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;sudo apt-get install libreoffice libreoffice-gnome language-support-en&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hit &lt;span style="font-weight: bold;"&gt;ENTER&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4.  DONE.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-style: italic;"&gt;NOTE:  Step 3 will download about 140mbs of data from the Internet so be patience. &lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-4087462765514990159?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/4087462765514990159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=4087462765514990159' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4087462765514990159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4087462765514990159'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/08/how-to-install-libreoffice-on-ubunutu.html' title='How to Install LibreOffice on Ubunutu 10.10'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://1.bp.blogspot.com/-JqFWKpS6pKw/Tj8kMtdxQlI/AAAAAAAADyU/qvLHIDo2UlU/s72-c/Screenshot.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-1390334989149974148</id><published>2011-06-21T17:46:00.013-04:00</published><updated>2011-06-22T20:10:24.998-04:00</updated><title type='text'>Garmin 305 Forerunner, Runkeeper.com and GPSBABLE</title><content type='html'>I have a &lt;a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Delectronics&amp;amp;field-keywords=garmin+forerunner+305&amp;amp;x=5&amp;amp;y=16"&gt;Garmin 305 Forerunner&lt;/a&gt; watch which tracks several things about your runs, walks, or bike rides.  It tracks the path you take with it's GPS, your distance, time and several other things.  I use a nice Linux program to track activity with it, PYTRAINER.  I even wrote an article on &lt;a href="http://my30daysoflinux.blogspot.com/2010/09/garmin-forerunner-305-and-ubuntu.html"&gt;how to get PYTRAINER working with the 305&lt;/a&gt;.  The problem is that this data is locked to the local computer and it's not easily shared with your running partners.&lt;br /&gt;&lt;br /&gt;Well I found a nice Android App called &lt;a href="http://runkeeper.com/"&gt;RUNKEEPER&lt;/a&gt;.  This App uses your cellphones GPS and it's  internet connection to track and share your running session with your friends.  I really like and recommend this App but I hate carrying my cell phone while I run and the GPS Tracking eats the phones battery.&lt;br /&gt;&lt;br /&gt;I wanted a solution that would use the my Garmin 305 but allow me to put my data on RUNKEEPER.  This is where GPSBABLE comes in.  Here's how to do it.&lt;br /&gt;&lt;br /&gt;1.  Follow the instructions for installing &lt;a href="http://my30daysoflinux.blogspot.com/2010/09/garmin-forerunner-305-and-ubuntu.html"&gt;PYTRAINER and GPSBABLE&lt;/a&gt;&lt;br /&gt;2.  Sign up for a FREE RUNKEEPER account at &lt;a href="http://runkeeper.com/"&gt;http://runkeeper.com&lt;/a&gt;&lt;br /&gt;3.  To get a copy of your run data off you Garmin 305 you need to connect it to your computer through it's USB.&lt;br /&gt;4.  Once your 305 is connected, open a TERMINAL window and type the following:&lt;br /&gt;&lt;span style="color:#ff0000;background-font-weight:normal;font-style:normal;text-decoration:none;vertical-align:baseline;font-family:Arial;font-size:11pt;color:transparent;" id="internal-source-marker_0.47766907303316697"   &gt;&lt;/span&gt;&lt;br /&gt;sudo gpsbabel -i garmin -t -f usb: -o gpx -F yourfilename.gpx&lt;br /&gt;&lt;br /&gt;5.  Hit ENTER and type your SUDO PASSWORD and hit ENTER.&lt;br /&gt;6.  This will create a file named yourfilename.gpx in your&lt;br /&gt;HOME Directory.&lt;br /&gt;7. Log in to RunKeeper&lt;br /&gt;8. Select ACTIVITIES from the menu on the left.&lt;br /&gt;&lt;br /&gt;9.  Select POST NEW ACTIVITE (Top Menu)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-A65FSVGp1i4/TgEikh5I-KI/AAAAAAAADt0/RXL03ZiySgo/s1600/Screenshot-1.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 384px; height: 60px;" src="http://2.bp.blogspot.com/-A65FSVGp1i4/TgEikh5I-KI/AAAAAAAADt0/RXL03ZiySgo/s320/Screenshot-1.png" alt="" id="BLOGGER_PHOTO_ID_5620811820903757986" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10.  Click on the the &lt;span style="font-weight: bold;"&gt;ACTIVITY TYPE&lt;/span&gt; and&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;EQUIPMENT TYPE&lt;/span&gt; then Click the &lt;span style="font-weight: bold;"&gt;NEXT Button &lt;/span&gt;on the bottom&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/--MLP1Dwgu4M/TgEnCNhqJAI/AAAAAAAADuU/vG6QOl6zyHs/s1600/Screenshot-2.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 389px; height: 274px;" src="http://2.bp.blogspot.com/--MLP1Dwgu4M/TgEnCNhqJAI/AAAAAAAADuU/vG6QOl6zyHs/s320/Screenshot-2.png" alt="" id="BLOGGER_PHOTO_ID_5620816728879145986" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;11.  Click on the &lt;span style="font-weight: bold;"&gt;IMPORT MAP&lt;/span&gt; button&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-YZ8WcygeE24/TgEi8xSX3wI/AAAAAAAADt8/7DRc1k2vJJM/s1600/Screenshot-3.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 395px; height: 242px;" src="http://2.bp.blogspot.com/-YZ8WcygeE24/TgEi8xSX3wI/AAAAAAAADt8/7DRc1k2vJJM/s320/Screenshot-3.png" alt="" id="BLOGGER_PHOTO_ID_5620812237352984322" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12. Click on the &lt;span style="font-weight: bold;"&gt;CHOOSE FILE&lt;/span&gt; button and select the &lt;span style="color: rgb(204, 51, 204); font-style: italic;"&gt;yourfilename.gpx&lt;/span&gt; which you created in steps 4 - 6.  This file will be in your &lt;span style="font-weight: bold;"&gt;HOME directory&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-41VOXXIZvjA/TgEjVLdd6UI/AAAAAAAADuE/X797VhXQbAA/s1600/Screenshot-4.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 381px; height: 266px;" src="http://1.bp.blogspot.com/-41VOXXIZvjA/TgEjVLdd6UI/AAAAAAAADuE/X797VhXQbAA/s320/Screenshot-4.png" alt="" id="BLOGGER_PHOTO_ID_5620812656695699778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13.  After the gpx file UPLOADS you will see DETAILS Screen where you can change anything you like.  When finished click on the SAVE Button.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-MiVEo24dC3M/TgEkmdSPT_I/AAAAAAAADuM/i5sTm_-bntg/s1600/Screenshot-5.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 437px; height: 459px;" src="http://4.bp.blogspot.com/-MiVEo24dC3M/TgEkmdSPT_I/AAAAAAAADuM/i5sTm_-bntg/s320/Screenshot-5.png" alt="" id="BLOGGER_PHOTO_ID_5620814053049847794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DONE!!!&lt;br /&gt;&lt;br /&gt;I know that seems like a lot of steps but it's not that hard to do, just hard to explain.  The nice thing is that your run data is still on your watch and you can download it to PYTRAINER (or other program) to keep locally.&lt;br /&gt;&lt;br /&gt;GPSBABLE can do much, much, more and I encourage you to read its &lt;a href="http://www.gpsbabel.org/htmldoc-development/index.html"&gt;documentation&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1390334989149974148?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1390334989149974148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1390334989149974148' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1390334989149974148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1390334989149974148'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/06/garmin-305-forerunner-runkeepercom-and.html' title='Garmin 305 Forerunner, Runkeeper.com and GPSBABLE'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://2.bp.blogspot.com/-A65FSVGp1i4/TgEikh5I-KI/AAAAAAAADt0/RXL03ZiySgo/s72-c/Screenshot-1.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-1954814632743662868</id><published>2011-02-12T13:45:00.004-05:00</published><updated>2011-02-12T14:06:52.913-05:00</updated><title type='text'>IOS 4.2.1 DBus Error Fix (Iphone)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-88loLDQwJNI/TVbYnKPVKwI/AAAAAAAADso/IcWi1LhyQjw/s1600/Screenshot.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 256px;" src="http://2.bp.blogspot.com/-88loLDQwJNI/TVbYnKPVKwI/AAAAAAAADso/IcWi1LhyQjw/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5572879756192721666" border="0" /&gt;&lt;/a&gt;I've upgraded my Iphone 3gs to IOS 4.2.1 and it quit working with Ubunutu.  It gave me the following error;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After a little searching I found a solution that worked for me.&lt;br /&gt;&lt;br /&gt;1.   Goto &lt;span style="color: rgb(0, 153, 0);"&gt;APPLICATIONS--&gt;UBUNTU SOFTWARE CENTER&lt;/span&gt;&lt;br /&gt;2.  Once your software center app starts goto&lt;span style="color: rgb(51, 204, 0);"&gt; EDIT--&gt;SOFTWARE SOURCES&lt;/span&gt;&lt;br /&gt;3.  Click on the &lt;span style="font-weight: bold;"&gt;OTHER SOFTWARE&lt;/span&gt; tab&lt;br /&gt;4.  Click the &lt;span style="font-weight: bold;"&gt;ADD&lt;/span&gt; button&lt;br /&gt;5.  In the pop up box type &lt;strong style="font-style: italic;"&gt;ppa:pmcenery/ppa&lt;/strong&gt;&lt;br /&gt;6.  Click the &lt;span style="font-weight: bold;"&gt;ADD SOURCE&lt;/span&gt; button.&lt;br /&gt;7.  Once added, close your Software Center.&lt;br /&gt;8.  Goto &lt;span style="color: rgb(0, 153, 0);"&gt;SYSTEM--&gt;ADMINISTRATION--&gt;UPDATE MANAGER&lt;/span&gt;&lt;br /&gt;9.  Check for system updated and allow them to install.&lt;br /&gt;10.  Plug your Iphone into your computer and it should work.&lt;br /&gt;&lt;br /&gt;I hope this helps someone else who's have this problem.  I'm running Ubuntu 10.10 32-bit OS with Iphone IOS 4.2.1 on an Iphone 3GS phone. (No Jailbreak)&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1954814632743662868?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1954814632743662868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1954814632743662868' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1954814632743662868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1954814632743662868'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/02/ios-421-dbus-error-fix-iphone.html' title='IOS 4.2.1 DBus Error Fix (Iphone)'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://2.bp.blogspot.com/-88loLDQwJNI/TVbYnKPVKwI/AAAAAAAADso/IcWi1LhyQjw/s72-c/Screenshot.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3376401675867157874</id><published>2011-02-06T18:28:00.008-05:00</published><updated>2011-02-06T18:59:22.348-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='file manager'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='nautilus'/><title type='text'>A Couple of Nautilus Tips</title><content type='html'>Nautilus is the FILE MANAGER Ubuntu uses.  Here are a couple of quick tips.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to show &lt;span style="font-weight: bold;"&gt;File Sizes&lt;/span&gt; under the thumb nails Nautilus uses.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TU8wsmo0hbI/AAAAAAAADsA/oX0m2zou95o/s1600/Screenshot-Pictures.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 236px;" src="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TU8wsmo0hbI/AAAAAAAADsA/oX0m2zou95o/s320/Screenshot-Pictures.png" alt="" id="BLOGGER_PHOTO_ID_5570724806924731826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TU8w21P_P1I/AAAAAAAADsI/piVZBqS_zkk/s1600/Screenshot-File%2BManagement%2BPreferences.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 269px; height: 320px;" src="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TU8w21P_P1I/AAAAAAAADsI/piVZBqS_zkk/s320/Screenshot-File%2BManagement%2BPreferences.png" alt="" id="BLOGGER_PHOTO_ID_5570724982645800786" border="0" /&gt;&lt;/a&gt;1.  Start Nautilus&lt;br /&gt;&lt;br /&gt;2. Goto EDIT--&gt;PREFERENCES&lt;br /&gt;&lt;br /&gt;3.  Click on the DISPLAY Tab&lt;br /&gt;&lt;br /&gt;4.  The top drop down box should say NONE.  Change it to SIZE.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DONE!!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tips number two will let you make Nautilus a little prettier.&lt;br /&gt;&lt;br /&gt;How to change the background color or make it a texture in Nautilus display window.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TU8xxbTlT0I/AAAAAAAADsQ/xO5o0JrWtkE/s1600/Screenshot-Backgrounds%2Band%2BEmblems.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 260px; height: 193px;" src="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TU8xxbTlT0I/AAAAAAAADsQ/xO5o0JrWtkE/s320/Screenshot-Backgrounds%2Band%2BEmblems.png" alt="" id="BLOGGER_PHOTO_ID_5570725989293838146" border="0" /&gt;&lt;/a&gt;1.  Start Nautilus&lt;br /&gt;2.  Goto EDIT--&gt;BACKGROUND AND EMBLEMS&lt;br /&gt;3.  The window on the left will appear.&lt;br /&gt;4.  Click and hold on the color or pattern you want&lt;br /&gt;5.  Drag that color or pattern onto the area of Nautilus you want to have that pattern or color.&lt;br /&gt;&lt;br /&gt;DONE!!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_zxRX0CDDiQ0/TU8zZ4hVSSI/AAAAAAAADsg/leFAPtGEx5s/s1600/Screenshot-Pictures-1.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 236px;" src="http://2.bp.blogspot.com/_zxRX0CDDiQ0/TU8zZ4hVSSI/AAAAAAAADsg/leFAPtGEx5s/s320/Screenshot-Pictures-1.png" alt="" id="BLOGGER_PHOTO_ID_5570727783842531618" border="0" /&gt;&lt;/a&gt;I've applied the CORK pattern to the Nautilus' Main Window. &lt;br /&gt;&lt;br /&gt;There you have it, two quick tips to make your "File Manager" a little better in Ubuntu.  If you really want to get fancy you can add some &lt;a href="http://www.techdrivein.com/2010/09/6-useful-nautilus-extensions-and.html"&gt;ACTIONS or EXTENSIONS&lt;/a&gt; to enhance Nautilus' usability.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3376401675867157874?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3376401675867157874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3376401675867157874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3376401675867157874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3376401675867157874'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/02/couple-of-nautilus-tips.html' title='A Couple of Nautilus Tips'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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/_zxRX0CDDiQ0/TU8wsmo0hbI/AAAAAAAADsA/oX0m2zou95o/s72-c/Screenshot-Pictures.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-1082161717465586461</id><published>2011-01-02T18:25:00.006-05:00</published><updated>2011-01-02T18:45:30.721-05:00</updated><title type='text'>A working Web Cam</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_zxRX0CDDiQ0/TSEKoF0jQdI/AAAAAAAADrc/hKyMHUWyWrY/s1600/logitech-hd-webcam-c260.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 259px; height: 285px;" src="http://3.bp.blogspot.com/_zxRX0CDDiQ0/TSEKoF0jQdI/AAAAAAAADrc/hKyMHUWyWrY/s320/logitech-hd-webcam-c260.png" alt="" id="BLOGGER_PHOTO_ID_5557735099025539538" border="0" /&gt;&lt;/a&gt;Just a short note but was something I had trouble finding.  I wanted a web camera that worked with Skype under Ubuntu.  I found the &lt;a href="http://www.amazon.com/Logitech-C270-Webcam-Black-960-000694/dp/B004FHO5Y6/ref=sr_1_4?ie=UTF8&amp;amp;s=electronics&amp;amp;qid=1294010986&amp;amp;sr=8-4"&gt;Logitech C270.&lt;/a&gt;  It has a built in microphone and was truly plug and play.&lt;br /&gt;&lt;br /&gt;Just download and &lt;a href="http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/"&gt;install Skype 2.1 Beta&lt;/a&gt; for Ubuntu, plug in your C270 and it just works.  You will have to go into the microphone selection section and pick the mic on the C270 instead of your microphone port if you want to use the built-in mic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TSELsfRQFtI/AAAAAAAADrs/fQqk_kGApRY/s1600/Screenshot-Sound%2BPreferences.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 283px; height: 261px;" src="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TSELsfRQFtI/AAAAAAAADrs/fQqk_kGApRY/s320/Screenshot-Sound%2BPreferences.png" alt="" id="BLOGGER_PHOTO_ID_5557736274087909074" border="0" /&gt;&lt;/a&gt;Go to SYSTEM--&gt;PREFERENCES--&gt;SOUND then click on the INPUT tab and you can pick which microphone you want to use.&lt;br /&gt;&lt;br /&gt;The Logitch C270 has a hinge mounting system that is more suited to laptops than LCDs but with a small piece of Velcro it worked with my LCD just fine.  The camera head can tilt so you can angle it up or down once you mount it.&lt;br /&gt;&lt;br /&gt;The C270 has a very nice picture over Skype too.  It is a 720P camera and seams to work nice even in my low light setting.  Even using external speakers mounted on my monitor I noticed no feed back while using the cameras mic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1082161717465586461?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1082161717465586461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1082161717465586461' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1082161717465586461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1082161717465586461'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2011/01/working-web-cam.html' title='A working Web Cam'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_zxRX0CDDiQ0/TSEKoF0jQdI/AAAAAAAADrc/hKyMHUWyWrY/s72-c/logitech-hd-webcam-c260.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-8370558707177167120</id><published>2010-12-25T00:20:00.009-05:00</published><updated>2010-12-25T03:38:22.313-05:00</updated><title type='text'>Virtual Box; Windows XP inside Ubuntu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TRWMOykmbuI/AAAAAAAADqs/FXpkcnz7YxE/s1600/Screenshot-1.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TRWMOykmbuI/AAAAAAAADqs/FXpkcnz7YxE/s320/Screenshot-1.png" alt="" id="BLOGGER_PHOTO_ID_5554499901152718562" border="0" /&gt;&lt;/a&gt;I use MS Windows at work so I still need a MS Windows machine here at home too.  I was going to make my home PC a duel booter but I did not have my MS Windows Install CD when I installed Ubuntu &lt;span style="font-style: italic; color: rgb(102, 102, 102);"&gt;(it is very easy to make a duel boot Ubuntu/MS Windows m&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(102, 102, 102);"&gt;achine if you have MS Windows installed before you install Ubuntu.  If Ubuntu is installed first it get complicated and you can trash your system).  &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Well last week I found my MS Windows XP Pro (&lt;span style="font-style: italic; font-weight: bold;"&gt;Full Install Disc.  Yes&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt; I paid the $299 or $399 to add XP Pro to a custom build PC once)&lt;/span&gt;&lt;/span&gt; So I decided to try to make a Virtual Machine.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After a little reading I decided to try out &lt;a href="http://www.virtualbox.org/"&gt;Virtual Box&lt;/a&gt;.  &lt;span style="font-weight: bold;"&gt;Let me cut to the chase, it works great.&lt;/span&gt;   You get &lt;span style="font-weight: bold;"&gt;Ubuntu&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;MS Windows XP&lt;/span&gt; on the &lt;span style="font-weight: bold;"&gt;same machine&lt;/span&gt; running at the same time and you can switch between them by simply minimizing a program (copy and paste work too).&lt;br /&gt;&lt;br /&gt;There are two version of Virtual Box for Ubuntu, one you install from the &lt;span style="font-weight: bold;"&gt;UBUNTU SOFTWARE CENTER&lt;/span&gt; and the other you download as a .deb file.  The difference as I see it has to do with OPEN SOURCE / CLOSE SOURCE debate, both version are free of charge.  To me the difference that mattered was the fact that &lt;span style="color: rgb(0, 0, 0);"&gt;the &lt;span style="font-weight: bold;"&gt;Close Source supports USB &lt;/span&gt;and the Open Source didn't.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you are one of those people that has to have Open Source Software no matter what, follow the &lt;span style="color: rgb(255, 0, 0);"&gt;red instructions&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;: PART I - Installing VirtualBox&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;OSE&lt;/span&gt;.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;If you need USB to work &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;skip the red&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; section&lt;/span&gt; and &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;go to the&lt;/span&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;green&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;PART I - Installing VirtualBox PUEL &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;PART I - Installing VirtualBox&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;OSE&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;How to Install the &lt;span style="font-weight: bold;"&gt;Open Source Version&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;(NO USB SUPPORT):&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;1.  Click on APPLICATIONS Menu&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;br /&gt;2. Click on UBUNTU SOFT&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;WARE CENTER&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;3. In UBUNTU SOFTWARE CENTER do a search for "virtualbox"&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;br /&gt;4. This will return a result which &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;contains VIRTUALBOX OSE&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;5.  SELECT "virtualbox ose" and INSTALL it by click on the INSTALL BUTTON.&lt;/span&gt;  &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;br /&gt;Done!!!  You now have VirtualBox OSE installed and it will show up under APPLICATIONS---&gt;SYSTEM TOOLS on Ubunut 10.10.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;YOU DO NOT HAVE USB SUPPORT FOR THE MS WINDOW&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;S GUEST OS INSTALL THAT WE WILL CREATE IN PART III.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;PART I - Installing VirtualBox PUEL&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;How to Install VIRTUALBOX with USB Support&lt;/span&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;1.  Goto the &lt;/span&gt;&lt;a style="color: rgb(0, 153, 0);" href="http://www.virtualbox.org/wiki/Linux_Downloads"&gt;this web page&lt;/a&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; and select the package for your version of Ubuntu (I used the 10.10)  &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(0, 153, 0);"&gt;It should be noted that the i386 package is for 32 bit Ubuntu and the amd64 package is for Ubunut 64 bit (both 64 bit AMD and 64 bit INTEL processors. It's a bad name)  FYI:  this version of VirtualBox is called &lt;/span&gt; &lt;a style="color: rgb(0, 153, 0);" class="wiki" href="http://www.virtualbox.org/wiki/VirtualBox_PUEL"&gt;VirtualBox Personal Use and Evaluation License (PUEL)&lt;/a&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;.&lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;2. Once you've downloaded the right package (a .deb file) install it by simply double clicking on it.  This will start your UBUNTU SOFTWARE CENTER where you just click on the INSTALL BUTTON.&lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;3. After your install completes, goto APPLICATION---&gt;UBUNTU SOFTWARE CENTER&lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;4.  Click on EDIT---&gt;SOFTWARE SOURCES &lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;br /&gt;5.  Click on the OTHER SOFTWARE tab.&lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;br /&gt;6.  Click on the ADD button. (this will pop up a box you can enter text into)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;7.  Paste one of the followi&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;ng lines into this pop up (ONLY USE ONE OF THESE LINES BASED ON WHICH VERSION OF UBUNTU YOU HAVE i used the 1st one, i have 10.10)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/debian maverick contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/debian lucid contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/d&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;ebian karmic contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/debian jaunty contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;.org/virtualbox/debian intrepid contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/debian hardy contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/debian squeeze contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.virtualbox.org/virtualbox/debian lenny contrib&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;deb http://download.vir&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;tualbox.org/virtualbox/debian etch contrib&lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;8. Open a TERMINAL Window (APPLICATIONS---&gt;ACCESSORIES---&gt;TERMINAL) and type the following, on one line, and hit enter:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;wget -q &lt;/span&gt;&lt;a style="color: rgb(0, 153, 0);" class="ext-link" href="http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc"&gt;&lt;span class="icon"&gt;http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; -O- | sudo apt-key add - &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;9.  Once that is done, typ&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;e the following in TERMINAL:&lt;/span&gt;  &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;sudo apt-get update  &lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 153, 0);"&gt;(HIT ENTER KEY)&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;sudo apt-get install virtualbox-4.0 &lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 153, 0);"&gt;(HIT ENTER KEY&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);font-family:monospace;" &gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;10.  Once that is done, type the following in TERMINAL and hit ENTER:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;sudo apt-get install dkms&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;You should be done installing VirtualBox PUEL and you can now run it by clicking on it in APPLICATION---&gt;SYSTEM TOOLS---&gt;Oracle VM VirtualBox.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;I know that was harder but you will now be able t&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;o run MS Windows applications and get USB devices working too.&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt; &lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads"&gt;Here is a Trouble Sho&lt;/a&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads"&gt;oting Guide&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PART II - Making a Virtual Machine for you MS Window&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;s to live on. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In Part II we will &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TRWjxwf1w9I/AAAAAAAADq8/ieSdhicG9Fk/s1600/Screenshot-2.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 256px;" src="http://4.bp.blogspot.com/_zxRX0CDDiQ0/TRWjxwf1w9I/AAAAAAAADq8/ieSdhicG9Fk/s320/Screenshot-2.png" alt="" id="BLOGGER_PHOTO_ID_5554525790658741202" border="0" /&gt;&lt;/a&gt;make a Virtual Machine or VM for your MS Windows Guest OS to live on.  We start this by launching VirtualBox (APPLICATION---&gt; SYSTEM TOOLS---&gt; ORACLE VM VirtualBox)&lt;br /&gt;&lt;br /&gt;Some things to note before you start:&lt;br /&gt;&lt;br /&gt;First, when you create your Virtual Machine it will really just be one very big file stored on you Ubuntu box.  I have two hard drives on my system, one is formated in the Linux format ext3.  My second drive is format in FAT32.  I wanted my Virtual Machine to have 40gb of hard drive space.  FAT32 will NOT allow file sizes over 4gb so I had to use my Linux ext3 drive (which was smaller) for my Virtual Machine.&lt;br /&gt;&lt;br /&gt;Second, when you create your Virtual Machine you will have to assign it RAM too.  I have 3 gb of RAM and I wanted my Virtual Machine to have 1 GB of RAM.  So when I start my Virtual Machine it gets 1gb of RAM dedicated to it leaving 2 gb for Ubuntu. If you only have 1gb or worse 512 mb of RAM to start with, you should make a duel boot machine and not do Virtual, it'll be too slow.  You can have multiply Virtual Machines running at the same time too but each has to have RAM dedicated to it, so if I wanted to run XP and Windows 7 on my Ubuntu box I would have to give Xp 1 gb of RAM, Windows 7 one gb of RAM, leaving 1 gb of Ram for my Ubuntu, if I had all three running at the same time.  Some guides, MS Windows XP runs fine with 512 mb but 1 gb is better, Windows 7 and Vista need a 1 gb but work better with the full 1.5 gb.  In Short if you have less than 2 gb of RAM on your system, duel boot don't virtual.&lt;br /&gt;&lt;br /&gt;Third you must have a full install disc of whatever OS you want to &lt;span style="visibility: visible;" id="search"&gt;&lt;em&gt;virtulize&lt;/em&gt;&lt;/span&gt;.  I did MS Windows XP Pro.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;On with the show!  Let's create a VM (virtual machine).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.   Start VirtualBox&lt;br /&gt;&lt;br /&gt;2.  Click on the NEW button (This starts a Wizard)&lt;br /&gt;&lt;br /&gt;3.  Click NEXT&lt;br /&gt;&lt;br /&gt;4.  Type in a NAME for your Virtual Machine in the NAME box (I used MYGUESTXP)&lt;br /&gt;&lt;br /&gt;5.  Pick the OPERATING SYSTEM and VERSION of the OS you are installing (I picked MICROSOFT WINDOWS and XP) and click NEXT&lt;br /&gt;&lt;br /&gt;6.  Use the SLIDER to pick how much memory to give you VM (I pick 1024 mb) Click NEXT&lt;br /&gt;&lt;br /&gt;7.  Select how much hard drive space to give your new VM (I checked BOOT HARD DRIVE and&lt;br /&gt;CREATE NEW HARD DISK default size 20,480mb) Click NEXT&lt;br /&gt;&lt;br /&gt;8. Read the Screen and Click NEXT.&lt;br /&gt;&lt;br /&gt;9.  Select a DYNAMIC or STATIC Hard Drive.  (Dynamic will grow if needed, Fixed will not and you could "fill up" your virtual drive)  (I picked Dynamic)  Click NEXT&lt;br /&gt;&lt;br /&gt;10.  You can change how big to make your VM hard drive (I changed mine from 20480 mb to 40000 mb but left the name as the default)  Click NEXT&lt;br /&gt;&lt;br /&gt;11.  This screen will summarize your Hard Drive choices. Confirm them and click FINISH&lt;br /&gt;&lt;br /&gt;12. This screen  summarizes your entire Virtual Machine Setting Choices. Confirm them and click FINISH.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;YEAH!!!  You just created a Virtual Machine or VM&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;It has a CPU, Memory, Video, Networking, Sound, Serial Ports and USB Ports (if you installed the &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;PUEL version of VirtualBox&lt;/span&gt;).  What you do not have yet is a GUEST OPERATING SYSTEM. Read Part III for that :-)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(102, 102, 102);"&gt;Before you get to Part III, select your new VM by single click on it's name &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(102, 102, 102);"&gt;inside VirtualBox.  Then Click on the SETTINGS Button .  You can look around in the various section and change anything you think you might need too on your VM.  I &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(102, 102, 102);"&gt;found that the only thing I needed to change was under the VIDEO section.  I used the SLIDER to give my VM 32mb of video ram so that I could run a 1024 x 768 display with 32 bit color on my VM.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PART III - Installing a Guest Operating System on your new VM.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A computer is good to no one without and Operating System installed on it, even a virtual computer.  Let's put an OS on our new VM.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TRWnmeIoMrI/AAAAAAAADrE/w-1Q7275jfw/s1600/Screenshot-3.png"&gt;&lt;img style="float: right; margin: 0pt 0pt 10px 10px; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TRWnmeIoMrI/AAAAAAAADrE/w-1Q7275jfw/s320/Screenshot-3.png" alt="" id="BLOGGER_PHOTO_ID_5554529994797494962" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;1.  Select your VM by single clicking on it in VirtualBox.&lt;br /&gt;&lt;br /&gt;2.  Click the START button.&lt;br /&gt;&lt;br /&gt;3.  A wizard will start, read it and click NEXT.&lt;br /&gt;&lt;br /&gt;4.  Pick the CD/DVD/HARD DRIVE your FULL MS Windows Install disc is located in. (mine was my DVD drive)  Click NEXT.&lt;br /&gt;&lt;br /&gt;5.  A summary window will appear.  Read it and Click FINISH.&lt;br /&gt;&lt;br /&gt;6.  This will start a standard install of whatever guest OS you are installing (mine was MS Windows XP Pro)&lt;br /&gt;&lt;br /&gt;7.  Complete the standard install of your Guest OS just like you were installing it on a real PC.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;You are now done!!!. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You have created a Virtual Machine that runs a Guest Operating System inside Ubuntu.&lt;br /&gt;&lt;br /&gt;What to do now?  Install whatever software you want to run inside your VM.  You install stuff just like you would if your computer was real.  Do your updates, active your OS, whatever you would normally do.  I've installed XP Pro, Installed Service Pack 3 on it, did all the Security Updates, Installed MS Office 2007, Photoshop CS 2, Hooked up an HP Printer/Scanner, plugged in and used several USB Thumb Drives and Hard Drives and Installed a few freeware apps I use.  What I couldn't get working was my Garmin Forerunner Watch (see last post).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SOME CLOSING HINTS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 153, 153);"&gt;Under DEVICES--&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;INSTALL GUEST ADDONS&lt;/span&gt;  will make your VM act like a program running on your Ubuntu box (copy and Paste from it, mouse/keyboard trapping by click not Right-CTRL)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 153, 153);"&gt;Your Virtual Machine will think your Ubuntu Host is another computer on the same network as it, so you can do &lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;network neighborhood sharing&lt;/span&gt; with it if you have &lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;SMB Sharing &lt;/span&gt;on your Ubuntu.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(153, 153, 153);"&gt;Under &lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;SETTINGS&lt;/span&gt; in VirtualBox you have to active USB Support and ADD a FILTER for each USB device you connect.   The top Right Icon in the below screen shot ADDS a new "catch all" filter.  Sometime when using USB Ubuntu will get confused as it will try mount the device too.  Beware of data lose.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_zxRX0CDDiQ0/TRWrEsPkFbI/AAAAAAAADrM/ywHjA5C2uDU/s1600/Screenshot-XP%2BPro%2B-%2BSettings.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 229px;" src="http://2.bp.blogspot.com/_zxRX0CDDiQ0/TRWrEsPkFbI/AAAAAAAADrM/ywHjA5C2uDU/s320/Screenshot-XP%2BPro%2B-%2BSettings.png" alt="" id="BLOGGER_PHOTO_ID_5554533812515640754" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-8370558707177167120?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/8370558707177167120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=8370558707177167120' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/8370558707177167120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/8370558707177167120'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/12/virtual-box-windows-xp-inside-ubuntu.html' title='Virtual Box; Windows XP inside Ubuntu'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://1.bp.blogspot.com/_zxRX0CDDiQ0/TRWMOykmbuI/AAAAAAAADqs/FXpkcnz7YxE/s72-c/Screenshot-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3821799708703552067</id><published>2010-09-15T20:09:00.009-04:00</published><updated>2010-12-25T00:18:45.706-05:00</updated><title type='text'>Garmin Forerunner 305 and Ubuntu</title><content type='html'>&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;I've decided to get into shape (too much time playing with Ubuntu).  The problem is I don't have a lot of spare time and I need to know how far and fast I run (mostly walk).  That meant that I have to go to a park with a known distance which reduced the workout time.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;Enter the &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-weight: bold; font-family: lucida grande;" href="http://www.amazon.com/Garmin-Forerunner-Receiver-Heart-Monitor/dp/B000CSWCQA/ref=sr_1_1?ie=UTF8&amp;amp;s=electronics&amp;amp;qid=1284596105&amp;amp;sr=8-1"&gt;Garmin Forerunner 305 Watch&lt;/a&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt; with Heart Rate Monitor.  It tracks your run/bike time, distance, course, heart rate, and a host of other things.  Cool, if I mix running with computers I'll keep at it just to play with the toy.  Problem is it comes with MS Windows Software and OS X (Mac) but not Linux.  Back to my old friend Google and in two hours (and a mile and a half run) I had my Ubuntu 10.04 tracking, plotting and telling me how slow and fat I am.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;There are a couple of tricks to get this working but its not hard, just do the steps in order.  I know there are a lot of steps but they are baby steps to make it a 10 minute job.  &lt;/span&gt;&lt;span style="font-style: italic;font-family:lucida grande;font-size:100%;"  &gt;(No making fun of my times either, I was walking :-)&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;1.  Use this link and download&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;kbd style="font-family: lucida grande;"&gt; &lt;/kbd&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;kbd&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://packages.debian.org/lenny/i386/gpsbabel/download"&gt;gpsbabel_1.3.5-1.1_i386.deb&lt;/a&gt; &lt;span style="font-style: italic;"&gt;(It has to be this version)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2. This will download a .deb file.  Just double click on it to run it.&lt;br /&gt;&lt;br /&gt;3. It will tell you that there is a newer version available. Ignore it&lt;br /&gt;&lt;br /&gt;4. Click on the INSTALL Button and let it do its thing.&lt;br /&gt;&lt;br /&gt;5. Goto your &lt;span style="font-weight: bold;"&gt;UBUNTU &lt;/span&gt;&lt;/kbd&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;kbd&gt;&lt;span style="font-weight: bold;"&gt;SOFTWARE CENTER&lt;/span&gt; and do a search for &lt;span style="font-weight: bold;"&gt;PYTRAINER&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;6. Install it. &lt;span style="font-style: italic;"&gt;(if you did not do step one pyTrainer would install the wrong version of gpsbabel and it won't work with your&lt;/span&gt;&lt;/kbd&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;kbd&gt;&lt;span style="font-style: italic;"&gt; Runner)&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;7. Goto your &lt;span style="font-weight: bold;"&gt;APPLICATION&lt;/span&gt; menu and look under OFFICE and you'll see pyTrainer.&lt;br /&gt;&lt;br /&gt;8. Plug in your Forerunner into a USB port.&lt;br /&gt;&lt;br /&gt;9. Start PyTrainer&lt;br /&gt;&lt;br /&gt;10. In pyTrainer goto the &lt;span style="font-weight: bold;"&gt;TOOLS--&gt;GPS DEVICE PLUGIN&lt;/span&gt; menu item.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/kbd&gt;&lt;/span&gt;&lt;div  style="text-align: left;font-family:lucida grande;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TJFr4gxD2UI/AAAAAAAADow/KhR9sIkta88/s1600/Screenshot.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TJFr4gxD2UI/AAAAAAAADow/KhR9sIkta88/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5517309637118122306" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;kbd&gt;&lt;br /&gt;11. That will bring up the &lt;span style="font-weight: bold;"&gt;PLUGINS&lt;/span&gt; window.  Select &lt;span style="font-weight: bold;"&gt;GARMIN VIA GPSBABEL 3.5.1&lt;/span&gt;. and click on &lt;span style="font-weight: bold;"&gt;PREFERENCES&lt;/span&gt; Button.&lt;br /&gt;&lt;br /&gt;&lt;/kbd&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;a href="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TJFs1ew0oqI/AAAAAAAADpA/RVfH26SwESM/s1600/Screenshot-Plugins.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 153px;" src="http://1.bp.blogspot.com/_zxRX0CDDiQ0/TJFs1ew0oqI/AAAAAAAADpA/RVfH26SwESM/s320/Screenshot-Plugins.png" alt="" id="BLOGGER_PHOTO_ID_5517310684552274594" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;kbd&gt;12. This will bring up a the &lt;span style="font-weight: bold;"&gt;PREFERENCES window&lt;/span&gt;. Change &lt;span style="font-style: italic;"&gt;DISABLED&lt;/span&gt; to &lt;span style="font-weight: bold;"&gt;ENABLED&lt;/span&gt; and click &lt;span style="font-weight: bold;"&gt;OK&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_zxRX0CDDiQ0/TJFtHUxiMuI/AAAAAAAADpI/BHCiY_k5iwk/s1600/Screenshot-Garmin+via+GPSBabel+1.3.5+settings.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 156px;" src="http://3.bp.blogspot.com/_zxRX0CDDiQ0/TJFtHUxiMuI/AAAAAAAADpI/BHCiY_k5iwk/s320/Screenshot-Garmin+via+GPSBabel+1.3.5+settings.png" alt="" id="BLOGGER_PHOTO_ID_5517310991108551394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;13. Close pyTrainer and disconnect your ForeRunner 305.&lt;br /&gt;&lt;br /&gt;14.  Take you ForeRunner 305 out for a test jog and get some data in it.&lt;br /&gt;&lt;br /&gt;15.  Come back and plug in your Forerunner 305 and start pyTrainer.&lt;br /&gt;&lt;br /&gt;16. Goto menu &lt;span style="font-weight: bold;"&gt;FILE--&gt;IMPORT FROM GARMIN GPS DEVICE (VIA GPSBABEL)&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;17. Within a few seconds you will have imported your data.&lt;br /&gt;&lt;br /&gt;Once you import your data pyTrainer allows you to view&lt;/kbd&gt;&lt;/span&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;&lt;kbd&gt; how far you went, how fast you went, see your route on Google Maps, Count Calories you burnt, see your heart rate, and see graphs and charts that compare these stats and more.  It tracks your workout over one day, one week, one month or one year.  It's a very nice program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_zxRX0CDDiQ0/TJFthn-ZAcI/AAAAAAAADpQ/K8afO-P4e3E/s1600/Screenshot-1.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://3.bp.blogspot.com/_zxRX0CDDiQ0/TJFthn-ZAcI/AAAAAAAADpQ/K8afO-P4e3E/s320/Screenshot-1.png" alt="" id="BLOGGER_PHOTO_ID_5517311442939347394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The only gotcha was the fact that pyTrainer from the Ubuntu Software Center is version 1.7.1 the newest is versio&lt;/kbd&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;kbd&gt;&lt;span style=";font-family:lucida grande;font-size:100%;"  &gt;n 1.7.2.  The 1.7.1 installs GPSBABEL's newest version 1.3.6 which will not work with pyTrainer 1.7.1.  1.7.2 may have fixed this but I don't know.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt;  I upgraded from Ubuntu 10.04 to 10.10 and it updated my GPSBABLE which broke PYTRAINER.  I uninstalled PYTrainer and the Newer GPSBABLE, reread my own article, following my own instructions and &lt;span style="font-weight: bold;"&gt;it didn't Work!!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It would not detect my GPS but my old data was still there even after the remove/re- install process.  Well after hours of tinkering I found that if I followed these instructions for the install AND RAN PYTRAINER as SUDO it worked!  So follow these directions for the install but to run PYTRAINER open a terminal window and type:&lt;br /&gt;&lt;br /&gt;sudo pytrainer&lt;br /&gt;&lt;br /&gt;Hit enter and it will work and you will have your old data. &lt;br /&gt;&lt;br /&gt;If you are doing a new install of pytrainer and don't need your old data you can make a desktop shortcut to the PYTRAINER program (open your APPLICATIONS menu find PYTRAINER, &lt;span style="font-weight: bold;"&gt;right click&lt;/span&gt; on it and select &lt;span style="font-weight: bold;"&gt;ADD THIS LAUNCHER TO DESKTOP&lt;/span&gt;)  Once you have a desktop shortcut you can &lt;span style="font-weight: bold;"&gt;right click&lt;/span&gt; on the desktop shortcut and select &lt;span style="font-weight: bold;"&gt;PROPERTIES&lt;/span&gt; then edit the &lt;span style="font-weight: bold;"&gt;COMMAND&lt;/span&gt; section to say:&lt;br /&gt;&lt;br /&gt;gksudo pytrainer&lt;br /&gt;&lt;br /&gt;and your good to go.  You can just double click the desktop shortcut and don't have to use the scary TERMINAL Commands.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/kbd&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3821799708703552067?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3821799708703552067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3821799708703552067' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3821799708703552067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3821799708703552067'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/09/garmin-forerunner-305-and-ubuntu.html' title='Garmin Forerunner 305 and Ubuntu'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://1.bp.blogspot.com/_zxRX0CDDiQ0/TJFr4gxD2UI/AAAAAAAADow/KhR9sIkta88/s72-c/Screenshot.png' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6654145190873037650</id><published>2010-09-01T23:10:00.002-04:00</published><updated>2010-09-01T23:43:19.948-04:00</updated><title type='text'>Not Linux but Useful Info BLOGGER</title><content type='html'>I have this blog associated with an old email address that I do not want to keep so I needed to transfer this blog to another email account.  I started searching and after a few hours I was ready to give up and figured it couldn't be done when I found &lt;a href="http://www.bloggertricks.com/2008/02/how-to-transfer-bloggerblogspot-blog.html"&gt;&lt;span style="font-weight: bold;"&gt;this great article&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Use the link and read &lt;a style="font-weight: bold;" href="http://www.bloggertricks.com/2008/02/how-to-transfer-bloggerblogspot-blog.html"&gt;the nice article with screen shots&lt;/a&gt; so that you get this right.  If you mess this up, you will lock yourself out of your Blog.&lt;br /&gt;&lt;br /&gt;He is a summary of the above linked article.&lt;br /&gt;&lt;br /&gt;1.  &lt;span style="color: rgb(255, 0, 0);"&gt;Log into&lt;/span&gt; your blogger/blogspot account with the &lt;span style="color: rgb(51, 102, 255);"&gt;old user name&lt;/span&gt; (&lt;span style="color: rgb(51, 102, 255);"&gt;old email address&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;2.  Click on the&lt;span style="color: rgb(255, 0, 0);"&gt; Permission &lt;/span&gt;tab.&lt;br /&gt;&lt;br /&gt;3.  Click on the &lt;span style="color: rgb(255, 0, 0);"&gt;Add Author&lt;/span&gt; button on the permissions tabs.&lt;br /&gt;&lt;br /&gt;4.  Enter your &lt;span style="color: rgb(153, 51, 153);"&gt;new user name (new email address)&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;send the invite&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;5.  &lt;span style="color: rgb(255, 0, 0);"&gt;Log out&lt;/span&gt; of Blogger/Blogspot and &lt;span style="color: rgb(255, 0, 0);"&gt;log into&lt;/span&gt; the &lt;span style="color: rgb(153, 51, 153);"&gt;new email address&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;6.  Open the email and click on the&lt;span style="color: rgb(255, 0, 0);"&gt; invite link&lt;/span&gt; in the email.&lt;br /&gt;&lt;br /&gt;7. &lt;span style="color: rgb(255, 0, 0);"&gt; Log out &lt;/span&gt;of your &lt;span style="color: rgb(153, 51, 153);"&gt;new email account&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;8.  &lt;span style="color: rgb(255, 0, 0);"&gt;Log back into&lt;/span&gt; your Blogger/Blogspot account using the &lt;span style="color: rgb(51, 102, 255);"&gt;Old email address&lt;/span&gt; as your user name.&lt;br /&gt;&lt;br /&gt;9.  Go to the &lt;span style="color: rgb(255, 0, 0);"&gt;Permission Tab &lt;/span&gt;again and you should see two email addresses there, &lt;span style="color: rgb(51, 102, 255);"&gt;your old&lt;/span&gt; and &lt;span style="color: rgb(153, 51, 153);"&gt;your new&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;10.  Click on the &lt;span style="color: rgb(255, 0, 0);"&gt;Grant Admin Privileges&lt;/span&gt; button beside the &lt;span style="color: rgb(153, 51, 153);"&gt;new email address&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;11.  You can now use either email address (user name) to manage your blog.&lt;br /&gt;&lt;br /&gt;12.  Click on the &lt;span style="color: rgb(255, 0, 0);"&gt;Remove link&lt;/span&gt; beside your &lt;span style="color: rgb(51, 102, 255);"&gt;old email address&lt;/span&gt; (user name).&lt;br /&gt;&lt;br /&gt;13.  &lt;span style="color: rgb(255, 0, 0);"&gt;Confirm the remove&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;log out&lt;/span&gt; as your &lt;span style="color: rgb(51, 102, 255);"&gt;old email address&lt;/span&gt; (user name).&lt;br /&gt;&lt;br /&gt;14. &lt;span style="color: rgb(255, 0, 0);"&gt; Log into&lt;/span&gt; Blogger/Blogspot with your&lt;span style="color: rgb(153, 51, 153);"&gt; new email address&lt;/span&gt; (user name).&lt;br /&gt;&lt;br /&gt;15. Done!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;If you get this wrong you will not be able to manage or worse not able to access your BLOG.  I encourage you to read the&lt;a href="http://www.bloggertricks.com/2008/02/how-to-transfer-bloggerblogspot-blog.html"&gt; linked to article&lt;/a&gt;, if for no other reason than the fact that they have other good how-to article relating to Blogger/Blogspot.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6654145190873037650?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6654145190873037650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6654145190873037650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6654145190873037650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6654145190873037650'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/09/not-linux-but-useful-info-blogger.html' title='Not Linux but Useful Info BLOGGER'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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-36978256.post-3564967312948765972</id><published>2010-09-01T22:24:00.005-04:00</published><updated>2010-09-01T23:07:11.214-04:00</updated><title type='text'>Needed a Cheap Scanner and Got a Printer Too</title><content type='html'>I needed a cheap scanner that would work with Ubuntu.  I had nice little Cannon but it was a MS Windows only scanner.  I've looked on and off for about 6 months now, reading on-line about which ones work with Linux and was surprised that there wasn't a lot of information out there on which models work and when I found one, I couldn't find that model for the price I wanted.&lt;br /&gt;&lt;br /&gt;I finally stumbled across an &lt;span style="font-size:100%;"&gt;&lt;a style="font-weight: bold;" href="http://hplipopensource.com/hplip-web/index.html"&gt;HP article&lt;/a&gt;&lt;/span&gt; which contained a&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-weight: bold;" href="http://hplipopensource.com/hplip-web/supported_devices/index.html"&gt;very nice chart&lt;/a&gt;&lt;/span&gt; that lists what HP printers/scanners/fax/all-in-ones work with different Linux Distros.  The chart will tell you what features work and what ones don't.  There is a nice how to install the&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-weight: bold;" href="http://sourceforge.net/projects/hplip/files/hplip/3.10.6/hplip-3.10.6.run/download"&gt;HPLIP software&lt;/a&gt;&lt;/span&gt; with screen shots and explanations as to what each command does &lt;span style="font-style: italic;"&gt;(You will have to use the Command Line but it's not hard)  &lt;/span&gt;The main thing to remember is not to plug your device into a USB port until the instructions tell you too.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_zxRX0CDDiQ0/TH8RfKi8o4I/AAAAAAAADoo/8G8XyzfMTrs/s1600/21idetvHGOL._SL500_AA300_.jpg"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 263px; height: 219px;" src="http://2.bp.blogspot.com/_zxRX0CDDiQ0/TH8RfKi8o4I/AAAAAAAADoo/8G8XyzfMTrs/s320/21idetvHGOL._SL500_AA300_.jpg" alt="" id="BLOGGER_PHOTO_ID_5512143696029328258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As I said I wanted a cheap scanner but found an &lt;span style="font-size:100%;"&gt;&lt;a style="font-weight: bold;" href="http://www.amazon.com/Officejet-4500-All-CB867A-B1H/dp/B0036TGGJ6/ref=sr_1_1?ie=UTF8&amp;amp;s=electronics&amp;amp;qid=1283395353&amp;amp;sr=8-1"&gt;HP OfficeJet 4500 AIO on Amazon&lt;/a&gt;&lt;/span&gt; for $59.  It has a ADF (Auto Document Feeder), Printer, Fax, Copier and has a network port (wired).  So far, I know the printer, scanner, and copier work just fine on Ubuntu 10.04 but I don't have anyway to test the Fax so your on your own there.  Don't get me wrong this is a cheap device, it's all plastic, hinges are weak, and scanning at over 300 dpi is slow, but it works and was only $63 delivered.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Since I bought this for it's scanner, I don't really care, but ink is $25 for a tri-color (200 page limit) and $30 for a Black (700-900 page limit).  If you were using this for its printer, you would be ahead to just sell it for $20 and buy a new printer every time you run out of ink.&lt;br /&gt;&lt;br /&gt;I want to do some OCR work in Ubuntu and scan in some old photos.  As I find software and begin working with Linux scanner software I'll document it here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3564967312948765972?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3564967312948765972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3564967312948765972' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3564967312948765972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3564967312948765972'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/09/needed-cheap-scanner-and-got-printer.html' title='Needed a Cheap Scanner and Got a Printer Too'/><author><name>Jeff</name><uri>http://www.blogger.com/profile/04744978396436997739</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://2.bp.blogspot.com/_zxRX0CDDiQ0/TH8RfKi8o4I/AAAAAAAADoo/8G8XyzfMTrs/s72-c/21idetvHGOL._SL500_AA300_.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3835802891198524646</id><published>2010-08-22T15:00:00.000-04:00</published><updated>2010-08-22T15:00:49.089-04:00</updated><title type='text'>OpenOffice Howto:  Paste Unformatted Text Shortcut Key</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;I know &lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;OpenOffice&lt;/span&gt;&lt;/b&gt; is not just for Linux but I've all but replaced MS Office with it even at work (I still have to have Outlook for email). &amp;nbsp;What I wanted was a way to quickly&amp;nbsp;&lt;span class="Apple-style-span" style="color: red;"&gt;copy and paste unformatted text&lt;/span&gt;. &amp;nbsp;I know there is already a shortcut key combo for this but it's&amp;nbsp;awkward &lt;i&gt;( &lt;/i&gt;&lt;span class="Apple-style-span" style="color: #38761d;"&gt;&lt;i&gt;&lt;b&gt;CTRL&amp;nbsp;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;&lt;i&gt;&lt;b&gt;ALT&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;b&gt;SHIFT V&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;i&gt;)&lt;/i&gt; &amp;nbsp;That's 4 Keys!!! &amp;nbsp;Too many. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;Here's what I did to fix this. &amp;nbsp;Start &lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;OpenOffice Writer&lt;/span&gt;&lt;/b&gt; then goto &lt;span class="Apple-style-span" style="color: blue;"&gt;Tools --&amp;gt; Customize.&amp;nbsp;&lt;/span&gt;Select the&lt;span class="Apple-style-span" style="color: blue;"&gt; Keyboard &lt;/span&gt;tab&lt;span class="Apple-style-span" style="color: blue;"&gt; &lt;/span&gt;from the Customize window that popped up (&lt;i&gt;Pictured below&lt;/i&gt;). &amp;nbsp; Select &lt;span class="Apple-style-span" style="color: blue;"&gt;Edit&lt;/span&gt; in the &lt;u&gt;&lt;b&gt;bottom left list&lt;/b&gt;&lt;/u&gt;. &amp;nbsp;Then select "&lt;span class="Apple-style-span" style="color: blue;"&gt;Paste Unformatted Text&lt;/span&gt;" from the &lt;u&gt;&lt;b&gt;bottom right list&lt;/b&gt;&lt;/u&gt; and finally assign the &lt;span class="Apple-style-span" style="color: blue;"&gt;keyboard shortcut&lt;/span&gt; you want it to be from the &lt;u&gt;&lt;b&gt;top list&lt;/b&gt;.&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_SKuqMr3EqEI/THFw-Jux1CI/AAAAAAAAAH0/xqKiKjhYUv4/s1600/Screenshot-Customize.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_SKuqMr3EqEI/THFw-Jux1CI/AAAAAAAAAH0/xqKiKjhYUv4/s320/Screenshot-Customize.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;I notice that the &lt;b&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;F4&lt;/span&gt;&lt;/b&gt; key &lt;i&gt;(Function Key F4)&lt;/i&gt; is unassigned so I used it and went from a 4 key combo to 1. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3835802891198524646?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3835802891198524646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3835802891198524646' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3835802891198524646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3835802891198524646'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/08/openoffice-howto-paste-unformatted-text.html' title='OpenOffice Howto:  Paste Unformatted Text Shortcut Key'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_SKuqMr3EqEI/THFw-Jux1CI/AAAAAAAAAH0/xqKiKjhYUv4/s72-c/Screenshot-Customize.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3526914882169397099</id><published>2010-07-21T22:24:00.000-04:00</published><updated>2010-07-21T22:24:12.703-04:00</updated><title type='text'>How to get Google Services working with Evolution V2.28.1 +</title><content type='html'>&lt;div style="color: purple;"&gt;How do I get Evolution to use ( Sync with ) my Gmail Account?&lt;/div&gt;&lt;br /&gt;&lt;div style="color: #990000;"&gt;How do I get Evolution to Sync with my Google Calendar?&lt;/div&gt;&lt;br /&gt;&lt;div style="color: #274e13;"&gt;How do I get Evolution to Sync with my Google Contacts?&lt;/div&gt;&lt;br /&gt;These are good questions and the same one's I asked myself tonight.&amp;nbsp; Since this is a very "Googlie" post, I Googled for the answer.&amp;nbsp; Well I'll save you the trouble of sorting through all the Google articles and just give you the link to the site that solved all those problems for me.&amp;nbsp; &lt;a href="http://www.linux.com/news/software/applications/8226-how-to-sync-evolution-with-googles-pim-apps"&gt;Here's the link&lt;/a&gt;.&amp;nbsp; I saw no reason to rewrite what is already an easy to follow how-to.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-size: x-small;"&gt;My version of Ubuntu is: 10.04 LTS - the Lucid Lynx.&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-size: x-small;"&gt;My version of Evolution is: 2.28.3&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3526914882169397099?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3526914882169397099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3526914882169397099' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3526914882169397099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3526914882169397099'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/07/how-to-get-google-services-working-with.html' title='How to get Google Services working with Evolution V2.28.1 +'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3247150933577812847</id><published>2010-07-06T00:26:00.002-04:00</published><updated>2010-07-06T00:41:57.914-04:00</updated><title type='text'>WINE.  What I've got working.</title><content type='html'>I've found Linux equivalents of almost every application I want or need.&amp;nbsp; For the ones I just can't live without, there's &lt;b&gt;&lt;a href="http://www.winehq.org/"&gt;WINE&lt;/a&gt;&lt;/b&gt;.&amp;nbsp; With &lt;b&gt;&lt;a href="http://www.winehq.org/"&gt;WINE&lt;/a&gt;&lt;/b&gt; you can install and run MS Window's applications (but you have to tinker with them to get them right). &lt;br /&gt;&lt;br /&gt;For me, the the App I really had to have was Photoshop.&amp;nbsp; I have Photoshop CS2.&amp;nbsp; I know it's not the most up-to-date Photoshop, but I own it and am use to it. I now have it running completely on Ubuntu with most of my plug-ins too.&amp;nbsp; In addition I have &lt;a href="http://www.nuance.com/omniform/"&gt;Omniforms 5.0&lt;/a&gt;, &lt;a href="http://www.gsak.net/"&gt;GSAK&lt;/a&gt; &lt;span style="font-size: x-small;"&gt;&lt;i&gt;(&lt;a href="http://www.geocaching.com/"&gt;GEOcaching&lt;/a&gt; application)&lt;/i&gt;&lt;/span&gt; and IE6 &lt;span style="font-size: x-small;"&gt;(&lt;i&gt;only use it for GSAK)&lt;/i&gt;&lt;/span&gt; running like they are native Linux apps. &lt;br /&gt;&lt;br /&gt;So how do you do it?&lt;br /&gt;&lt;br /&gt;First you install &lt;b&gt;WINE&lt;/b&gt; into your Ubuntu build &lt;i&gt;&lt;span style="font-size: x-small;"&gt;(mine is Ubuntu 10.04 LTS Lucid Lynx)&lt;/span&gt;&lt;/i&gt;&amp;nbsp; by going to &lt;span style="color: #0b5394;"&gt;APPLICATIONS--&amp;gt;UBUNTU SOFTWARE CENTER&lt;/span&gt;.&amp;nbsp; Then type &lt;span style="color: #e06666;"&gt;WINE&lt;/span&gt; into the search box.&amp;nbsp; Once you find the &lt;b&gt;WINE&lt;/b&gt; application, install it.&lt;br /&gt;&lt;br /&gt;You should now have &lt;b&gt;WINE&lt;/b&gt; installed and see a &lt;b&gt;WINE&lt;/b&gt; menu item under you &lt;b style="color: #0b5394;"&gt;APPLICATIONS&lt;/b&gt; Menu.&amp;nbsp; There will be a single program under &lt;span style="color: #0b5394;"&gt;APPLICATION--&amp;gt;WINE--&amp;gt;PROGRAMS--&amp;gt;ACCESSORIES&lt;/span&gt; and that will be &lt;span style="color: #0b5394;"&gt;NOTEPAD&lt;/span&gt;.&amp;nbsp; You can launch it now and see what &lt;b&gt;WINE&lt;/b&gt; Apps will look and feel like.&lt;br /&gt;&lt;br /&gt;Now &lt;b&gt;WINE&lt;/b&gt;, like Ubuntu, has some add-ons that you'll have to install to make it useful.&amp;nbsp; Some of these things are copyrighted &lt;i&gt;&lt;span style="font-size: x-small;"&gt;(you've been warned)&lt;/span&gt;&lt;/i&gt;.&amp;nbsp; You can get everything you need in one package, &lt;b&gt;&lt;a href="http://wiki.winehq.org/winetricks"&gt;WINETRICKS&lt;/a&gt;&lt;/b&gt;.&amp;nbsp; To install &lt;b&gt;WINETRICKS,&lt;/b&gt; Open a &lt;span style="color: #38761d;"&gt;TERMINAL&lt;/span&gt; windows and Type the following:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: #e06666;"&gt;sudo wget http://www.kegel.com/wine/winetricks&lt;/span&gt;&lt;/b&gt; &lt;span style="color: #990000;"&gt;(Press Enter)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then you need to install &lt;b&gt;CABEXTRACT&lt;/b&gt; by typing:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: #e06666;"&gt;sudo apt-get install cabextract&lt;/span&gt;&lt;/b&gt; &lt;span style="color: #990000;"&gt;(Press Enter)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now to run WINTRICKS type:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #990000;"&gt;&lt;b&gt;&lt;span style="color: #e06666;"&gt;sh winetricks&lt;/span&gt;&lt;/b&gt; (Press Enter &lt;b&gt;DO NOT&lt;/b&gt; sudo this command)&lt;/span&gt;&lt;br /&gt;You will then be presented with a list of packages you can check mark and install.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_SKuqMr3EqEI/TDKf_ksM_rI/AAAAAAAAAHk/vKQTNSlKiKU/s1600/winetricks.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_SKuqMr3EqEI/TDKf_ksM_rI/AAAAAAAAAHk/vKQTNSlKiKU/s320/winetricks.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;As you can see there are a lot of packages you can add.&amp;nbsp; Simply &lt;b&gt;CHECK&lt;/b&gt; the ones you want and click &lt;b&gt;OK&lt;/b&gt;.&amp;nbsp; But which ones do you want?&amp;nbsp; Good question.&amp;nbsp; That depends on which MS Windows application you want to run.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For Photoshop CS2, I install COREFONTS and VCRUN6.&amp;nbsp; I also installed the MS TOHOMA FONT or you can check the ALL FONTS box.&lt;br /&gt;&lt;br /&gt;You should now be able to put your &lt;b&gt;Photoshop CS2 Install CD&lt;/b&gt; into your CD Rom, open it, &lt;b&gt;right click&lt;/b&gt; on the &lt;b&gt;SETUP.EXE&lt;/b&gt; and select &lt;b&gt;OPEN WITH WINE WINDOWS PROGRAM LOADER&lt;/b&gt;.&amp;nbsp; Your Photoshop should now install.&amp;nbsp; Once it's done, it will be located in the &lt;span style="color: #0b5394;"&gt;APPLICATIONS--&amp;gt;WINE--&amp;gt;PROGRAMS&lt;/span&gt; menu.&amp;nbsp; You can install you plug-ins with the same &lt;span style="color: #b45f06;"&gt;RIGHT CLICK Method&lt;/span&gt;.&amp;nbsp; Here is a Wiki &lt;a href="http://wiki.winehq.org/AdobePhotoshop"&gt;link to where I got most of this information.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Last thing to do to make Photoshop CS2 work fully is make the &lt;b&gt;ALT key&lt;/b&gt; do what it is supposed to do in Photoshop.&amp;nbsp; Go to &lt;span style="color: #0b5394;"&gt;SYSTEM--&amp;gt;PREFERENCES--&amp;gt;WINDOWS&lt;/span&gt; and under &lt;span style="color: #38761d;"&gt;Movement Key&lt;/span&gt;, pick  "&lt;b&gt;&lt;span style="color: #274e13;"&gt;Windows Logo&lt;/span&gt;&lt;/b&gt;" instead of "&lt;b&gt;&lt;span style="color: #cc0000;"&gt;Alt&lt;/span&gt;&lt;/b&gt;". &lt;i&gt;&lt;span style="font-size: x-small;"&gt;(this tidbit killed me for a month until I found that Wiki Link above).&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;How to get &lt;b&gt;GSAK&lt;/b&gt; working.&amp;nbsp; Run &lt;b&gt;&lt;span style="color: #274e13;"&gt;WINETRICKS&lt;/span&gt;&lt;/b&gt; (&lt;b&gt;&lt;span style="color: #e06666;"&gt;sh winetricks&lt;/span&gt;&lt;/b&gt;) again and install &lt;b&gt;ie6&lt;/b&gt;. Reset your computer (really, reset it).&amp;nbsp; Then download and install &lt;b&gt;&lt;a href="http://www.gsak.net/"&gt;GSAK&lt;/a&gt;&lt;/b&gt; using the &lt;span style="color: #b45f06;"&gt;RIGHT CLICK Method&lt;/span&gt;.&amp;nbsp; You may get an error but once you add a few caches to it, it will be fine.&amp;nbsp;&lt;b&gt;&lt;i&gt; Also do not turn off the SHOW TIPS at startup&lt;/i&gt;&lt;/b&gt;.&amp;nbsp; This caused me to crash.&amp;nbsp; If yours does not work, reset your computer, that is the third time I've told you!&lt;br /&gt;&lt;br /&gt;If all went well, you can now get your favorite MS Windows programs running side by side with your Ubuntu Linux stuff.&amp;nbsp; Here is a screen shot of Photoshop CS2 running.&amp;nbsp; I know the colors suck, but you can change them, a lesson for later.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_SKuqMr3EqEI/TDKqB0ncYVI/AAAAAAAAAHs/iVj3TiG9g2o/s1600/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/_SKuqMr3EqEI/TDKqB0ncYVI/AAAAAAAAAHs/iVj3TiG9g2o/s400/Screenshot.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;pre&gt;&lt;a href="http://wiki.winehq.org/AdobePhotoshop"&gt;&amp;nbsp;&lt;/a&gt;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;NOTE:  &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;DO NOT USE IE6 FOR ANYTHING  OTHER THAN GSAK.&amp;nbsp; IE6 IS FULL OF SECURITY HOLES.&amp;nbsp; IT IS DANGEROUS TO USE FOR  GENERAL SURFING.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;Last Minute Note:&amp;nbsp; If your photoshop hangs on the splash screen while loading, just press ENTER.&amp;nbsp; That works for me. &lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3247150933577812847?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3247150933577812847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3247150933577812847' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3247150933577812847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3247150933577812847'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/07/wine-what-ive-got-working.html' title='WINE.  What I&apos;ve got working.'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_SKuqMr3EqEI/TDKf_ksM_rI/AAAAAAAAAHk/vKQTNSlKiKU/s72-c/winetricks.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6119015751456172204</id><published>2010-05-17T22:34:00.001-04:00</published><updated>2010-05-17T22:39:28.712-04:00</updated><title type='text'>Converting WMA to MP3 (LAME and XCFA)</title><content type='html'>Version Ubuntu 10.04.&lt;br /&gt;&lt;br /&gt;First you have to be able to play MP3s and WMAs (or DVDs for that matter).&amp;nbsp; Since this article is about conversion not making them work I will just give you a &lt;a href="https://help.ubuntu.com/community/RestrictedFormats"&gt;link to Ubuntu itself&lt;/a&gt; which will tell you how to get them working.&lt;br /&gt;&lt;br /&gt;Once they're working, it's easy to get them converted.&amp;nbsp; There are probably several ways to do this and a lot of TERMINAL methods but I wanted a mouse point and click solution.&amp;nbsp; So go to &lt;b&gt;&lt;span style="color: #38761d;"&gt;APPLICATIONS--&amp;gt;UBUNTU SOFTWARE CENTER&lt;/span&gt;&lt;/b&gt; and search for &lt;span style="color: #cc0000;"&gt;LAME&lt;/span&gt;.&amp;nbsp; Install &lt;span style="color: #cc0000;"&gt;LAME&lt;/span&gt; by clicking on the &lt;span style="color: blue;"&gt;INSTALL &lt;/span&gt;button. &lt;b&gt;&lt;i style="color: #444444;"&gt;Note this search will return several packages. The one you want is LAME AN MP3 ENCODING LIBRARY (front end)&lt;/i&gt;&lt;span style="color: #444444;"&gt;.&lt;/span&gt;&lt;/b&gt;&amp;nbsp; Now search for &lt;span style="color: #cc0000;"&gt;XCFA&lt;/span&gt;. This stands for &lt;b style="color: #741b47;"&gt;X Convert File Audio&lt;/b&gt;.&amp;nbsp; This search will just return one result.&amp;nbsp; Install &lt;span style="color: #cc0000;"&gt;XCFA&lt;/span&gt; by clicking on the &lt;span style="color: blue;"&gt;INSTALL&lt;/span&gt; button.&amp;nbsp; Close the Software Center your done installing. &lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_SKuqMr3EqEI/S_H24lB9L6I/AAAAAAAAAHc/ge_exKRswBY/s1600/Screenshot.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_SKuqMr3EqEI/S_H24lB9L6I/AAAAAAAAAHc/ge_exKRswBY/s320/Screenshot.png" /&gt;&lt;/a&gt;&lt;/div&gt;To use XCFA to convert from &lt;span style="color: #741b47;"&gt;WMA&lt;/span&gt; to &lt;span style="color: #741b47;"&gt;MP3;&lt;/span&gt; first select the &lt;span style="color: blue;"&gt;FILES TAB&lt;/span&gt; (&lt;span style="color: #f1c232;"&gt;yellow 1&lt;/span&gt; in the pic) then &lt;span style="color: blue;"&gt;CLICK&lt;/span&gt; the &lt;span style="color: blue;"&gt;IMPORT&lt;/span&gt; button (&lt;span style="color: #f1c232;"&gt;yellow 2&lt;/span&gt;) and select your files you wish to convert (&lt;i&gt;use shift and ctrl to select multiple files&lt;/i&gt;).&amp;nbsp; &lt;span style="color: blue;"&gt;CLICK&lt;/span&gt; in the &lt;span style="color: blue;"&gt;FILE DESTINATION box&lt;/span&gt; to pick where you want your new MP3 files to go (&lt;span style="color: #f1c232;"&gt;yellow 3&lt;/span&gt;).&amp;nbsp; Next &lt;span style="color: blue;"&gt;CLICK&lt;/span&gt; the &lt;span style="color: blue;"&gt;RED BOX's&lt;/span&gt; under the &lt;span style="color: #0b5394;"&gt;MP3 column &lt;/span&gt;on all the wma files you want to convert (&lt;span style="color: #f1c232;"&gt;yellow 4&lt;/span&gt;).&amp;nbsp; Last, &lt;span style="color: blue;"&gt;CLICK&lt;/span&gt; the &lt;span style="color: blue;"&gt;APPLY THE CHANGES&lt;/span&gt; button at the bottom left (not pictured).&lt;br /&gt;&lt;br /&gt;Your now done.&amp;nbsp; The conversion will take some time to complete but you'll see a progression bar to keep you informed. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt;&amp;nbsp; &lt;i&gt;You can install other CODEXs that will allow you to convert to other formats.&amp;nbsp; You can see on mine that I can do WAV, FLAC, WavP, OGG, MPC, and MP3.&amp;nbsp; I can not covert to APE,M4A, or AAC because I do not have those codexs installed.&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6119015751456172204?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6119015751456172204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6119015751456172204' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6119015751456172204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6119015751456172204'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/05/converting-wma-to-mp3-lame-and-xcfa.html' title='Converting WMA to MP3 (LAME and XCFA)'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_SKuqMr3EqEI/S_H24lB9L6I/AAAAAAAAAHc/ge_exKRswBY/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-7520939161632329278</id><published>2010-05-15T23:48:00.008-04:00</published><updated>2010-07-06T01:05:47.880-04:00</updated><title type='text'>Adding 2nd Harddrive &amp; Making it Mount on Boot</title><content type='html'>I haven't posted here forever, but that is a good thing (for me).  It's because I have been able to solve most of my Linux (&lt;span style="color: #993399;"&gt;Ubuntu 10.04&lt;/span&gt; now) problems myself, that is until tonight.  I did solve these two problems, but not with a lot of searching and reading.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Problem #1&lt;/span&gt;;  After updating to Ubuntu 10.04 my computer would go to a &lt;span style="color: red;"&gt;black screen and lock the computer after 5 minutes&lt;/span&gt;.  Once you press any key or move the mouse you would have to enter your password to continue.  This was a pain is the ass.  I wanted this turned off or I wanted more time before it kicked in.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Solution;&lt;/span&gt;  Goto &lt;span style="color: #3366ff;"&gt;SYSTEM--&amp;gt;PREFERENCES--&amp;gt;SCREENSAVER&lt;/span&gt;.  Once there, &lt;span style="color: #009900;"&gt;UNCHECK&lt;/span&gt; the "&lt;span style="color: #993399;"&gt;Lock Screen Screen When Screensaver is Active&lt;/span&gt;" to turn this "feature" off.  If you still want the SCREEN LOCKED but want more time, just set the screensaver to take longer to start by dragging the slider until you get the delay you want.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Problem #2;&lt;/span&gt;  &lt;span style="color: red;"&gt;Adding a 2nd Hard Drive&lt;/span&gt;. This was easy but making it &lt;span style="color: red;"&gt;MOUNT (show up) on a reboot&lt;/span&gt; was a problem.  It would show up under the HOME menu and I would have to click on it every time I want to use it.  This was bad since I wanted to move the MUSIC, MOVIE, PICTURE directories to it.   Ubuntu was basically treating this 2nd internal hard drive like a removable one.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Solution;&lt;/span&gt;  I installed a 2nd hard drive and made sure it was showing up in BIOS.  I then booted into &lt;span style="color: red; font-weight: bold;"&gt;Ubuntu 10.04&lt;/span&gt; and went to &lt;span style="color: #3333ff;"&gt;SYSTEM--&amp;gt;ADMINISTRATION--&amp;gt;DISK UTILITY&lt;/span&gt;.  This showed a list of all Hard Drives, Flash Drives, CD and DVD Roms that I have installed in my computer.  The new hard drive was listed under&lt;span style="color: #009900;"&gt; PATA HOST ADAPTER&lt;/span&gt;.  I Clicked on it and it showed me more information than I would ever need to know about my new hard drive.  I clicked on the &lt;span style="color: #3333ff;"&gt;FORMAT DRIVE&lt;/span&gt; &lt;span style="color: #33ccff;"&gt;&lt;span style="color: black;"&gt;(&lt;/span&gt;&lt;span style="color: #3333ff;"&gt;Erase or Format the volume&lt;/span&gt;&lt;/span&gt;) option.  This let me pick a partition size and format type.  (it defaults to a linux ext3 and selects the whole drive, which is good if your only running Linux, I'm not)  The new drive is a 1.5 TB drive and I wanted 300gb unpartitioned and the rest (1.2 TBs) formated in &lt;span style="color: #993399;"&gt;FAT32 so that Microsoft Windows&lt;/span&gt; can read it too.  So I used the slider to set the size of the partition to 1.2TBs and used the drop down to select &lt;span style="color: #3333ff;"&gt;FAT or FAT32&lt;/span&gt; as the format type.  I also picked &lt;span style="color: #3333ff;"&gt;MASTER BOOT RECORD&lt;/span&gt; as the structure type (MBR is compatible with MS Windows).  I then typed in a name for my new hard drive (this is what it will show up as under your PLACES and on your DESKTOP).   Once this was done, there was a slight pause and a &lt;span style="color: #993399;"&gt;graphical representation of my partitions (one FAT32, one FREE) &lt;/span&gt;showed up.  I clicked on the &lt;span style="color: #3333ff;"&gt;FAT32 picture (well really a grey box) &lt;/span&gt;and then clicked on the &lt;span style="color: #3333ff;"&gt;MOUNT VOLUME&lt;/span&gt; option.  That was it, I &lt;span style="color: #993399;"&gt;closed DISK UTILITY&lt;/span&gt; and my new hard drive was on my desktop.  I then rebooted the computer to see if it would stay.  It didn't :-( &lt;br /&gt;&lt;br /&gt;&lt;span style="color: #993399;"&gt;To make it show up after a reboot or a boot for that matter&lt;/span&gt;, you have to add a setting to a startup file called FSTAB (&lt;span style="color: #993399;"&gt;fstab, lower case, is it's real name)&lt;/span&gt;.  To edit FSTAB goto &lt;span style="color: #3333ff;"&gt;APPLICATIONS--&amp;gt;ACCESSORIES--&amp;gt;TERMINAL&lt;/span&gt;.  At the prompt TYPE &lt;span style="color: #006600; font-weight: bold;"&gt;cd ..&lt;/span&gt; &lt;span style="color: #000099;"&gt;(press enter)&lt;/span&gt;  TYPE&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;span style="color: #009900; font-weight: bold;"&gt;cd .&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;.&lt;/span&gt; &lt;span style="color: #000099;"&gt;(press enter, yes do it twice and it is two dots)&lt;/span&gt;.  TYPE &lt;span style="color: #009900; font-weight: bold;"&gt;cd etc&lt;/span&gt; &lt;span style="color: #000099;"&gt;(press enter)&lt;/span&gt; TYPE &lt;span style="color: #009900; font-weight: bold;"&gt;sudo gedit fstab&lt;/span&gt; &lt;span style="color: #000099;"&gt;(press enter)&lt;/span&gt;.  TYPE &lt;span style="color: #009900; font-style: italic; font-weight: bold;"&gt;your password&lt;/span&gt; &lt;span style="color: #000099;"&gt;(press enter)&lt;/span&gt;.  This should navigate you from &lt;span style="color: #cc0000;"&gt;HOME/YOURUSERNAME&lt;/span&gt; directory to the &lt;span style="color: #cc0000;"&gt;SYSTEM/ETC&lt;/span&gt; directory, start the program &lt;span style="color: #cc0000;"&gt;GEDIT&lt;/span&gt; in &lt;span style="color: red;"&gt;ROOT MODE&lt;/span&gt; and open the &lt;span style="color: #cc0000;"&gt;FSTAB&lt;/span&gt; file for editing.  Go past the last line in the FSTAB file (&lt;span style="color: #993399;"&gt;you should be on a blank line&lt;/span&gt;) and type the following&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #009900;"&gt;/dev/sdb1   /media/sdb1     vfat&amp;nbsp;     &amp;nbsp;rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8, umask=077,flush       0  0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It will end up on two lines but don't hit the enter key to make it, let it do it on it's own.  Those are&lt;span style="color: #993399;"&gt; zeros at the end&lt;/span&gt;.  There is a space between &lt;b&gt;vfat&lt;/b&gt; and &lt;b&gt;rw&lt;/b&gt;.&amp;nbsp; Now&lt;span style="color: #3333ff;"&gt; SAVE FSTAB&lt;/span&gt; and your done.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;NOTE:&lt;/span&gt;  &lt;span style="color: #ffcc33; font-style: italic; font-weight: bold;"&gt;My new hard drive got the device name &lt;span style="color: #3333ff;"&gt;sdb1&lt;/span&gt; yours might be different.  You must replace my &lt;span style="color: #3333ff;"&gt;SDB1&lt;/span&gt; with your device name.  &lt;span style="color: #3333ff;"&gt;DISK Utility&lt;/span&gt; will give you this name after you hit the &lt;span style="color: #3333ff;"&gt;MOUNT VOLUME&lt;/span&gt; option. It will read something like "&lt;span style="color: #993399;"&gt;Mounted at /media/sdb1&lt;/span&gt;"&lt;/span&gt;.  &lt;span style="color: red; font-weight: bold;"&gt;This is for FAT32 ONLY!!&lt;/span&gt;  For Linux (ext3) it would read:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #009900;"&gt;/dev/sdb1   /media/sdb1 ext3       default      0  0&lt;br /&gt;&lt;br /&gt;&lt;span style="color: black;"&gt;Whoever wrote the DISK UTILITY program might want to include an option like a simple check box that says "mount at boot" and do this work for you&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-7520939161632329278?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/7520939161632329278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=7520939161632329278' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7520939161632329278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7520939161632329278'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2010/05/adding-2nd-harddrive-making-it-mount-on.html' title='Adding 2nd Harddrive &amp; Making it Mount on Boot'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-5225985841050390960</id><published>2008-05-07T23:26:00.002-04:00</published><updated>2008-05-07T23:44:13.078-04:00</updated><title type='text'>Did Ubuntu release a Service Pack?</title><content type='html'>Did Ubuntu release a &lt;span style="color: rgb(51, 102, 255); font-style: italic; font-weight: bold;"&gt;service pack&lt;/span&gt; for &lt;span style="font-weight: bold;"&gt;Hardy Heron&lt;/span&gt;?  Yestarday I had &lt;span style="font-weight: bold;"&gt;70mbs of crtical downloads,&lt;/span&gt; today I had &lt;span style="font-weight: bold;"&gt;another 20mbs&lt;/span&gt;.  Don't get wrong I like quick resposes but that seams a little heavy on the mustard.  Just two weeks into a new release and we have 90 plus meg of patches.  The good thing was I saw the new "Critial Update" Icon, you know the &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;bright red arrow&lt;/span&gt; pointing down with &lt;span style="font-weight: bold; font-style: italic; color: rgb(102, 0, 0);"&gt;a white explantion make inside !&lt;/span&gt;&lt;span style="color: rgb(102, 0, 0);"&gt;.&lt;/span&gt;   I like this change,  it stands out from the interface and makes it plain for all to see that something wants your attention.&lt;br /&gt;&lt;br /&gt;I've fixed both problems I've encountered thus far and I like some of the added touches.  This release gets an &lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;"Upgrade to it"&lt;/span&gt; raating or a &lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;"Start with this build"&lt;/span&gt; award from me.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;NOTE&lt;/span&gt;:  &lt;span style="font-style: italic;"&gt;Boot times seam better and shut down times are faster&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-5225985841050390960?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/5225985841050390960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=5225985841050390960' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5225985841050390960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5225985841050390960'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2008/05/did-ubuntu-release-service-pack.html' title='Did Ubuntu release a Service Pack?'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6396021697285815473</id><published>2008-04-27T22:17:00.002-04:00</published><updated>2008-04-27T23:27:20.651-04:00</updated><title type='text'>Upgrade From 7.10 to 8.04 LTS Hardy Heron</title><content type='html'>&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Updated&lt;/span&gt; &lt;/span&gt;my Ubuntu Laptop from 7.10 to &lt;span style="font-style: italic;"&gt;8.04 LTS Hardy Heron&lt;/span&gt;. The Upgrade had two big problems and one minor one.  The whole upgrade took about 2-3 hours if you don't count the reading and tinkering.  Total Time 5 to 7 hours (I read slow)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Big Problem 1.&lt;/span&gt;  Upgrading broke my &lt;span style="color: rgb(255, 0, 0);"&gt;SUDO&lt;/span&gt; command. You get an error "&lt;span style="font-weight: bold;"&gt;unable to resolve host &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;YOUR-COMPUTER-NAME&lt;/span&gt;" every time you type &lt;span style="color: rgb(255, 0, 0);"&gt;SUDO&lt;/span&gt; in a terminal window. After hours of poking around I found that you have to go to &lt;span style="color: rgb(0, 0, 153);"&gt;SYSTEM-ADMINISTRATION-NETWORKS&lt;/span&gt; then the &lt;span style="color: rgb(0, 0, 153);"&gt;HOSTS tab&lt;/span&gt;, find your &lt;span style="color: rgb(0, 102, 0);"&gt;MachineName&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt; *&lt;/span&gt; &lt;/span&gt;in the table and delete anything after it on its line in the table,  including the period. For some reason 8.04 does not like your domain or network name after your &lt;span style="color: rgb(0, 102, 0);"&gt;MachineName&lt;/span&gt;  in the HOSTS table.  This breaks &lt;span style="color: rgb(255, 0, 0);"&gt;SUDO&lt;/span&gt;.&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;  *  NOTE - This is your loopback or home address 127.0.0.1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Big Problem 2&lt;/span&gt;- No matter what you select during the upgrade install, your wireless network will break if you have a &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Broadcom Chip&lt;/span&gt; set. To fix it you have to &lt;span style="color: rgb(0, 102, 0);"&gt;unblack list&lt;/span&gt; the &lt;span style="color: rgb(255, 0, 0);"&gt;Broadcom&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;Driver&lt;/span&gt; by typing in the terminal "&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;SUDO GEDIT /etc/modprobe.d/blacklist&lt;/span&gt;" just &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;add a "#" &lt;/span&gt;in front of the last line "&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;blacklist bcm43xx&lt;/span&gt;" then save it &lt;span style="font-style: italic;"&gt;(when done it should read "&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt; # blacklist bcm43xx&lt;/span&gt;&lt;span style="font-style: italic;"&gt;")&lt;/span&gt;. Then goto &lt;span style="color: rgb(0, 0, 153);"&gt;SYSTEM-HARDWARE DRIVERS &lt;/span&gt;and &lt;span style="color: rgb(0, 0, 153);"&gt;enable "Broadcom B43 Drivers"&lt;/span&gt;. Which will cause Ubuntu to nag you about these &lt;span style="font-weight: bold;"&gt;not&lt;/span&gt; being &lt;span style="font-weight: bold;"&gt;FREE&lt;/span&gt; drivers. Ubuntu will then download and install the &lt;span style="color: rgb(255, 0, 0);"&gt;Broadcom drivers&lt;/span&gt; &lt;span style="font-style: italic;"&gt;(did I mention that you have to have a hardwire network connection working in order to do this).&lt;/span&gt; You then have to goto &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;SYSTEM-NETWORK&lt;/span&gt; and select the &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;WIRELESS CONNECTION&lt;/span&gt; and &lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Properties&lt;/span&gt; and &lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;add your WEP/WAP key&lt;/span&gt;. You then &lt;span style="font-weight: bold;"&gt;shut down&lt;/span&gt; and&lt;span style="font-weight: bold;"&gt; unplug your wired network&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;boot up&lt;/span&gt;. If you are lucky your wireless will work. If not you will have to change to a &lt;span style="color: rgb(255, 0, 0);"&gt;STATIC IP&lt;/span&gt;. by going back to &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;SYSTEM-NETWORK&lt;/span&gt; and select the &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;WIRELESS CONNECTION&lt;/span&gt; and &lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Properties &lt;span style="color: rgb(0, 0, 0);"&gt;and&lt;/span&gt;&lt;/span&gt; change the &lt;span style="font-weight: bold; color: rgb(0, 102, 0);"&gt;DHCP&lt;/span&gt; drop down to &lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;static IP&lt;/span&gt; and fill out the three lines; &lt;span style="font-style: italic;"&gt;IP Address,&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Subnet Mask, and Gateway.&lt;/span&gt;  This is just guesing but the most common choices for those three fields would be;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;IP Address&lt;/span&gt;: &lt;span style="font-weight: bold;"&gt;192.168.1.21&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;SubNet:&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;255.255.255.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Gateway:&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;192.168.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(255, 102, 0);font-size:85%;" &gt;Those are just guesses.  Because your router could be setup differntly which would make these numbers all wrong for you. Don't ask me why I choose 21 as the IP address, it just seams like a nice safe address.&lt;/span&gt;.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    * NOTE&lt;/span&gt;: &lt;span style="font-weight: bold;"&gt; You have to solve problem #1 to fix #2 because you will need the SUDO command to fix problem #2&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Minor Problem -&lt;/span&gt; The update for some reason puts &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;FireFox 3 BETA 5&lt;/span&gt; on your machine. Why would you promote &lt;span style="font-weight: bold;"&gt;Ubuntuv 8.04&lt;/span&gt; as a stable &lt;span style="font-weight: bold;"&gt;LTS release&lt;/span&gt; and install &lt;span style="color: rgb(0, 0, 153);"&gt;Beta software&lt;/span&gt;.  I think you should have installed&lt;span style="font-weight: bold; font-style: italic;"&gt; the stable release&lt;/span&gt; and let the end user upgrade when&lt;span style="color: rgb(255, 0, 0);"&gt; Firefox 3 Final&lt;/span&gt; ships.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclussions:&lt;/span&gt;&lt;br /&gt;I have fixed everything I've mentioned as of today.  I don't know why problem #1 happened.  Problem # 2 should turn out to be a blessing.  Ubuntu has started offering NON-FREE-SOURCE drivers that just make your hardware work out of the box.  I hope with the addition of the BROADCOM WIRELESS DRIVERS I will no longer have to spend two days fixing them after a new Ubuntu release.  I'll admit, "&lt;span style="font-weight: bold; color: rgb(153, 51, 153);"&gt;Free would be better, but working is Nice!&lt;/span&gt;".  One last thing before I go, there was a warning about &lt;span style="color: rgb(0, 0, 153);"&gt;CUPS (printers) &lt;/span&gt;during the install I told it to &lt;span style="color: rgb(0, 0, 153);"&gt;leave my old CUPS alone.&lt;/span&gt;  This seams to have worked because I printed to a 7.10 machine's shared printer tody without any problems.  So far the only sour note is that FireFox 3 Beta 5 has crashed twice while playing YouTube Videos. &lt;span style="color: rgb(255, 0, 0);"&gt;Thanks BETA Software.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6396021697285815473?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6396021697285815473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6396021697285815473' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6396021697285815473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6396021697285815473'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2008/04/upgrade-from-710-to-804-lts-hardy-heron.html' title='Upgrade From 7.10 to 8.04 LTS Hardy Heron'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-7301918055486184518</id><published>2007-11-04T22:45:00.000-05:00</published><updated>2007-11-04T23:33:30.299-05:00</updated><title type='text'>Gutsy Gibbon</title><content type='html'>Over all I like the 7.10 update.  It's added a couple of things I like and I haven't noticed anything that quit working (for me).  This was my third update since I've been using Ubuntu so I understood some of the options offered during the update process more.  Gutsy fixed a couple of problems I was having with Feisty.&lt;br /&gt;&lt;br /&gt;1.  Sharing of a printer&lt;br /&gt;2.  NTFS partition access&lt;br /&gt;3.  Wireless Network Card worked without resorting to a command line.&lt;br /&gt;4.  Use of the priority drivers.&lt;br /&gt;&lt;br /&gt;Because of the NTFS support it makes a duel boot machine much easier to do.  You can keep your data on the NTFS partition and both OSs can see it.&lt;br /&gt;&lt;br /&gt;Not having to resort to the command line just to get my wireless network working was nice.  If you've read this Blog you will remember that I almost removed Linux from my laptop because of the difficulty of getting wireless to work.&lt;br /&gt;&lt;br /&gt;The inclusion of the priority drivers (video, mp3, WMV, etc..) has kept me from having to put Automatix back on either machine.  And speaking of this why all the STUPID warnings about using these drivers/codex? They work, they are needed, and they will help Linux grow.  I think the way the warnings about their use are presented were intended to SCARE the very users who need them the most away from using them.  Ubuntu should have just shown both drivers and let the end user decide WITHOUT THE WARNING.  The Warnings reminds me of something Microsoft would do (Genuine Advantage anyone?).&lt;br /&gt;&lt;br /&gt;Over the year that I have been using Linux (Ubuntu) I have come to like it and use it on three machine.  With every update Ubuntu gets better and better.  The problem that Linux has to over come is it's dependence on the command line.  The command line needs to become a Power User Feature not the main way to do things.  There are still too many tasks that require the command line.  If the next release of Ubuntu did nothing other than make GUI's for every command line function it would begin to be an easy replacement for the joke that is Vista.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-7301918055486184518?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/7301918055486184518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=7301918055486184518' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7301918055486184518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7301918055486184518'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/11/gutsy-gibbon.html' title='Gutsy Gibbon'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3298275423978046202</id><published>2007-10-23T20:29:00.000-04:00</published><updated>2007-10-23T20:54:23.656-04:00</updated><title type='text'>Gutsy Gibbon Killed my Beryl Install</title><content type='html'>When I upgraded to Gutsy I told it to overwrite my custom setting so my desktop lost some setting I changed.  No big deal, it was my fault and I like the clean look.  I noticed that it killed my Beryl Install too but it was running slow on my system anyway and while it was "cute" it was not very practical especially with the performance hit.  I did notice that it has a new name now, &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Compiz Fusion&lt;/span&gt; and is built in to Gutsy.  I guess I could turn it back on but I don't want to take the performance hit.  You need to install the Manager to get it going.  Open a &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;TERMINAL WINDOW &lt;/span&gt;and type the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;sudo aptitude install&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;compizconfig-settings-manager&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Since I don't want to turn it back on I haven't tried it but here's a video of it in action if your interested.&lt;br /&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ZotxZiuO_ho&amp;amp;rel=1"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/ZotxZiuO_ho&amp;amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" height="355" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3298275423978046202?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3298275423978046202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3298275423978046202' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3298275423978046202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3298275423978046202'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/10/gutsy-gibbon-killed-my-beryl-install.html' title='Gutsy Gibbon Killed my Beryl Install'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3179546984664201750</id><published>2007-10-23T19:46:00.000-04:00</published><updated>2007-10-23T20:24:07.903-04:00</updated><title type='text'>Gutsy Gibbon Sharing a Printer</title><content type='html'>I installed my Laser Jet 1100 printer on my desktop Ubuntu Feisty Fawn install.  The printer worked just fine as a  local printer under Feisty but I&lt;span style="font-weight: bold;"&gt; could not&lt;/span&gt; share it.  I tried  but I couldn't figure it out. You can read about those attempts below in past posts.  I tried to hit it through the network with my Ubuntu Feisty Laptop and from a MS Vista machine.  Neither worked.&lt;br /&gt;&lt;br /&gt;Well I've upgraded both the Desktop and the Laptop to Gutsy Gibbon and decided to try to share the printer again.  I figured I was in for another fight but when I went to &lt;span style="color: rgb(51, 51, 153);"&gt;SYSTEM - ADMINISTRATION - PRINTING&lt;/span&gt; I was presented with this screen:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_SKuqMr3EqEI/Rx6MBGQ3-3I/AAAAAAAAAFM/JantbftsI1A/s1600-h/PrinterSharing.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_SKuqMr3EqEI/Rx6MBGQ3-3I/AAAAAAAAAFM/JantbftsI1A/s400/PrinterSharing.jpg" alt="" id="BLOGGER_PHOTO_ID_5124687376483351410" border="0" /&gt;&lt;/a&gt;I thought I'd take a chance and checked the &lt;span style="color: rgb(204, 0, 0);"&gt;SHARE PUBLISHED PRINTERS CONNECTED TO THIS SYSTEM&lt;/span&gt; block and Clicked the Apply button on the Desktop.  I then went to the Gutsy Laptop and checked the &lt;span style="color: rgb(153, 0, 0);"&gt;SHOW PRINTERS SHARED BY OTHER SYSTEMS&lt;/span&gt; box then Clicked the Apply Button.  I few seconds pause and my Desktop Gutsy Printer Share appeared in the list of printers on left in the picture on the Gutsy Laptop.  I selected the shared printer and was asked if I wanted to make it my default printer.  I did then opened OO Writer and printed a test page from the Laptop.  It worked.  You can see there are other options here when sharing a printer but they are self explanatory.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;A couple of notes:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;1.  I had already installed the printer and had it working locally under Feisty on the Desktop.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;2.  I had installed and connected the Laptop directly to the printer once under Feisty so the drivers were already on the Laptop too.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;3.  I had fought with CUPP and tried so many things I've forgotten most the ones I did try under Feisty (I never did get it to work).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;4.  Under Gutsy all I did was check the blocks and it worked.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;5.  I will try to get MS Vista to connect to the printer later this week.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3179546984664201750?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3179546984664201750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3179546984664201750' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3179546984664201750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3179546984664201750'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/10/gutsy-gibbon-sharing-printer.html' title='Gutsy Gibbon Sharing a Printer'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_SKuqMr3EqEI/Rx6MBGQ3-3I/AAAAAAAAAFM/JantbftsI1A/s72-c/PrinterSharing.jpg' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6674121293512385341</id><published>2007-10-22T20:21:00.000-04:00</published><updated>2007-10-22T21:12:37.840-04:00</updated><title type='text'>Ubuntu Gutsy Gibbon 7.10 Upgrade</title><content type='html'>It's within a few days of being one year since I've installed Linux (Ubuntu) on one of my machines.    When I committed to trying Linux I decided to use nothing but linux for a full 30 days and I layed out a "road map" of things I've wanted to do.&lt;br /&gt;&lt;br /&gt;I've stuck with Ubuntu throughout this trial and I've installed it on two machines, a laptop and a desktop.  I use both of these machines on a daily basis (I've given the desktop to my wife and she uses it mostly).  I've kept both systems updated and upgraded.  I started with Dapper Dan, switched to Edgy Elf then upgraded to Feisty Fawn as soon as it was released and today I've upgraded both to Gutsy Gibbon 7.10.&lt;br /&gt;&lt;br /&gt;The upgrade to Gutsy was very easy and was done with no problems.  There's not much to notice different about Gutsy but that's how an OS upgrade is supposed to be.  If I want the UI (User Interface) to look/feel different I'd upgrade or change the UI.  With an OS upgrade I expect better compatibility with hardware and tweaks that make things faster and the expansion of the feature sets that can be added (better software).&lt;br /&gt;&lt;br /&gt;So with those goals in mind I'll look at Gutsy over the next few days and let you know what I think about it.  Then I plan to do a "One Year with Linux" post and compare it with my "One Year with Vista" experience.&lt;br /&gt;&lt;br /&gt;So far I have noticed that Gutsy did a better job upgrading my notebook than Edgy.  Edgy messed up my wireless card when I upgraded and I had to spend two weeks without it before I finally fixed it.  Gutsy got it right on the first boot.&lt;br /&gt;&lt;br /&gt;Under Edgy I couldn't get my HP Laser Jet 1100 to work as a shared printer on the desktop machine but Gutsy promises better printer function so I'll try again over the next few days.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6674121293512385341?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6674121293512385341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6674121293512385341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6674121293512385341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6674121293512385341'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/10/ubuntu-gutsy-gibbon-710-upgrade.html' title='Ubuntu Gutsy Gibbon 7.10 Upgrade'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-1561013517679584055</id><published>2007-08-06T22:13:00.000-04:00</published><updated>2007-08-06T22:14:47.783-04:00</updated><title type='text'>Updated The Links</title><content type='html'>I added a long list of useful Linux/Ubuntu Links to the right side bar.  It a combination of different lists I've found while browsing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1561013517679584055?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1561013517679584055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1561013517679584055' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1561013517679584055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1561013517679584055'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/08/updated-links.html' title='Updated The Links'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6969349739145103090</id><published>2007-07-12T01:16:00.000-04:00</published><updated>2007-07-12T02:23:23.178-04:00</updated><title type='text'>Six Months of Linux</title><content type='html'>It's really been just over seven months now.  I started my Linux experiment on November 1, 1996.  One of my friends was singing Linux's praises and told me I should try it. &lt;br /&gt;&lt;br /&gt;To be honest I had tried Linux before but never did get any use out of it.  I think it was SUSE Linux 6 or 7.  I couldn't get it to work with my MS Windows network, couldn't get online with it or do anything productive.  To be fair I didn't give it a real chance.  I installed it, played with it for a few days, then never used it again.&lt;br /&gt;&lt;br /&gt;My friend works in the IT field and told me that Linux had changed since I last tried it.  He told me that there was a Distro that he liked called Ubuntu.  Well I just happen to have a Dell box laying around that needed it's OS reinstalled, so I took a chance.&lt;br /&gt;&lt;br /&gt;I decided to give it a try but remembering back to my first Linux experience, I decided to force myself to use it for 30 days no matter what problems I had.  My friend was also Blogging and I thought I'd like to try that too so I decided to combine the two idea.&lt;br /&gt;&lt;br /&gt;I forced myself to stick with my pledge to use nothing but Linux for 30 days.  At first it was hard and I was tempted to cheat but never did.  Every time I hit a road block I would research until I found a solution.  In the end I solved every problem except one, the VPN to work, and someone has suggested a solution to that one too but I haven't had time to try it.&lt;br /&gt;&lt;br /&gt;I thought that when MS Vista came out that it would set a new bar in the OS field and make Linux look out and tired.  That couldn't have been further from the truth.  Vista is such a poor OS Microsoft is having to force people to take it. &lt;br /&gt;&lt;br /&gt;I had planed to reinstall MS Windows on this Dell box at the end of the 30 days but I had gotten used to Linux and started liking it.  So seven months later Ubuntu Linux is still on this box and I've updated it from Version 6 to Version 7.  I've taken XP off my old laptop and put Linux on.  I've made my work laptop a duel boot Linux/XP and I am thinking about removing Vista from my new laptop and making it a duel boot XP/Linux.  We will see.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6969349739145103090?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6969349739145103090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6969349739145103090' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6969349739145103090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6969349739145103090'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/07/six-months-of-linux.html' title='Six Months of Linux'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3007260391011931976</id><published>2007-07-11T23:54:00.000-04:00</published><updated>2007-07-12T01:06:51.772-04:00</updated><title type='text'>Added a Printer but Can't Share It with Vista</title><content type='html'>There comes a time when you want to get information from the computer screen to paper.  To do this you have to install a printer. I thought I'd have more trouble than I did but it was easy.  I had an older &lt;span style="font-weight: bold;"&gt;HP Laserjet 1100&lt;/span&gt; that uses the &lt;span style="color: rgb(153, 0, 0);"&gt;parallel port&lt;/span&gt; and I wanted to install it locally.  I also want to share it so that my Linux Laptop and MS Windows Laptop can use it.  Here's what I've done so far;&lt;br /&gt;&lt;br /&gt;Add the printer locally;&lt;br /&gt;&lt;br /&gt;0.  I had to reset my computer and change my &lt;span style="color: rgb(255, 0, 0);"&gt;BIOS &lt;/span&gt;settings under &lt;span style="color: rgb(0, 153, 0);"&gt;PORTS--&gt;Parallel &lt;/span&gt;setting it to the &lt;span style="color: rgb(51, 51, 255);"&gt;EPP Mode&lt;/span&gt;.  (I read on-line before I installed the printer and this suggestion showed up in several articles so I made the change before I started).&lt;br /&gt;&lt;br /&gt;1.  Goto &lt;span style="color: rgb(0, 153, 0);"&gt;SYSTEM--&gt;Administration--&gt;Printing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2.  This will open a new window. Double Click on &lt;span style="color: rgb(255, 0, 0);"&gt;NEW PRINTER&lt;/span&gt;.  Next you will be presented with a three step wizard (&lt;span style="font-weight: bold;"&gt;Add New Print Wizard&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;3. &lt;span style="font-weight: bold;"&gt;Wizard Step 1&lt;/span&gt;. Pick either &lt;span style="color: rgb(51, 51, 255);"&gt;Local/Detected Printer&lt;/span&gt; or &lt;span style="color: rgb(51, 51, 255);"&gt;Networked Printer&lt;/span&gt;.  I choose Local, then clicked the &lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-style: italic;"&gt;Forward button&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4.  &lt;span style="font-weight: bold;"&gt;Wizard Step 2&lt;/span&gt;. Pick your printer &lt;span style="color: rgb(51, 51, 255);"&gt;Manufacture&lt;/span&gt; and your pinter &lt;span style="color: rgb(51, 51, 255);"&gt;Model&lt;/span&gt;.  Ubuntu suggested a &lt;span style="color: rgb(51, 51, 255);"&gt;Printer Driver&lt;/span&gt; for me (ljet4).  The list of printers, models, and drivers looks pretty extensive but I'm sure not every modern printer will be full supported but you should be able to find a combo that will get you working.  &lt;span style="font-style: italic;"&gt;Click Forward&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5.  &lt;span style="font-weight: bold;"&gt;Wizard Step 3&lt;/span&gt;.  &lt;span style="color: rgb(51, 51, 255);"&gt;Name &lt;/span&gt;your printer, give it a "friendly" &lt;span style="color: rgb(51, 51, 255);"&gt;Description&lt;/span&gt; and a &lt;span style="color: rgb(51, 51, 255);"&gt;Location&lt;/span&gt;.  The &lt;span style="color: rgb(255, 0, 0);"&gt;printer name is the important part&lt;/span&gt; here since you will have to use it if you &lt;span style="color: rgb(0, 153, 0);"&gt;Share&lt;/span&gt; it on your network.  Ubuntu suggested mine be named Laserjet-1100 and that was good to me.  I assume that the name is case sensitive like everything else in Linux.  &lt;span style="font-style: italic;"&gt;Click Apply&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If this is the only computer that will use the printer,  you are done.  You can &lt;span style="color: rgb(0, 153, 0);"&gt;Right Click&lt;/span&gt; on the printer in the &lt;span style="color: rgb(0, 153, 0);"&gt;SYSTEM--&gt;Administration--&gt;Printing&lt;/span&gt; window and change all the default settings and paper handling options for your printer.  You can also change your driver setting and printer name. &lt;br /&gt;&lt;br /&gt;I wanted my printer shared on my network So I had to plow on.   I've ran into some trouble sharing the printer.  I went to &lt;span style="color: rgb(0, 153, 0);"&gt;SYSTEM--&gt;Administration--&gt;Printing  &lt;span style="color: rgb(0, 0, 0);"&gt;then &lt;span style="color: rgb(51, 102, 255);"&gt;Single Clicked&lt;/span&gt; on my printer (selecting it) and then clicked on &lt;span style="color: rgb(0, 153, 0);"&gt;Global Settings&lt;/span&gt; and checked the &lt;span style="color: rgb(0, 153, 0);"&gt;Share Printers&lt;/span&gt; option in the menu.&lt;br /&gt;&lt;br /&gt;I then went to my &lt;span style="color: rgb(255, 0, 0);"&gt;MS Windows Laptop (running Vista)&lt;/span&gt; and tried to add the newly shared linux box printer.  I went to &lt;span style="color: rgb(0, 153, 0);"&gt;START--&gt;Printers--&gt;Add New Printer&lt;/span&gt;.  I told Vista that it was a &lt;span style="color: rgb(51, 51, 255);"&gt;Network Printer &lt;/span&gt;and it searched for all shared printers on my network.  None were found.  I figured this would happen so I told Vista that I would manually enter the printer location.  I typed &lt;span style="color: rgb(153, 51, 153);"&gt;//LinuxBoxName/Laserjet-1100&lt;/span&gt;   (&lt;span style="font-style: italic;"&gt;remember the Name from Wizard Step 3 above?&lt;/span&gt;).  Vista thought about this for a second, sent out some packets on the network, then asked me for a &lt;span style="color: rgb(255, 0, 0);"&gt;User Name&lt;/span&gt; and &lt;span style="color: rgb(255, 0, 0);"&gt;Password&lt;/span&gt; to connect to this printer.  Ok, I figured it wanted my &lt;span style="font-weight: bold;"&gt;LinuxBox User/Pword&lt;/span&gt;.  Tried it and it didn't work. I tried the &lt;span style="font-weight: bold;"&gt;VistaBox User/Pword&lt;/span&gt;  it didn't work.  Remembering how MS windows likes to have DomainName/UserName or ComputerName/UserName, I tried &lt;span style="font-weight: bold;"&gt;LinuxBox/UserName and LinuxBoxPword&lt;/span&gt; , it didn't work !!!&lt;br /&gt;&lt;br /&gt;It appears that Vista can see the LinuxBox on the network and can see it's printer but the LinuxBox wants a password to access the printer.  I can't figure out how to get Vista to give the LinuxBox that User/Pword.  I've read about it online and saw where Linux use a program called &lt;span style="color: rgb(0, 153, 0);"&gt;CUPS&lt;/span&gt;.  To access &lt;span style="color: rgb(0, 153, 0);"&gt;CUPS&lt;/span&gt; you start a &lt;span style="color: rgb(0, 153, 0);"&gt;Browser&lt;/span&gt; and type &lt;span style="color: rgb(153, 51, 153);"&gt;http://localhost:631/printers/Laserjet-1100&lt;/span&gt; as the Address (&lt;span style="font-style: italic;"&gt;replace Laserjet-100 with your printer name&lt;/span&gt;).  I have explored &lt;span style="color: rgb(0, 153, 0);"&gt;CUPS&lt;/span&gt; a little and can even access the &lt;span style="color: rgb(0, 153, 0);"&gt;CUPS&lt;/span&gt; interface from the VistaBox (&lt;span style="color: rgb(153, 51, 153);"&gt;http://LinuxBoxName:631/printers/Laserjet-1100&lt;/span&gt;) but still can't add the LinuxBox Printer to the VistaBox.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;This is where I'm stuck&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;This weekend I will try to add the LinuxBox Printer to the LinuxLaptop and see if it's just a Vista thing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3007260391011931976?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3007260391011931976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3007260391011931976' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3007260391011931976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3007260391011931976'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/07/added-printer-but-cant-share-it-with.html' title='Added a Printer but Can&apos;t Share It with Vista'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-92337863769258633</id><published>2007-05-16T19:16:00.000-04:00</published><updated>2007-05-16T20:01:42.604-04:00</updated><title type='text'>Installing BERYL on Ubuntu Feisty Fawn</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_SKuqMr3EqEI/RkuYEXc3tsI/AAAAAAAAAFE/oAbwefbNs_o/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_SKuqMr3EqEI/RkuYEXc3tsI/AAAAAAAAAFE/oAbwefbNs_o/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5065309406690260674" border="0" /&gt;&lt;/a&gt;I installed Beryl today and it looks great.  Beryl gives your desktop a 3D look and adds tons of eye candy effects to windows moves, opens, closes, etc.  The instructions below are not mine but they are ones I followed that got Beryl working on my machine.  Here's the &lt;a href="http://wiki.beryl-project.org/index.php/Install/Ubuntu#Ubuntu_7.04_.28Feisty_Fawn.29"&gt;original article&lt;/a&gt; where I found the Howto.  &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;You need to note that the instructions vary with graphic cards&lt;/span&gt;.  I have an Nvidia graphics card and this script worked for me.  I have a 64mb card with 512mbs of system ram on a 2.0 ghz machine.  The effects speeds are ok but they are a little choppy.  There were some warnings about making your machine unusable if this script (or Beyrl) has problems during installation so use this with care.  Read the&lt;a href="http://wiki.beryl-project.org/index.php/Install/Ubuntu"&gt; linked article &lt;/a&gt;before you try this.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;I've got a new laptop with Vista on it and Beryl puts Vista's effects to shame.  &lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;Why risk your system?  Here's why &lt;a href="http://www.youtube.com/results?search_query=beryl+ubuntu&amp;search=Search"&gt;(some youtube videos of Beryl in action)&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;INSTRUCTIONS NVIDIA GRAPHIC CARD ONLY&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Open a terminal. Execute:&lt;/span&gt;&lt;br /&gt;sudo echo "Beryl for  nVidia installation Ubuntu Feisty 704"&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;This step will ask for your password and let the rest of the script run without interuptions&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Copy and paste all the text below into the Terminal in one action.&lt;/span&gt;&lt;br /&gt;&lt;a href="javascript:void(0)" onclick="return false;" tabindex="7"&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script&lt;br /&gt;sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script&lt;br /&gt;echo "deb http://ubuntu.beryl-project.org feisty main&lt;br /&gt;deb-src http://ubuntu.beryl-project.org feisty main" | sudo tee -a /etc/apt/sources.list&lt;br /&gt;wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get -y install beryl beryl-manager emerald-themes&lt;br /&gt;sudo nvidia-xconfig --add-argb-glx-visuals&lt;br /&gt;sudo cp /usr/share/applications/beryl-manager.desktop /etc/xdg/autostart/beryl-manager.desktop&lt;br /&gt;cp  /usr/share/applications/beryl-manager.desktop ~/Desktop/beryl-manager.desktop&lt;br /&gt;echo -e "Logout now and then press \e[0;31mCTRL+ALT+BACKSPACE\e[0m to restart xorg"&lt;br /&gt;echo "Installation completed !"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Logout and then press [CTRL+ALT+BACKSPACE] to restart.&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/36978256-92337863769258633?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/92337863769258633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=92337863769258633' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/92337863769258633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/92337863769258633'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/05/installing-beryl-on-ubuntu-feisty-fawn.html' title='Installing BERYL on Ubuntu Feisty Fawn'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_SKuqMr3EqEI/RkuYEXc3tsI/AAAAAAAAAFE/oAbwefbNs_o/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-2330963301139809524</id><published>2007-05-08T22:26:00.000-04:00</published><updated>2007-05-08T22:35:15.070-04:00</updated><title type='text'>Someone Take Out the Trash</title><content type='html'>While playing around with WINE I got some files stuck in the trash can.  I kept getting a "You do not have the permission required to delete" error.  After a bit of reading I found the following command line will delete these stuck files.&lt;br /&gt;&lt;br /&gt;Open a Terminal window and type:&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;sudo rm -rf $HOME/.Trash&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;I learned that you should NOT use the &lt;/span&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;-f &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;switch on whims, it will just remove (delete) whatever you tell it too without any undo or warnings.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;BTW &lt;span style="color: rgb(0, 153, 0);"&gt;rm -r&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;DIRECTORY&lt;/span&gt; will delete whole directories from a TERMINAL.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-2330963301139809524?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/2330963301139809524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=2330963301139809524' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2330963301139809524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2330963301139809524'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/05/someone-take-out-trash.html' title='Someone Take Out the Trash'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-8085955562091781443</id><published>2007-04-22T21:33:00.000-04:00</published><updated>2007-04-22T21:59:37.295-04:00</updated><title type='text'>Upgraded from 6.1 to 7.04 (Feisty Fawn)</title><content type='html'>I upgraded from 6.1 to 7.04 &lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;(feisty fawn)&lt;/span&gt; last night.  Everything went well but kinda slow.  I started at 1230 am and didn't finish until 3:45 am.  Compared to the initial install of 6.1 this seamed like a long time, but it was mostly flawless.  I got a couple of pop-up messages telling me that a few pieces of software were no longer supported and &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Automatrix&lt;/span&gt; told me it was the wrong version now, but nothing I couldn't guess the answer to.  I haven't noticed anything yet that is broken but I didn't see that much new either.  This is my first Linux upgrade so I don't know what to expect.  It said it had a fancier windows interface but when I turned it on it took away my minimize and maximize buttons.&lt;br /&gt;&lt;br /&gt;After the three hour upgrade I was too tired to test it much, but I'll get into it soon and write about it here.  I have NOT upgraded the laptop yet because one of my friends has been fighting 7.04's wireless support.  I am using the laptop and don't consider it a test bed anymore so as soon as I put feisty fawn through it's paces on the test computer, I'll try it on the laptop.&lt;br /&gt;&lt;br /&gt;p.s.  I'm still working on the Pocket PC stuff&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-8085955562091781443?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/8085955562091781443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=8085955562091781443' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/8085955562091781443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/8085955562091781443'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/04/upgraded-from-61-to-704-feisty-fawn.html' title='Upgraded from 6.1 to 7.04 (Feisty Fawn)'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-7019315398560116679</id><published>2007-03-20T22:33:00.000-04:00</published><updated>2007-03-20T22:54:33.320-04:00</updated><title type='text'>How to sync your Pocket PC with Ubuntu</title><content type='html'>I have a Dell Axim Pocket PC and want to connect it to Ubuntu.  Well here we go.&lt;br /&gt;&lt;br /&gt;Connect your pocket PC to your Ubuntu machine using the serial to USB cable and power on the pocket PC.&lt;br /&gt;&lt;br /&gt;Open a terminal (Applications -&gt; Accessories -&gt; Terminal).&lt;br /&gt;&lt;br /&gt;Load the USB to serial driver by entering the following command in the terminal.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    sudo modprobe ipaq&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Issue the following command to make sure Ubuntu detects your pocket PC.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    dmesg | tail&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It showed /dev/ttyUSB0&lt;br /&gt; as the device name. The next step is to install the packages we need. Enter the command as shown below:&lt;br /&gt;&lt;br /&gt;   s&lt;span style="color: rgb(0, 0, 153);"&gt;udo apt-get install synce-dccm synce-serial librra0-tools&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This command will ask you to enter the IP addresses for your pocket PC, your DNS server etc. Enter the IP address of your router for the DNS server option (where you’ll get a blank field, whereas for other options, you’ll get a default value). It’s usually 192.168.0.1, but then it depends on the router. Leave the defaults for all other IPs.&lt;br /&gt;&lt;br /&gt;Once the installation is complete, run the following command to specify the serial port:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    sudo synce-serial-config /dev/ttyUSB0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You’ll get a message that&lt;br /&gt;&lt;br /&gt;   You can now run synce-serial-start to start a serial connection.&lt;br /&gt;&lt;br /&gt;Make sure your pocket PC is connected and on. If your pocket PC is setup to sleep after certain minutes, you may have to switch it on again. Now start the dccm daemon.&lt;br /&gt;&lt;br /&gt;You can start it in 2 ways.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    dccm -d 4 -f&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;where -d 4 shows debugging is enabled and -f forces the daemon to run in the foreground.&lt;br /&gt;&lt;br /&gt;Once you issue the above command, you’ll see the following in the terminal:&lt;br /&gt;&lt;br /&gt;   dccm[xxxx]: Running in foreground&lt;br /&gt;   dccm[xxxx]: Listening for connections on port xxxx&lt;br /&gt;&lt;br /&gt;where xxxx stands for some number.&lt;br /&gt;&lt;br /&gt;Now open another terminal and issue the following command:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    sudo synce-serial-start&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;This will start the pocket PC synchronization. If you have firewall enabled, then you might see the warning as shown below:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    Warning!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    You have firewall rules that may prevent SynCE from working properly!&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    synce-serial-start is now waiting for your device to connect&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;In that case follow the firewall steps below. If you don’t have a firewall, then go to Continue after Firewall.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Firewall setting:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;I user Firestarter as the firewall for front end. If you are using Firestarter, then go to /etc/firestarter/ directory. Change the file permission for user-pre to rw-r—– using the following command:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    sudo chmod 640 user-pre&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Now edit the file using&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    sudo gedit user-pre&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Enter the following lines in the file:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    $IPT -I FORWARD 1 -s 192.168.131.0/24 -d 192.168.131.0/24 -j ACCEPT&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    $IPT -I OUTPUT 1 -s 192.168.131.0/24 -d 192.168.131.0/24 -j ACCEPT&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    $IPT -I INPUT 1 -s 192.168.131.0/24 -d 192.168.131.0/24 -j ACCEPT&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Save and close the file. Change the file permission back to r–r—– by issuing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;    sudo chmod 440 user-pre&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;The above change will work only if you had gone with the default IPs while installing the packages required for syncing.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Restart the computer and open two terminals. Issue the dccm command as given above in one terminal and sudo synce-serial-start on the other terminal. Make sure your Pocket PC is on before you do this.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;Continue after firewall:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once you issue the command sudo synce-serial-start in terminal 2, you’ll see the following messages (or similar messages) in terminal 1 where you issued the dccm command.&lt;br /&gt;&lt;br /&gt;   dccm[xxxx]: Connection from 192.168.xxx.xxx accepted&lt;br /&gt;   info package (88 bytes):&lt;br /&gt;     0000: 24 00 00 00 03 00 a3 2b  $……+&lt;br /&gt;     0008: 11 0a 00 00 00 00 00 00  ……..&lt;br /&gt;     0010: 61 05 f3 56 00 00 00 00  a..V….&lt;br /&gt;     0018: 24 00 00 00 2c 00 00 00  $…,…&lt;br /&gt;     0020: 3e 00 00 00 50 00 50 00  &gt;…P.P.&lt;br /&gt;     0028: 43 00 00 00 50 00 6f 00  C…P.o.&lt;br /&gt;     0030: 63 00 6b 00 65 00 74 00  c.k.e.t.&lt;br /&gt;     0038: 50 00 43 00 00 00 44 00  P.C…D.&lt;br /&gt;     0040: 65 00 6c 00 6c 00 20 00  e.l.l…&lt;br /&gt;     0048: 41 00 78 00 69 00 6d 00  A.x.i.m.&lt;br /&gt;     0050: 20 00 58 00 35 00 00 00  ..X.5…&lt;br /&gt;     0058:                                &lt;br /&gt;   dccm[xxxx]: Talking to ‘PPC’, a PocketPC device of type Dell Axim X5&lt;br /&gt;&lt;br /&gt;This shows that the system is talking to the pocket PC. The next step is to setup a partnership. You are generally allowed upto 2 partnership. I have setup a partnership with my Windows machine and one more was remaining. I used that for syncing with Ubuntu.&lt;br /&gt;&lt;br /&gt;Issue the following command in terminal 2 to establish the partnership:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    synce-matchmaker create&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You’ll get a message similar to the one shown below if you are able to establish the partnership.&lt;br /&gt;&lt;br /&gt;   [rra_matchmaker_create_partnership:xxx] Partnership file not found for ID XXXXXXXX&lt;br /&gt;   [rra_matchmaker_create_partnership:xxx] Partnership slot 2 is empty on device&lt;br /&gt;   Partnership creation succeeded. Using partnership index 2.&lt;br /&gt;&lt;br /&gt;Once the partnership is established, then you can issue the following command to list the files in the pocket PC. You’ll get the list of files if the partnership is established.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    synce-pls&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   Archive           5136  Sat 10 Feb 2007 05:04:15 PM CST  House materials.psw&lt;br /&gt;   Archive            408  Sun 28 Jan 2007 11:10:28 AM CST  Note2.pwi&lt;br /&gt;   Archive            408  Sun 24 Dec 2006 06:30:38 PM CST  Note1.pwi&lt;br /&gt;   Directory               Mon 31 Dec 2001 06:00:00 PM CST  Business/&lt;br /&gt;   Directory               Mon 31 Dec 2001 06:00:00 PM CST  Personal/&lt;br /&gt;   Directory               Mon 31 Dec 2001 06:00:00 PM CST  Templates/&lt;br /&gt;&lt;br /&gt;The above list is the list of folders in my pocket PC. Here is the list of command you can use to access the pocket PC files:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    synce-pcp &lt;/span&gt;- Copy a file&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    synce-pmkdir &lt;/span&gt;- Create a directory&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    synce-pmv &lt;/span&gt;- Move a file&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    synce-prmdir&lt;/span&gt; - Delete a directory.&lt;br /&gt;&lt;br /&gt;Once you are done syncing your pocket PC, issue the following command to kill the daemon and then disconnect the pocket PC.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;    killall -HUP dccm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;That’s it. Next we figureout how to do somethinng usefull with this like sync with Evolved&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-7019315398560116679?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7019315398560116679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7019315398560116679'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/03/how-to-sync-your-pocket-pc-with-ubuntu.html' title='How to sync your Pocket PC with Ubuntu'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-2271767852594651579</id><published>2007-01-21T20:46:00.000-05:00</published><updated>2007-01-21T21:35:58.649-05:00</updated><title type='text'>PhotoShop CS2 On Ubuntu Sorta</title><content type='html'>I own Photoshop CS2 and have it installed on a Windows XP Laptop.  This is the only computer I have it on.  I don't think I am violating any copy rights as long as I don't run photoshop on the laptop at the same time I run it on the Ubuntu Box. &lt;br /&gt;&lt;br /&gt;I've been trying to get Photoshop CS2 to run on Ubuntu.  I have had limited success.  Here's what I've done so far;&lt;br /&gt;&lt;br /&gt;1.  I've installed &lt;span style="color: rgb(51, 51, 255);"&gt;WINE&lt;/span&gt; and it's working fine.&lt;br /&gt;2.  I copied my entire Adobe Directory from the MS Windows XP Laptop to a Flash Drive (950mbs)(c:\program files\adobe)&lt;br /&gt;3.  I've EXPORTED the "&lt;span style="color: rgb(255, 0, 0);"&gt;HKEY_LOCAL_MACHINE/Software/Adobe/&lt;/span&gt;" Registery Key from the MS Window Machine to a file call adobe.reg (&lt;span style="font-style: italic;"&gt;on the windows machine run &lt;/span&gt;&lt;span style="color: rgb(0, 153, 0); font-style: italic;"&gt;REGEDIT&lt;/span&gt;&lt;span style="font-style: italic;"&gt; navigate to the above key, select it, and then chose FILE/EXPORT it will asked for a name I used ADOBE&lt;/span&gt;)&lt;br /&gt;4.  I copied this new file (adobe.reg) to the flash drive.&lt;br /&gt;5.  I copied all the Adobe files from the flash drive (from c:\program files\adobe) to my Ubuntu Box and put them in the &lt;span style="color: rgb(204, 51, 204);"&gt;home\USERNAME\.wine\dirve_c\Program Files\Adobe\&lt;/span&gt; driecroty&lt;br /&gt;6.  I then copied the adobe.reg file to the same directory&lt;br /&gt;7.  I then started TERMINAL and navigated to &lt;span style="color: rgb(204, 51, 204);"&gt;home\USERNAME\.wine\dirve_c\Program Files\Adobe\&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;8.  I then ran &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;wine regedit adobe.reg&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; to import the registry settings into WINE.&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;9.  I then navigated to the &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;home\USERNAME\.wine\dirve_c\Program Files\Adobe\Adobe Photoshop CS2\&lt;span style="color: rgb(0, 0, 0);"&gt; directory and ran &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;wine Photoshop.exe&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; command in TERMINAL &lt;span style="color: rgb(0, 153, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;br /&gt;It took about 2 to 3 minutes but Photoshop CS2 started but gave an error saying that the serial number or activation code was wrong.  (&lt;span style="font-style: italic;"&gt;The start time is long.  I thought it had locked up&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;10.  Well I started searching on Google and found several links to instructions to make Photoshop CS2 run on a flash drive (&lt;span style="font-style: italic;"&gt;I searched for &lt;span style="font-weight: bold;"&gt;Portable Photoshop CS2&lt;/span&gt;)&lt;/span&gt; I followed these instructions and made a working &lt;span style="font-weight: bold;"&gt;Portable Photoshop CS2&lt;/span&gt;.  This worked just fine on any MS Windows Machine that I had Administrator Rights on. &lt;br /&gt;&lt;br /&gt;11.  I created another directory on my Ubuntu Box in the following location &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;home\USERNAME\.wine\dirve_c\Program Files\PS\ &lt;span style="color: rgb(0, 0, 0);"&gt;I then copied my &lt;span style="font-weight: bold;"&gt;Portable Photoshop CS2&lt;/span&gt; directory from my flash drive to this new directory on the Ubuntu Box.  I navigated to it and run the following command in a TERMINAL &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;wine Portable_Photoshop.exe &lt;/span&gt;. &lt;br /&gt;&lt;br /&gt;It worked!!  Everything was good but the problem I'm having is that if you touch the keyboard you get an error saying "requested library not loaded"  or something like it and everything stops.  This might be something I've done wrong with my WINE installation.&lt;br /&gt;&lt;br /&gt;Oh, Well, it's a start.  Anyone who has any suggestions please post them here.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-2271767852594651579?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/2271767852594651579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=2271767852594651579' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2271767852594651579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2271767852594651579'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2007/01/photoshop-cs2-on-ubuntu-sorta.html' title='PhotoShop CS2 On Ubuntu Sorta'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3475888498303543430</id><published>2006-12-30T21:10:00.000-05:00</published><updated>2006-12-30T21:19:29.230-05:00</updated><title type='text'>A Blog For Fun</title><content type='html'>I know I promised a "How To" on building a DVR computer and I am going to do that (I'm rounding up the parts now)  But I got bored and while archiving my photos and reading my friends personal Blogs I decided to do a personal one too.  I wanted something different so I decided on a photo blog with a bit of a theme.  I will be uploading some of the photos I took as I traveled my state.  So please visit it until I get the goods together for the DVR.&lt;br /&gt;&lt;br /&gt;Oh!  The site name and address?  &lt;a href="http://wvpictures.blogspot.com"&gt;WVpictures.blogspot.com &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3475888498303543430?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3475888498303543430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3475888498303543430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3475888498303543430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3475888498303543430'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/12/blog-for-fun.html' title='A Blog For Fun'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-2199519988637673</id><published>2006-12-21T17:58:00.000-05:00</published><updated>2006-12-21T18:12:31.150-05:00</updated><title type='text'>Extending This Project</title><content type='html'>I have acquired a &lt;a href="http://www.mini-itx.com/"&gt;Mni Atx&lt;/a&gt; motherboard (1ghz cpu firewire/usb2/sound/video etc.) Its only 6 inches square. I have a tv tuner/video capture card too. I think I'm going to build a media PC. I think I will try &lt;a href="http://freevo.sourceforge.net/"&gt;FREEVO&lt;/a&gt; on it.  This will be both a hardware and software project along with a little modding. (I might try to stuff it all inside an old VCR for media conversion).&lt;br /&gt;&lt;br /&gt;I think this will be an interesting and useful how to project. I should be able to document it with photo's and maybe a little video just for something different.&lt;br /&gt;&lt;br /&gt;As soon as I have all the part together I will start the project.  I think since FREEVO is a Linux program it will fit in here on this Blog.  I will need to find a Linux Distro that works with the motherboard I have since everything is on board except the capture card.  I hope this won't be a problem but we will see.&lt;br /&gt;&lt;br /&gt;I'll probably start the project after Christmas (I have the week off)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-2199519988637673?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/2199519988637673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=2199519988637673' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2199519988637673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2199519988637673'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/12/i-have-acquired-mni-atx-motherboard.html' title='Extending This Project'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-5216962927984594858</id><published>2006-12-07T19:48:00.001-05:00</published><updated>2006-12-07T23:04:16.342-05:00</updated><title type='text'>READ FROM THE BOTTOM UP</title><content type='html'>This Blog reads from the bottom up.  I change the look a little and turned archiving back on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-5216962927984594858?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/5216962927984594858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=5216962927984594858' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5216962927984594858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5216962927984594858'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/12/read-from-bottom-up.html' title='READ FROM THE BOTTOM UP'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-5521005333561871363</id><published>2006-12-02T17:59:00.000-05:00</published><updated>2006-12-02T18:43:51.887-05:00</updated><title type='text'>The End?</title><content type='html'>&lt;p style="margin-bottom: 0in;"&gt;It's been thirty days (I had a few late work days so the math is a little fuzzy) and this is my first time back on a MS Windows machine.  Lets talk about what I've learned and done with Ubuntu 6.1 Linux.  I installed it on two computers, a desktop and a laptop.  I managed to get 95% of all my hardware working on both machines but it was a fight (more later).  The only real problem I had was with a scanner and these are cheap enough to replace.&lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;My over all opinion of Linux was good, not great, not wow, but good.  The good things that stick out to me were the application add/remove programs with the Internet updates, the highly customizable desktop, and the nice way Linux handles multiple users.  The bad I remember was the command line and the way Linux felt like MS Windows 98 (Windows over DOS).  It felt like I was working on two different OS's, one a pretty point and click windows system and the other an ugly command line back end.  Ubuntu Linux makes me think of  “The Wizard of Oz”, “Ignore the man behind the curtains, I am the great and powerful Oz”, Ubuntu puts a pretty face (windows) on the ugly truth (command line).&lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;I found almost all the applications that I was looking for except a good graphics editor.  There is no Photoshop equal in the Linux world (or the mac or windows world either). GIMP is ok but it is not Photoshop.  Firefox rules, OpenOffice is great, Evolution was outstanding and Rythmbox did everything I asked it too.  I ripped CD/DVD's and burnt them back.  I converted the audio/video files to different formats.  I edited the imported video, I did work (word processing, spread sheets, ect) with easy.  I kept up on my podcasts and moved things around with flash drives.  I accessed MS Windows network shares, connected the two Linux machines through Linux shares, and remote desktoped everything to and from everything else.  It was a good experience and I enjoyed myself.  &lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;The sad thing is my worse experience was with the "old guard" Linux Users. Not newbies or general users, it was the "founders".  Their “totally free or not at all” attitude is holding Linux back to the point where the community will not grow, and when new users do show up asking why it can't be easier, we're greeted with “you don't matter, your just a stupid newbie”. If you ask a question from one of these “zealots” you are berated for not knowing the answer and told to figure it out yourself or switch back to MS Windows because the Linux Community doesn't need or want you. I came very close to just giving up because of this.  I had trouble with graphic drivers and wireless networking because these “zealots” don't thing you should use non-open source drivers even if they are better, free, and gets your hardware to work. They are perfectly happy forcing their moral choices onto you even if it means that Linux stays stuck in the 1990's.   &lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;The biggest question is “&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(0, 0, 0);"&gt;Will I keep Ubuntu Linux on the Laptop&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;”?  The answer is a simple “&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);"&gt;yes&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;”.  Will I remove MS Windows from any of my other personal computers?  &lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);"&gt;No&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;.  Would I recommend Linux to be installed on any or all of my work machine?  &lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);"&gt;No&lt;/span&gt;.   &lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;As it stands right now, Linux is a nice “&lt;span style="font-style: italic;"&gt;hobby&lt;/span&gt;” OS but is not universal enough for the business workstation, until something is done with the “zealots” who sacrifice functionality and compatibility for personal moral choices Linux will remain the THIRD OS behind Microsoft and Apple and be treated as a geeky elitist hobby OS .  &lt;/p&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;&lt;br /&gt;There is some hope, on one of the news groups, I notice that Ubuntu in their next release will be including the non-open source graphic drivers.  I think this will help attract new users and that will be good for Linux.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;Anyone who is on this page trying to get MEDIA (mp3, wma, divx, ect.) or GRAPHICS CARDS to work, visit the link on my menu to the right labeled&lt;/span&gt;&lt;/span&gt; "&lt;a href="https://help.ubuntu.com/community/RestrictedFormats"&gt;&lt;span style="color: rgb(51, 51, 255);font-size:130%;" &gt;&lt;span style="font-weight: bold;"&gt;WHAT UBUNTU LEFT OUT&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;"&lt;br /&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;For all those who helped me and gave me advice, I would like to say "thank you" and to those "old guard zealots" I hope you "bend" just a little and get the community growing because without you there would be no Linux.  It's been fun, I enjoyed the challenge and I now count myself as a new full fledge Linux user.&lt;br /&gt;&lt;br /&gt;Written November 30, 2006.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-5521005333561871363?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/5521005333561871363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=5521005333561871363' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5521005333561871363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5521005333561871363'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/12/end.html' title='The End?'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-8800918230424212443</id><published>2006-11-28T21:22:00.000-05:00</published><updated>2006-11-28T22:34:53.388-05:00</updated><title type='text'>Solved the Stutter Problem</title><content type='html'>Remember when I told you about how I had a one second delay when opening new windows, with Ubunutu 6.1 Linux?  When you would open a new window it would make the mouse lock up and cause the sound to stutter.  After a second or two all would be well again until you opened any other  dialog box or window.  Well I figured it would be some power saving feature causing this because I using a 1.2 ghz PIII laptop with 512mbs of ram and a 40ghz 5400rpm hard drive.  It shouldn't stutter.&lt;br /&gt;&lt;br /&gt;My first thought was with the 5200 Nvidia ToGo graphics card slowing down (heat and power protection).  I looked all through Ubuntu settings and turned all the power saving features off.  That didn't help.  My second thought was a &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;BOIS &lt;/span&gt;setting.  I went into BIOS and made sure all the power saving features were off there too.  Still no help.  I did notice an &lt;span style="color: rgb(255, 0, 0);"&gt;INTEL SPEED STEPPING&lt;/span&gt; setting but it was set to max performance.  On a whim &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;I disabled it&lt;/span&gt;.  &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;MAGIC !!!&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;No more stutter&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Ok so what did I loose by turning this off?  Well speed stepping lets the computer slow the processor down based on what you are doing.  i.e.  If you looking at web pages and are spending lots of time reading them and not changing pages much, speed step, would slow your processor down to help save batter power and cool the computer.  Mine was taking my processor from &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;1.2 ghz down to 550 mhz.&lt;/span&gt;  Man, what a hit!  So as I was just reading stuff on the screen the cpu would slow down and when it had to go to the graphics card (opening or drawing another window) it would "stutter" while it kicked the processor back up to full speed.  With this "feature" turned off the problems goes away.  I will get less up time on my battery and my laptop will run a little hotter.  I will monitor these "disadvantages" and report them later.  Right now the trade off is well worth it to me and to compensate, since this is a brand new bulb in this laptop screen (I put it in) I turned its brightness down by half.  That should help with the power some.&lt;br /&gt;&lt;br /&gt;This is the last major problem that I was having with Ubuntu 6.1 Linux on the laptop.  This weekend I have to move the desktop linux box back to MS Windows (the box is not mine and the owner wants MS windows).  It is nice to know that I will be able to keep a Linux box after the experiment.  The other nice thing that is nice, with all the removable media working I can easily move data from the desktop to the laptop.&lt;br /&gt;&lt;br /&gt;I thought about duel booting the laptop but I came up with another solution.  Someone I know has a similar dell 8100 laptop that was almost totally destroyed (don't ask how).  One of the few surviving parts is the hard drive enclosure (the drive died though, odd).  I think I will take the old 30gb hard drive that was originally in this machine which still has a valid working MS XP Home addition installed on it with MS Office 2002 pro, and mount it in the salvaged hard drive enclosure and make the hard drives switchable.  Just a thought.&lt;br /&gt;&lt;br /&gt;There is a 3.5 inch floppy drive in here too, wonder if I can replace it with a second hard drive?  More reading.&lt;br /&gt;&lt;br /&gt;Most of the rest of this blogs posts will be coming from a now "FULLY FUNCTIONING" Dell 8100 Ubuntu 6.1 Linux Laptop.  My next project might be on "How to Pimp Out Your Laptop"  I think I will break this one down and do a cool Linux paint job on it.  Maybe even talk RycheRox into doing some custom graphics for me... hint, hint...nudge, nudge...know what I mean?, know what I mean?...A winks as good as a nod.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-8800918230424212443?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/8800918230424212443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=8800918230424212443' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/8800918230424212443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/8800918230424212443'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/solved-stutter-problem.html' title='Solved the Stutter Problem'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6683020152261410726</id><published>2006-11-26T21:25:00.000-05:00</published><updated>2006-11-26T22:25:34.764-05:00</updated><title type='text'>The definition of FREE by Ubuntu</title><content type='html'>The definition of &lt;a href="http://www.ubuntu.com/ubuntu/philosophy"&gt;FREE by Ubuntu&lt;/a&gt;.  While trying to figure out how to make my Wireless work I ran into a few &lt;a href="http://www.cyberciti.biz/tips/why-linux-dont-support-mp3-and-selected-wifi-cards-out-of-the-box.html"&gt;threads of discussions about DRIVERS &lt;/a&gt;that are given away at no cost (freeware) but are not open source (the company that made the drivers won't tell you how they made them).  Several people were mad and were going to stop using Ubuntu because Ubuntu was going to use theses freeware driver from Nvidia and ATI drivers in their next release.   Theses drivers are given away free by both companies but they are not open source.&lt;br /&gt;&lt;br /&gt;In a move that reminds me of Microsoft, these Open Source Zealots brand these drivers as "NON FREE".  The Zealots admit that the drivers work and are even better then the drivers that are Open Source but they claim that these drivers should not be used because the company that made them will not tell them how they made them.  This is clearly a case of the Zealots trying to confuse people into thinking that by using the good working drivers provided for free from these companies that you are stealing or betraying Linux.&lt;br /&gt;&lt;br /&gt;Don't get me wrong, I understand that non open source software has some problems (Quicken changes ever 2 years, making you upgrade or lose function), but when it comes to hardware drivers, who cares as long as they work.  Who is more qualified to make the piece of software that communicates between your graphic card and you system?  The company that made the graphics card or some zealot that has a  "it works good enough for me" attitude.&lt;br /&gt;&lt;br /&gt;After spending hours reading about the "NON FREE" vs "Open Source" crap, I learned that ever problem that I encountered up to this point could have been prevented if UBUNTU would have used "NON FREE" freeware drivers and codecs. (See how stupid "non free" freeware sounds)&lt;br /&gt;&lt;br /&gt;If the Linux community wants Linux to succeeded they are going to have to give a little, companies spend millions of dollars developing the hardware and they have a right not to share that expensive work with you.  They are providing you with FREE drivers to get it working and if they stop then you are sitting on a dead end road with last years hardware.  You will always be behind, and never attract the critical mass of users that you need to get the big companies to pay attention to you and open up those drivers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6683020152261410726?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6683020152261410726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6683020152261410726' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6683020152261410726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6683020152261410726'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/definition-of-free-by-ubuntu.html' title='The definition of FREE by Ubuntu'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-4245747146650591736</id><published>2006-11-25T23:03:00.000-05:00</published><updated>2006-11-25T23:29:30.770-05:00</updated><title type='text'>Progress To Date</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/678534/Roadmap.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/561288/Roadmap.jpg" alt="" border="0" /&gt;&lt;/a&gt;Since wireless is working on the laptop, I have been able to test Linux to Linux networking, remote desktop, mounted shares, and learned a little about firewalls.  I only have 6 days left on this experiment and with networking just coming into play it's going to be tight.  I got luck in November and had about 6 work days off but none next week.&lt;br /&gt;&lt;br /&gt;Remote desktop works just like it does on MS Windows.  The only thing that I have noticed is that I have to use the IP address of the target machine instead of its name.  This might just be a delay of the way that Linux networks.  I remember the MS Windows 98 days of having to wait 5 to 10 minutes before machines "saw" one another.&lt;br /&gt;&lt;br /&gt;To use Remote Desktop you have to ALLOW it on your machine. SYSTEM/PREFERENCES/REMOTE DESKTOP will get you to the ENABLE REMOTE DESKTOP there are just four check blocks here and a text entry box.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Allow other users to view your desktop&lt;/li&gt;&lt;li&gt;Allow other users to control your desktop&lt;/li&gt;&lt;li&gt;Ask you for confirmation&lt;/li&gt;&lt;li&gt;Require the user to enter a password&lt;/li&gt;&lt;li&gt;(text box for that password)&lt;/li&gt;&lt;/ol&gt;That is it.  To test this I checked 1, 2, 4, and then typed in a password.  I then closed this window.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/862445/TSC.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/326773/TSC.jpg" alt="" border="0" /&gt;&lt;/a&gt;I then went to the laptop and RIGHT clicked on my PANEL and selected ADD.  I then choose TERMINAL SERVER CLIENT APPLET.  It appeared on my PANEL.  I clicked on it and got the familiar TERMINAL SERVER CLIENT window (see photo).&lt;br /&gt;&lt;br /&gt;I tried to just type the computers name but that did not work, so I tried the remotes IP address (TERMINAL then type IP ADDR on the remote to get this).  That worked but I had to change the PROTOCOL to VNC.  I was then asked for the password I set earlier.  I enter it and the remote machines desktop appeared in a window before me.  I moved my mouse, it's cursor moved, I click on a program, the remote machine started that program.  Very nice.  You can even transmit sound from one to the other.  There are a lot of settings here to play with but this is bulk of it.&lt;br /&gt;&lt;br /&gt;When I first tried to connect to the remote system it failed and would not work no mater what I did.  I then remembered the firewall.  I turned it off and everything worked fine.  I read more about the firewall program and VNC and punched a hole in the firewall for VNC and all was well.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-4245747146650591736?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/4245747146650591736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=4245747146650591736' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4245747146650591736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4245747146650591736'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/progress-to-date.html' title='Progress To Date'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-1645103628253135936</id><published>2006-11-25T19:11:00.000-05:00</published><updated>2006-11-25T22:18:19.382-05:00</updated><title type='text'>WIRELESS working on the LAPTOP!!!!!!</title><content type='html'>I've done it!  I got mad at Ubuntu 6.1 and refused to allow it to beat me.  I went to my laptop and decided that I would either get Wireless working on it or Ubuntu 6.1 was leaving this laptop for good.  I have spent about 5 hours reading and internet hunting to figure this out.  As I read I reliazed that Ubuntu 6.1 did not work with BCM (Broadcom Chip Set) chip set which includes LINKSYS and DELL built-in wireless card.  Now I could understand missing a few off brands, but DELL built-ins and Linksys are the two most common out there.  Ok, enough of the rant, how did I do it?&lt;br /&gt;&lt;br /&gt;I installed a &lt;span style="font-weight: bold;font-size:130%;" &gt;MICROSOFT WINDOWS DRIVER&lt;/span&gt;, let me say that again, I used a driver designed for &lt;span style="font-weight: bold;"&gt;MICROSOFT WINDOWS&lt;/span&gt;. In addition I had to downgrade my Ubuntu install to use something called ndiswrapper.  This method is not mine, I have just compiled it here from various news groups for your easy use:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;HOW TO INSTALL A MOTOROLA WN825G WIRELESS CARD ON UBUNTU 6.1 LINUX&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;HOW TO READ THIS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. STEP&lt;/span&gt; - Wait until your computer completes each &lt;span style="font-weight: bold;"&gt;STEP&lt;/span&gt; until you go to the next.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;2. commands&lt;/span&gt; - these will be in &lt;span style="color: rgb(255, 0, 0);"&gt;red &lt;/span&gt;and this is exactly what you type in a TERMINAL window.&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;3. adding text to text to files&lt;/span&gt; - some of these commands open a file in a text editor.  What you type will be in &lt;span style="color: rgb(0, 0, 153);"&gt;blue&lt;/span&gt;.  After you typed in your text make sure to SAVE the file.&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;4. programs &lt;/span&gt;- that run in the windows envirmont (no command line needed).&lt;br /&gt;--------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 0&lt;/span&gt; start a &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;TERMINAL&lt;/span&gt; windows (application / Accessories / TERMINAL)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 1&lt;/span&gt; (downgrade) unload the bcm43xx module.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo rmmod bcm43xx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 2&lt;/span&gt; add it to modprobe.d's blacklist to ensure that it is never loaded again, even by accident.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo gedit /etc/modprobe.d/blacklist&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This opens a text editor, at the bottom of the file that is opened type the following then save it&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;blacklist bcm43xx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 3&lt;/span&gt; install the ndiswrapper-utils package.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo apt-get install ndiswrapper-utils&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 4&lt;/span&gt; change the ID for your wireless nic to wlan0 from the default eth1.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo gedit /etc/iftab&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This opens a text editor you change "&lt;span style="font-weight: bold;"&gt;eth1&lt;/span&gt;" to "&lt;span style="color: rgb(0, 0, 153);"&gt;wlan0&lt;/span&gt;" in this file and save it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 5&lt;/span&gt; restart the network.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo /etc/init.d/networking restart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 6&lt;/span&gt; get your MICROSOFT WINDOWS DRIVERS for your wireless card.&lt;br /&gt;Mine is a Motorola WN 825G and was found here&lt;br /&gt;&lt;a href="http://broadband.motorola.com/consumers/products/WN825g/downloads/WN-WPCI-Web-Update-v1.1.exe"&gt;&lt;br /&gt;Motorola WN54G Drivers&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 7&lt;/span&gt; extract your MICROSOFT WINDOWS DRIVERS and put them someplace you can find again.&lt;br /&gt;&lt;br /&gt;I put mine HOME\DOWNLOADS\DRIVERS\WIRELESS&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;NOTE: &lt;/span&gt;if your driver is like mine you will have to extract the file on a MS Windows machine and then copy the files to your linux box or burn them to a CD.  I cheated and renamed my WN-WPCI-Web-Update-v1.1.exe file to WIRELESSDRIVER.ZIP then used the Linux Archive Manager to extract it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In the end you are looking for a file called bcmw15a.inf.  I assume other .inf files for other cards will work the same way just change the name.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 8&lt;/span&gt; change to the directory where your .inf file is located.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;cd DOWNLOADS&lt;br /&gt;cd DRIVERS&lt;br /&gt;cd WIRELESS &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 9 &lt;/span&gt;creates the driver wrapper.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo ndiswrapper -i bcmwl5a.inf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 10&lt;/span&gt; create the module in /ect/modutils.d.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo ndiswrapper -m&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 11&lt;/span&gt; move the module.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo cp /etc/modprobe.d/ndiswrapper /etc/modutils/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 12&lt;/span&gt; update the module.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo update-modules&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP 13&lt;/span&gt; restarts your network.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;sudo /etc/init.d/networking restart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------------&lt;br /&gt;Ok that should be it if you do not have WEP enabled.  I have WEP enable ...sigh... But I did see that my wireless cards lights were on.  I remember what my friend El Gee told me he used to help him, &lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;WIFI RADAR&lt;/span&gt;.   I downloaded and installed &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;WIFI RADAR&lt;/span&gt; (add/remove applications)  I ran it and it saw my wireless network !!!!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/495576/WIFIRADAR.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/34932/WIFIRADAR.jpg" alt="" border="0" /&gt;&lt;/a&gt;I then disconnected my WIRED Lan line and rebooted becuase I'm a MS Windows person and have to reboot all the time and besides it doesn't hurt anything.  After the boot I ran &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;WIFI RADAR&lt;/span&gt; and selected my WIRELESS NETWORK (home) and then clicked connect.  It told me there was no configuration file for (home) and asked if I'd like to create one.  I said YES and was presented with a standard WIRELESS config setup. (SEE Photo) it wanted MODE, CHANNEL, KEY, SECURITY.  I set MODE and CHANNEL to AUTO, entered my 26 digit wep KEY, and selected OPEN for SECURITY. There was a small delay and then I was CONNECTED with WEP!!!!&lt;br /&gt;&lt;br /&gt;You will notice in the screen shot it says I'm connected in the B mode (11mbs) hmm... this is a G card (54 mbs) ... At least I have wireless on the laptop.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;IMPROVING THIS GUIDE&lt;/span&gt;&lt;br /&gt;I'm sure there is a command line to configure the WIRELESS card (MODE, CHANNEL, KEY, SECURITY) but I couldn't find it and the WIFI RADAR program has other uses too and is worth getting.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;NOTES&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-style: italic;"&gt;1) gets help with the ndiswrapper command&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(255, 0, 0); font-weight: bold;"&gt;ndiswrapper --help&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;2) to run &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;WIFI RADAR &lt;/span&gt;you have to enter your password like any sudo command.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;3) This is not my work.  Other people smarter then me figured this out.  I just put all the small pieces together in one place in a step by step guide.  Some of the steps take a few seconds to complete and will display lots of information in the TERMINAL window.  I read it and understood some of it but it did not impact what I did.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1645103628253135936?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1645103628253135936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1645103628253135936' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1645103628253135936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1645103628253135936'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/wireless-working-on-laptop.html' title='WIRELESS working on the LAPTOP!!!!!!'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-7240254189141210687</id><published>2006-11-25T15:39:00.001-05:00</published><updated>2006-11-25T15:46:13.017-05:00</updated><title type='text'>Day Off, Yea Right!</title><content type='html'>I had big plan for some Linux tests over the holiday but I had to work.  I got called out at 9:30 pm on Thanksgiving Day and did not get back home until noon on &lt;span style="font-weight: bold;"&gt;Black Friday&lt;/span&gt;.   Once home I had to sleep and didn't get up until 830 pm Friday and had to go back to work to finish somethings.  Today, Saturday, Nov 25, 2006 is such a nice warm day here I spent the morning out riding in my &lt;span style="color: rgb(51, 102, 255); font-weight: bold;"&gt;Jeep&lt;/span&gt; without the top on it.  Even Computer Geeks Need Sun.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-7240254189141210687?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/7240254189141210687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=7240254189141210687' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7240254189141210687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7240254189141210687'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/day-off-yea-right.html' title='Day Off, Yea Right!'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-4698924924447853320</id><published>2006-11-23T17:52:00.001-05:00</published><updated>2006-11-23T18:15:58.638-05:00</updated><title type='text'>FSCK Forced File System Scan</title><content type='html'>I went to my Linux box today and it told me that "drive dev/hda had been mounted 30 times without being scanned, forced check" and then began running what I think was a disk check with the FSCK command.   The process took about 3 minutes.&lt;br /&gt;&lt;br /&gt;Ok I understand checking the disk for errors or on bad shutdowns but why FORCE me to do it.  Linux, for an OPEN operating system is awful pushy.  Why not just install and force virus scan, force a fire wall on me too, hey while were at it, hide my admin account and generate random 20 charter passwords and randomly rotate them a couple of dozen times over the year.  This sure does FEEL like the way Microsoft treats me.  If you are truely OPEN explain it to me then let me PICK what I want to do, not what you think is best.&lt;br /&gt;&lt;br /&gt;I thought open meant choice.  Don't get me wrong this fsck might be a good thing, and if it was explained to me before it JUST RAN and offered me a CHOICE, I might have opted in.  If you keep protecting me from myself how am I to learn.  I've had Hard drive crashes before, I know how to backup my data, I learned from those crashes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-4698924924447853320?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/4698924924447853320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=4698924924447853320' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4698924924447853320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4698924924447853320'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/fsck-forced-file-system-scan.html' title='FSCK Forced File System Scan'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-1145111526866309792</id><published>2006-11-21T20:38:00.000-05:00</published><updated>2006-11-21T20:43:13.343-05:00</updated><title type='text'>Visioneer OneTouch 9220 USB Scanner</title><content type='html'>The Visioneer OneTouch 9220 USB Scanner does not work with Ubuntu.  I plug it in and get nothing.  I run Xsane and it says it can't find a scanning device.  That's too bad, I really wanted to try Xsane and I had some photo's I wanted to scan.  Oh, Well.&lt;br /&gt;&lt;br /&gt;If some reads this and knows how to get this scanner to work let me know or post the name/model number of a scanner you have working.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-1145111526866309792?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/1145111526866309792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=1145111526866309792' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1145111526866309792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/1145111526866309792'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/visioneer-onetouch-9220-usb-scanner.html' title='Visioneer OneTouch 9220 USB Scanner'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3258660697033011095</id><published>2006-11-21T19:36:00.000-05:00</published><updated>2006-11-21T20:16:35.415-05:00</updated><title type='text'>Day 21 of Ubuntu 6.1 Linux</title><content type='html'>This is day 21 of 30 of my Ubuntu Linux experiment and I barely remember to write my weekly review.  This is a good thing because if I have become so use to using Ubuntu that I almost forgot to review it, I must not miss MS Windows much.&lt;br /&gt;&lt;br /&gt;I have used the Internet without trouble, figured out multimedia (with some trial and error), did word processing and spread sheet work without incident, burnt CD/DVDs, ripped the same, utilized digital photo's easily, viewed and organized the same, download, listened to, and transfered MP3s and Podcasts, and networked with MS Windows shares. All of this in just 63 hours of "on keyboard time"  (21 days of about 3 hours a day).  This is pretty good.&lt;br /&gt;&lt;br /&gt;So lets break it down:&lt;br /&gt;&lt;br /&gt;Office Productivity - 9 of 10&lt;br /&gt;(word processing, spread sheets, email, presentations, PDFs)&lt;br /&gt;&lt;br /&gt;Multimedia - 8 of 10&lt;br /&gt;(play cd/dvds, play/record music/video files )&lt;br /&gt;&lt;br /&gt;Graphic Software 8 of 10&lt;br /&gt;(view/organize photos)&lt;br /&gt;&lt;br /&gt;Graphic Editing 5 of 10&lt;br /&gt;(GIMP there is nothing else close and I'm a photoshop guy)&lt;br /&gt;&lt;br /&gt;Web Development/Programing 8 of 10&lt;br /&gt;(These tools all work well nothing stands out here)&lt;br /&gt;&lt;br /&gt;Internet - 9 of 10&lt;br /&gt;(Firefox 2.0 and anything else you want)&lt;br /&gt;&lt;br /&gt;Hardware Compatibility - 7 of 10&lt;br /&gt;(Most things work well but if they don't figuring out how to fix them is very hard)&lt;br /&gt;&lt;br /&gt;USB Function 9 of 10&lt;br /&gt;(Everything I've thrown at it worked)&lt;br /&gt;&lt;br /&gt;Networking Wired ? of 10&lt;br /&gt;(I really haven't tested it much yet)&lt;br /&gt;&lt;br /&gt;Networking Wireless 0 of 10&lt;br /&gt;(I have now tried 3 wireless cards and none work)&lt;br /&gt;&lt;br /&gt;Installation 9 of 10&lt;br /&gt;(I had a bug when I tried to change my time zone)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Over all Linux (Ubuntu 6.1) on a desktop computer I give a 8 of 10&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;It installs easily, has 90% of what you need and is free.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;On a laptop 4 of 10.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;Wireless does not function for me and is too hard to trouble shoot.  This is a noticable stutter on the user interface.  It's a memory hog, yes its a memory hog, it requires 192 mbs of ram to install on it default settings.  I am going to try Knoppix on my laptop.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3258660697033011095?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3258660697033011095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3258660697033011095' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3258660697033011095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3258660697033011095'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/day-21-of-ubuntu-61-linux.html' title='Day 21 of Ubuntu 6.1 Linux'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-9111745560601809655</id><published>2006-11-21T16:28:00.000-05:00</published><updated>2006-11-21T16:56:21.246-05:00</updated><title type='text'>Streaming (internet radio)</title><content type='html'>Lets talk streaming.  On my MS Windows machine I usually listen to MP3s I've made or Podcasts I've downloaded, very rarely do I listen to live internet radio(Shout Cast, Live 365, ect...) because I couldn't find a stand alone player I liked.  Winamp came the closest to what I wanted but you still had to use a web browser to find the stations.&lt;br /&gt;&lt;br /&gt;I saw an application in the AUTOMATIX Package Installer called STREAMTUNER and it came with a player called XMMS.  I took a shot and installed them.  What a suprise, I like them both.  XMMS (the little black Winamp looking player in the upper right in the screen shot) is very winamp like in its look and function. Its small and easy to use and if you like Winamp you'll like XMMS (I had an anonymous post suggesting I try XMMS a week ago, thanks, I love it, I'm just sorry I waited until now to get it).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/15486/Streamer.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/231501/Streamer.png" alt="" border="0" /&gt;&lt;/a&gt;Now for STREAMTUNER.  It is very easy to use.  You can see the list of Services (plugins) it knows (SHOUTcast, Live 365, Google Stations, Basic.ch, Punkcast, and Xiph).  It also supports bookmarking you favorite stations, and I'm sure you can add your own but I haven't needed to yet.  Basically you just select your service (i.e. SHOUTcast tab) then a list of music types (rock, county, talk, alternative, ect) appears on the left side, you then click on the music type you like and a list of all the stations appears in the main window.  Double click on the station you want to listen to and STREAMTUNER launches XMMS player and your selected station starts playing.  Very, Very easy. and lots of choices.&lt;br /&gt;&lt;br /&gt;You'll notice that the main window provides you with the station description, currently playing song, number of listener, and bit rate of the stream.&lt;br /&gt;&lt;br /&gt;Hey, I wonder what that RECORD button does??? (upper left in screen shot)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-9111745560601809655?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/9111745560601809655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=9111745560601809655' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/9111745560601809655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/9111745560601809655'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/streaming-internet-radio.html' title='Streaming (internet radio)'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-4558410956715050561</id><published>2006-11-20T19:34:00.000-05:00</published><updated>2006-11-20T20:30:51.919-05:00</updated><title type='text'>DVD Ripping</title><content type='html'>I wanted to rip a DVD to watch on my laptop later.  I own the DVD.  It's Season 1 of "&lt;span style="font-weight: bold; color: rgb(0, 102, 0);"&gt;The Tick&lt;/span&gt;".  I decided to just rip one 22 minute episode to test Ubuntu with ripping.  I end up using two different programs.  One worked for me and one didn't.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/948306/DVDRIP.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/894093/DVDRIP.png" alt="" border="0" /&gt;&lt;/a&gt;The first was "&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;DVD::RIP&lt;/span&gt;".  It's interface was confusing and I had trouble finding the setting I wanted to change.  I couldn't tell if I was ripping the whole DVD or just a single file.  But hey, I'll try it. I changed the settings I needed then started the process.  I got one frame in ten minutes and my DVD was locked.  I had to reset the box to get the disc out.  Well I figured that the DRM got me again so I got out one of my very early DVDs, "&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Dark City&lt;/span&gt;", and tried again.  NOPE.  Lockup, again.  Ok, this is a new OS for me and maybe it was just the program I was using so I checked the built-in "Add/Remove Applications" and the very first app I saw was ACID RIP.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/669162/ACIDRIP.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/988829/ACIDRIP.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;ACID RIP:&lt;/span&gt;  It's interface was complex but understandable.  Everything was there, I could pick my final format, bit rates and max file size.  I put my DVD in and changed a few setting.  I left most everything default except the output file type, I changed this to &lt;span style="color: rgb(0, 0, 153);"&gt;Xvid&lt;/span&gt;.  This setting is under the Video Tab.  The other settings here are &lt;span style="font-weight: bold;"&gt;LAVC, COPY, RAW, NUV, VFW, QTVIDEO, LIBDV, X264&lt;/span&gt;.  Well I wanted something compatible with MS Windows too, so I chose the &lt;span style="color: rgb(0, 0, 153);"&gt;XVID&lt;/span&gt; becasue I had seen it on MS Windows and know it works.   Once I made my changes I pressed the START button.  The DVD spun, a status bar moved, the bit rate counter moved, the Frames Per Minute showed about 10 and the hard drive spun.&lt;br /&gt;&lt;br /&gt;I could tell it was doing something!  I looked at the ESTIMATED TIME TO COMPLETE and it said 52 minutes.  hmm... 52 minutes for a 22 minute clip.  That's well over what I'm use to.  This is a 16X Lite-On DVD +/- Burner.  On my MS laptop with a 8X burner, I could do a whole 2 hour DVD in 52 minutes!  And don't tell me "your recoding it too" because my MS Laptop does that too and in under an hour.  So at this rate a whole 2 hour DVD would take about 300 minutes?  FIVE HOURS to rip a DVD (not counting burning time)?  This is a 2.4ghz P4 with 512mbs ram and a 16X DVD.  This is way too slow but I guess it worked. &lt;br /&gt;&lt;br /&gt;BTW the Video did look good and is in a NON-DRM AVI format that I can watch where and when I want on whatever I choose. No pirating, no file sharing, just my DVD on my laptop without having to take my DVD with me. &lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;ACID DVD:&lt;/span&gt;  It ran slow for me but it worked. &lt;br /&gt;&lt;br /&gt;NOTE: Turn off any screen savers, this will help some with the speed.&lt;br /&gt;&lt;br /&gt;p.s. I took the background photo on Saturday, Nov 18, 2006, at&lt;a href="http://www.audrastatepark.com/"&gt; Audra State Park&lt;/a&gt;, WV, but it could have been any wet pile of sand :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-4558410956715050561?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/4558410956715050561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=4558410956715050561' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4558410956715050561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/4558410956715050561'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/dvd-ripping.html' title='DVD Ripping'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-2852569229806680022</id><published>2006-11-20T17:51:00.000-05:00</published><updated>2006-11-20T18:06:35.308-05:00</updated><title type='text'>Got Busy</title><content type='html'>I got kinda busy last week and didn't get much done.  I'm off from work the rest of this week so I will be posting more.  I drug out a Cannon Scanner, and an HP 1200 printer.  I will hook them up and test them before Friday.  I have not removed Linux from my laptop yet and I plan on giving wireless another go.  I am using WEP encryption and I think that is what is keeping the DLink card from working.  I noticed that the laptop had a Nvidia Go graphics card in it so I am going to try the Linux Nvidia drivers and see if that fixes my stutter problem.&lt;br /&gt;&lt;br /&gt;I need to see if FireWire is working on the laptop too.  If it is I will try the Samsung camcorder again using firewire DV instead of the priority Samsung divx codec.&lt;br /&gt;&lt;br /&gt;I've created a second user account on this box to see how linux/Ubuntu handles multiple accounts.  Tonight, I'm going to setup a couple of shares and see how well another linux box will connect to it. (Laptop to desktop)  Also on the agenda is a DVD rip and burn (backup).&lt;br /&gt;&lt;br /&gt;I'll let you know how it goes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-2852569229806680022?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/2852569229806680022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=2852569229806680022' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2852569229806680022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/2852569229806680022'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/got-busy.html' title='Got Busy'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-962820080355915847</id><published>2006-11-17T16:51:00.000-05:00</published><updated>2006-11-17T17:19:47.360-05:00</updated><title type='text'>Hit a Wall</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger2/7760/4513/1600/269992/progress.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/x/blogger2/7760/4513/200/936447/progress.jpg" alt="" border="0" /&gt;&lt;/a&gt;I think I have hit a wall with Ubuntu.  I have made it 17 days but I'm running out of things to try.  I have given up on WIRELESS NETWORKING for now and VPN ACCESS is a total loss (I can't find my needed VPN Client).&lt;br /&gt;&lt;br /&gt;The things I have left that I want to try are Linux to Linux and Windows to Linux Networking but this will require some amount of research.  I want to get a USB Scanner working and a USB Printer.  I am going to play with some video editing and I want to try DVD ripping and buring.&lt;br /&gt;&lt;br /&gt;Other things I have done:  I've got full internet access thanks to Firefox 2.0, Email with Evolutions (all PIM function), Cell Phone access through the USB Cable, Digital Camera access, and all the removable media item I need. Open Office 2.x handles all my word processing, spreadsheet and slide show needs. Rythmbox works great for my audio needs and mPlayer does video pretty well.  I've found a few surprises too, VYM (View Your Mind), I didn't even know something like this was out there (I'm searching for a MS Windows version for work).&lt;br /&gt;&lt;br /&gt;The latest piece of software I installed was SKYPE, it's a very nice voice chat, IP Telephone.  I haven't used it much but it works well and I like it.&lt;br /&gt;&lt;br /&gt;On the photo editing front, I can use GIMP but I as I said, I'm a Photoshop guy and nothing will change that.  With the photo viewers and organizers they are all pretty good and easy to use but nothing special.&lt;br /&gt;&lt;br /&gt;I am comfortable using Ubuntu Linux with Gnome but once the windows disappear and I'm left at the command line, I'm at the mercy of other what others have written and just blindly type what they tell me too.  I don't like not knowing what the commands I type in do.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-962820080355915847?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/962820080355915847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=962820080355915847' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/962820080355915847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/962820080355915847'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/hit-wall.html' title='Hit a Wall'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-640561160937027059</id><published>2006-11-15T19:01:00.000-05:00</published><updated>2006-11-15T20:47:06.964-05:00</updated><title type='text'>Week Two Complete</title><content type='html'>It's been two weeks of no &lt;span style="color: rgb(102, 0, 204);"&gt;MS Windows&lt;/span&gt; and I'm doing just fine.  So far there are just two things that I really miss from MS Windows, &lt;span style="color: rgb(255, 0, 0);"&gt;VPN &lt;/span&gt;access to work and &lt;span style="color: rgb(204, 0, 0);"&gt;Photoshop&lt;/span&gt;.  I could, with time, learn GIMP enough to get by but "getting by" isn't what I want in a photo editor.  Let's face it, I would only be happy if I could get Photoshop to work on Linux.  With VPN, I need Watchguard software client for Linux. It might be out there but I can't find it.  Without it I can't get to my work from home.&lt;br /&gt;&lt;br /&gt;Linux on a Laptop.  I have not had any luck getting my wireless network cards working on Ubuntu.  This is a show stopper.  &lt;span style="color: rgb(255, 0, 0);"&gt;I will be removing Linux from the laptop&lt;/span&gt;.  I hate this but in this day and age, a laptop without wireless is not worth having.  I have found some articles on line with hints and tips for fixing the problems I'm having but none work for me or the article is over my head for my level of Linux knowledge.  The second problem I'm having with the laptop is the 1.5 second delay of mouse movements when opening windows.  This made my laptop stutter.  I could have lived with this but the wireless problem I can't accept.&lt;br /&gt;&lt;br /&gt;USB support in Ubuntu is very good so far.  Hardware support is good, but when you have problems there is never an easy answer.  Rewrite the whole kernel, modify some "code", or buy a part that is compatible.   These are your choices.&lt;br /&gt;&lt;br /&gt;Software selection is pretty good.  If you can think of it, you can find a program that will do it for you.&lt;br /&gt;&lt;br /&gt;The built-in add/remove applications feature I like a lot. The ability to add other package installers is great.  The problem starts when you have to download zipped files, extract them, get the dependencies too, and blah, blah, blah.  What I'm trying to say is that if you can't find the program you want in a "package" it gets hard fast.&lt;br /&gt;&lt;br /&gt;Over all I like Ubuntu Linux but I'm starting to see some of it's short comings. I have come to think of this Linux Box as more like a MS Windows 98 machine. MS Windows 98 ran a GUI (&lt;span style="font-style: italic;"&gt;graphical user interface&lt;/span&gt;) over DOS (&lt;span style="font-style: italic;"&gt;command line&lt;/span&gt;).  If you wanted to do anything powerful you had to go to a DOS session to do it.  &lt;span style="color: rgb(102, 0, 204);"&gt;Ubuntu is like this.&lt;/span&gt;  The windows part is just "dressing" over the powerful command line.  The real power lays in the command line.  The problem is that most people don't like working with the command line so a windows "dress" was put over this command line.  I think this duality is keeping linux out of the mainstream.   Both MS Windows and Apple do almost everything through the GUI.  Both REQUIRE very little command line action.  Linux on the other hand &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;REQUIRES&lt;/span&gt; command line access. &lt;span style="color: rgb(255, 0, 0);"&gt;You can not use LINUX without it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I find myself comparing Linux to MS Windows.  I've wonder why I do this.  I have come to realize that this is because MS Windows is STANDARD.  There are may things like this, the iPod is the STANDARD in mp3 players, Apple is the STANDARD in User Interfaces and TIVO is the STANDARD in D.V.R.s.  These are just some examples, any products developed in those categories are compared to these items.  Why are these items STANDARDs?  Because they do what they do very well.  MS Windows does not do everything right but it does do everything.  Vary rarely do you to check computability list when buying hardware for MS Windows.  There are usually three varieties of every piece of software for MS Windows (Commercial, Shareware, and Freeware) and they work with almost any combination of hardware.  Is it pretty? No  Is it cheap? No. &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;IT JUST PLAIN WORKS EASILY.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;With all of that said I don't dislike Linux.  It's different and it has gotten something right.  It's stable, it's fast (command line), and its secure.  Those are great things to be, but it's just not user friendly yet.  As I said, I think of it as MS Windows 98. It had a pretty windows "dress" on but underneath its still DOS (Terminal).&lt;br /&gt;&lt;br /&gt;At Two Weeks of Only Ubuntu Linux, I give it a &lt;span style="font-weight: bold;font-size:130%;" &gt;7&lt;/span&gt; out of &lt;span style="font-weight: bold;font-size:130%;" &gt;10.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-640561160937027059?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/640561160937027059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=640561160937027059' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/640561160937027059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/640561160937027059'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/week-two-complete.html' title='Week Two Complete'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-7928540018109526403</id><published>2006-11-13T22:49:00.000-05:00</published><updated>2006-11-13T23:44:29.478-05:00</updated><title type='text'>Firestarter, Clam and ROOT Oh My!</title><content type='html'>I haven't post much today because I had to read a lot.  I installed &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;FIRESTARTER&lt;/span&gt;, a firewall, and &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;CLAM&lt;/span&gt;, and antivirus.  I read about theses apps before I installed them causing the delay in my posts.  I figured this would happen as I went forward.  The things I want to do now are getting harder and require research.  I have medium experience when it comes to firewall so I wanted to make sure FIRESTARTER was something I could use.  If you get a firewall wrong you loose your internet, network and more.  The firewall installation went easy enough but CALM told me it was out of date and needed to update its definitions.  I said sure, and it &lt;span style="color: rgb(255, 0, 0);"&gt;STOPPED&lt;/span&gt;.  It told me I would have to log on as &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;ROOT&lt;/span&gt; to continue.  Hmm....  I'm new to Linux but more than one person told me not to use ROOT as my daily log on but hey, this was an install on VIRUS softwar,  I can see where it would want ROOT access.&lt;br /&gt;&lt;br /&gt;Now one would assume to get ROOT you log out and then log in with ROOT (root) as your user name.  I did that, Ubuntu asked for my password.  I never set one up for ROOT during install.  I tried mine. NOPE.  I tried (blank) NOPE.  I tried ROOT. Nope.  Well that bites. What now?  read. read read.  I did a Google search and found some articles about how to log on as root.&lt;br /&gt;&lt;br /&gt;It's not hard but while reading the HOW TO article I saw something that bothered me, a lot.  The author of the article did a nice job of explaining this task (&lt;a href="http://ubuntuforums.org/archive/index.php/t-31053.html"&gt;HOW TO ACTIVATE ROOT IN UBUNTU&lt;/a&gt; ) but the response from the "LINUX Experts" was very shocking.  They flamed the author for giving out this info.  The "Experts" acted like the author should hide this knowledge from &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;NEWBIEs&lt;/span&gt; because they "might" use it as their daily log on.  They screamed the praises of &lt;span style="font-weight: bold;"&gt;SUDO&lt;/span&gt; (command line function more later) but none told how to use it.  Many Newbies  don't like or are scared to use the Command Line. The Experts who responded to this post basically told &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;NEWBIEs, &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;use &lt;span style="font-weight: bold;"&gt;SUDO&lt;/span&gt; (&lt;span style="font-style: italic;"&gt;and figure it out on your own&lt;/span&gt;) or don't use Ubuntu Linux, we don't want you.  One even said "Newbies need to learn to figure things out for themselves".  I thought LINUX was an &lt;span style="font-weight: bold;"&gt;OPEN SOURCE COMMUNITY&lt;/span&gt;. Was I wrong?  Should the Experts hide the knowledge from newbies, else we use it wrongly? Or worst yet FORCE users to do it their way or not at all?  Even though some of us are NEW to LINUX (Ubuntu)most are very EXPERIENCED COMPUTER USERs just looking for something different.  We know better then to use ADMINISTRATOR or ROOT as a daily log on account. &lt;br /&gt;&lt;br /&gt;Here's something that &lt;span style="font-weight: bold;"&gt;EVERYONE&lt;/span&gt; that uses &lt;span style="font-weight: bold;"&gt;ANY LINUX DISTRO&lt;/span&gt; should remember and never, never, never forget,  &lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-size:130%;" &gt;SOMEONE GAVE YOU THIS WHOLE O.S. FOR FREE TO DO WHAT EVERY YOU WANT WITH IT SO GIVE BACK! &lt;/span&gt; If a newbie asks you how to do something tell them, give them the warnings and let them have at it.  If they break their computer or it gets hack and used for evil so be it, it's theirs to break and learn. &lt;br /&gt;&lt;br /&gt;I know "but their hacked computer can be used for DOS ATTACKS, Child Porn FTPs, (insert computer evil here) and that affects more than just them".  Well I have &lt;span style="font-weight: bold;"&gt;NEWS &lt;/span&gt;for you, if every Linux machine in the world was hacked tomorrow, their sum would still be very small when compared to the number of MS Windows Systems OWNED right now.&lt;br /&gt;&lt;br /&gt;Rant over, resuming normal operations.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-7928540018109526403?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/7928540018109526403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=7928540018109526403' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7928540018109526403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/7928540018109526403'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/firestarter-clam-and-root-oh-my.html' title='Firestarter, Clam and ROOT Oh My!'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-6346131929081459756</id><published>2006-11-12T23:07:00.000-05:00</published><updated>2006-11-12T23:41:42.698-05:00</updated><title type='text'>The Road Map for the next 18 Days</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/7760/4513/1600/map.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/7760/4513/400/map.jpg" alt="" border="0" /&gt;&lt;/a&gt;This was created using &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;VYM View Your Mind.&lt;/span&gt;  I have gotten a lot done so far and really like Ubuntu on this desktop machine.  The laptop is a different story.  It looks cool. runs ok. but has some troubles.  I need my VPN client so that I can do work stuff from home.  Wireless is a Most have.  This is a show stopper.  But if you notice you'll see more working items then not.  Next week is Hardware week.  Printers and Scanners oh! my!  I still see that I have lots of items that I need to explore so I will get it gear and start tomorrow.&lt;br /&gt;&lt;br /&gt;This Week will be an important test week and will decide the fate of this machine.  The person who is going to keep this machine when these tests are over wants an account put on here for her.  So I will.  She has agreed to try this Linux.  She has two demands, One her Cannon i9900 Wide format printer must work without error.  Second her Cannon USB scanner must work.  She requires the ability to print photos from 2X3 up to 14X19.  She has to have a photo organizer that is easy to use, and features rich. She wants to do some CD Riping, encoding to MP3s.  DVD Ripping to iPod format. light Open Office Work, and some  page layout.  Internet and Email .&lt;br /&gt;&lt;br /&gt;I see no reason that this can't happen.  I will buy her a room 300-500mb external drive for storage and leave the two 80bgs in it for local stuff.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-6346131929081459756?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/6346131929081459756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=6346131929081459756' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6346131929081459756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/6346131929081459756'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/road-map-for-next-18-days.html' title='The Road Map for the next 18 Days'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-5504674911852191144</id><published>2006-11-12T22:30:00.000-05:00</published><updated>2006-11-12T23:02:45.296-05:00</updated><title type='text'>RIp and Burn CD</title><content type='html'>I wanted to end today on a high note.  I wanted to RIP a couple of CDs.  I wanted them in MP3 format at 192 bits rate.  I wanted the MP3s be named &lt;span style="font-weight: bold;"&gt;ARTIST-ALBUM-TITLE-TRACK&lt;/span&gt;.  I put a good CD in and &lt;span style="font-weight: bold;"&gt;CD JUICER&lt;/span&gt; popped up offering to RIP the CD for me but it did not offer to do it in MP3 format.  I had my choice of &lt;span style="font-weight: bold;"&gt;OGG WAV FLAC&lt;/span&gt; and a few others.  No MP3.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/7760/4513/1600/GRIPCUT.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger2/7760/4513/200/GRIPCUT.jpg" alt="" border="0" /&gt;&lt;/a&gt;Well I went to the add and remove applications and added two programs&lt;span style="color: rgb(255, 0, 0);"&gt; GRIP&lt;/span&gt; and RIPPER X.  Both look like they would work but Ripper X would not connect to FREEDB.ORG (track naming site) so I went with &lt;span style="color: rgb(255, 0, 0);"&gt;GRIP&lt;/span&gt;.  I made a few changes (and there are a lot of options)  Well I found the &lt;span style="color: rgb(51, 51, 255);"&gt;LAME encoder&lt;/span&gt; set it to be default then went to the &lt;span style="color: rgb(204, 51, 204);"&gt;ENCODING Tab&lt;/span&gt; and set it up to be 192 bit, Rip to Wav, Convert to MP3 , then Erase WAV.  GRIP is not a MS Windows program and you have to have a little command line knowledge and not be afraid to play a little.  This is more like I was expected from Linux.  You get a nice mix of both command line and windows making it very customizable.&lt;br /&gt;&lt;br /&gt;I recommend &lt;span style="color: rgb(255, 0, 0);"&gt;GRIP&lt;/span&gt; for your Ripping pleasures.  After ripping and moving the new MP3s to my IPod I decided to see if I could convert the MP3s back to an audio CD.  (I know I'll loose quality but this is just testing).  I ran &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Serpentine Audio CD Creator&lt;/span&gt; who offered to help as soon as I put a black CD in.  It created the CD just fine and I tested the newly created disc on a boom box left over from the 80's.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-5504674911852191144?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/5504674911852191144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=5504674911852191144' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5504674911852191144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/5504674911852191144'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/rip-and-burn-cd.html' title='RIp and Burn CD'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-3329267934506652399</id><published>2006-11-12T20:23:00.000-05:00</published><updated>2006-11-12T20:42:31.253-05:00</updated><title type='text'>VPN</title><content type='html'>I tried to find a Linux Client of my &lt;span style="color: rgb(255, 0, 0);"&gt;VPN&lt;/span&gt; software, its to connect to a Watchguard firewall box.  I had no luck.  This surprises me, the &lt;span style="color: rgb(255, 0, 0);"&gt;Watchguard Box&lt;/span&gt; itself runs on Linux.  The &lt;a href="http://www.watchguard.com/"&gt;Watchguard Site&lt;/a&gt; is not that friendly either.  This will require more reading. &lt;br /&gt;&lt;br /&gt;I have moved back to my desktop Ubuntu Box because of the lack of wireless on the laptop right now.  I also noticed a bad stutter when new windows open on the laptop, any window or dialog box does it.  What happens is the mouse locks up for about a second and a half anytime a new windows or dialog box opens.  There is also a quarter of a second delay when you click on a button (back/forward/ect) in Firefox. It reminds me of work on a REMOTE Desktop.  It's not horrible but it is noticeable.  If I get the wireless working I'll start using the laptop again. &lt;br /&gt;&lt;br /&gt;Its been a bad Linux Day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-3329267934506652399?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/3329267934506652399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=3329267934506652399' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3329267934506652399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/3329267934506652399'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/vpn.html' title='VPN'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116336676753557491</id><published>2006-11-12T15:41:00.000-05:00</published><updated>2006-11-12T16:35:46.131-05:00</updated><title type='text'>Dell Inspirion 8100 Laptop</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Laptopphoto.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/Laptopphoto.jpg" alt="" border="0" /&gt;&lt;/a&gt;While I'm complaining (and to just get it all out) the Dell Inspirion 8100 was made in about 2000? so it's six years old. It has nice features, but the screen is a 15 inch and has its resoultion set to 1400 X 1050.  Text appears very small on it.  Most people would think this is nice, but it won't rescale, it just makes the screen smaller with a black border (like letterbox on a standard TV).&lt;br /&gt;&lt;br /&gt;There are only 2 USB ports (USB 1.1), but it does have a CD Burner, both touch pad and joystick mouse, Built-in 56K modem, 100mb Network Wired, Firewire, and a floppy drive. (not to mention the legacy Serial/Parallel ports.  The complaint isn't with the features but with their locations.  CD Rom left side, Floppy Drive front beside removable battery, USB back, external keyboard beside CD rom, Firewire and external auido jacks below PCMCIA Slot. and the worst is the NETWORK Jack. It's on the front, right.  As you see in the photo's, if you use this and are right handed and use a mouse, they just get tangled or worst you pull on/bang into the network cable.&lt;br /&gt;&lt;br /&gt;OK, I feel better now and besides, I only have my time into fixing this laptop (and not even my time) so it is basically free.  &lt;span style="font-style: italic;"&gt;BTW if you have a laptop that the screen is DARK or looks like it doesn't work at all, it's probable just a $35 bulb or $50 inverter but you better have very good soldering skills.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116336676753557491?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116336676753557491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116336676753557491' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116336676753557491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116336676753557491'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/dell-inspirion-8100-laptop.html' title='Dell Inspirion 8100 Laptop'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116336352759981297</id><published>2006-11-12T14:48:00.000-05:00</published><updated>2006-11-12T16:35:46.052-05:00</updated><title type='text'>Wireless Networking Ubantu 6.1</title><content type='html'>Ubuntu 6.1 does it even support wireless networking?  Yea I know it says it does, but mine doesn't.  I've tried two different PC Cards, &lt;span style="color: rgb(255, 0, 0);"&gt;D-Link AirPlus DWL650+&lt;/span&gt; and a &lt;span style="color: rgb(255, 0, 0);"&gt;Motorola WN825G&lt;/span&gt;. I am trying to get them to talk to a &lt;span style="color: rgb(255, 0, 0);"&gt;Linksys WRT54G Router&lt;/span&gt; with WEP enabled. I can't get either of them to work.  I have read about the Motorola Card and know it has a Broadcom chip set which I see several people are having trouble with.  I have seen a couple of solutions but they are so cryptic a solution I can't figure out how to use them.&lt;br /&gt;&lt;br /&gt;I'm very disappointed with Ubuntu 6.1 Linux with wireless support.  In theses days of wireless everywhere, especially on a laptop, this support is &lt;span style="color: rgb(0, 0, 153);font-size:130%;" &gt;&lt;span style="font-weight: bold;"&gt;MANDATORY &lt;/span&gt;&lt;/span&gt;and should be very easy to use.  There should be not "edit this file", "remove the built-in drive", or worse yet "go back to last years version".  I know that Driver Supoort is very hard without vender help but you should &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;CLEARLY STATE THAT YOUR HARDWARE WILL NOT WORK&lt;/span&gt; during the install process and tell me exactly what I can get to make it work or provide a clear, BUILT-IN to the INSTALL PROCESS, a list of compatible hardware that I can buy.  Even APPLE Computers do wireless right.  I know they make their own hardware but it works every time and so does MS Windows.&lt;br /&gt;&lt;br /&gt;The other thing I don't understand is why can't there by an &lt;span style="font-weight: bold;"&gt;ADD/REMOVE Hardware&lt;/span&gt; option like the &lt;span style="font-weight: bold;"&gt;ADD/REMOVE Applications&lt;/span&gt;?  Just let me pick my hardware from a list and click on it to install.  If my hardware isn't on the list then I can research it to get it to work or just buy one of the Hardware items from the list of known working ones.&lt;br /&gt;&lt;br /&gt;If I was &lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;GUARANTEED&lt;/span&gt; that a certain wireless card would work, without editing anything, just plug it in, run a single install app and configure it with my SSID and WEP, I'd go buy one. &lt;br /&gt;&lt;br /&gt;BTW both these cards work fine in MS Windows.  Just plug them in, run a single install file,  reboot, and configure with your SSID and WEP Key.&lt;br /&gt;&lt;br /&gt;LINUX and Wireless Installation &lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-size:130%;" &gt;0&lt;/span&gt; out of &lt;span style="font-weight: bold; color: rgb(255, 0, 0);font-size:130%;" &gt;10,&lt;/span&gt; it's did not work for me.  Once I get it going maybe I change that number.  Without good wireless support Linux is like a new 50 inch plasma tv that is stuck in black and white mode.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116336352759981297?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116336352759981297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116336352759981297' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116336352759981297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116336352759981297'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/wireless-networking-ubantu-61.html' title='Wireless Networking Ubantu 6.1'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116331767646040074</id><published>2006-11-12T02:09:00.000-05:00</published><updated>2006-11-12T16:35:45.970-05:00</updated><title type='text'>A Ubuntu Laptop Too.</title><content type='html'>I am lucky enough to have a lot of hardware laying around.  (I work on computers for people who don't have lots of money and they usually "pay" by giving me their old or broken equipment or not)  I've taken some of that stuff and put together a Dell Inspiron 8100 Laptop.  It's a &lt;span style="color: rgb(255, 0, 0);"&gt;PIII 1.2 ghz&lt;/span&gt;, has &lt;span style="color: rgb(255, 0, 0);"&gt;512mbs&lt;/span&gt; of ram, a &lt;span style="color: rgb(255, 0, 0);"&gt;40gb&lt;/span&gt; hard drive, built-in 100mb network, a built-in modem, and a CD Burner.  (I had to rebuild the screen, new bulb and inverter) It had MS Windows XP Home on it and it was just sitting there so I said what the hey, and put Ubuntu Linux 6.1 on it.&lt;br /&gt;&lt;br /&gt;I was missing the portability of my laptop so this should cure that, plus I can take this to work and see if it will play on an ACTIVE DIRECTORY DOMAIN.&lt;br /&gt;&lt;br /&gt;I started this install at about 6pm and I just now finished.  Why?  A bad CD.  I have had the worst luck with my Linux media.  If you've read all this blog you'll remember that I had to download the ISO twice because of a few bytes missing.  I used the same CD I installed my Desktop Linux Box with, but it would lockup at 59% every time on the laptop. I took the CD out a few times and looked at it and it seemed ok but after the third attempt, I burnt a new CD and it worked.&lt;br /&gt;&lt;br /&gt;I thought it might have been a Linux/Laptop thing (hence the three repeats) because it would hit 59% and run the CD for about 10 minutes staying at 59% then start the hard drive and run it until you powered it off manually. I thought it could have been the hard drive too but I ran a hard drive utility from a boot cd and it said the hard drive was fine.&lt;br /&gt;&lt;br /&gt;Why tell you all this?  Because when you are experimenting with a new OS don't rule out the little things.  Who would have thought you downloaded a bad ISO?  then just 10 days later have the presumed working install CD (had worked twice before)  have a tiny scratch that kept it from working.  So before you blame the OS or just assume that Linux can't do it, check your cables, check you CDs, and make sure its plugged into the wall power outlet.&lt;br /&gt;&lt;br /&gt;Tomorrow I plan on testing wireless from the laptop and Linux to Linux networking.  Anyone know if a &lt;span style="color: rgb(255, 0, 0);"&gt;Motorola WN825G PC Card&lt;/span&gt; works with Ubuntu? We'll find out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116331767646040074?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116331767646040074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116331767646040074' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116331767646040074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116331767646040074'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/ubuntu-laptop-too.html' title='A Ubuntu Laptop Too.'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116320735055570917</id><published>2006-11-10T20:07:00.000-05:00</published><updated>2006-11-12T16:35:45.884-05:00</updated><title type='text'>Memory Card Reader/USB Hub</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/UBS%20Hub.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/UBS%20Hub.jpg" alt="" border="0" /&gt;&lt;/a&gt;I just purchased a nice little item that works well with this Linux Box.  It's a &lt;a href="http://www.digipowersolutions.com/store/product_info.php/cPath/251/products_id/615"&gt;DIGIPOWER Combo Card Reade/Writer &amp; USB 2.0 Hub&lt;/a&gt;.  It's says its a 32 in 1 memory card reader and has 3 USB 2.0 ports too.  It was $25-$30 at the local Circuit City.  I bought it because I needed a card reader.  I hate wasting the battery power on my digital cameras by plugging them into the USB port and downloading from them.&lt;br /&gt;&lt;br /&gt;I just plugged the Digipower into a USB port and it started working.  I plugged one of my thumb drives into one of Digipower's USB ports and it worked just fine.  I tested it with a couple of SD Cards and they work too.  Sony Memory Stick good too. &lt;br /&gt;&lt;br /&gt;You'll notice in the photo that it has a big white circle in its center.  That circle is what Digipower calls a "&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;M&lt;/span&gt;&lt;span style="color: rgb(255, 102, 102); font-weight: bold;"&gt;o&lt;/span&gt;&lt;span style="color: rgb(255, 204, 204); font-weight: bold;"&gt;o&lt;/span&gt;&lt;span style="color: rgb(51, 204, 255); font-weight: bold;"&gt;d&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 102, 255); font-weight: bold;"&gt;L&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;i&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;g&lt;/span&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;h&lt;/span&gt;&lt;span style="color: rgb(51, 255, 51); font-weight: bold;"&gt;t&lt;/span&gt;".  As it sits it cycles slowly and smoothly through all the Reds, Blues and Greens.  This looks cool at first but could become annoying after awhile.   All in all it's works, it it's small and it reads and writes everything I need (it will even let you copy from you SD Card straight to your USB Thumb Drive).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;On a Linux Note:  remember how I said when I plugged my digital camera into my USB port I was confronted with a window that offered to Copy my Photos from my camera to my hard drive but was not given an option to access the card directly.  Well with this reader I still get the transfer window but if I cancel it, it's mounted as a removable hard drive and you can browse it, read from it, or write to it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116320735055570917?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116320735055570917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116320735055570917' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116320735055570917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116320735055570917'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/memory-card-readerusb-hub.html' title='Memory Card Reader/USB Hub'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116313687203772755</id><published>2006-11-10T00:01:00.000-05:00</published><updated>2006-11-12T16:35:45.805-05:00</updated><title type='text'>I'M MAD AT ME!!!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/WindowsClone.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/WindowsClone.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;WILL YOU LOOK AT THAT!!!  I'M MAD AT ME! &lt;/span&gt; and yes I am yelling.  Here I sit happily just "tweaking" my new Linux Box into how I think a Desktop should look and feel and I just recreated the damn MS Windows XP Desktop. (&lt;span style="font-style: italic;"&gt;and yes the background was changed for effect just now&lt;/span&gt; "we did do the nose a bit" &lt;span style="font-style: italic;"&gt;Monty Python&lt;/span&gt;).  I don't really believe that this is the "right way" but I have been conditioned over the years by MS to think this way!  This has to stop right now!  I need to quit trying to get this Linux Box to look,  act, and feel like MS Windows, it's not.  If I want windows I can just plug the stupid XP hard drive back in and have the real thing.&lt;br /&gt;&lt;br /&gt;The straw that broke the camels back was when I went looking for a way to replace the Ubuntu Main Menu Button with a Green START ICON.  &lt;span style="font-weight: bold;"&gt;That's just wrong!&lt;/span&gt; To get the most out of this experiment I have to stop thinking like a spoon fed MS Windows Users and start embracing the Linux that is on this box.  The first place I'm going to start is with this Desktop, I'm taking the dress off this pig because she ain't no lady. Back to the Linux Look.  Tomorrow is Command Line day!&lt;br /&gt;&lt;br /&gt;(&lt;span style="font-style: italic;"&gt;I think I just had an intervention with myself, scary&lt;/span&gt;).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116313687203772755?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116313687203772755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116313687203772755' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116313687203772755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116313687203772755'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/im-mad-at-me.html' title='I&apos;M MAD AT ME!!!'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116313250611813025</id><published>2006-11-09T23:04:00.000-05:00</published><updated>2006-11-12T16:35:45.726-05:00</updated><title type='text'>View Your Mind VYM Software</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/ViewYourMind.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/ViewYourMind.jpg" alt="" border="0" /&gt;&lt;/a&gt;I had some time to play with some of the software I've put on this Linux Box and I found one surprise, VYM (View Your Mind).  Graphical Thought Organizer is the best term I can come up with for it.  The software starts you off with a block in the center of the screen that you type a subject or goal into.  You then right click on the block and create child objects for it and then right click on those and create child objects for them and before you know it you have a graphical outline of your SUBJECT.  You can add picture, text notes, hyperlink and thought icons to your diagram.  The best way to explain it to you is to just show you a picture of the one I did.  I used this Blog's object as my starting subject and went from there.  This was about 45 minutes of work to create.  You can EXPORT charts as JPegs too.&lt;br /&gt;&lt;br /&gt;I figured that I would just REMOVE this program for my Linux Box but I think I will keep it now.  Try it before you say no.&lt;br /&gt;&lt;br /&gt;It does have somethings I don't care for, like positioning sub-child lists and the way it colors things is weird but it might just be my 1.5 hours of experience on the program.&lt;br /&gt;&lt;br /&gt;That was a quick chart so the spelling is probably bad.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116313250611813025?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116313250611813025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116313250611813025' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116313250611813025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116313250611813025'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/view-your-mind-vym-software.html' title='View Your Mind VYM Software'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116312283782878878</id><published>2006-11-09T19:22:00.000-05:00</published><updated>2006-11-12T16:35:45.645-05:00</updated><title type='text'>Networking 1 Accessing MS Windows Shares</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Networking1.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/Networking1.jpg" alt="" border="0" /&gt;&lt;/a&gt;I figured, what the heck let's just try the "click and pray" with accessing my MS Windows Network at home.  My network has three desktop computers (one XP Pro, two Win 2000), One laptop (XP Pro), there's also a Xbox and a Tivo.  I'm running this network in the peer to peer mode and we will call the workgroup &lt;span style="color: rgb(204, 51, 204); font-weight: bold;"&gt;KNIGHTMARE&lt;/span&gt;.  Now each machine on this network has a single share we'll refer to them as &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt;\&lt;span style="color: rgb(0, 153, 0);"&gt;SHARE01&lt;/span&gt;, &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE02&lt;/span&gt;\&lt;span style="color: rgb(0, 153, 0);"&gt;SHAR&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;E02&lt;/span&gt;, &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE03&lt;/span&gt;\&lt;span style="color: rgb(0, 153, 0);"&gt;SHARE03&lt;/span&gt;.  The laptop does not share anything.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Network2.0.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/Network2.0.jpg" alt="" border="0" /&gt;&lt;/a&gt;Ok, now I clicked on &lt;span style="font-weight: bold;"&gt;PLACES&lt;/span&gt; then &lt;span style="font-weight: bold;"&gt;NETWORK SERVERS&lt;/span&gt;, that pops up a window that had an Icon in it that said &lt;span style="font-weight: bold;"&gt;WINDOWS NETWORK&lt;/span&gt;.  I double click that Icon and another window appears listing all the workgroups/domains that Linux found.  Guess what?  There is an Icon labeled &lt;span style="color: rgb(153, 51, 153); font-weight: bold;"&gt;KNIGHTMARE.&lt;/span&gt;  Cool.  I double click on the &lt;span style="color: rgb(153, 51, 153); font-weight: bold;"&gt;KNIGHTMARE&lt;/span&gt; Icon and I see my computers, &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01, MACHINE02,&lt;/span&gt; and&lt;span style="color: rgb(51, 51, 255);"&gt; MACHINE 03&lt;/span&gt;.  I then double click on &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt; and I see a list of its share, &lt;span style="color: rgb(0, 153, 0);"&gt;SHARE01&lt;/span&gt;. I tested this on all three machines and it worked.  I go back to &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt; and double click it.  I then double click on &lt;span style="color: rgb(0, 153, 0);"&gt;SHARE01&lt;/span&gt; and I get a pop up window asking for my &lt;span style="font-weight: bold;"&gt;USER NAME, DOMAIN/WORKGROUP, &lt;/span&gt;and&lt;span style="font-weight: bold;"&gt; PASSWORD.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Since I'm running a peer to peer network, I figure that this wants my &lt;span style="font-weight: bold;"&gt;USER NAME&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;PASSWORD&lt;/span&gt; for &lt;span style="color: rgb(0, 153, 0);"&gt;SHARE01&lt;/span&gt; on &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt;.  I know that when I set this share up on &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt; I only gave the &lt;span style="color: rgb(51, 51, 255);"&gt;ADMINISTRATOR&lt;/span&gt; account access to it.  So I use &lt;span style="color: rgb(51, 51, 255);"&gt;ADMINISTRATOR&lt;/span&gt; for the &lt;span style="font-weight: bold;"&gt;USER NAME&lt;/span&gt; and the administrator password for &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt; for the &lt;span style="font-weight: bold;"&gt;PASSWORD&lt;/span&gt;.  All of this was exactly right.  Now the third box was asking for DOMAIN/WORKGROUP, well I figured that this would be &lt;span style="color: rgb(153, 51, 153); font-weight: bold;"&gt;KNIGHTMARE&lt;/span&gt; (my workgroup name) &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;WRONG.&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I know from my MS Windows work that if the workgroup or domain doen't work here try the Machine name.  So I put in &lt;span style="color: rgb(51, 51, 255);"&gt;MACHINE01&lt;/span&gt; for this block. &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;WRONG&lt;/span&gt;.  Ok I decided one more try before I start reading.  I left this block filled in with its default, &lt;span style="font-weight: bold;"&gt;WORKGROUP&lt;/span&gt;.  Magic! it worked.  But why?&lt;br /&gt;&lt;br /&gt;I have not read why yet but I figure if the machine I want to access was part of a DOMAIN it would have said DOMAIN instead of WORKGROUP?  Or is this just a Linux thing?  If you know, feel free to post.  Later I will be setting up a share on this Linux Box and ... uh...hmm... if I'm not supposed to use MS Windows at home how do I check my MS Windows to this Linux Box access...  (I just heard evil laughter coming from my MS WINDOWS Laptop).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116312283782878878?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116312283782878878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116312283782878878' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116312283782878878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116312283782878878'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/networking-1-accessing-ms-windows.html' title='Networking 1 Accessing MS Windows Shares'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116311673281424746</id><published>2006-11-09T18:54:00.000-05:00</published><updated>2006-11-12T16:35:45.541-05:00</updated><title type='text'>Gnome Commander</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Screenshot.1.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/Screenshot.png" alt="" border="0" /&gt;&lt;/a&gt;This post should have been on November 8, 2006, but Blogspot would not play nice.&lt;br /&gt;&lt;br /&gt;I installed &lt;span style="color: rgb(255, 0, 0);"&gt;GNOME COMMANDER&lt;/span&gt; and like it more than FILE BROWSER that was initially installed.  It has a very nice two panel layout showing you two different directories at the same time.  This makes moving files easy. In addition it displays more information on the screen at one time.&lt;br /&gt;&lt;br /&gt;I installed another program called &lt;span style="color: rgb(255, 0, 0);"&gt;VYM View Your Mind&lt;/span&gt;.  It looks like and says it is a brainstorming, graphical idea organization program.  I don't know if I'll have much use for it but I thought I'd try to organize my list of things I want to test on this Ubuntu Linux Box.  If it works out I'll post a screen shot or two.&lt;br /&gt;&lt;br /&gt;The third thing I did was download a &lt;span style="color: rgb(255, 0, 0);"&gt;DEBIAN REFERENCE MANUAL&lt;/span&gt;.  I plan on working on some networking this weekend and want to have some reference handy.  I've spent most of my Linux Box time today reading and doing real work with the box (made a few spreed sheets, and a couple of Word Docs with OpenOffice).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116311673281424746?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116311673281424746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116311673281424746' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116311673281424746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116311673281424746'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/gnome-commander.html' title='Gnome Commander'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116303529687425308</id><published>2006-11-08T20:20:00.000-05:00</published><updated>2006-11-12T16:35:45.459-05:00</updated><title type='text'>Cell Phone Sync Part 2</title><content type='html'>In part one of Cell Phone Sync, I got my data from my Sanyo 7300 Cell Phone and into three CSV files with &lt;span style="color: rgb(255, 0, 0);"&gt;BitPIM&lt;/span&gt;.  Well it turns out that CSV is not the best format to use when going from &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;BitPIM&lt;/span&gt; to &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Evolutions Email&lt;/span&gt;.  The &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;vCard&lt;/span&gt;  &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;Export Option&lt;/span&gt; seems to be the best.  I still had a lot of tweaking to do but it was just mouse clicks.  I had about 85 contacts in my Cell Phone, each having 3 or 4 phone numbers and an email address.  For some reason Evolutions read my &lt;span style="font-weight: bold;"&gt;HOME NUMBER &lt;/span&gt;category as &lt;span style="font-weight: bold;"&gt;PRIMARY NUMBER&lt;/span&gt;.  This would have been fine except Evolutions refused to display &lt;span style="font-weight: bold;"&gt;PRIMARY NUMBER&lt;/span&gt; in the &lt;span style="font-weight: bold;"&gt;List View&lt;/span&gt;.  I had to open every contact and change Primary Number to &lt;span style="font-weight: bold;"&gt;HOME NUMBER&lt;/span&gt;.  I also had to change the way some names were displayed but that could have been me when I added them to the Cell Phone originally. It took about 20 minutes to clean them up but that was faster and more accurate than retyping the 300 + items.&lt;br /&gt;&lt;br /&gt;There was a &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;vCalendar Export Option &lt;/span&gt;in BitPIM too and I assume it would work better too. &lt;span style="font-style: italic;"&gt;(I did not sync my calendars&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;Oh, the way you, get your contacts into Evolutions from your saved BitPIM files into Evolutions is by going to Evolutions menu option &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;FILE&lt;/span&gt;, then &lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;IMPORT&lt;/span&gt;, then pick &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;FROM A SINGLE FILE&lt;/span&gt; in the pop up window, then browse to your &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;BitPIM files&lt;/span&gt; and select them.  The rest of the wizard auto-detected everything and I just clicked "Forward" until it was done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116303529687425308?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116303529687425308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116303529687425308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116303529687425308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116303529687425308'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/cell-phone-sync-part-2.html' title='Cell Phone Sync Part 2'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116302663321852649</id><published>2006-11-08T17:40:00.000-05:00</published><updated>2006-11-12T16:35:45.369-05:00</updated><title type='text'>Memory Upgrade</title><content type='html'>I traded my &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;PC2700&lt;/span&gt; for a &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;PC2100&lt;/span&gt; and it worked.  I opened the box, put in the memory and turned the Linux Box back on.  Ubuntu booted as normal with the added memory.  I went to the Internet, read a little, and found the Command Line command FREE.  I opened TERMINAL and ran FREE it now show 512mbs.  That's better.  I'd like to have taken it all the way to 1 GB but this machine will ultimately end up living with someone else :-(&lt;br /&gt;&lt;br /&gt;Time to do upgrade?  5 minutes, opening and closing the Box took 4.5 of those :--)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;After this experiment I will be building a Linux Box to keep and it will have a Gig of ram.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116302663321852649?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116302663321852649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116302663321852649' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116302663321852649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116302663321852649'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/memory-upgrade.html' title='Memory Upgrade'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116295735873015643</id><published>2006-11-07T21:35:00.000-05:00</published><updated>2006-11-12T16:35:45.285-05:00</updated><title type='text'>One Week of Linux (Status Report 1)</title><content type='html'>This is my &lt;span style="font-weight: bold;"&gt;seventh day&lt;/span&gt; of &lt;span style="font-weight: bold;"&gt;Ubuntu 6.1 Linux&lt;/span&gt; and I like it so far.  I have sworn off MS Windows (at home) for 30 days and I plan on sticking to it.  After one week of using Linux I have not missed my MS Windows Laptop too much.  I have been able to get Linux to do everything I've wanted it to so far with one exception, VPN.  If I want to access my work I have to VPN in to get to anything.  Well our VPN machine is Linux based but I haven't found the time to research the&lt;span style="font-weight: bold;"&gt; VPN Client&lt;/span&gt; I need.  But I feel I should be able to get the VPN to work on this Linux Box because the VPN server is Linux Based.  I also think this will be hard.  The other thing I miss is the Laptop mobility itself.  This is not Linux's fault, the Box I had was a Desktop Dell that I rebuilt for someone.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What Have I done so far:&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;I've installed Ubuntu 6.1&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got Ubuntu working with my internet&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Customized my Desktop&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Installed several application that did things I needed to do.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Installed a second Package Installer&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got Ubuntu (easily) working with six different removable hard drives and thumb drives&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got my Cannon S2 1S camera working &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Updated my Video Drivers&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got DVDs playing&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got my PodCasts downloading automaticly&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got internet radio stations working&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Burned Music CDs&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Burned Data CDs&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Got my Sanyo Cell phone to Sync with Evolutions&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Used thumb drive to transfer work files (MS Office Docs) to this Linux box and edit them with OpenOffice.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Created and maintained this Blog&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Things I plan on doing:&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Networking with my MS Network (shares)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;VPN into Work&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Remote Desktop&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Memory Upgrade&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Use some HTML editors with lite java&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Install and use WINE&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;VMWare what is it and what can it do&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Add a Firewire PCI Cadr&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Add a Linksys Wireless Network Card&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Edit Video shot with a Samsung Camcorder&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Rip Cd audio&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Rip DVD&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Sync a Dell Axim Pocket PC 2003&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Install a Scanner (cannon)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Install a printer (HP laserjet 1200 USB)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Access a remote printer on a MS Windows Box&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Share a local Printer with a MS Windows Box&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Add a second Hard Drive&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Explore some network tools (packet readers, port scanners, ect.)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Learn the command line&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Learn the file Linux structure (where does what live on the had drive)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Learn some disk editing tool (sector editor in windows)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Install and use MYSQL&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Install and use Appache&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Things have been going kind of fast. I've spent 3 to 5 hours a day working with this Linux Box.   So Far I have been using my "Click and Pray" method and it has went well but as you can see from the to do list above  you  can't just CLICK  some of those things and have them  magically work (especially the &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;LEARN things)&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;After one week of use I give &lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;Ubuntu 6.1 Linux an 8.5 of 10&lt;/span&gt;&lt;/span&gt;.  If I stopped right now I could do 85% of what I usually do with a computer.  The VPN, Web Site Programing and Graphics Editing will move that number up to 95%.  I am a die hard Photoshop user and have been for years so switching to GIMP is a challenge.  If I can install WINE and get Photoshop working that would rock.  This is all based on the options of someone who has only been using LINUX for 7 days (21 to 35 hours total on keyboard time)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116295735873015643?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116295735873015643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116295735873015643' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116295735873015643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116295735873015643'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/one-week-of-linux-status-report-1.html' title='One Week of Linux (Status Report 1)'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116295230397473128</id><published>2006-11-07T19:59:00.000-05:00</published><updated>2006-11-12T16:35:45.201-05:00</updated><title type='text'>Sync Your Cell Phone</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/BitPIMPhonebook.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/BitPIMPhonebook.png" alt="" border="0" /&gt;&lt;/a&gt;I thought I'd try something a little harder on my Linux Box.  I wanted to &lt;span style="color: rgb(255, 153, 102);"&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;SYNC&lt;/span&gt; &lt;/span&gt;my cell phone data with &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Evolution Email&lt;/span&gt;.  I have a &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;Sanyo SCP 7300 cell phone&lt;/span&gt;.&lt;/span&gt;  Well I did a little reading and found a freeware MS Windows program &lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;BitPIM&lt;/span&gt; that said it would work with my Sanyo 7300.  Well I checked and Ubuntu Linux Installer has that application too.  It lives under Accessories once you  install it with &lt;span style="font-weight: bold;"&gt;Ubuntu Add/Remove Application &lt;/span&gt;option.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/BITPIMsetup.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/BITPIMsetup.jpg" alt="" border="0" /&gt;&lt;/a&gt;Once BitPIM was installed I just plugged my Sanyo in with my USB cable and started BitPIM.  I then CLICKED on the SETUP TOOL (see Screen Shot) and the phone wizard autodetected my Sanyo 7300.  I then clicked on the &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;GET PHONE DATA&lt;/span&gt; button (See  Screen Shot, its the icon of a phone with a green arrow point right in the upper left of the screen shot)  This will bring up a PHONE DATA GET SCREEN.  You just CHECK the items you want to GET (PhoneBook, Calendar, Wallpaper, Ringtones, Memos, ToDo, SMS Call History, Play List).  Once you have pick the items to GET and CLICKED the NEXT button, the &lt;span style="color: rgb(255, 0, 0);"&gt;BUSY &lt;/span&gt;light comes on (turns red) (an Icon at the bottom of the screen left side) and a STATUS BAR appears beside the Busy Button telling you whats going on.  After a few seconds a window will pop up asking you how to import the read data, you can over write what's on your computer with the new phone data, merge the new phone data with the computer data, or cancel.  Since this is the first time, I over wrote the computer data with the phone data.  (both the PhoneBook and Calendar ask this question).  Now you are done (mostly).  You have your phone data in your computer, you can now edit your phone book, import data from many different email clients including &lt;span style="color: rgb(51, 51, 255);"&gt;Evolutions&lt;/span&gt;, you can edit you backgrounds, save your photos to your hard drive, add/edit ringtones, and clear your phone logs (incoming, out going, missed calls).  Lots of stuff you can do and you use your full size keyboard.&lt;br /&gt;&lt;br /&gt;Now once you made your changes,  you will have to put your data back on your phone.  All you do is CLCIK on the &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;SEND PHONE DATA&lt;/span&gt; icon (upper left of window with a Green arrow pointing left)  This will bring up a window asking how you want to send the data to the phone.  You can &lt;span style="color: rgb(255, 0, 0);"&gt;MERGE&lt;/span&gt; it with what is already there (causing double entries) or &lt;span style="color: rgb(255, 0, 0);"&gt;OVERWRITE&lt;/span&gt; it. &lt;span style="font-weight: bold;"&gt;The scary part of this is once it has moved all your data to your phone it resets your phone!  So be prepared for it.  It does no harm but did scare me.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To backup your phone data you will have to &lt;span style="color: rgb(0, 153, 0);"&gt;EXPORT&lt;/span&gt; it from BitPIM before you send it to your phone.  You can &lt;span style="color: rgb(0, 153, 0);"&gt;EXPORT&lt;/span&gt; it to different file types and each section has to be exported separately (phonebook, calendar, to do , ect, each get their own file).  I used CSV format becuase of its universal acceptance.  To get to &lt;span style="color: rgb(0, 153, 0);"&gt;EXPORT&lt;/span&gt; and &lt;span style="color: rgb(0, 153, 0);"&gt;IMPORT&lt;/span&gt; you go to FILE on the BitPIM Menu.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(102, 0, 204);"&gt;(NOTE:  your function will depend on your cell phone model.  My Sanyo SCP 7300 gave me errors when I tried to READ Memos, ToDo, SMS and Play Lists, My phone does not support these.  If you get errors when READING your cell phone try turning off (unchecking) items you are going to rad in until it works)&lt;/span&gt;&lt;span style="color: rgb(102, 0, 204);"&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116295230397473128?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116295230397473128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116295230397473128' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116295230397473128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116295230397473128'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/sync-your-cell-phone.html' title='Sync Your Cell Phone'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116287855659390883</id><published>2006-11-07T00:46:00.000-05:00</published><updated>2006-11-12T16:35:45.111-05:00</updated><title type='text'>Screen Captures</title><content type='html'>Pressing the PRINT SCREEN key on the keyboard captures a screen shot as you work.  This is close to the way MS Windows works except on Ubuntu Linux it asks where you want to save the shot and what you want to name it.  Nice.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116287855659390883?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116287855659390883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116287855659390883' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116287855659390883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116287855659390883'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/screen-captures.html' title='Screen Captures'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116287582903838458</id><published>2006-11-06T23:43:00.000-05:00</published><updated>2006-11-12T16:35:45.029-05:00</updated><title type='text'>RYTHMBOX and Internet Radio</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Rythmbox.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/Rythmbox.png" alt="" border="0" /&gt;&lt;/a&gt;I like &lt;span style="color: rgb(255, 102, 102);"&gt;RYTHMBOX&lt;/span&gt;.  It says it will work with my iPod but I don't want to chance it.  I have been playing with the &lt;span style="color: rgb(0, 153, 0);"&gt;INTERNET RADIO STATION&lt;/span&gt; function.  It only comes with 4 station so I added some.&lt;br /&gt;&lt;br /&gt;Here's how.  Start &lt;span style="color: rgb(255, 102, 102);"&gt;&lt;span style="font-weight: bold;"&gt;RYTHMBOX&lt;/span&gt;.&lt;/span&gt; Look at the &lt;span style="color: rgb(0, 153, 0);"&gt;MENU &lt;/span&gt;on the left. &lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="font-weight: bold;"&gt;CLICK&lt;/span&gt; &lt;/span&gt;on &lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;INTERNET RADIO&lt;/span&gt; option.  Look at the &lt;span style="color: rgb(153, 51, 153);"&gt;ICONS&lt;/span&gt; on the top you will see one labeled &lt;span style="color: rgb(102, 0, 204); font-weight: bold;"&gt;NEW INTERNET RADIO STATION&lt;/span&gt;.  Click it.  Once again you have to know the url to the &lt;span style="font-weight: bold;"&gt;PLAY LIST&lt;/span&gt; you want to access.  These will be a &lt;span style="font-weight: bold;"&gt;URL&lt;/span&gt; that ends in &lt;span style="font-weight: bold;"&gt;.PLS&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Where to find .&lt;span style="font-weight: bold;"&gt;PLS&lt;/span&gt;?  Easy, &lt;a href="http://www.shoutcast.com"&gt;WWW.SHOUTCAST.COM&lt;/a&gt; . Browse there with Firefox and &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;RIGHT CLICK&lt;/span&gt; on a one of the &lt;span style="color: rgb(255, 0, 0); font-style: italic; font-weight: bold;"&gt;TUNE IN&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt; &lt;/span&gt;links on ShoutCast.  This will bring up a menu chose the &lt;span style="color: rgb(0, 153, 0);"&gt;COPY LINK LOCATION&lt;/span&gt;.  Then go back to &lt;span style="color: rgb(255, 102, 102);"&gt;RYTHMBOX&lt;/span&gt; and &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;PASTE&lt;/span&gt; your copied link into the &lt;span style="color: rgb(102, 0, 204); font-weight: bold;"&gt;NEW INTERNET RADIO STATION &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;pop up window&lt;/span&gt;.  Save it and that's it.  You can right click on your new radio station and rename it and give it a category if you want.&lt;br /&gt;&lt;br /&gt;I think you can also copy link that are directly to MP3s and MS Windows Media Files.&lt;br /&gt;&lt;br /&gt;(Sorry went crazy with the colors)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116287582903838458?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116287582903838458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116287582903838458' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116287582903838458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116287582903838458'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/rythmbox-and-internet-radio.html' title='RYTHMBOX and Internet Radio'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116287133747059318</id><published>2006-11-06T22:08:00.000-05:00</published><updated>2006-11-12T16:35:44.942-05:00</updated><title type='text'>More on NetCast (PodCast)</title><content type='html'>I started playing with some of the &lt;span style="color: rgb(255, 102, 102);"&gt;SOUND &amp; VIDEO&lt;/span&gt; applications.  I noticed that one, &lt;span style="color: rgb(255, 102, 102);"&gt;RYTHEMBOX MUSIC PLAYER&lt;/span&gt;, had a Podcast section.  Well after a little playing I have it downloading, on a daily basis, all four of my favorite PodCasts (NetCasts).  I had to figure out the &lt;span style="color: rgb(255, 102, 102);"&gt;FEED URL&lt;/span&gt; but it was not that hard.  Here is how I did it.&lt;br /&gt;&lt;br /&gt;Start &lt;span style="color: rgb(255, 102, 102);"&gt;RYTHEMBOX&lt;/span&gt;.  Complete the short setup process and tell it what folder your music (MP3s WAV OGG ect) is kept in.  Once &lt;span style="color: rgb(255, 102, 102);"&gt;RYTHEMBOX&lt;/span&gt; starts, look on the left and you will see a menu.  One option is &lt;span style="color: rgb(0, 153, 0);"&gt;PODCAST&lt;/span&gt;.  Click on Podcast then look at the &lt;span style="color: rgb(0, 153, 0);"&gt;ICONS&lt;/span&gt; on the top of the screen and you will see one labeled &lt;span style="color: rgb(102, 0, 204);"&gt;NEW PODCAST FEED&lt;/span&gt;.  Click on it and a window will pop up asking for the &lt;span style="font-weight: bold;"&gt;URL&lt;/span&gt; to the &lt;span style="font-weight: bold;"&gt;FEED&lt;/span&gt; you want (this is where I got confused)  This is the URL of your favorite Feed.  It will be a web page address that ends in a .XML.&lt;br /&gt;&lt;br /&gt;Finding the FEED URL was the trick.  I listen to a lot of Leo LaPorte's NetCast (PodCast) so I went to the TWIT homepage &lt;a href="http://www.twit.tv/"&gt;TWIT.TV&lt;/a&gt;.  Once there I clicked on the NetCast I wanted and that took me to a page with a link labeled &lt;span style="color: rgb(102, 0, 204);"&gt;SUBSCRIBE&lt;/span&gt;. There was a menu box below it that gave me a bunch of choice including iTunes and others.  One of the choices was &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;RSS&lt;/span&gt;.  When I clicked on this and it took me to a web page that looked like a list of shows with a description about each one.  Well, I noticed that the page I was now looking at had a &lt;span style="font-weight: bold;"&gt;.XML&lt;/span&gt; url.  So I copied this &lt;span style="font-weight: bold;"&gt;URL&lt;/span&gt; from Firefox and pasted it into the &lt;span style="color: rgb(0, 153, 0);"&gt;NEW FEED URL&lt;/span&gt; window in &lt;span style="color: rgb(255, 102, 102);"&gt;RYTHEMBOX&lt;/span&gt;.  Within a few seconds I saw a list of that show (NetCasts) and the newest one was downloading automatically.&lt;br /&gt;&lt;br /&gt;If you want the older show just RIGHT CLICK on the one you want and select download.&lt;br /&gt;&lt;br /&gt;Here are the URLs of the NetCasts (PodCasts) that I like:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(to get) &lt;/span&gt;&lt;a href="http://www.twit.tv/"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;Security Now!&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(paste this in NEW FEED LINK)&lt;/span&gt;&lt;br /&gt;http://leoville.tv/podcasts/sn.xml&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(to get)&lt;/span&gt;&lt;a href="http://www.twit.tv/"&gt;&lt;span style="color: rgb(51, 51, 153);"&gt; This Week In Tech TWIT&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(paste this in NEW FEED LINK&lt;/span&gt;&lt;span style="font-size:85%;"&gt;)&lt;/span&gt;&lt;br /&gt;http://leoville.tv/podcasts/twit.xml&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(to get)&lt;/span&gt; &lt;a href="http://www.twit.tv/"&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;FLOSS&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(paste this in NEW FEED LINK)&lt;/span&gt;&lt;br /&gt;http://leoville.tv/podcasts/floss.xml&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(to get)&lt;/span&gt; &lt;a href="http://leo.am"&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;Leo's KFI AM Radio Show&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(paste this in NEW FEED LINK) &lt;/span&gt;&lt;br /&gt;http://leoville.tv/podcasts/kfi.xml&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(to get)&lt;/span&gt;&lt;a href="http://dl.tv"&gt;&lt;span style="color: rgb(51, 51, 153);"&gt; DL TV wit Patrick Norton&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(paste this in NEW FEED LINK)&lt;/span&gt; http://rssnewsapps.ziffdavis.com/audioblogs/DLTV.xvid.xml&lt;br /&gt;&lt;br /&gt;A lot of these were found by "Subscribing" to the podcast which took me to the .xml page. I chose RSS as the type of subscription.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116287133747059318?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116287133747059318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116287133747059318' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116287133747059318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116287133747059318'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/more-on-netcast-podcast.html' title='More on NetCast (PodCast)'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116286199482167208</id><published>2006-11-06T20:04:00.000-05:00</published><updated>2006-11-12T16:35:44.862-05:00</updated><title type='text'>More on Desktop Icons</title><content type='html'>When you &lt;span style="color: rgb(255, 102, 102);"&gt;RIGHT CLICK&lt;/span&gt; on a Desktop Icon you get a menu that looks a lot like MS Windows right click menu with one exception, there is a &lt;span style="color: rgb(0, 153, 0);"&gt;STRETCH ICON&lt;/span&gt; option.  If you select this option it puts four "&lt;span style="font-style: italic;"&gt;handles&lt;/span&gt;" around your Icon.  You just &lt;span style="color: rgb(255, 102, 102);"&gt;CLICK&lt;/span&gt; and &lt;span style="color: rgb(255, 102, 102);"&gt;DRAG&lt;/span&gt; on one of these &lt;span style="font-style: italic;"&gt;handles&lt;/span&gt; and you can drag your Icon to any size.  Pretty cool.  I've always wanted this feature in MS Windows.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116286199482167208?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116286199482167208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116286199482167208' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116286199482167208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116286199482167208'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/more-on-desktop-icons.html' title='More on Desktop Icons'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116286051274322116</id><published>2006-11-06T19:09:00.000-05:00</published><updated>2006-11-12T16:35:44.782-05:00</updated><title type='text'>Icons on the Desktop</title><content type='html'>I figured out how to put &lt;span style="color: rgb(255, 102, 102);"&gt;ICONS&lt;/span&gt; on the &lt;span style="color: rgb(255, 102, 102);"&gt;DESKTOP&lt;/span&gt;.  You go to the Applications menu, find the program you want, &lt;span style="color: rgb(51, 51, 255);"&gt;RIGHT CLICK&lt;/span&gt; on it and select "&lt;span style="color: rgb(0, 153, 0);"&gt;Add This Launcher to Desktop&lt;/span&gt;" from the menu that appears.  That is all there is to it.  The other options that appear are "&lt;span style="color: rgb(0, 153, 0);"&gt;Add This Launcher to Panel&lt;/span&gt;", "&lt;span style="color: rgb(0, 153, 0);"&gt;Add this as Drawer to Panel&lt;/span&gt;" and "&lt;span style="color: rgb(0, 153, 0);"&gt;Add This Menu to Panel&lt;/span&gt;". I haven't played with the other options but they seem straight forward.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116286051274322116?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116286051274322116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116286051274322116' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116286051274322116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116286051274322116'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/icons-on-desktop.html' title='Icons on the Desktop'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116277571597601353</id><published>2006-11-05T20:03:00.000-05:00</published><updated>2006-11-12T16:35:44.700-05:00</updated><title type='text'>DVDs Now Play</title><content type='html'>I tried some older DVDs, Starwars, Star Trek, and others.  They all worked.  The one I had trouble with was &lt;span style="color: rgb(255, 0, 0);"&gt;MONSTER HOUSE&lt;/span&gt; made by Sony I think.  No where on the packaging does it say it won't play in a computer DVD Player.  On one peice of paper included in the DVD box it says "&lt;span style="color: rgb(51, 102, 255);"&gt;Warning! This disc is copy protected&lt;/span&gt;"  That's it nothing else.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;DRM&lt;/span&gt; Sucks&lt;br /&gt;Sony &lt;span style="color: rgb(255, 0, 0);"&gt;SUCKS&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I will be returning this DVD.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116277571597601353?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116277571597601353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116277571597601353' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116277571597601353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116277571597601353'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/dvds-now-play.html' title='DVDs Now Play'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116277406193253388</id><published>2006-11-05T19:42:00.000-05:00</published><updated>2006-11-12T16:35:44.615-05:00</updated><title type='text'>MP3 Solutions</title><content type='html'>I have a solution to my MP3 problem.  I will download the NetCasts (PodCasts) as MP3s then burn them to CDs. This will let me take them with me and still keep this test on the up and up. I will assume that I could get the iPod working with Linux but choose not to.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116277406193253388?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116277406193253388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116277406193253388' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116277406193253388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116277406193253388'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/mp3-solutions.html' title='MP3 Solutions'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116277363018420374</id><published>2006-11-05T19:38:00.000-05:00</published><updated>2006-11-12T16:35:44.522-05:00</updated><title type='text'>MP3s and Me</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/NewestShot.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/NewestShot.png" alt="" border="0" /&gt;&lt;/a&gt;I changed the look a little.  Yea, I know big deal you can change the background but hey this is a text heavy blog and every little graphic helps.  I need to find a program or a way to capture menus and applications as they run.&lt;br /&gt;&lt;br /&gt;I've been surfing the web today and moving media onto the Linux Box so that I have data to test apps with.&lt;br /&gt;&lt;br /&gt;On that note, let's talk about MP3s.  I copied some from one of my USB removable storage devices to the hard drive then burned them to a CD.   All went very well.  I opened the CD in a &lt;span style="color: rgb(255, 102, 102);"&gt;FILE BROWSER&lt;/span&gt; window and was just looking at them when I moused over one and it began to &lt;span style="color: rgb(51, 51, 255);"&gt;PLAY!!!&lt;/span&gt;  When I moved the mouse off the MP3s Icon it stopped.  That was cool.  I like it.  By the way MP3s play without problems on any of the media players I have installed.&lt;br /&gt;&lt;br /&gt;This brings me to a problem.  I saw software where I could install my iPod on a Linux Box and probably even Itunes but I think I would have to activate this machine on my iPod account.  That would be my fifth.  All though I will probably have a Linux box in my house after this 30 day test, it will not be this Box.  This Box will get it's MS Windows hard drive back and be given to someone who insists on MS Windows being on it.&lt;br /&gt;&lt;br /&gt;Now there are about four PodCasts (NetCasts see Leo I really listen) I listen to weekly.  They are &lt;a href="http://www.twit.tv/"&gt;TWIT&lt;/a&gt;, &lt;a href="http://www.twit.tv/"&gt;Security Now,&lt;/a&gt; &lt;a href="http://leo.am"&gt;Leo LaPorte's KFI radio show&lt;/a&gt; and &lt;a href="http://www.dl.tv/"&gt;DL TV&lt;/a&gt;.  All are technology related and produced by former Tech TV personalities.  Any way I could just download the MP3 versions and listen to them on the Linux Box but I like listening to them in the car and while at work from my iPod. I don't want to cheat and use my MS Laptop to update my iPod but i don't want to activate this Linux Box either... What to do? What to do?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116277363018420374?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116277363018420374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116277363018420374' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116277363018420374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116277363018420374'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/mp3s-and-me.html' title='MP3s and Me'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116271133863045554</id><published>2006-11-05T02:10:00.000-05:00</published><updated>2006-11-12T16:35:44.439-05:00</updated><title type='text'>Video Driver Update</title><content type='html'>I updated my nVidia Graphic Card driver.  I use the &lt;span style="color: rgb(255, 102, 102);"&gt;AUTOMATIX&lt;/span&gt; Package Installer to download and install the new drivers.  What a difference in the GL applications.  Some games us GL and were very slow, now they fly.  I also installed &lt;span style="color: rgb(0, 153, 0);"&gt;Google Earth&lt;/span&gt;, another GL program (It is a fancy map program with photo overlays).  It went from unusable to very nice.&lt;br /&gt;&lt;br /&gt;In addition I installed  &lt;span style="color: rgb(0, 153, 0);"&gt;GNOMEBAKER,&lt;/span&gt;  which is a CD/DVD burning program.  It looks more like what  I'm looking for in my CD/DVD Burning Software.&lt;br /&gt;&lt;br /&gt;Lesson learned, update your drivers.  I've been very timid so far when it comes to hardware driver changes or additions.  I do not know what to do if I get it wrong and it crashes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116271133863045554?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116271133863045554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116271133863045554' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116271133863045554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116271133863045554'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/video-driver-update.html' title='Video Driver Update'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116270762551885390</id><published>2006-11-05T01:00:00.000-05:00</published><updated>2006-11-12T16:35:44.361-05:00</updated><title type='text'>CD Burning</title><content type='html'>I burnt my first CD on Linux.  I put a blank CD in my burner and a window popped up and told me that I just put a Blank CD-R in a CD Burner and want to know if I wanted to:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;MAKE AUDIO CD&lt;/span&gt;, &lt;span style="color: rgb(0, 153, 0);"&gt;MAKE DATA CD,&lt;/span&gt; or &lt;span style="color: rgb(102, 51, 255);"&gt;CANCEL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I chose to make a data CD. (I want to backup my photos I transfered earlier and a friend sent me some Linux How to PDFs I want to print/read and keep)&lt;br /&gt;&lt;br /&gt;After making my choice I was present with a window (&lt;span style="color: rgb(255, 102, 102);"&gt;File Browser&lt;/span&gt;) that had a &lt;span style="color: rgb(255, 102, 102);"&gt;WRITE CD button&lt;/span&gt; in its upper right corner.  I opened &lt;span style="color: rgb(0, 153, 0);"&gt;PLACES/HOME FOLDER&lt;/span&gt; and copied and pasted the files I wanted on the CD to the newly opened File Browser Window.  Once I had all my files in this new window, I &lt;span style="color: rgb(255, 102, 102);"&gt;CLICKED&lt;/span&gt; on the &lt;span style="color: rgb(255, 102, 102);"&gt;WRITE CD&lt;/span&gt; button and it started.  (it gave a status bar window counting up to finish).&lt;br /&gt;&lt;br /&gt;I did not like the automated process with the built in burning.  I saw some other burning programs and think I'll download a few.  I use NERO 6.X on MS Windows and want something similar.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116270762551885390?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116270762551885390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116270762551885390' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270762551885390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270762551885390'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/cd-burning.html' title='CD Burning'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116270261567341291</id><published>2006-11-04T23:31:00.000-05:00</published><updated>2006-11-12T16:35:44.281-05:00</updated><title type='text'>Video Codec's Part 2</title><content type='html'>Yesterday I was disappointed in the way my new Linux box was playing videos.  I installed all the Codec Packs I could find and was still having trouble playing my Samsung video files and DVDs.  I went to the Internet with Firefox and tried to play videos from the web in the browser and had trouble too.  I tracked down the Samsung problem to a Codec and found that there just wasn't a Codec for Linux for it. &lt;span style="font-style: italic; font-weight: bold;"&gt;(I did find one for MS WIndows&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;The DVD would not play at work either in one machine but would in another.  The only common factor I saw was both my Linux Box and Work MS Windows Box have DVD burners in them...hmm...The MS Windows 2000 machine that it did play in did not have a Burner in it.  I will chalk this up to &lt;span style="color: rgb(255, 0, 0);"&gt;DRM.&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;Firefox not playing videos from the Internet is troubling.  I will work on it tonight and we will see.&lt;br /&gt;&lt;br /&gt;On one of my removable hard drives I had some standard MOV, AVI, DIVX, and MPEG files so I tested them.  They worked just fine.  Good, that means I did not trash my Codecs on this Linux Box.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Video 4 of 10&lt;/span&gt; &lt;span style="color: rgb(255, 102, 102);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;(Had to get Codecs just to start, had to install a second Package Installer to get most Codecs, Windows has my needed Codec but Linux doesn't?&lt;/span&gt; Oh I could recompile my Linux  Mplayer to get it to work, but why?  Shouldn't it just be done already if its a know issue?  &lt;span style="color: rgb(0, 0, 0);"&gt;This is the NEWBIE in me complaining about free things)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;NOTE:  Keep in mind this is my 4th day as a Linux user and I am looking at this OS from an easy of use point of view.  I don't want to have to research that much at first.  I will later in the month but not in the first week&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116270261567341291?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116270261567341291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116270261567341291' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270261567341291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270261567341291'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/video-codecs-part-2.html' title='Video Codec&apos;s Part 2'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116270042932543451</id><published>2006-11-04T23:16:00.000-05:00</published><updated>2006-11-12T16:35:44.194-05:00</updated><title type='text'>Proof! One of the Photos</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/2006-07-02%201626-18%201IMG372.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/320/2006-07-02%201626-18%201IMG372.jpg" alt="" border="0" /&gt;&lt;/a&gt;Just to prove the Camera import worked.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116270042932543451?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116270042932543451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116270042932543451' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270042932543451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270042932543451'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/proof-one-of-photos.html' title='Proof! One of the Photos'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116270017054442286</id><published>2006-11-04T23:00:00.000-05:00</published><updated>2006-11-12T16:35:44.101-05:00</updated><title type='text'>CANNON S2 1S USB</title><content type='html'>I took some pictures with my &lt;span style="color: rgb(255, 102, 102);"&gt;Cannon S2 1S Digital Camera&lt;/span&gt; and thought I'd test it.  I got out the USB Cable for it and plug it in.  A window popped up and said that a DIGITAL CAMERA was plugged in and then asked me if I wanted to IMPORT photos from it.  YES or CANCEL.  I said YES and was then present with a window with thumbnails of the photos on my camera.  I picked some by &lt;span style="color: rgb(255, 102, 102);"&gt;CTRL CLICKING&lt;/span&gt; and said ok.  It then asked where I wanted them.  I said &lt;span style="color: rgb(153, 153, 255);"&gt;HOME&lt;/span&gt; directory (it is a folder with your logon name and can be accessed with the &lt;span style="color: rgb(153, 153, 255);"&gt;PANEL&lt;/span&gt; menu option &lt;span style="color: rgb(255, 102, 102);"&gt;PLACES&lt;/span&gt;).  It was fast and it copied the photos to a fold in my &lt;span style="color: rgb(153, 153, 255);"&gt;HOME&lt;/span&gt; directory creating a sub directory of the &lt;span style="color: rgb(153, 153, 255);"&gt;DATE&lt;/span&gt; and &lt;span style="color: rgb(153, 153, 255);"&gt;TIME&lt;/span&gt; you copied the photos.&lt;br /&gt;&lt;br /&gt;It went just fine.  Only problem was I could not find the camera after the pictures were transfered.  I looked in the FILE BROWSER (MS Windows puts an icon for you camera or a drive link here) but it was not there.  I thought I'd be able to browse it like a removable Hard Drive but could not find it.  I'll have to play with this a little bit.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;8 out of 10&lt;/span&gt; (It saw the camera and let me copy my pictures to the Linux Box)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116270017054442286?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116270017054442286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116270017054442286' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270017054442286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116270017054442286'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/cannon-s2-1s-usb.html' title='CANNON S2 1S USB'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116269895733332618</id><published>2006-11-04T22:30:00.000-05:00</published><updated>2006-11-12T16:35:44.023-05:00</updated><title type='text'>USB Storage Devices Results</title><content type='html'>I've done my USB tests on the storage devices.  The results were surprisingly good.  All the three Thumb Drives worked without fail and all three of the External Hard Drives worked just fine.  I was able to read and write to/from  all of them.  The only thing I noticed was a forth Thumb Drive had very slow read access.  It was a SIMPLE TECHNOLOGY 256mb.  Now to be fair it was the oldest one I had so it could have been a USB 1.1 model.  The way I test these devices was to CUT 20 photos from the Thumb Drives and paste them into my HOME directory then CUT them and put them back on the Thumb Drive.  On the External Hard Drives I moved a 100mb file back and forth.  All tests went well.&lt;br /&gt;&lt;br /&gt;I learned that when you connect a USB storage device it creates an icon on your &lt;span style="color: rgb(255, 102, 102);"&gt;DESKTOP&lt;/span&gt;.  You just &lt;span style="color: rgb(255, 102, 102);"&gt;DOUBLE CLICK&lt;/span&gt; on it and it opens in a &lt;span style="color: rgb(255, 102, 102);"&gt;FILE BROWSER&lt;/span&gt; window.  It was very similar to USB Storage operation on a MS Windows Machine.  Now when you are done and want to remove the USB Storage Device you &lt;span style="color: rgb(255, 102, 102);"&gt;RIGHT CLICK&lt;/span&gt; on its Icon on your &lt;span style="color: rgb(255, 102, 102);"&gt;DESKTOP&lt;/span&gt; and select &lt;span style="color: rgb(255, 102, 102);"&gt;EJECT&lt;/span&gt;.  The system then writes anything that was cached and disappears from your DESKTOP.  You then just unplug whatever USB Storage Device you were using.  This is kinda like MS Windows 2000 did.  If you remove the USB Storage Device before Ejecting it you get a warning about potential data loss.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;I give Ubuntu 6.1 Linux a 9.5 out of 10 on USB Storage Devices&lt;/span&gt;. (&lt;span style="font-style: italic;"&gt;Would have been 10 of 10 but I don't like having to Eject the USB Storage Device before removing it.&lt;/span&gt;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116269895733332618?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116269895733332618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116269895733332618' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116269895733332618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116269895733332618'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/usb-storage-devices-results.html' title='USB Storage Devices Results'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116261684133357089</id><published>2006-11-03T23:52:00.000-05:00</published><updated>2006-11-12T16:35:43.942-05:00</updated><title type='text'>Eye Candy</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Screenshot-1.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/320/Screenshot-1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I downloaded a few backgrounds just to change the look a little and I accidentally RIGHT CLICKED on the menu bar and found out that they are really called  PANELS and there is one at the top and bottom and you can ADD to them.  You can also move things around.  You just RIGHT CLICK on the PANEL (bar at top or bottom) and a menu will appear.  You then pick the ADD option and a window pops up with some choice of things to add.  There are about 30-35 things you can add.  They range from weather to system monitors to file searches.  Once you add something you just right click on that object to configure its preferences or move it around.  I'll experment with a few and report on any I like.&lt;br /&gt;&lt;br /&gt;Weather is now on my top PANEL beside the date and time (upper right).  It's 25 degrees out and clear.  :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116261684133357089?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116261684133357089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116261684133357089' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116261684133357089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116261684133357089'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/eye-candy.html' title='Eye Candy'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116261590039413075</id><published>2006-11-03T23:39:00.000-05:00</published><updated>2006-11-12T16:35:43.869-05:00</updated><title type='text'>Codec Troubles</title><content type='html'>I have a Samsung Camcorder that will record to a DV tape or to a sony memory stick.  When you record to the memory stick it save the files as AVIs.  Well they are in a priority Samsung codec of SMP4.  I could not locate a Linux codec for it. Now I could record to the DV tape but then I would have to put a firewire card in this box and get it working with Linux.  Maybe later in the month.&lt;br /&gt;&lt;br /&gt;The good news is that I was able to track down the problem, research it, and document it here.  I did find a few articles that told me I could "recompile mplayer" to fool it into treating the SMP4 as a DIVX file which it is (SMP4 is a clone of MP4 or DIVX so the articles said).   But I'm not ready to "recompile" anything yet. &lt;br /&gt;&lt;br /&gt;So no DVD playback yet and no home movie editing with the Samsung videos.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116261590039413075?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116261590039413075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116261590039413075' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116261590039413075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116261590039413075'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/codec-troubles.html' title='Codec Troubles'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116261141795823561</id><published>2006-11-03T22:28:00.000-05:00</published><updated>2006-11-12T16:35:43.787-05:00</updated><title type='text'>DRM Sucks In Linux Too</title><content type='html'>I can't get a commercial DVD to play :-(  I'm not trying to copy it, I just want to see it play.  I put it in and it just spins and blinks the DVD roms light.  I know its commercial copy protection but this sucks, I want to use my DVD that I paid for in my computer to watch it.  The DVD is MONSTER HOUSE.  Tomorrow I will take the DVD to work and see if it plays there on a MS Windows machine.  I doubt it.  &lt;span style="color: rgb(255, 0, 0);"&gt;DRM SUCKS&lt;/span&gt;.  If it doesn't play on a MS Windows Machine I will return it!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I will try an older DVD to see if it will work on Linux.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116261141795823561?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116261141795823561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116261141795823561' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116261141795823561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116261141795823561'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/drm-sucks-in-linux-too.html' title='DRM Sucks In Linux Too'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116260801056757226</id><published>2006-11-03T21:17:00.000-05:00</published><updated>2006-11-12T16:35:43.698-05:00</updated><title type='text'>Another Program Installer</title><content type='html'>I followed my friend &lt;a href="http://mcwtlg.blogspot.com"&gt;El GEE's&lt;/a&gt; advice and installed &lt;a href="http://getautomatix.com"&gt;AUTOMATIX2&lt;/a&gt;.  It's a package installer and adds a few choices of applications that I was looking for.  The installation of Automatix2 was my first adventure into the command line (&lt;span style="color: rgb(255, 102, 102);"&gt;TERMINAL&lt;/span&gt;).  I read the install instruction that were posted on Automatix2's web page and just copied and pasted the commands.  A few of them I understood, like the opening a file with gedit and making a change and saving it. I think I understand the the Wget command (at lest some of it) but I will have to read about that one.  As each command was executed I several lines of commands scroll by.  Boy that makes me nervous.  I don't like not knowing but it did work and I have added the following applications:&lt;br /&gt;&lt;br /&gt;Scribus (Graphic Page Layout and Publication)&lt;br /&gt;Bluefish Editor (HTML editor)&lt;br /&gt;Screem (Web Site Editor/Manager)&lt;br /&gt;Anjuta IDE (Programing Tool)&lt;br /&gt;Audacity (Sound Editor)&lt;br /&gt;DVD Rip (Copies DVDs)&lt;br /&gt;Easytag (MP3 Tag Editor)&lt;br /&gt;Kino (DV Video Editor)&lt;br /&gt;XCD Roast (Create CDs)&lt;br /&gt;I also added adobe Flash support to Firefox.&lt;br /&gt;&lt;br /&gt;Now to start doing something with these programs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116260801056757226?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116260801056757226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116260801056757226' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116260801056757226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116260801056757226'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/another-program-installer.html' title='Another Program Installer'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116259480368753816</id><published>2006-11-03T17:52:00.000-05:00</published><updated>2006-11-12T16:35:43.610-05:00</updated><title type='text'>USB Functions</title><content type='html'>When I plugged in a LG 1gb thumb drive into a USB Port on this Linux Box it &lt;span style="font-weight: bold;"&gt;worked &lt;/span&gt;without any fuss.  Once plugged in the drives little blue light came on and a "computer-file browser" window popped up showing me the thumb drives contents.  Just to make sure it was working, I copied a photo from the thumb drive to the my "Home" directory.  I then copied a photo from my "Home" directory back to the thumb drive.  No Problem. When I just pulled the thumb drive from the USB port I got an "unsafe drive removal" message.  It gave instruction on how to safely remove the thumb drive but I clicked the screen causing the message to disappear before I read it.  (&lt;span style="font-style: italic; color: rgb(255, 102, 102);"&gt;Note:  This Linux Box is a Dell 4500.  It has one of the worst designed front panel USB ports I've ever seen.  It lives under a half circle gray door with the Dell logo on it. This door does not open very far and the ports are set at a very odd angle.&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;This weekend I am going to buy a SanDisk Multi-Memory card reader for a windows machine but I think I will try to get it to work on this Linux Box first.&lt;br /&gt;&lt;br /&gt;USB Tests to do:&lt;br /&gt;1. Memorex 256mb thumb drive&lt;br /&gt;2. LG 1gb thumb drive&lt;br /&gt;3. SanDisk 4gb thumb drive&lt;br /&gt;4. Western Digital 2.5 external Hard Drive 60gb&lt;br /&gt;5. Western Digital 3.5 External Hard Drive 120Gb&lt;br /&gt;6. Homemade 3.5 External Hard Drive 300gb&lt;br /&gt;7. Sandisk Multi-Memory Card Reader&lt;br /&gt;8. Cannon S2 1S Digital Camera&lt;br /&gt;9.  Cheap Cannon Digital Camera ($125)&lt;br /&gt;10. Kodak 3430 Digital Camera&lt;br /&gt;11. Creative Zen Extra 40gb MP3 Player&lt;br /&gt;12. Apple IPod Video 30gb (is there a Linux iTune?)&lt;br /&gt;13. HP 1100 and/or1200 LaserJet Printer&lt;br /&gt;14. Dell Axim pocket PC running Pocket PC 2003&lt;br /&gt;&lt;br /&gt;I will break this down into four categories, testing all the storage devices/readers, then the cameras, then MP3 players, and finally the printers/Handhelds.  The storage devices and cameras are most important to me so they will be done this weekend.  I will post my results as I get them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116259480368753816?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116259480368753816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116259480368753816' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116259480368753816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116259480368753816'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/usb-functions.html' title='USB Functions'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116258874285826857</id><published>2006-11-03T16:06:00.000-05:00</published><updated>2006-11-12T16:35:43.524-05:00</updated><title type='text'>A Clean Sreen Shot</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/Screenshot.0.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/400/Screenshot.png" alt="" border="0" /&gt;&lt;/a&gt;Before I start playing with the desktop and layout of Ubuntu Linux I thought I'd post a screen shot.  This is the default look you get when you first install Ubuntu.  I know it's a small photo but it should help you see what I was talking about when I describe where things are.&lt;br /&gt;&lt;br /&gt;By the way located in the  APPLICATIONS/ACCESSORIES/&lt;br /&gt;there is a program called TAKE SCREENSHOT that I used to make this.&lt;br /&gt;&lt;br /&gt;On a side note, since this is my first Blog too, notice that I have figured out how to post photos. I've also noticed that there are link short cuts and some formating options.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116258874285826857?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116258874285826857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116258874285826857' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116258874285826857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116258874285826857'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/clean-sreen-shot.html' title='A Clean Sreen Shot'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116258706473169566</id><published>2006-11-03T15:48:00.000-05:00</published><updated>2006-11-12T16:35:43.438-05:00</updated><title type='text'>Memory No Upgrade / Boot Times</title><content type='html'>Ever notice how PC2700 looks like PC2100?  I do now.  I guess I'll have to go buy some memory.  Oh well, I guess a gig will be better than 512mbs.&lt;br /&gt;&lt;br /&gt;Now lets talk Boot Times.  From the time I see GRUB until the Logon screen appears it takes &lt;span style="font-weight: bold;"&gt;29 seconds&lt;/span&gt;.  After I type my user name and password its &lt;span style="font-weight: bold;"&gt;13 seconds&lt;/span&gt; until I can start using the system.  Counting the BOIS posts and my typing times that's about one (1) minute from power on until I can use it.  This is not bad.  My MS Windows laptop takes about three minutes and my new work machines takes a minute and a half.&lt;br /&gt;&lt;br /&gt;Now this is a "clean install" and some MS Windows machines can achieve theses times when "clean".  I'll time it again later as I make changes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116258706473169566?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116258706473169566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116258706473169566' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116258706473169566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116258706473169566'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/memory-no-upgrade-boot-times.html' title='Memory No Upgrade / Boot Times'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116258244841384187</id><published>2006-11-03T13:54:00.000-05:00</published><updated>2006-11-12T16:35:43.345-05:00</updated><title type='text'>Method to the Madness</title><content type='html'>I've decided to use a two step process while learning and using Linux.  The first process will be to try to get Linux to do what I want it to with the "click and pray" method. (&lt;span style="font-style: italic;"&gt;click on things without much reading until something happens&lt;/span&gt;).  This will test how user friendly Linux is.  This is the method that I see most MS Windows users try. And like most new MS Windows users this method will probably get me into trouble but should work for 60-70 percent of what I want to do.  (&lt;span style="font-style: italic;"&gt;I've installed Ubuntu Linux, got Internet access, and made this Blog with this method&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;Now if this method does not work and I really need to do the task at hand, I will go to the 2nd method, RESEARCH. This will start with any local HELP menu options, followed up with Internet searches, and finally I'll ask others who have more Linux experience than me.  (&lt;span style="font-style: italic;"&gt;I will try to keep the "ask others" to a minimum&lt;/span&gt;).  When I use this 2nd method, I will try to document the source of any answers I find.&lt;br /&gt;&lt;br /&gt;Since I have set a 30 day limit on this test and want to get the most from this experience, I will only resort to the 2nd method if its something I really need or want to do. (&lt;span style="font-style: italic;"&gt;I have a feeling that networking with my MS Windows network and accessing NTFS shares will be one of these and adding a wireless PCI Network card&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;Over the weekend I plan on trying various Thumb Drives, removable hard drives, getting a SD card reader working (for photos), and maybe an MP3 Player.&lt;br /&gt;&lt;br /&gt;As for now, I am going to power this Linux Box down and try to add another 256mbs of memory.  I wonder how this will go.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116258244841384187?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116258244841384187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116258244841384187' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116258244841384187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116258244841384187'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/method-to-madness.html' title='Method to the Madness'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116254219478836307</id><published>2006-11-03T03:10:00.000-05:00</published><updated>2006-11-12T16:35:43.265-05:00</updated><title type='text'>Add Remove Application / Ratings After 24 Hours Use</title><content type='html'>Add/Remove Application&lt;br /&gt;&lt;br /&gt;Nov 2, 2006, 11:00pm, this post will bring me current (up until now I've just done a bunch of posts to cover everything I did to get this Linux Box running).  I have been using Text Editor and OpenOffice.org Word Processor to write these Blog posts and then copy and paste them into this Blog using Firefox as a web browser. (more on this in a minute)&lt;br /&gt;&lt;br /&gt;I noticed that there were a few applications that I needed to do some of the things I do.  I needed an HTML editor, a password manager, a PDF reader, a FTP client, and some time wasting games.  How do you add programs to a Linux Box?  Well I was told that Ubuntu had a nice "wizard" like add/remove application feature.  Well I found it.  It is the last item on the APPLICATIONS Button list (Upper left of desktop).  Lets try it. I clicked on it and it told me it was checking for INSTALLED and AVAILABLE APPLICATIONS.  After about 20 seconds or so it brought up a nice list of applications available for install.  They are even broken down into categories.  This looks nice.  There is a long list (too many to name) but where are they?  I don't have a CD in the drive.  After playing with it for a few minutes, I figured it out!  The list is generated from applications located on the Internet!  &lt;span style="color: rgb(51, 51, 255);"&gt;Now that is cool.&lt;/span&gt;  You just go through the list check the programs you want and then click the APPLY button at the bottom of the window.  Ubuntu then downloads the selected applications and installs them for you. At the start of the install process you are asked for the ROOT password ONCE and ONLY ONCE!!!  A progress bar appears and counts up until everything is done.  The things you selected now appear in your APPLICATIONS Menu!  So far I have added the following Applications:&lt;br /&gt;&lt;br /&gt;NVU HTML Editor&lt;br /&gt;GFTP&lt;br /&gt;Thunderbird Email&lt;br /&gt;Adobe Accorabat&lt;br /&gt;KeePassX&lt;br /&gt;&lt;br /&gt;I was never asked to reset or restart, the applications just appeared and worked.  This is a nice feature but what if there is an application that I want that is not on the list?  We will find out before the month is up.  For now I have what I need from this "wizard".&lt;br /&gt;&lt;br /&gt;Other things that I've done with little to no trouble.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Setup GFTP to get to my websites&lt;/li&gt;&lt;li&gt;Setup and imported my passwords to KeepassX (had MS WIndows version)&lt;/li&gt;&lt;li&gt;Imported my Favorites into FIreFox&lt;/li&gt;&lt;li&gt;Learned that PLACES (menu bar) then HOME DIRECTORY is kinda like MS Windows "My Documents" Folder&lt;/li&gt;&lt;li&gt;Learned that PLACES (menu bar) COMPUTER is like clicking on "My Computer" or "Windows Explorer" in MS Windows.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Two Bad things happened.  While setting up EVOLUTIONS EMAIL I had to get some information from the files I put on the Internet file server to complete the setup but while it was waiting for answers it would not let me get to the desktop to start Firefox.  I tried to CANCEL the setup but it wouldn't.  Then it locked up!!! Nothing worked and I had to HARD REBOOT.  The "Now I'm a Full Linux Box" was reset for the first time at 11:10pm on 11-2-2006. That gave it an "up time" of about 29 hours. I've had MS Windows boxes make it that long :-)&lt;br /&gt;&lt;br /&gt;The second bad thing was while Blogging all this I started off using OpenOffice.org's Word Processor so that I could spell check and I used it on my MS Windows Laptop and know it.  Well every time I would select a section of text that was more than one screen in size it would CRASH!!!  It would lose any unsaved data!!!  It did it four times before I gave up on it!!!  If you can't, tell it made me very mad, mad enough to download AbiWord. Just in case someone that knows Linux better than me reads this the only two programs I was running was OpenOfice.org Word Processor and Firefox and was just copying and pasting. I will add another 256mb of memory and see if that helps.&lt;br /&gt;&lt;br /&gt;Day two has passed.  So far I'm still on the fence.&lt;br /&gt; &lt;br /&gt;Some rating scores I give Ubuntu after one day use&lt;br /&gt;&lt;br /&gt;install and setup 8 of 10&lt;br /&gt;(because of the slow mirrors, and time change crash).&lt;br /&gt;&lt;br /&gt;The add/remove application "wizard" 9.5 of 10&lt;br /&gt;(I like the Internet list and no reset and only having to type the password once)&lt;br /&gt;&lt;br /&gt;Application reliability 5 of 10 &lt;br /&gt;(evolutions cause a hard reboot, OpenOffice lost data, Firefox is noticeably slower)&lt;br /&gt;&lt;br /&gt;Application usability 7.5 of 10&lt;br /&gt;(the applications have a good interface and menus have a logical layout)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116254219478836307?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116254219478836307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116254219478836307' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116254219478836307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116254219478836307'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/add-remove-application-ratings-after.html' title='Add Remove Application / Ratings After 24 Hours Use'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116253729218480607</id><published>2006-11-03T01:57:00.000-05:00</published><updated>2006-11-12T16:35:43.175-05:00</updated><title type='text'>Taking Inventory</title><content type='html'>Nov 1, 2006, 6:00pm, I found that I could right click on the desktop and get a MS Windows like screen setup for color changes and background images.  To get to other things like resolution, background image, themes, font, sounds and color settings Click on the SYSTEM button top left side of your desktop on the menu bar.  All of these items seem easy to use but you will probably have to add your own pictures, wavs, mp3, themes, to have any real choices.  (with everything that did come with this single CD install I did not expect to find much in themes and backgrounds).&lt;br /&gt;&lt;br /&gt;As to what you get, here is a list (You access the programs by clicking on the APPLICATIONS button on menu bar on the upper left corner of your desktop)&lt;br /&gt;&lt;br /&gt;ACCESSORIES&lt;br /&gt;  Archive Manager&lt;br /&gt;  Calculator&lt;br /&gt;  Character Mapper&lt;br /&gt;  Dictionary&lt;br /&gt;  Disk Usage Analyzer&lt;br /&gt;  Take Screenshot&lt;br /&gt;  Terminal&lt;br /&gt;  Text Editor&lt;br /&gt;GAMES&lt;br /&gt;  (there are about 12 basic games)&lt;br /&gt;GRAPHICS&lt;br /&gt;  F-Spot Photo Manager&lt;br /&gt;  Gimp Image Editor&lt;br /&gt;  Gthumb Image Viewer&lt;br /&gt;  Xsane Image Scanner&lt;br /&gt;INTERNET&lt;br /&gt;  Ekiga Softphone&lt;br /&gt;  Firefox 2&lt;br /&gt;  Gaim Instant Messenger&lt;br /&gt;  Terminal Server Client&lt;br /&gt;OFFICE&lt;br /&gt;  Evolutions (email)&lt;br /&gt;  Open Office II (word processor, spreadsheet, presentation, database)&lt;br /&gt;PROGRAMING&lt;br /&gt;  (none)&lt;br /&gt;SOUND&amp;amp;VIDEO&lt;br /&gt;  Movie Player&lt;br /&gt;  Rythembox Music Player&lt;br /&gt;  Serpentine Audio CD Creator&lt;br /&gt;  Sound Juicer CD Extractor&lt;br /&gt;  Sound Recorder&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Under the SYSTEM BUTTON on the menu bar (upper left) there are two important sub menus, they are PREFERENCES and ADMINISTRATION.  From what I can tell so far, ADMINISTRATION is like MS Windows Control Panel or "Manage Computer".  PREFERENCES is like right clicking on a MS Windows desktop but adds "mouse" and "sound" items.  Basically I'm thinking PREFERENCES controls how Ubuntu Linux looks and feels.  ADMINISTRATION looks to be more of a hardware manager, system monitor, network setup and user manager.&lt;br /&gt;&lt;br /&gt;Ok enough of what's here.  I'm off to start using this thing.  I'm going to go and create this Blog to document my struggle. (I haven't even thought about my MS Windows machine for at lest 20 seconds now)&lt;br /&gt;&lt;br /&gt;Next - Add/Removing Applications&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116253729218480607?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116253729218480607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116253729218480607' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116253729218480607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116253729218480607'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/taking-inventory.html' title='Taking Inventory'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116253398014901434</id><published>2006-11-03T00:59:00.000-05:00</published><updated>2006-11-12T16:35:43.098-05:00</updated><title type='text'>First Boot</title><content type='html'>Nov 1, 2006, 5:24pm, It's Alive!!!, I am presented with a USER NAME BOX.  I type in my user name I gave it earlier and it asks me for my password.  I give it and Ubuntu 6.1 Linux starts for the first on my new Look At Me I'm Running Linux Box.  Everything looks just like I described it earlier except there are no Icons on the desktop.  My USB Logitec Mouse is working and so is the PS2 Mouse.  The PS2 Keyboard is working and the screen resolution is set to 1280 by 1024 and looks to be in 32bit color (it must have found the NVidia driver).  The Sound Blaster Live is good too.  Hey its now telling me that there are UPDATES available for download.  Did it find the Realtek Network card and DCHP my Linksys router?  Lets see. I was told to CLICK ON NOTIFICATION BUTTON to get the updates but could not find it and had to hunt for it (it was an orange and white button upper right beside date).  I Clicked on the NOTIFICATION BUTTON and Bam! it's goes to the internet and downloads the updates.  It runs the updates and STOP! It wants an ADMINISTRATOR password (I know ROOT not admin).  The problem is I did not tell it nor did it ask for a ROOT password during the setup.  Now What?  Well I try the MS Windows default of "leave it blank".  Nope, that didn't work.  Hmm...Alright how about root or ROOT? REJECTED.. lets try my password.  It worked!  But wait a minute, does that mean I'm the ROOT? I thought that was a no no on Linux/Unix.  Well the updates ran and installed just fine now.  Lets see what's here.  First thing find a "device manager" and make sure all the hardware is working.  Where would that live?  SYSTEM/ADMINISTRATION/DEVICE MANAGER easy, got it on the first try.  Man what a list!  This will take some time to go through so screw it, lets see if the Internet is working.  I clicked on the FIREFOX Icon and, and, and, yes we have Internet. Firefox seems a little sluggish, this is a 2ghz machine, not state of the art but not bad either.&lt;br /&gt;&lt;br /&gt;It's now 5:30pm and this machine is up and running, the hardware seems to be working and I have Internet access.  I will now use my MS Windows machine for the last time this month.  I log onto my MS Windows Laptop and copy all my email contacts, needed files, favorites, and a few play files (mp3, AVIs, ect) to an Internet storage server and to a thumb drive and a removable USB Hard drive 300gb.  I then power the MS Windows Laptop down and remove his battery.  I give it one last look and put it in its carrying bag.  I have decided to live or die with Linux for the next 30 days.&lt;br /&gt;&lt;br /&gt;Next - Taking Inventory&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116253398014901434?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116253398014901434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116253398014901434' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116253398014901434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116253398014901434'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/first-boot.html' title='First Boot'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116253049012942174</id><published>2006-11-02T23:44:00.000-05:00</published><updated>2006-11-12T16:35:43.007-05:00</updated><title type='text'>Installation Take Two</title><content type='html'>Nov 1, 2006, 4:40pm,  the computer is rebooting and nothing was installed to the hard drive because it would not reboot without the CD in.  When rebooting I noticed that Ubuntu asked me to remove the CD but wouldn't boot from the hard drive but that is understandable considering that the install crashed (well powered off by me).&lt;br /&gt;&lt;br /&gt;Alright once again I get the menu and select option one (1) Start or Install Ubuntu.  I then get the “sorta like MS Windows” screen and I once again double click on the INSTALL Icon.  I get the pop up window one of six asking me to pick a language.  ENGLISH, I say and click “next”.  Screen two of six wants to know what part of the world I'm in and what is the time and date.  I select “New York” and even though the time is wrong, I leave it alone and click the “next” button....&lt;br /&gt;&lt;br /&gt;BINGO!!! window three of six wants to know what my keyboard layout is.  I pick ENGLISH KEYBOARD and click “next”.&lt;br /&gt;&lt;br /&gt;Window four of six wants to know my name, logon name, password, and computer name.  I fill them in and click the “next” button.&lt;br /&gt;&lt;br /&gt;Window five of six wants me to pick a hard drive and how I want to partition it and where to install Ubuntu.  Well I am wiping this whole hard drive and just putting Linux only on it (no duel boot) so my choice is easy ERASE ENTIRE DRIVE. (This screen could be confusing if you are duel booting or need to install Linux to a single partition on a multi-partitioned hard drive) I then clicked “next”&lt;br /&gt;&lt;br /&gt;Window six of six says it's READY TO INSTALL and gives me a list of all my choices and wants to make sure they are what I wanted.  There are a few things here I don't understand:&lt;br /&gt;&lt;br /&gt;1.  I got a notice that “GRUB” will be installed on “hd0”.&lt;br /&gt;2.  A message that Partation Table Changes IDE Master is “hda”&lt;br /&gt;3.  Partition #1 is IDE1 master hda as “ext3”&lt;br /&gt;4.  Partition #5 is IDE1 master hda as “swap”&lt;br /&gt;&lt;br /&gt;Ok, What is a GRUB, a boot loader? I assume that “hd0” refers to my primary hard drive and I thought “hda” referred to the first partition on that hard drive but then I see partition #5 is also “hda”?  I don't understand.  What is an “ext3” and how big a partition did it get?  What about the “swap”, I assume it's the same as a MS Windows “swap file” but is on it's own partition but how big is it?  And if its partition #5 and partition #1 is a “ext3”  What are and how big are partition #2, #3, and #4.&lt;br /&gt;&lt;br /&gt;Even with these questions, I assumed that Ubuntu knew best and I click “INSTALL” accepting these settings.&lt;br /&gt;&lt;br /&gt;At 4:55pm, after clicking the INSTALL on window six of six, I got a progress bar that told me it was doing what I asked it too and told me it was “creating ext3 file system for / in partition #1 of IDE1 master” and then began working my hard drive.&lt;br /&gt;&lt;br /&gt;Ubuntu did not ask any more questions, it just moved the progress bar and kept telling me what it was doing and what was being installed.  It was kinda like a MS Windows install without as many questions.&lt;br /&gt;&lt;br /&gt;At 5:21pm, Ubuntu informed me that it was done with the installation and I could either reboot and start Linux from my hard drive or continue to use the “live CD”.  I crossed my fingers and chose the Reboot option.  Ubuntu told me to remove my CD from the drive and I did.  The screen flashed and my BIOS flash screen appeared.  I was booting a Linux box for the first time.  The Install process took 26 minutes if you don't could the 4 hour download and the first install crashing :-)&lt;br /&gt;&lt;br /&gt;(I reached over to my MS Windows Laptop and patted him and told him that he was a “good boy” and that it would be ok).&lt;br /&gt;&lt;br /&gt;Next -  First Boot&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116253049012942174?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116253049012942174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116253049012942174' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116253049012942174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116253049012942174'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/installation-take-two.html' title='Installation Take Two'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116252561912887140</id><published>2006-11-02T22:46:00.000-05:00</published><updated>2006-11-12T16:35:42.934-05:00</updated><title type='text'>Installation Take One</title><content type='html'>Nov 1, 2006, 4:20pm, Installation has begun. The first thing that you see is a screen asking what you want to do. &lt;br /&gt;&lt;br /&gt;1 Start or Install Ubuntu.&lt;br /&gt;2 Start Ubuntu in Safe Graphic Mode.&lt;br /&gt;3 Check CD for Errors.&lt;br /&gt;4 Memory Test.&lt;br /&gt;5 Boot from First Hard Drive&lt;br /&gt;&lt;br /&gt;Well I'm planning on installing Ubuntu and using this whole 80gb hard drive for it (no duel boot) so I picked option one (Start or Install Ubuntu).  I pick it and wait.  It took about two minutes and a MS Windows like screen appears.  The screen looks enough like windows that I'll be able to get around easily.  The screen has a brown and tan background and the task bar (windows talk) is at the top of the screen, the clock/calender and the SHUTDOWN/LOGOFF button is in the upper right corner and the “Start Button” labeled “APPLICATIONS” is in the upper left corner.  There are two other menu buttons on this task bar, PLACES and SYSTEM.  There is a “quick launch bar” beside these menu buttons and I know them, they are the icons for FireFox and Evolutions email.  The third icon is a question mark and is “help”.  There are two Icons on the desktop, they are INSTALL and EXAMPLES.  There is a bar at the bottom and on its left side is a small button that says “Click here to hide all windows” when you mouse over it.  On the bottom right side there is a little “trash can”  and to squares, one gray and one orange and say “switch between workspaces” when moused over.  Hmm... Looks cool in a different from MS Windows kinda way.  Lots of stuff I don't know yet and some I want to play with, but I'm here to INSTALL it, so I double click on the INSTALL Icon on the desktop.&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;NOTE:  you can just play with Ubumtu at this point without hurting anything on your MS Windows hard drive so I'm told.  Kind of a test drive if you will.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ok, I've double clicked on the INSTALL Icon and a window pops up and says it's one of six.  It wants to know what language I want.  I pick ENGLISH.&lt;br /&gt;&lt;br /&gt;Screen two or six want to know what part of the world I'm in and what is the time and date.  I pick NEW YORK (closest choice) but the time is wrong so I click on it to set it.  I adjust it and click on the “next” button.  NOTHING HAPPENS.  Now what?  I try clicking “next” again, NOTHING.  I click a few more times (crazy) and still NOTHING.  I try ESC. NOPE.  I try the good old windows “three finger salute” NO GO.  My mouse moves but the change time windows will not leave.  Fine! I hit the power button on the Linux Wanna Be Box and “hard reboot”.  This could be bad.  Not a good start (I look longingly at my MS Windows Laptop just two feet away).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Next - Installation Take Two.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116252561912887140?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116252561912887140/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116252561912887140' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116252561912887140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116252561912887140'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/installation-take-one.html' title='Installation Take One'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116252108623972574</id><published>2006-11-02T21:17:00.000-05:00</published><updated>2006-11-12T16:35:42.853-05:00</updated><title type='text'>Picking and Getting your Distro</title><content type='html'>The first thing to do is get a Linix Distro or Flavor.  This is basically the team or organization who packages the installation disk(s) that you will be using.  Some are easier to use than others so you should visit the &lt;a href="http://distrowatch.com"&gt;DISTROWATCH&lt;/a&gt; link on my links menu and read about the differences before you get one.  For me &lt;a href="http://www.ubuntu.com/"&gt;UBUNTU&lt;/a&gt; version 6.1 (newest) seemed to be the way to go.  This distro was recommended to me by a friend and is supposed to have an easy to use program install "wizard".&lt;br /&gt;&lt;br /&gt;After you pick your Distro, you have to get it.  I went to UBUNTU's web site and selected the desktop version.  This took me to their download page which had several links to choose from.  Most were .EDU sites.  UBUNTU is about 700mbs and all the sites were slow.  The best I could do was about 60K/sec so it took me about an hour and a half to get it (the slowness is because of the mirror sites not my connection so be prepared to wait).&lt;br /&gt;&lt;br /&gt;When I finally got the ISO file downloaded, I had to create an installation CD out of this single large file.  I used the freeware program &lt;a href="http://imgburn.com"&gt;IMGBURN&lt;/a&gt; to do this.  Once you install &lt;a href="http://imgburn.com"&gt;IMGBURN&lt;/a&gt; all you have to do is RIGHT CLICK on the UBUNTU-6.10-desktop-i386.ISO file and select BURN WITH &lt;a href="http://imgburn.com"&gt;IMGBURN&lt;/a&gt; option and it will create a bootable CD ROM for you (you have to have a blank CD in your CD Writer too).&lt;br /&gt;&lt;br /&gt;On November 1, 2006, at 1:00pm, I started my download from one of the mirror sites.  At 2:30pm, I had the 700mb ISO file.  Five minutes later I had a burnt CD that looked just fine.  I got no errors downloading and none when burning.  I put this CD into my soon to be Linux box and turned on the power.  The CD started to spin.  Then I looked at the screen to see what was happening.  I then saw the ERROR message "CHECK SUM DOES NOT MATCH. SORRY".  Nothing. Stopped. So I powered down and tried again.  I got the same ERROR.  I repeated this several time and kept getting the ERROR (Definition of crazy - repeating the same action expecting a different results on each repeat).  Ok now I'm mad and two hours into this project.  I went back to my Windows machine and did a google search and found no answers except that I could have a bad CD.  I started to burn a new CD and try again but I had to leave.  So I went to a different Mirror site and started the download again.  Two hours later I had another ISO file and this one was 6 bytes bigger than the first.  What the crap? I put in a new CD and burnt the second ISO.  It burnt just fine but so did the first one.  I took this new CD and put it in my soon to be Linux box and powered it on again.  This time it worked.  No ERROR message.  I was on my way and it had only taken about four hours to get this far (to be fair it was not UBUNTU fault, it could have been mine, my ISPs, or the mirror sites, who knows but it almost stopped me).&lt;br /&gt;&lt;br /&gt;Next the Installation Process.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116252108623972574?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116252108623972574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116252108623972574' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116252108623972574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116252108623972574'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/picking-and-getting-your-distro.html' title='Picking and Getting your Distro'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116243835209266208</id><published>2006-11-01T22:14:00.000-05:00</published><updated>2006-11-12T16:35:42.776-05:00</updated><title type='text'>The Hardware</title><content type='html'>Here is the equipment I'll be using:&lt;br /&gt;&lt;br /&gt;Dell 4500 2.0 Ghz P4&lt;br /&gt;256Mb DDR 266 ram&lt;br /&gt;80Gb Maxator Hard Drive&lt;br /&gt;16X +/- RW LiteOn DVD&lt;br /&gt;16X DVD ROM Sony&lt;br /&gt;Sound Blaster Live Audio&lt;br /&gt;RealTek 10/100 Network Card&lt;br /&gt;Nvidia MX 4 420 AGP Video&lt;br /&gt;Logitec Mouse USB&lt;br /&gt;19 Inch LCD&lt;br /&gt;&lt;br /&gt;Note:  I removed a 40Gb HD from this machine and put it up because it has an XP Home install with MS Office 2003 Pro fully licensed.  This is just in case this experiment doesn't work out.  Some will say this just shows I'm not committed to Linux yet and they are right.  I think of this drive as a backup plan and besides why waste the $600 in software.  I read something about &lt;a href="http://www.winehq.com/"&gt;WINE&lt;/a&gt; (an app that lets windows software run on Linux?) so maybe if it does work out I can use &lt;a href="http://www.winehq.com/"&gt;WINE&lt;/a&gt; and move the Office 2003 over to the Linux box.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116243835209266208?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116243835209266208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116243835209266208' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116243835209266208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116243835209266208'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/hardware.html' title='The Hardware'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36978256.post-116243487824000503</id><published>2006-11-01T20:35:00.000-05:00</published><updated>2006-11-12T16:35:42.693-05:00</updated><title type='text'>The Adventure Begins</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://photos1.blogger.com/blogger/2887/4144/200/tux%20Small.jpg" alt="" border="0" /&gt;&lt;/a&gt;On November 1, 2006, I decided to give Linux (Ubuntu 6.1) a chance.  I am a long time Microsoft user, clear back to DOS days (I still have a boxed copy of DOS 2.X with manuals).  I currently own several machines running everything from Windows 3.1 through XP Pro and I help manage a large MS XP/2000 network spanning several locations and supporting remote users.  I don't know everything about Windows and networking but I do know enough to be comfortable using and administrating it.&lt;br /&gt;&lt;br /&gt;Why tell you this?  It's not to boast, it's just to let you know where my experience lies. Now to the point.  One of my friends is a devoted Linux user and after talking to him, he convinced me to give it a try.  I have never used any Linux "flavor" before so this is all new to me.  To give Linux a fair chance, I've decided to give up all access to my windows machines for 30 days.  Now that "all access to windows" isn't exactly true, everything at work is still MS Windows based and I'll have to use it there (unless I figure out how to manage Active Directories with Linux).&lt;br /&gt;&lt;br /&gt;The other reason to do this is just to document my experiences "switching over" in the hopes that it might help someone else who has been sitting on the fence and just needs a little help from someone who is going through the process too.&lt;br /&gt;&lt;br /&gt;So with theses reasons in mind, this will probably turn out to be a technical blog.  I plan on going into detail on what I've done and how I did it.   In addition I will be giving my opinion how things differ in Linux compared to MS Windows.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(0, 0, 0);font-size:85%;" &gt;As a side note this is the first time I have ever Blogged anything and I thought this would be as good a topic as any.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36978256-116243487824000503?l=my30daysoflinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://my30daysoflinux.blogspot.com/feeds/116243487824000503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36978256&amp;postID=116243487824000503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116243487824000503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36978256/posts/default/116243487824000503'/><link rel='alternate' type='text/html' href='http://my30daysoflinux.blogspot.com/2006/11/adventure-begins.html' title='The Adventure Begins'/><author><name>knightmare</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://photos1.blogger.com/blogger/2887/4144/1600/tux%20Small.jpg'/></author><thr:total>0</thr:total></entry></feed>
