<?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-4947636651396962468</id><updated>2012-01-23T19:09:29.609-08:00</updated><category term='rhel'/><category term='Linux Basics'/><category term='Fedora'/><category term='Ubuntu'/><category term='Personal rant'/><category term='Driver'/><category term='Condor'/><category term='Ubuntu Install'/><category term='errors'/><category term='Linux Tricks'/><category term='Mac'/><title type='text'>Switching to Linux</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>27</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-1436457108774316093</id><published>2010-10-11T04:54:00.000-07:00</published><updated>2010-10-11T04:57:25.410-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><title type='text'>Ubuntu directions for installing Linux on USB through OSX</title><content type='html'>&lt;meta charset="utf-8"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 16px;"&gt;&lt;div&gt;&lt;div&gt;Note: this procedure requires an .img file that you will be required to create from the .iso file you download.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;TIP: Drag and Drop a file from Finder to Terminal to 'paste' the full path without typing and risking type errors.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;1.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Download the desired file&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;2.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Open the Terminal (in /Applications/Utilities/ or query Terminal in Spotlight)&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;3.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Convert the .iso file to .img using the convert option of hdiutil (e.g.,hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;4.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Note: OS X tends to put the .dmg ending on the output file automatically.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;5.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Run diskutil list to get the current list of devices&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;6.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Insert your flash media&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;7.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2)&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;8.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;9.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.imgor ./ubuntu.dmg).&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;▪&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Using /dev/rdisk instead of /dev/disk may be faster.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;▪&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;If you see the error dd: Invalid number '1m', you are using GNU dd. Use the same command but replace bs=1m with bs=1M.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;▪&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;If you see the error dd: /dev/diskN: Resource busy, make sure the disk is not in use. Start the 'Disk Utility.app' and unmount (don't eject) the drive.&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;10.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Run diskutil eject/dev/diskN and remove your flash media when the command completes&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;11.&lt;span class="Apple-tab-span" style="white-space:pre"&gt;	&lt;/span&gt;Restart your Mac and press alt while the Mac is restarting to choose the USB-Stick&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&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/4947636651396962468-1436457108774316093?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/1436457108774316093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=1436457108774316093' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1436457108774316093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1436457108774316093'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2010/10/ubuntu-directions-for-installing-linux.html' title='Ubuntu directions for installing Linux on USB through OSX'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-9221401652730045421</id><published>2009-06-27T09:35:00.000-07:00</published><updated>2009-06-27T09:37:42.600-07:00</updated><title type='text'>Enabling write when in rescue mode in Fedora</title><content type='html'>&lt;pre&gt;&lt;br /&gt;$mount -o remount, rw /&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-9221401652730045421?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/9221401652730045421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=9221401652730045421' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/9221401652730045421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/9221401652730045421'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2009/06/enabling-write-when-in-rescue-mode-in.html' title='Enabling write when in rescue mode in Fedora'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-1975282704646834716</id><published>2009-06-03T07:22:00.000-07:00</published><updated>2009-06-03T08:08:30.730-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rhel'/><title type='text'>Mounting 13TB Raid</title><content type='html'>This is some quick info I learned while trying to mount a 13TB  partition in RHEL 5.3. The main thing is that fdisk does not like to make partitions larger than 2.2TB because dos labels are not recognized. The second is that ext3 file system doesn't like anything bigger than 8Tb. So here is what I did to go around it. I had to used parted instead of fdisk to overcome that 2TB limit.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#parted /dev/sdd&lt;br /&gt;#mklabel gpt&lt;br /&gt;&gt;mkpart primary 0 13000G&lt;br /&gt;&gt;quit&lt;br /&gt;#yum install e4fsprogs&lt;br /&gt;#mkfs.ext4 /dev/sdd1&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;To lay this all out I had to rename the label of the partition to gpt so I could use the larger partitionsize and then I installed support for ext4 and used that as the filesystem. Yes I know I punked out a bit but I am sick of trying to find work arounds for ext3.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;APPENDED NOTE!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can't mount ext4 in RHEL just yet lol kind of important. I went back and did&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#mkfs.ext3 -F /dev/sdd1 &lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;and it took the filesystem&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-1975282704646834716?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/1975282704646834716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=1975282704646834716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1975282704646834716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1975282704646834716'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2009/06/mounting-13tb-raid.html' title='Mounting 13TB Raid'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-6284977619703241213</id><published>2009-05-25T07:40:00.000-07:00</published><updated>2009-05-25T07:54:00.817-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rhel'/><title type='text'>Setting IP addresses through terminal (RHEL)</title><content type='html'>For some reason this is something that will just not stick in my head and I always have to go searching for it. The way you permanently set/change the ethx ip address is to edit the following file:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;nano /etc/sysconfig/network-scripts/ifcfg-ethx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In this file you can set the ip address, gateway, netmask and ipv6 stuff.&lt;br /&gt;&lt;br /&gt;To change the DNS addresses you must edit the following different file:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;nano /etc/resolv.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once you have made the changes you need to restart the network service to use the changes&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;service network restart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;!!Remember all these commands need to be done as either root or through sudo!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-6284977619703241213?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/6284977619703241213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=6284977619703241213' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/6284977619703241213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/6284977619703241213'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2009/05/setting-ip-addresses-through-terminal.html' title='Setting IP addresses through terminal (RHEL)'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-8575550414853306279</id><published>2009-03-27T11:03:00.000-07:00</published><updated>2009-03-27T11:13:23.386-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu Install'/><category scheme='http://www.blogger.com/atom/ns#' term='Condor'/><title type='text'>Sad news for Ubuntu on SunBlade 100's with Condor Users</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_LEn50lMnTpU/Sc0VZ7XRmHI/AAAAAAAACoQ/qvF1N5r8QZM/s1600-h/300px-Sun_UltraSPARCII.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 300px; height: 300px;" src="http://4.bp.blogspot.com/_LEn50lMnTpU/Sc0VZ7XRmHI/AAAAAAAACoQ/qvF1N5r8QZM/s320/300px-Sun_UltraSPARCII.jpg" alt="" id="BLOGGER_PHOTO_ID_5317930270170650738" border="0" /&gt;&lt;/a&gt;I had about 20 Sunblade 100 units sitting around the lab and decided with my team to make a static cluster using them. Well the install of Ubuntu went pretty well using Server 8.10 and Server 7.10. Even loaded the Ubuntu-Gnome desktop on a couple of them just to see it. So with all going well I tryied to load the ever complicated Condor Project to tie them together. Well after trying multiple versions, based on debian, rehl, sparc, and eventually even compiling from source code I can say that Condor on a Sun with Ubuntu using the SPARC  processor just will not work. Sorry guys.&lt;br /&gt;&lt;br /&gt;We ended up loading Solaris 10 and loading Condor. If anybody does find a way please feel free to leave a comment but I doubt it happening any time soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-8575550414853306279?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/8575550414853306279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=8575550414853306279' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/8575550414853306279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/8575550414853306279'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2009/03/sad-news-for-ubuntu-on-sunblade-100s.html' title='Sad news for Ubuntu on SunBlade 100&apos;s with Condor Users'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_LEn50lMnTpU/Sc0VZ7XRmHI/AAAAAAAACoQ/qvF1N5r8QZM/s72-c/300px-Sun_UltraSPARCII.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-4935351614691999140</id><published>2008-12-14T15:55:00.001-08:00</published><updated>2008-12-14T15:55:50.383-08:00</updated><title type='text'>USB 3.0 Demo with 5 second Ubuntu boot!!</title><content type='html'>&lt;embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-6015621370324169356&amp;amp;hl=en&amp;amp;fs=true" style="width: 400px; height: 326px;" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-4935351614691999140?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/4935351614691999140/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=4935351614691999140' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/4935351614691999140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/4935351614691999140'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/12/usb-30-demo-with-5-second-ubuntu-boot.html' title='USB 3.0 Demo with 5 second Ubuntu boot!!'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-1225809209896557477</id><published>2008-12-10T11:44:00.000-08:00</published><updated>2008-12-10T12:30:24.689-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Condor'/><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><title type='text'>Installing Condor in OSX 10.5</title><content type='html'>I found this process in a weird place on condor's site ... it was in the tutorials under &lt;a href="http://www.cs.wisc.edu/condor/tutorials/scotland-admin-tutorial-2003-10-23/scotland-admin-tutorial-2003-10-23.DEMO.html"&gt;Administration Tutorial&lt;/a&gt;. At the same time this worked. The only thing I did differently was to download the Condor package for Intel Mac 10.4. Sorry but you will have to do all of this from the terminal window. Beyond that everything else worked. So here is my "workflow" lol...&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Downloaded &lt;a href="http://www.cs.wisc.edu/condor/downloads-v2/download.pl?state=select_from_mirror_page&amp;amp;version=7.0.5&amp;amp;mirror=UW%20Madison&amp;amp;optional_organization_url=http://"&gt;Condor for Intel Mac 10.4 &lt;/a&gt;(In my case I used 7.0.5).&lt;/li&gt;&lt;li&gt;Opened terminal (Hard drive --&gt; Applications --&gt; Utilities --&gt; Terminal)&lt;/li&gt;&lt;li&gt;Logged in to my root account with "su" and then typed in my password (If you dont know your root password your boned lol ok seriously you need to either see your system administrator or try this out &lt;a href="http://www.mac-forums.com/forums/os-x-operating-system/5331-how-do-i-reset-root-password.html"&gt;http://www.mac-forums.com/forums/os-x-operating-system/5331-how-do-i-reset-root-password.html&lt;/a&gt; but if your root account just isnt on check out this link &lt;a href="http://support.apple.com/kb/HT1528"&gt;http://support.apple.com/kb/HT1528&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Type "useradd condor" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "chmod a+rx ~condor" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "cd /" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "mkdir condor" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "cd /condor" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "cp /Users/jeaimepowell/Desktop/condor-7.0.5-MacOSX10.4-x86-dynamic.tar.gz /condor/" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "tar -xzf condor-7.0.5-MacOSX10.4-x86-dynamic.tar.gz " and press [Enter]&lt;/li&gt;&lt;li&gt;Type "cd condor-7.0.5" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "./condor_configure --install --install-dir=/condor/condor \ --local-dir=/condor/condor/var --owner=condor&lt;br /&gt;" and press [Enter] (I got some errors but it installed)&lt;/li&gt;&lt;li&gt;Type "ln -s /condor/condor/etc/condor_config ~condor/" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "PATH=$PATH:/condor/condor/bin/:/condor/condor/sbin/" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "nano /condor/condor/etc/condor_config" and press [Enter]&lt;/li&gt;&lt;li&gt;Look through the file in Part 2 until you find "HOSTALLOW_WRITE =" and remover the text after it and just have a "*"&lt;/li&gt;&lt;li&gt;Press [ctrl] [x] and press "Y" then hit [enter] twice&lt;/li&gt;&lt;li&gt;Type "condor_master" and press [Enter]&lt;/li&gt;&lt;li&gt;Type "ps -ef |grep condor" and press [Enter] (you should see a bunch of condor processes running&lt;/li&gt;&lt;li&gt;After a half a minute or so you should be able to type "condor_status" and actually see your machine on the node.&lt;/li&gt;&lt;li&gt;You are done!&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-1225809209896557477?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/1225809209896557477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=1225809209896557477' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1225809209896557477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1225809209896557477'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/12/installing-condor-in-osx-105.html' title='Installing Condor in OSX 10.5'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-6284914598320842893</id><published>2008-12-10T08:47:00.000-08:00</published><updated>2008-12-10T09:08:58.717-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Condor'/><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><title type='text'>Installing Condor the easy-easy way</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_LEn50lMnTpU/ST_3VDiC9HI/AAAAAAAAB2w/s2p1oOh4FBs/s1600-h/grid-computing-1.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px; height: 200px;" src="http://4.bp.blogspot.com/_LEn50lMnTpU/ST_3VDiC9HI/AAAAAAAAB2w/s2p1oOh4FBs/s200/grid-computing-1.gif" alt="" id="BLOGGER_PHOTO_ID_5278209229398930546" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;So I have to be honest here... the traditional install of condor using the "Newer Unix Install" has kicked my butt. I ran into permission issues, directory location issues,environmental variable issues, hostname issues and all other sorts problems I would rather forget. Well as a last ditch effort and kind of as a joke to myself I decided to install Fedora (FC10) and look in the package manager (In Gnome "System--&gt;Administration--&gt;Add/Remove Software) for Condor. To my complete shock it was there under "Condor:High Throughput Computing"!!! I checked it and it installed and get this...I typed "condor_status" in the terminal window and boom-bam it was working!! The main condor folder (release directory) is all over the place in the system but the bastard just works. So just to lay it out in a non ubber geek way:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install Fedora (I used FC10 but I dont know if it is in other cores)&lt;/li&gt;&lt;li&gt;Open "System--&gt;Administration--&gt;Add/Remove Software"&lt;/li&gt;&lt;li&gt;Search for Condor (type it in the search box and hit enter)&lt;/li&gt;&lt;li&gt;Put a check next to "Condor:High Throughput Computing" (I checked the Condor headers one too but I dont know if it is necessary)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Click "Apply" (In my case it also added a few other dependencies automagically so dont be worried if you see that)&lt;/li&gt;&lt;li&gt;When it is done open a terminal window (Applications --&gt; System Tools --&gt; Terminal)&lt;/li&gt;&lt;li&gt;Type "condor_status" and you should see a status with one node.&lt;/li&gt;&lt;li&gt;You are done!!&lt;/li&gt;&lt;/ol&gt;So to fellow grad students and techs trying to get Condor running I hope this helps!! And just to put it out there, the all powerful condor_config file is located  in the /etc/condor folder.&lt;br /&gt;&lt;br /&gt;Good Luck!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-6284914598320842893?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/6284914598320842893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=6284914598320842893' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/6284914598320842893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/6284914598320842893'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/12/installing-condor-easy-easy-way.html' title='Installing Condor the easy-easy way'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_LEn50lMnTpU/ST_3VDiC9HI/AAAAAAAAB2w/s2p1oOh4FBs/s72-c/grid-computing-1.gif' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-7248903819802893067</id><published>2008-09-03T06:25:00.000-07:00</published><updated>2008-09-03T06:37:38.533-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Driver'/><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><title type='text'>Installing Canon i860 in Fedora Core 9 (gutenprint)</title><content type='html'>Here is the easiest way I have found to get the driver in there.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Goto Systen --&gt; Administration --&gt;  Add/Remove Software&lt;/li&gt;&lt;li&gt;In the search box type "gutenprint" and click [Find]&lt;/li&gt;&lt;li&gt;Add a check mark next to "Cups drivers for Canon, Epson, HP and compatible printers"&lt;/li&gt;&lt;li&gt;Click "Apply"&lt;/li&gt;&lt;li&gt;Then goto System --&gt; Administration --&gt; Printing&lt;/li&gt;&lt;li&gt;Click "New"&lt;/li&gt;&lt;li&gt;Select the "i860 USB #1"  and click [Forward] (this was in my case it may be a different number for you)&lt;/li&gt;&lt;li&gt;Select "Canon" and click [Forward]&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The "i860" model and "Canon i860 - CUPS+Gutenprint v.5.0.2 ...] should be selected and click [Forward]&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can change the name if you want but i just left it as "i860" and clicked [Apply]&lt;/li&gt;&lt;li&gt;Once the install is complete I would test the printer by selecting it from the list and clicking [Print Test Page]&lt;/li&gt;&lt;/ol&gt;And you are done!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-7248903819802893067?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/7248903819802893067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=7248903819802893067' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/7248903819802893067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/7248903819802893067'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/09/installing-canon-i860-in-fedora-core-9.html' title='Installing Canon i860 in Fedora Core 9 (gutenprint)'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-1374555377717640202</id><published>2008-09-03T05:45:00.000-07:00</published><updated>2008-09-03T05:56:07.564-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><title type='text'>No sound from flash (Youtube) in Fedora Core 9</title><content type='html'>No I am not the one who came up with this fix. The credit goes to &lt;a href="http://slashcrisis.blogspot.com/2008/06/fedora-9-no-sound-with-flash.html"&gt;/crisis&lt;/a&gt; website.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Open a terminal window&lt;/li&gt;&lt;li&gt;Type &lt;pre&gt;su - &lt;/pre&gt;and enter your root password&lt;/li&gt;&lt;li&gt;Type&lt;pre&gt; yum install libflashsupport&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;When it is done you should be good to go.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-1374555377717640202?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/1374555377717640202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=1374555377717640202' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1374555377717640202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1374555377717640202'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/09/no-sound-from-flash-youtube-in-fedora.html' title='No sound from flash (Youtube) in Fedora Core 9'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-3429658729577373593</id><published>2008-07-20T12:43:00.000-07:00</published><updated>2008-07-20T12:45:43.537-07:00</updated><title type='text'>Linux Commands used in Greenland to Admin the server</title><content type='html'>&lt;span style="font-weight: bold;"&gt;For System Monitoring&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;    -top - displays the load and memory usage of all applications and processors&lt;br /&gt;&lt;br /&gt;    -uptime - show system load and should not be over 20 (for Greenland field server)&lt;br /&gt;&lt;br /&gt;    -vmstat [-S M 5] (S M show in megabytes and 5 says update every 5 seconds) - shows memory usage.... hopefully will not use swap file because it will slow down the processing&lt;br /&gt;&lt;br /&gt;    -mpstat [-P ALL](for all processors or can put the number of the specific processor) - shows cpu usage&lt;br /&gt;&lt;br /&gt;    -df - displays mounted drives and locations&lt;br /&gt;   &lt;br /&gt;    -du [-h](shows a human readable view) - displays disk usage&lt;br /&gt;&lt;br /&gt;    -SMclient - displays RAID status&lt;br /&gt;&lt;br /&gt;    -nodestatus - displays MDCE MatLab workers running&lt;br /&gt;&lt;br /&gt;    -/etc/init.d/mdce [status] - displays whether mdce is running&lt;br /&gt;&lt;br /&gt;    -/sbin/service [name] [start stop status restart] - used to access other service such as nfs, portmap ...etc&lt;br /&gt;&lt;br /&gt;    -cat /etc/fstab - lists mounts and apps that run at startup&lt;br /&gt;   &lt;br /&gt;    -dmesg - kernel messages such as when you plug up a usb device&lt;br /&gt;&lt;br /&gt;    -/var/log - contains many system logs for error checking&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Grub Boot Screen Options (press a at the Grub startup screen)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;    -Single - starts linux in single users mode with root access&lt;br /&gt;        -while in single user mode can type init 3 (3 being the run level you         want)&lt;br /&gt;    -console=/dev/ttyS0 - means the output of the startup is passed to the serial port&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Rsync Command options&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;can use the following syntax to to rsync directly to a network drive&lt;br /&gt;&lt;br /&gt;rsync -av jpowell@192.168.254.108:/mnt/storage/20080717A /media/usb&lt;br /&gt;&lt;br /&gt;***If you add a / to the trailing source location, it means to copy the data in the folder....without it copies the parent folder too&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;autossh command&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;autossh -M [port1] (-M says what port 1 to monitor on) -N (dont run a command) -R [port2]:localhost:22 (open up the port 2 on the IP machine to create a tunnel to your machine (localhost) on port 22)  [user@ip](ssh location you want to connect to)&lt;br /&gt;&lt;br /&gt;example:&lt;br /&gt;autossh -M 20000 -N -R 11000:localhost:22 jpowell@ssh.cresis.ku.edu -p 62&lt;br /&gt;&lt;br /&gt;person ssh in to this would use:&lt;br /&gt;ssh -p 11000 localhost (this is assuming they are on ssh.cresis.ku.edu)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;dd command options&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;dd -fi=input directory -do=file out&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Managing users and permissions&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;useradd - used to add users&lt;br /&gt;    syntax:&lt;br /&gt;        useradd -c "normal user" -d /home/userid -g users\&lt;br /&gt;        -G webadm,helpdesk -s\ /bin/bash userid&lt;br /&gt;        ***This command creates a new user called "userid," the last parameter in the command. A comment is entered that says "normal user." Userid's home directory will be "/home/userid." Userid's primary group will be users, but userid will also be placed in the "webadm" and "helpdesk" groups. Userid will use the "/bin/bash" shell as the normal console environment.&lt;br /&gt;&lt;br /&gt;passwd [userid] - changes the users password&lt;br /&gt;&lt;br /&gt;userdel -r userid  - deletes a user ...the -r means to also delete the home directory&lt;br /&gt;&lt;br /&gt;more /etc/passwd  - allows you to view all the users and their associations - The first column contains the user name. The second column contains the user's password. The third column contains the user's numeric id. The fourth column contains the numeric id for the user's primary group. The fifth column contains the user's full name, or a comment. The sixth column contains the location of the user's home directory. Normally this directory lives in the /home directory and has the same name as the user id. The seventh column contains the user's default console shell.&lt;br /&gt;&lt;br /&gt;groupadd mygroup - adds groups&lt;br /&gt;&lt;br /&gt;ls -l - produces the following information relating to groups&lt;br /&gt;-rw-r--r-- 1 userid mygroup 703 Jun 23 22:12 myfile&lt;br /&gt;&lt;br /&gt;Ignoring the other columns for the moment, look at the third, fourth, and last columns. The third column contains the name of the owner of the file, userid. The fourth column contains the group associated with the file, mygroup. The last column is the file name. Each file can have only one owner and one group. It is possible to assign rights to Other, the users who don't fall into either category. Think of Other as the equivalent of the Windows group Everyone.&lt;br /&gt;&lt;br /&gt;chown [owner] [file] - changes the owner of a file or directory&lt;br /&gt;&lt;br /&gt;chmod [+-r+-w+-x] [file] - changes the permissions for a file&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Network Mangement&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;ifconfig [ethernet port] - view current ethernet port configuration&lt;br /&gt;&lt;br /&gt;ifup [eth port] - turn ethernet port on&lt;br /&gt;&lt;br /&gt;ifdown [eth port]- turn ethernet port off&lt;br /&gt;&lt;br /&gt;dhclient [ethernet port] - sets the ethernet port to dhcp and grabs IP&lt;br /&gt;&lt;br /&gt;/sbin/service iptables stop - Linux firewall service stop&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Crontab Management&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;crontab - allows you to work with items in the cron (task scheduler)&lt;br /&gt;    -l means list all cron jobs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Other often used commands&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;halt - to stop system&lt;br /&gt;&lt;br /&gt;mount - to mount drives&lt;br /&gt;&lt;br /&gt;umount [-f] (forces unmount) - to unmount drives&lt;br /&gt;&lt;br /&gt;su - - root user with environment&lt;br /&gt;&lt;br /&gt;ssh [-Y] (to port graphics)&lt;br /&gt;&lt;br /&gt;nano - text editor&lt;br /&gt;&lt;br /&gt;fsck - scans and defragments drive (perform at least once per month to not have it automatically kick in [that sucks])&lt;br /&gt;&lt;br /&gt;rm -rf [directory]- removes directories with data inside&lt;br /&gt;&lt;br /&gt;find - finds freggin anything&lt;br /&gt;&lt;br /&gt;sleep [number of seconds] - very useful in scripts to make the system wait&lt;br /&gt;&lt;br /&gt;man - manual it is your friend&lt;br /&gt;&lt;br /&gt;less - displays a file page by page&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-3429658729577373593?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/3429658729577373593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=3429658729577373593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3429658729577373593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3429658729577373593'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/07/linux-commands-used-in-greenland-to.html' title='Linux Commands used in Greenland to Admin the server'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-235995922719501764</id><published>2008-07-12T08:44:00.001-07:00</published><updated>2008-07-12T08:44:38.729-07:00</updated><title type='text'>Lifecast Post Test</title><content type='html'>First post from my iTouch! I love the app store!&lt;br/&gt;&lt;br/&gt;Posted with &lt;a href='http://lifecast.sleepydog.net'&gt;LifeCast&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-235995922719501764?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/235995922719501764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=235995922719501764' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/235995922719501764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/235995922719501764'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/07/lifecast-post-test.html' title='Lifecast Post Test'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-7660356130816018367</id><published>2008-07-09T07:08:00.000-07:00</published><updated>2008-07-09T07:25:22.638-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Tricks'/><title type='text'>How to check what is running on your system</title><content type='html'>Ok if you have ever looked over the shoulder of a linux person goign to town you may have seen something like&lt;br /&gt;&lt;pre&gt;ps -aux | grep cron&lt;/pre&gt;&lt;br /&gt;so here is what is really going on in that command&lt;br /&gt;&lt;pre&gt;ps&lt;/pre&gt;&lt;br /&gt;The ps command tells you  what processes are actually running. In the manual it actual says that it gives you a snapshop of what is running on the system.&lt;br /&gt;&lt;pre&gt;-aux&lt;/pre&gt;&lt;br /&gt;says print all processes owned by a user named "x" this could be changed to specify a specific user&lt;br /&gt;&lt;pre&gt;|&lt;/pre&gt;&lt;br /&gt;The "|" or pipe symbol says to this command and this other command together&lt;br /&gt;&lt;pre&gt;grep&lt;/pre&gt;&lt;br /&gt;"grep" is a filter. If you were to simply type "ps" you woudl get a screen full of processes running for your user. By adding the "|" along with "grep" you can filter those processes down to what you need. In this case we looked for "cron" jobs (scheduled tasks). That can of course be changed to anything else you may need to check on.&lt;br /&gt;&lt;br /&gt;So to say it all together the command &lt;pre&gt;ps -aux | grep cron&lt;/pre&gt; is actually telling the computer to show all processes under any user that specifically deals with cron.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope that helps!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-7660356130816018367?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/7660356130816018367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=7660356130816018367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/7660356130816018367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/7660356130816018367'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/07/how-to-check-what-is-running-on-your.html' title='How to check what is running on your system'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-3255366161648185781</id><published>2008-07-06T07:53:00.000-07:00</published><updated>2008-07-06T07:54:39.513-07:00</updated><title type='text'>How to manually mount a USB Drive in Redhat</title><content type='html'>&lt;b&gt;Inserting a USB storage device&lt;/b&gt; &lt;ol&gt;&lt;li&gt;Plug in the device.&lt;/li&gt;&lt;li&gt;Check the contents of the file &lt;tt class="COMMAND"&gt;/var/log/dmesg&lt;/tt&gt; to see what the system named the device. (You can use the command &lt;tt class="COMMAND"&gt;dmesg&lt;/tt&gt; as well.) It should appear as a SCSI device, so the name should be similar to &lt;tt class="COMMAND"&gt;/dev/sda&lt;/tt&gt; or &lt;tt class="COMMAND"&gt;/dev/sdb&lt;/tt&gt;. &lt;/li&gt;&lt;li&gt;Use the command &lt;tt class="COMMAND"&gt;fdisk -l &lt;devicename&gt;&lt;/tt&gt;, replacing &lt;tt class="COMMAND"&gt;&lt;devicename&gt;&lt;/tt&gt; with the device name from &lt;tt class="COMMAND"&gt;/var/log/dmesg&lt;/tt&gt; to determine the partitions on the device. Most USB flash drives and other portable storage media types have only one partition, so the output of the &lt;tt class="COMMAND"&gt;fdisk&lt;/tt&gt; command will most likely be something like &lt;tt class="COMMAND"&gt;/dev/sda1&lt;/tt&gt; or &lt;tt class="COMMAND"&gt;/dev/sdb1&lt;/tt&gt;.&lt;/li&gt;&lt;li&gt;Create a directory (&lt;tt class="COMMAND"&gt;mkdir&lt;/tt&gt;) to serve as the drive's mount point. It is recommended to use a name that is easy to remember like &lt;tt class="COMMAND"&gt;/mnt/usb&lt;/tt&gt;. &lt;/li&gt;&lt;li&gt;Mount the device with the &lt;tt class="COMMAND"&gt;mount&lt;/tt&gt; command. If the device was detected as &lt;tt class="COMMAND"&gt;/dev/sda&lt;/tt&gt; and the &lt;tt class="COMMAND"&gt;fdisk&lt;/tt&gt; command showed &lt;tt class="COMMAND"&gt;/dev/sda1&lt;/tt&gt; as your partition, the command would be: &lt;blockquote&gt;&lt;tt class="COMMAND"&gt;&lt;b&gt;&lt;pre&gt;mount /dev/sda1 /mnt/usb&lt;br /&gt;&lt;/pre&gt;&lt;/b&gt;&lt;/tt&gt;&lt;/blockquote&gt; The mount command should automatically detect the partition type and mount the drive. It can be problematic to add the mount command to the file&lt;tt class="COMMAND"&gt;/etc/fstab&lt;/tt&gt;, as the device may be detected with a different name if system devices are changed or if more than one USB device is plugged in at the same time. For this reason, it is recommended to mount the device manually with the full mount command listed above instead of relying on an entry in &lt;tt class="COMMAND"&gt;/etc/fstab&lt;/tt&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-3255366161648185781?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/3255366161648185781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=3255366161648185781' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3255366161648185781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3255366161648185781'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/07/how-to-manually-mount-usb-drive-in.html' title='How to manually mount a USB Drive in Redhat'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-1113038631860779221</id><published>2008-07-03T08:13:00.000-07:00</published><updated>2008-07-03T08:15:05.989-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Tricks'/><title type='text'>Geeky way to send a terminal message to a user</title><content type='html'>How to send someone a message over linux or unix&lt;br /&gt;&lt;br /&gt;Step 1: Type who to find out what port they are on (the pts with the number is the port)&lt;br /&gt;Step 2: cat &gt;/dev/ptx/y&lt;br /&gt;Step 3: type message&lt;br /&gt;Step 4: press: "Ctrl + d" to end&lt;br /&gt;&lt;br /&gt;***could also use the "write username [then optionally pts/terminal#]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-1113038631860779221?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/1113038631860779221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=1113038631860779221' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1113038631860779221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/1113038631860779221'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2008/07/geeky-way-to-send-terminal-message-to.html' title='Geeky way to send a terminal message to a user'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-6975875699243486861</id><published>2007-11-23T08:34:00.001-08:00</published><updated>2007-11-23T08:42:50.685-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Personal rant'/><title type='text'>What is the deal with Fedora Core 8??</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_LEn50lMnTpU/R0cBPUssuDI/AAAAAAAABKE/MsFABTin1ts/s1600-h/fedora.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_LEn50lMnTpU/R0cBPUssuDI/AAAAAAAABKE/MsFABTin1ts/s200/fedora.jpg" alt="" id="BLOGGER_PHOTO_ID_5136075262805194802" border="0" /&gt;&lt;/a&gt;For the Polar Grid project I use a job scheduler named Condor. Unfortunately attempts to get Condor running in Ubuntu have been completely unsuccessful. So I figure I need to go ahead and get use to Fedora. Fine I download spiffy new FC8 and load it up. Pretty straight forward install. The only issue I kind of had to deal with was that because I have both a SATA and an IDE drive in my system and wanted the SATA to be the primary, I had to have GRUB load on the IDE drive. No biggie.&lt;br /&gt;&lt;br /&gt;So I'm think all will be well just like it was with Ubuntu as far as general system stability. I was wrong as hell. I had constant lock-ups. Programs froze all the time. I'm not even talking about 3rd party apps which were a joke to get running, I mean built in software like Firefox and Compiz.&lt;br /&gt;&lt;br /&gt;For you hard core nuts out there I did all of the the updates with the same results, so back I went to Ubuntu 7.10 and I have had nothing but smooth sailing.&lt;br /&gt;&lt;br /&gt;I am going to try CentOS because I have to have Condor but as for my primary system and all of the Macs in my lab, Fedora is out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-6975875699243486861?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/6975875699243486861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=6975875699243486861' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/6975875699243486861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/6975875699243486861'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/11/what-is-deal-with-fedora-core-8.html' title='What is the deal with Fedora Core 8??'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_LEn50lMnTpU/R0cBPUssuDI/AAAAAAAABKE/MsFABTin1ts/s72-c/fedora.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-3678499767419889419</id><published>2007-08-21T09:19:00.000-07:00</published><updated>2007-08-21T10:24:48.657-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu Install'/><category scheme='http://www.blogger.com/atom/ns#' term='Personal rant'/><title type='text'>Dual-booting -- Setting the default OS in Grub (Unbutu)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_LEn50lMnTpU/RssQ66q-OUI/AAAAAAAABDc/0Lrgx55fwjM/s1600-h/grub.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_LEn50lMnTpU/RssQ66q-OUI/AAAAAAAABDc/0Lrgx55fwjM/s200/grub.jpg" alt="" id="BLOGGER_PHOTO_ID_5101189607295170882" border="0" /&gt;&lt;/a&gt;Ok if you have decided to just try Ubuntu out without fully committing you may have found yourself in a dual-boot situation. Well when you install Ubuntu it sets it self as the default OS. Well you may not want that or you may have other versions of Linux that you want as the default. Well that is where the grub "menu.lst" file comes into play. To open the file you type:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo gedit /boot/grub/menu.lst&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Find the following section in the file:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;## default num&lt;br /&gt;# Set the default entry to the entry number NUM. Numbering starts from 0, and&lt;br /&gt;# the entry number 0 is the default if the command is not used.&lt;br /&gt;#&lt;br /&gt;# You can specify 'saved' instead of a number. In this case, the default entry&lt;br /&gt;# is the entry saved with the command 'savedefault'.&lt;br /&gt;# WARNING: If you are using dmraid do not change this entry to 'saved' or your&lt;br /&gt;# array will desync and will not let you boot your system.&lt;br /&gt;default 0&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;The important line is the last one. You will need to change that number 0 to match the Windows boot section. Typically it's always going to be 6 on a default dual-boot configuration. Change this value to 6, and then save and reboot your machine. You should go into Windows instead of Ubuntu automatically. (To figure out what number the OS you want to install is simply count from 0 down the menu to find the number of the wanted OS. In my case it was 6)&lt;br /&gt;&lt;br /&gt;Special thanks to: &lt;a href="http://www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/"&gt;http://www.howtogeek.com/howto/ubuntu/set-windows-as-default-os-when-dual-booting-ubuntu/&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-3678499767419889419?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/3678499767419889419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=3678499767419889419' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3678499767419889419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3678499767419889419'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/08/dual-booting-setting-default-os-in-grub.html' title='Dual-booting -- Setting the default OS in Grub (Unbutu)'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_LEn50lMnTpU/RssQ66q-OUI/AAAAAAAABDc/0Lrgx55fwjM/s72-c/grub.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-4971187708473964714</id><published>2007-08-17T10:29:00.000-07:00</published><updated>2007-08-17T10:39:49.192-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal rant'/><title type='text'>[Mega Linux Nerd] Shell App -- Cygwin</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.cygwin.com/"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_LEn50lMnTpU/RsXdQ6q-OQI/AAAAAAAABCM/5VE9oFT-BdA/s320/cygwin-logo.jpg" alt="" id="BLOGGER_PHOTO_ID_5099725435764095234" border="0" /&gt;&lt;/a&gt;A PhD fresh off the boat told me about this Windows Linux Shell emulator &lt;a href="http://www.cygwin.com/"&gt;Cygwin&lt;/a&gt;. Now i have to tell you that personally this isn't exactly the kill app I have been waiting for but for you ultra nerds out there that love emacs or vi or just good ole` bash commands, this is the thing for you. Now the install isn't as intuitive as would have liked because it is a live distribution. So in otherswords if you are trying to get this off a modem connection -- you might as well hang it up. Once the distribution all you get is a prompt. Nothing more just a prompt although per Dr. A you can start the xserver and possibly pull up Gnome if you really want a GUI interface but why lol? I guess if you don't have a compiler or you just want to mess with someone, this would be the app for you but, if you are looking for something to help make a person want to switch, just leave it alone.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-4971187708473964714?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/4971187708473964714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=4971187708473964714' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/4971187708473964714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/4971187708473964714'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/08/mega-linux-nerd-shell-app-cygwin.html' title='[Mega Linux Nerd] Shell App -- Cygwin'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_LEn50lMnTpU/RsXdQ6q-OQI/AAAAAAAABCM/5VE9oFT-BdA/s72-c/cygwin-logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-5418060263688252601</id><published>2007-08-15T05:07:00.000-07:00</published><updated>2007-08-15T05:37:07.600-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Basics'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Package Files (.rpm and .deb)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goinglinux.com/index.html"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_LEn50lMnTpU/RsLy25PPORI/AAAAAAAABBE/pI-46MBqSGc/s320/GoingLinux80.png" alt="" id="BLOGGER_PHOTO_ID_5098904753028413714" border="0" /&gt;&lt;/a&gt;I just learned this here recently. Specifically I learned it from a podcast I listen to called &lt;a href="http://goinglinux.com/index.html"&gt;Going Linux &lt;/a&gt;(Episode #12) so I have to give the credit to the narrator Larry Bushey. I highly recommend his podcast especially for new users. Having said that, lets get into this thing.&lt;br /&gt;&lt;br /&gt;In Windows we used exe and msi files to install software. There was a certain comfort there when we simply double-clicked a downloaded file to begin an install. Well--Linux has the same thing believe it or not. The two most common are .rpm and .deb. There is a catch though. Certain versions of Linux can only use certain package files natively.  Rpm is generally linked to RedHat and its spin-offs (Fedora, CentOS ....). The deb packages are generally linked to Debian (go figure it makes sense lol), and its spin-offs (Ubuntu, Knoppix ...). With these packages in the correct Linux version, the installation of software is a breeze.&lt;br /&gt;&lt;br /&gt;What if you want to install a kick but app that is in the wrong package for the Linux OS you are in?? In my case I was in Ubuntu, and there was a game that was a rpm. What to do...what to do?? Well thanks to Larry I found out about a program called &lt;a href="http://kitenet.net/%7Ejoey/code/alien/"&gt;Alien&lt;/a&gt;.  Now the cool thing is Alien is probably in your Synaptic Package manager already. But if not you can get it from the &lt;a href="http://kitenet.net/%7Ejoey/code/alien/"&gt;this link&lt;/a&gt;. Now I am going to warn you that Alien is command line driven. I know I'm sorry but you have use this tool from the console. Once you have installed it and opened the console (terminal for you Fedora users) you can type:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;/usr/bin/alien -d package.rpm&lt;packagename&gt;&lt;br /&gt;&lt;/packagename&gt;&lt;/pre&gt;&lt;br /&gt;or if you want to go to rpm&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;/usr/bin/alien --to-rpm package.deb&lt;packagename&gt;&lt;br /&gt;&lt;/packagename&gt;&lt;/pre&gt;&lt;br /&gt;Once it is complete you can double click on the new package and boom-bam your program will install.&lt;br /&gt;&lt;br /&gt;Now I also want to throw in there that Alien can convert to a bunch of other packages like Stampede .slp, and Slackware .tgz file formats. Alien can also handle &lt;span style="font-size:100%;"&gt;&lt;a id="KonaLink2" target="_top" class="kLink" style="text-decoration: underline ! important; position: static; font-weight: bold;" href="http://www.linuxquestions.org/questions/#"&gt;&lt;span style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;" &gt;&lt;span class="kLink" style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Arial,Helvetica,sans-serif;" &gt;Solaris&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;' .pkg.&lt;br /&gt;&lt;br /&gt;So there you go ... happy hunt-and-pecking!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-5418060263688252601?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/5418060263688252601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=5418060263688252601' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/5418060263688252601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/5418060263688252601'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/08/package-files-rpm-and-deb.html' title='Package Files (.rpm and .deb)'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_LEn50lMnTpU/RsLy25PPORI/AAAAAAAABBE/pI-46MBqSGc/s72-c/GoingLinux80.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-3437906920585704048</id><published>2007-07-30T08:09:00.000-07:00</published><updated>2007-07-30T08:11:38.596-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Condor'/><category scheme='http://www.blogger.com/atom/ns#' term='Personal rant'/><title type='text'>Condor Reconfigure</title><content type='html'>&lt;!-- start content --&gt;    &lt;p&gt;This pages purpose is to show how to reconfigure a condor pool if the master/server units IP address changes. (Note: This has happened in our case because 1: The server did not have a static IP address. 2:The direct IP address was being used instead of a domain name in condor_config CONDOR_HOST.) &lt;/p&gt;&lt;p&gt;&lt;b&gt;The Condor Master (Fedora RC7 Linux with Gnome)&lt;/b&gt; &lt;/p&gt;&lt;p&gt;First a couple quick questions answered. &lt;/p&gt; &lt;pre&gt;     1. Condor is located in two main directories&lt;br /&gt;           Actual program scripts&lt;br /&gt;&lt;br /&gt;         /usr/local/condor/sbin&lt;br /&gt;&lt;br /&gt;           Condor configuration&lt;br /&gt;&lt;br /&gt;         /etc/condor&lt;br /&gt;&lt;br /&gt;   2. No the condor master does not run auto-magically when you start the system                 &lt;br /&gt;      --well at least not in Linux&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Now here is what I had to do: &lt;/p&gt;&lt;p&gt;1. open a terminal window and get the new IP address of the machine &lt;/p&gt;      &lt;pre&gt;/sbin/./ifconfig &lt;/pre&gt; &lt;p&gt;2. I had to edit the condor_config file to enter in the new IP address (In case you didn't know it the condor_config file is for both the master's config and the workers. (Note: if you are not root, you may have to type su or sudo prior to running this command) &lt;/p&gt;      &lt;pre&gt; gedit /etc/condor_config &lt;/pre&gt; &lt;p&gt;change the CONDOR_HOST under Part 1 then save the config. (Note: If you cannot save, you may need to open the file as root by doing su or sudo.) &lt;/p&gt;&lt;p&gt;3. Now you have to start the master. (Note: If you already have the master running you may just be able to type ./condor_reconfigure) &lt;/p&gt; &lt;pre&gt;&lt;br /&gt;cd /usr/local/condor/sbin&lt;br /&gt;./condor_master&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;As long as you don't see any errors you should be good to go. 4. Check to make sure the condor is running by typing  &lt;/p&gt; &lt;pre&gt;condor_status&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Assuming all went well you should get something like the following: &lt;/p&gt; &lt;pre&gt;[condor@ecsulab222-16 ~]$ condor_status&lt;br /&gt;&lt;br /&gt;Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime&lt;br /&gt;&lt;br /&gt;10-24-5-83.my LINUX       INTEL  Unclaimed  Idle       0.000   883  0+02:15:04&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;                   Total Owner Claimed Unclaimed Matched Preempting Backfill&lt;br /&gt;&lt;br /&gt;       INTEL/LINUX     1     0       0         1       0          0        0&lt;br /&gt;&lt;br /&gt;             Total     1     0       0         1       0          0        0&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Now for the workers &lt;/p&gt;&lt;p&gt;&lt;b&gt;Condor Workers (MAC OS X, Linux, Windows XP)&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Mac OS X and Linux&lt;/b&gt; (Note: Make sure you still have the IP address of the Condor Master) &lt;/p&gt;&lt;p&gt;1. Open a Terminal window and edit the condor_config file to change the CONDOR_HOST under Part 1 to the IP address of the Master &lt;/p&gt; &lt;pre&gt; open /Users/condor/condor_config &lt;/pre&gt; &lt;p&gt;Then save the file. (Note: If you cannot save, you may need to open the file as root by doing su then running the open command.) &lt;/p&gt;&lt;p&gt;2. You must start the master manually &lt;/p&gt; &lt;pre&gt;cd /usr/local/condor/sbin/&lt;br /&gt;./condor_master&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;3. Now you must force the master to take the reconfiguration &lt;/p&gt; &lt;pre&gt;./condor_reconfig&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;4. After a minute or so as long as you haven't had any errors you can go back to the condor master and do a condor_status to look for the OS X machine. &lt;/p&gt; &lt;pre&gt;[condor@ecsulab222-16 ~]$ condor_status&lt;br /&gt;&lt;br /&gt;Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime&lt;br /&gt;&lt;br /&gt;10-24-5-83.my LINUX       INTEL  Unclaimed  Idle       0.000   883  0+02:45:04&lt;br /&gt;10-24-5-51.my OSX         PPC    Unclaimed  Idle       0.010   128  0+00:09:49&lt;br /&gt;&lt;br /&gt;                   Total Owner Claimed Unclaimed Matched Preempting Backfill&lt;br /&gt;&lt;br /&gt;       INTEL/LINUX     1     0       0         1       0          0        0&lt;br /&gt;           PPC/OSX     1     0       0         1       0          0        0&lt;br /&gt;&lt;br /&gt;             Total     2     0       0         2       0          0        0&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;&lt;b&gt;Windows XP&lt;/b&gt; &lt;/p&gt;&lt;p&gt;1. Open the c:\condor\condor_config file. (Note: when you double click the icon and it asks what program to open in, I suggest NotePad.) &lt;/p&gt;&lt;p&gt;2. Change the CONDOR_HOST under Part 1 to the IP address of the Master. &lt;/p&gt;&lt;p&gt;3. Save the file. (Note: If you are unable to save, you may need to log in to an account with administrative privileges.) &lt;/p&gt;&lt;p&gt;4. Restart the computer. &lt;/p&gt;&lt;p&gt;5. After a minute or so once the computer has booted, and as long as you haven't had any errors, you can go back to the condor master and do a condor_status to look for the WINNT 51 machine. &lt;/p&gt; &lt;pre&gt;[condor@ecsulab222-16 ~]$ condor_status&lt;br /&gt;&lt;br /&gt;Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime&lt;br /&gt;&lt;br /&gt;10-24-5-122.m LINUX       INTEL  Unclaimed  Idle       0.480   376[?????]&lt;br /&gt;10-24-5-83.my LINUX       INTEL  Unclaimed  Idle       0.000   883  0+02:45:04&lt;br /&gt;10-24-5-51.my OSX         PPC    Unclaimed  Idle       0.010   128  0+00:09:49&lt;br /&gt;cerser1       WINNT51     INTEL  Unclaimed  Idle       0.000   511  0+00:09:39&lt;br /&gt;cerser2       WINNT51     INTEL  Unclaimed  Idle       0.000   511  0+00:04:38&lt;br /&gt;cerser3       WINNT51     INTEL  Unclaimed  Idle       0.000   511  0+00:04:38&lt;br /&gt;cerser4       WINNT51     INTEL  Unclaimed  Idle       0.000   511  0+00:04:34&lt;br /&gt;&lt;br /&gt;                   Total Owner Claimed Unclaimed Matched Preempting Backfill&lt;br /&gt;&lt;br /&gt;       INTEL/LINUX     2     0       0         2       0          0        0&lt;br /&gt;     INTEL/WINNT51     4     0       0         4       0          0        0&lt;br /&gt;           PPC/OSX     1     0       0         1       0          0        0&lt;br /&gt;&lt;br /&gt;             Total     7     0       0         7       0          0        0&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-3437906920585704048?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/3437906920585704048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=3437906920585704048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3437906920585704048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/3437906920585704048'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/condor-reconfigure.html' title='Condor Reconfigure'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-5331541401805838975</id><published>2007-07-25T05:54:00.000-07:00</published><updated>2007-07-25T06:44:25.459-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal rant'/><title type='text'>SeaSpace (TeraScan) and CentOS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_LEn50lMnTpU/RqdKE0sQm_I/AAAAAAAAA2Y/NPKrWmMhfBk/s1600-h/antenna+006_jpg.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_LEn50lMnTpU/RqdKE0sQm_I/AAAAAAAAA2Y/NPKrWmMhfBk/s200/antenna+006_jpg.jpg" alt="" id="BLOGGER_PHOTO_ID_5091119350489848818" border="0" /&gt;&lt;/a&gt;One of the tasks I set for my self at work is to reload all the lab systems with dual boot Linux and Windows XP. The university I work for has a TeraScan system installed so that we can receive imagery data directly from satellites.  I decided to give &lt;a href="http://www.seaspace.com/"&gt;Seaspace&lt;/a&gt; a call to see which flavor of Linux they would recommend. Well in order for the software to work you must have &lt;a href="http://www.redhat.com/rhel/"&gt;Redhat Enterprise&lt;/a&gt; installed. A site license for Redhat Enterprise is not cheap in any form or fashion. Even though Linux itself is free, the support or specialized programs to go along with it are not. As a matter of fact your looking around $9k to purchase Redhat Enterprise.  I asked if &lt;a href="http://fedoraproject.org/index.html"&gt;Fedora&lt;/a&gt; which is supposedly RedHat open sourced would work. the agent informed me that they had not had good luck with Fedora, because of the many changes that have occurred in the OS.&lt;br /&gt;&lt;br /&gt;When I heard that I though oh crap, that is gonna take a while to get passed through the budget. Thankfully the agent from SeaSpace let me know that &lt;a href="http://www.centos.org/"&gt;CentOS&lt;/a&gt; is a direct port from the RedHat kernel.  The best part is that  CentOS is free!   I have downloaded the &lt;a href="http://en.wikipedia.org/wiki/ISO_image"&gt;ISO&lt;/a&gt; and I will of course keep you apprised of how it goes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-5331541401805838975?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/5331541401805838975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=5331541401805838975' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/5331541401805838975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/5331541401805838975'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/seaspace-terascan-and-centos.html' title='SeaSpace (TeraScan) and CentOS'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_LEn50lMnTpU/RqdKE0sQm_I/AAAAAAAAA2Y/NPKrWmMhfBk/s72-c/antenna+006_jpg.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-8500097851478750218</id><published>2007-07-23T06:39:00.000-07:00</published><updated>2007-07-23T06:54:48.354-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Personal rant'/><title type='text'>Should I really be running Ubuntu??</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_LEn50lMnTpU/RqSv4UsQm9I/AAAAAAAAA2I/qnyMzX5XlAg/s1600-h/img.php.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_LEn50lMnTpU/RqSv4UsQm9I/AAAAAAAAA2I/qnyMzX5XlAg/s400/img.php.jpeg" alt="" id="BLOGGER_PHOTO_ID_5090386860997385170" border="0" /&gt;&lt;/a&gt;When I started this blog I was all about the Ubuntu distribution of Linux. I hate to say it but it is just to much of a pain to do anything in it. Don't get me wrong i love the fact that everything that is needed for most new Linux users comes pre-installed. I'm not a normal user. I like to try stuff. I like to install new versions of &lt;a href="http://www.beryl-project.org/"&gt;Beryl&lt;/a&gt;. I like to install &lt;a href="http://www.winehq.org/"&gt;WINE&lt;/a&gt;, and run PC games.  I have to work in a program named &lt;a href="www.cs.wisc.edu/condor/"&gt;Condor&lt;/a&gt; for GRID computing that isn't supported in Ubuntu. I hate to say it but Ubuntu just isn't getting it for me.  I am seriously considering switching over to either &lt;a href="http://www.opensuse.org/"&gt;Suse&lt;/a&gt; or &lt;a href="http://fedoraproject.org/"&gt;Fedora&lt;/a&gt;. I'm leaning greater to the Fedora side because of user lead forums and what not. I guess this is a part of every Linux users plight. Since Linux isn't standardized or centralized different distributions may be better for a person or companies particular situation. It sucks but so is life you know? So --Ubuntu guys I am sorry but I just can't take sudo'ing everything anymore. I want a root account. I want to be able to use su. I want some of the power of true Linux back. So I am going to have to jump ship to a different distribution.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-8500097851478750218?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/8500097851478750218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=8500097851478750218' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/8500097851478750218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/8500097851478750218'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/should-i-really-be-running-ubuntu.html' title='Should I really be running Ubuntu??'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_LEn50lMnTpU/RqSv4UsQm9I/AAAAAAAAA2I/qnyMzX5XlAg/s72-c/img.php.jpeg' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-2185946834327197943</id><published>2007-07-20T07:36:00.001-07:00</published><updated>2007-07-20T07:54:24.282-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='errors'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>I can't run "make" in Ubuntu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_LEn50lMnTpU/RqDIkwtHrkI/AAAAAAAAA2A/4XQdGZP2GDg/s1600-h/Synaptic.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_LEn50lMnTpU/RqDIkwtHrkI/AAAAAAAAA2A/4XQdGZP2GDg/s320/Synaptic.png" alt="" id="BLOGGER_PHOTO_ID_5089288112803655234" border="0" /&gt;&lt;/a&gt;I have tried to install a couple things that kept asking me to "./configure" and then"make install". I kept getting a "unknown command" when I tried to run it. Well after a bit of searching I found out that this was because there was no C/C++ Compiler  installed.  Websites spoke of all types of freaky weird ways to make it work when I came upon a post about "Synaptic Package Manager" which was a life saver.&lt;br /&gt;&lt;br /&gt;Basically Synaptic is a graphical version of apt-get which if you have run across...you will. Apt-get is a command line way to download and install programs in Linux from the command line (Red Hat also uses "yum").  Well the catch is that if any part of the program name has changed --say oh the version number, you may not be able to find the app.&lt;br /&gt;&lt;br /&gt;Because Synaptic is visual you do do a simple search to visually pick what you need. (Note: If your flavor of Linux does not have synaptic you should be able to use the command &lt;span style=""&gt;&lt;b&gt;apt-get&lt;/b&gt; update &amp;&amp;amp; &lt;b&gt;apt-get&lt;/b&gt; install &lt;b&gt;synaptic)&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I said all that to say this. To install that elusive compiler program you can open Synaptic by&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Going to &lt;b&gt;System &gt; Administration &gt; Synaptic Package Manger.&lt;br /&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Click on "Reload" to update the available packages.&lt;/li&gt;&lt;li&gt;Click on the "Search" button.&lt;/li&gt;&lt;li&gt;Type in "gcc" and press enter. (Note: gcc is a command line C/C++ compiler)&lt;/li&gt;&lt;li&gt;Select all instances of "gcc" that appear&lt;/li&gt;&lt;li&gt;Click "Apply" and the packages will be installed for you.&lt;/li&gt;&lt;li&gt;Close Synaptic&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Run your "make install" command from the terminal window.&lt;/li&gt;&lt;/ol&gt;In my case I also had to add a library in which case you can go back into Synaptic and simply search or what ever library name it needs.&lt;br /&gt;&lt;br /&gt;Special Note: Remember in Ubuntu you must add "sudo" to the front of "make" in the terminal window so the OS will not complain about permission issues.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-2185946834327197943?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/2185946834327197943/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=2185946834327197943' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/2185946834327197943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/2185946834327197943'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/i-cant-run-make-in-ubuntu.html' title='I can&apos;t run &quot;make&quot; in Ubuntu'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_LEn50lMnTpU/RqDIkwtHrkI/AAAAAAAAA2A/4XQdGZP2GDg/s72-c/Synaptic.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-2987543910786585690</id><published>2007-07-18T11:56:00.000-07:00</published><updated>2007-07-20T07:55:27.661-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='errors'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Installing games in Ubuntu</title><content type='html'>Ok guys the reason i haven't been posting much is because I am currently in  a battle of witts between my computer and myself. I like to play games--there I said it. I like PC games at that. There is an application called Wine that allows people to install and play windows games, and other applications in Linux. Cool beans right--wrong. The wine install was pretty easy.&lt;br /&gt;&lt;br /&gt;Open a terminal window from "Applications --&gt; Accessories"&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="font-family:courier new;"&gt;sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list&lt;/span&gt;&lt;br /&gt;&lt;/i&gt;&lt;/pre&gt;&lt;i&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Once that is done you are supposedly able to type&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo wine &lt;install_filename.exe&gt;&lt;file_name&gt;&lt;/file_name&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Yeah well if during the install of the application you must say--change CDs you get the error "Cannot eject CD because application is using it". Umm yeah well that sucks. I thought I had it figured out with the "sudo wine eject" command but althogh the Cd ejected, the installation would not continue. As soon as I get this figured out I will tell yall all about it.&lt;br /&gt;&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/4947636651396962468-2987543910786585690?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/2987543910786585690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=2987543910786585690' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/2987543910786585690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/2987543910786585690'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/installing-games-in-ubuntu.html' title='Installing games in Ubuntu'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-8027279979534489336</id><published>2007-07-18T11:50:00.000-07:00</published><updated>2007-07-18T11:54:39.790-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu Install'/><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><title type='text'>How to install Ubuntu (Feisty Fawn) in OS X using Parallels - a complete walkthrough</title><content type='html'>&lt;h1  id="post-230" style="font-family:courier new;"&gt;&lt;span style="font-size:78%;"&gt;I found this on another persons site but the just did such an excellent job that I had to reprint it. The original site was: &lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/"&gt;http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h1&gt;&lt;h1 id="post-230"&gt;&lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/" rel="bookmark" title="How to install Ubuntu (Feisty Fawn) in OS X using Parallels - a complete walkthrough"&gt;How to install Ubuntu (Feisty Fawn) in OS X using Parallels - a complete walkthrough&lt;/a&gt;&lt;/h1&gt;   &lt;img src="http://www.simplehelp.net/wp-images/icons/topic_mac.jpg" alt="Mac" align="right" height="69" width="69" /&gt; &lt;img src="http://www.simplehelp.net/wp-images/icons/topic_linux.jpg" alt="Linux" align="right" height="70" width="69" /&gt; &lt;p&gt;This tutorial will take you &lt;strong&gt;every single&lt;/strong&gt; step of the way through installing Ubuntu 7.04 (Feisty Fawn) using Parallels for OS X. In other words, even your parents should be able to follow along. &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/#who"&gt;1. Who this tutorial is for&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/#background"&gt;2. Background&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/#install"&gt;3. Setting up Parallels for Ubuntu&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/#running"&gt;4. Running Ubuntu for the first time&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/#tidy"&gt;5. Tidying up, adding sound and increasing the screen resolution&lt;/a&gt;&lt;/p&gt; &lt;hr align="center" width="25%"&gt; &lt;p&gt;&lt;a name="who" title="who this tutorial is for"&gt;&lt;strong&gt;Who this tutorial is for&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="float: left; margin-right: 10px; margin-top: 7px;"&gt;&lt;script&gt; digg_url = &amp;#8216;http://www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/&amp;#8217;; &lt;/script&gt; &lt;script src="http://digg.com/api/diggthis.js"&gt;&lt;/script&gt;&lt;iframe src="http://digg.com/tools/diggthis.php?u=http%3A//www.simplehelp.net/2007/04/27/how-to-install-ubuntu-feisty-fawn-in-os-x-using-parallels-a-complete-walkthrough/" frameborder="0" height="80" scrolling="no" width="52"&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;This tutorial is for anyone with an Intel based Mac who is curious about Linux - specifically Ubuntu, and has about an hour to kill (not including the time it takes to download Ubuntu). &lt;/p&gt; &lt;p&gt;The steps and screenshots used for this tutorial are specific to Parallels Build 3188 running on a MacBook Pro w/ OS X (10.4.9). With that said, they will be nearly identical if you have a Mac Pro, Mac Mini, MacBook or any other Intel based Apple Mac. &lt;/p&gt;  &lt;p&gt;&lt;a name="background" title="background"&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Ubuntu is a free, open source &lt;a href="http://en.wikipedia.org/wiki/Linux" target="_blank" title="wikipedia page for linux"&gt;Linux-based&lt;/a&gt; operating system with a clear focus on the user and usability (it should �Just Work��). When you finish your Ubuntu installation your system is immediately usable. On the desktop you have a full set of business productivity applications, internet applications, drawing and graphics applications, and games. For more information on Ubuntu, visit &lt;a href="http://www.ubuntu.com/ubuntu" target="_blank" title="Ubuntu about page"&gt;http://www.ubuntu.com/ubuntu&lt;/a&gt;. &lt;/p&gt; &lt;p&gt;As you may have noticed, here at Simplehelp we often recommend software, and 90-something percent of the time that software is free. Parallels isn�t free, but it really is worth the cost. It will allow you to run other operating systems (like Ubuntu) on your Mac - without having to worry about any of your OS X settings, documents or files being accidentally deleted. And if you don�t like Ubuntu you can trash it and carry on like it never happened.&lt;br /&gt;One other (major) benefit of using Parallels is that you run the other operating system (in this case Ubuntu) &lt;strong&gt;while&lt;/strong&gt; OS X is running. You don�t need to restart your computer each time you want to switch from OS X to Ubuntu and vice-versa. &lt;/p&gt; &lt;p&gt;Read more about Parallels here: &lt;a href="http://www.parallels.com/en/products/desktop/" target="_blank" title="Parallels Desktop for Mac"&gt;http://www.parallels.com/en/products/desktop/&lt;/a&gt;. &lt;/p&gt; &lt;p&gt;This tutorial would not have been made possible (or at least it would have taken me a &lt;strong&gt;lot&lt;/strong&gt; longer) without the help of &lt;a href="http://www.echochamberproject.com/" target="_blank"&gt;Kent Bye&lt;/a&gt;. &lt;/p&gt; &lt;hr align="center" width="25%"&gt; &lt;p&gt;Before you start - make sure to download Ubuntu from &lt;a href="http://www.ubuntu.com/download" target="_blank" title="download Ubuntu"&gt;http://www.ubuntu.com/download&lt;/a&gt;. The file you�ll want to download (as of 4/27/07) is &lt;strong&gt;ubuntu-7.04-desktop-i386.iso&lt;/strong&gt;. Also, make sure Parallels Desktop is installed. &lt;/p&gt; &lt;hr align="center" width="25%"&gt; &lt;p&gt;&lt;a name="install" title="setting up Parallels in OS X to run Ubuntu"&gt;&lt;strong&gt;Setting up Parallels for Ubuntu&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt; If this is the first time you�re using Parallels, the Wizard will launch automatically. If it�s not the first time you�ve used Parallels, launch the Wizard by selecting &lt;strong&gt;New…&lt;/strong&gt;&lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty1.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty1x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Select &lt;strong&gt;Custom&lt;/strong&gt; as the type of installation mode, and then &lt;strong&gt;Next&lt;/strong&gt; to continue. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty2.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty2x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Choose &lt;strong&gt;Solaris&lt;/strong&gt; as the &lt;strong&gt;OS Type:&lt;/strong&gt; and &lt;strong&gt;Other Solaris&lt;/strong&gt; as the &lt;strong&gt;OS Version:&lt;/strong&gt;. No, that’s not a mistake. At the time of this writing, Parallels build 3188 has some issues when it comes to installing Ubuntu 7.04. Selecting Solaris as the OS will help you get around those issues, and in a later step you’ll be changing this setting anyway. Click &lt;strong&gt;Next&lt;/strong&gt; to continue. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty3.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty3x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Here you�ll need to select the amount of RAM that will be dedicated to the guest operating system (Ubuntu). If your Mac has 512MB of RAM, you�ll want to select 256MB or a bit less. Below 128MB will make Ubuntu a bit slow. Because I have 2GB in my MacBook Pro, I�ve opted to dedicate 768MB to Ubuntu - and both OS X and Ubuntu run very quickly. After you�ve selected an amount, click &lt;strong&gt;Next&lt;/strong&gt; to continue. &lt;strong&gt;NOTE:&lt;/strong&gt; some users (scroll way down to see comments) have reported problems when opting for more than 512MB of RAM. You may want to set it to 512 or less now - you can always increase it later. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty4.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty4x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Select &lt;strong&gt;Create a new hard disk image&lt;/strong&gt; and click &lt;strong&gt;Next&lt;/strong&gt; to continue. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty5.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty5x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Now you�ll need to set the size of the �hard drive� that Ubuntu will use. It might be possible to select less than a gigabyte (1024) and still install Ubuntu, but there would be very little room left for anything else. I would suggest 2 or more gigs (2048) at a minimum. &lt;p&gt;Review the differences between &lt;strong&gt;Expanding&lt;/strong&gt; and &lt;strong&gt;Plain&lt;/strong&gt; as a disk format. Parallels suggests using Expanding, and since I�ve only noticed a small difference in performance between the two, I would suggest it as well. Either way, don�t stress out over this decision too much - you can convert from one format to the other, using &lt;strong&gt;Parallels Image Tool&lt;/strong&gt;, if you ever need to. Click &lt;strong&gt;Next&lt;/strong&gt; when you�re ready to continue.  &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty6.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty6x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt; &lt;/li&gt;&lt;li&gt; Select &lt;strong&gt;Shared Networking&lt;/strong&gt; and then click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty7.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty7x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Give your virtual machine a name - pretty much anything is fine, so go with something descriptive. You may also want to click the &lt;strong&gt;More Options&lt;/strong&gt; link if you want to change the default location for the virtual machine files (generally not necessary). You can also remove the check from the box labeled &lt;strong&gt;Create icon on Desktop&lt;/strong&gt; if you like to keep an un-cluttered desktop. Once again, click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty8.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty8x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Click &lt;strong&gt;More Options&lt;/strong&gt; and select &lt;strong&gt;ISO image&lt;/strong&gt;. Then click the &lt;strong&gt;Choose…&lt;/strong&gt; button and navigate to your Ubuntu .iso file (ubuntu-7.04-desktop-i386.iso). Make sure &lt;strong&gt;Start Other Solaris installation&lt;/strong&gt; is checked, and then click &lt;strong&gt;Finish&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty9.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty9x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt; &lt;/p&gt;&lt;/ol&gt; &lt;p&gt;&lt;a name="running"&gt;&lt;strong&gt;Running Ubuntu for the first time&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt; Ubuntu will now boot for the first time. When you’re presented with the &lt;strong&gt;boot:&lt;/strong&gt; prompt, enter in the following: &lt;strong&gt;live vga=790&lt;/strong&gt; and then hit &lt;strong&gt;ENTER&lt;/strong&gt; (on your keyboard). &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty10.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty10x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Watch the pretty line… &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty10a.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty10ax.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; And here you are. Because the .iso file you downloaded is a “Live” image, you can actually play around with Ubuntu right now. You won’t have sound (we’ll fix this later) and you probably won’t be connected to the Internet (again, we’ll fix it later) so lets just get on with the installation. Double-click the &lt;strong&gt;Install&lt;/strong&gt; icon on your Ubuntu desktop.&lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty11.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty11x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Select your language of choice and then click the &lt;strong&gt;Forward&lt;/strong&gt; button. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty12.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty12x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Choose your location from the drop-down list, and then click &lt;strong&gt;Forward&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty13.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty13x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Select your keyboard layout, and you guessed it, click &lt;strong&gt;Forward&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty14.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty14x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Leave the default options selected (&lt;strong&gt;Guided&lt;/strong&gt; and &lt;strong&gt;SCSI1&lt;/strong&gt; and then click &lt;strong&gt;Forward&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty15.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty15x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Nothing to import, so click &lt;strong&gt;Forward&lt;/strong&gt; &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty16.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty16x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Enter your &lt;strong&gt;Name&lt;/strong&gt;, the name you wish to use to &lt;strong&gt;login&lt;/strong&gt;, a &lt;strong&gt;password&lt;/strong&gt; and whatever you want to call your “Ubuntu computer” in the spaces provided. Once again, click &lt;strong&gt;Forward&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty17.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty17x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; And now finally, click the &lt;strong&gt;Install&lt;/strong&gt; button. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty18.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty18x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Go get a cup of coffee or your beverage of choice. This can take a while. &lt;/li&gt;&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; a number of folks have noted that they get ’stuck’ at this stage, particularly during hardware detection. Yesterday, while installing Ubuntu on a friends MacBook Pro, I encountered the same error - it hangs at “piix Intel 82801BA IDE”. The solution, in my case, was to power off the virtual machine (the red square icon in the right column of Parallels Desktop), and power it back on (the green arrow). The 2nd time I tried to install Ubuntu, it went right through with no problems. I made no changes to any of the configurations (above steps), I simply “tried again” - and it worked. &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty19.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty19x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; When the installation is complete, choose &lt;strong&gt;Restart now&lt;/strong&gt;. &lt;p&gt;Don’t be at all surprised if Ubuntu doesn’t actually shut down properly. I’ve actually yet to have it restart on it’s own, it always ‘hangs’ at a blank black screen. If this happens to you, use the &lt;strong&gt;Stop Virtual Machine&lt;/strong&gt; button in the upper-right corner of Parallels. The &lt;strong&gt;red square&lt;/strong&gt; one.  &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty22.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty22x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;a name="tidy"&gt;&lt;strong&gt;Tidying up and adding sound&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt; Back at the Parallels configuration window for your Ubuntu machine, click the &lt;strong&gt;Configuration&lt;/strong&gt; “link”. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty24.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty24x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Now it’s time to set things straight. Make sure that &lt;strong&gt;Options&lt;/strong&gt; is selected from the &lt;strong&gt;Resource&lt;/strong&gt; list in the left side of the window. On the right side, change your &lt;strong&gt;OS Type:&lt;/strong&gt; from Solaris to &lt;strong&gt;Linux&lt;/strong&gt; and the &lt;strong&gt;OS Version:&lt;/strong&gt; from Other Solaris to &lt;strong&gt;Other Linux kernel 2.6&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty25.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty25x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Select &lt;strong&gt;CD/DVD-ROM 1&lt;/strong&gt; from the &lt;strong&gt;Resource&lt;/strong&gt; list, and then change the &lt;strong&gt;Emulation&lt;/strong&gt; from Use image file to &lt;strong&gt;Use CD/DVD-ROM&lt;/strong&gt;. &lt;p&gt;Then click the &lt;strong&gt;Add…&lt;/strong&gt; button in the lower left corner.  &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty26.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty26x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt; &lt;/li&gt;&lt;li&gt; Select &lt;strong&gt;Sound&lt;/strong&gt; and then click &lt;strong&gt;Next&lt;/strong&gt; &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty26a.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty26ax.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Leave the defaults selected, and then click &lt;strong&gt;Finish&lt;/strong&gt;. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty26b.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty26bx.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Back at your Ubuntu configuration window, click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty26c.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty26cx.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Alright, it’s go time. Start up Ubuntu by click the &lt;strong&gt;Start Virtual Machine&lt;/strong&gt; button (the green arrow in the right column). &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty27.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty27x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Don’t be at all surprised or alarmed if you see an error message (ACPI: Unable to locate RSDP) flash on your screen. It’s a known issue. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty28.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty28x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Again, do not be the least bit surprised if you find yourself staring at a blank, black window. Just wait a few more seconds.. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty28a.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty28ax.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; … and you’ll get to the login window! Enter your user name in the space provided and hit enter (on your keyboard). &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty29.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty29x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; Enter your password and again click enter. &lt;/li&gt;&lt;p&gt;&lt;a href="http://www.simplehelp.net/images/parallels-feisty/para-feisty30.jpg"&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty30x.jpg" border="0" /&gt;&lt;br /&gt;click to enlarge&lt;/a&gt;&lt;/p&gt;&lt;li&gt; That’s it - you’re done! Well almost. Select the Internet status icon in the upper-right corner of your Ubuntu desktop, and choose &lt;strong&gt;Wired Network&lt;/strong&gt;. Assuming your Mac is online, Ubuntu will now be connected to the Internet as well. Have fun! If you want to increase Ubuntu’s screen resolution, please see &lt;a href="http://www.simplehelp.net/2007/04/30/how-to-increase-the-screen-resolutions-available-to-ubuntu-while-running-in-parallels-for-os-x/"&gt;this post&lt;/a&gt;. &lt;/li&gt;&lt;p&gt;&lt;img src="http://www.simplehelp.net/images/parallels-feisty/para-feisty31ax.jpg" border="0" /&gt;&lt;/p&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-8027279979534489336?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/8027279979534489336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=8027279979534489336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/8027279979534489336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/8027279979534489336'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/how-to-install-ubuntu-feisty-fawn-in-os.html' title='How to install Ubuntu (Feisty Fawn) in OS X using Parallels - a complete walkthrough'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-5430972202655077689</id><published>2007-07-16T09:00:00.000-07:00</published><updated>2007-07-16T09:10:25.419-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Basics'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Burning the Ubuntu ISO in Mac OS X</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_LEn50lMnTpU/RpuYUwtHrcI/AAAAAAAAA04/nVqcnW-fXrg/s1600-h/DiskUtility.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_LEn50lMnTpU/RpuYUwtHrcI/AAAAAAAAA04/nVqcnW-fXrg/s320/DiskUtility.jpg" alt="" id="BLOGGER_PHOTO_ID_5087827686484061634" border="0" /&gt;&lt;/a&gt;Some quick steps for you once you have downloaded you distribution (Linux ISO file) to burn it to a CD or DVD.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Insert a blank CD-R or DVD (Note: if you have downloaded a DVD ISO image file you must have a DVD Burner to  burn it to .  A regular CD-R/RW drive will not burn a DVD image or auto-magically split it up for you.)&lt;/li&gt;&lt;li&gt;Go to "Hard drive --&gt; Applications --&gt; Utilities --&gt; Disc Utility"&lt;/li&gt;&lt;li&gt;On the menu bar select "Images" and then "Open"&lt;/li&gt;&lt;li&gt;In the browse window, select the ISO image you downloaded.&lt;/li&gt;&lt;li&gt;Click the mounted image in the left frame and then click the "Burn" icon in the left corner.&lt;/li&gt;&lt;li&gt;Once the CD is burner, close "Disc Utility"&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-5430972202655077689?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/5430972202655077689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=5430972202655077689' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/5430972202655077689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/5430972202655077689'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/burning-ubuntu-iso-in-mac-os-x.html' title='Burning the Ubuntu ISO in Mac OS X'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_LEn50lMnTpU/RpuYUwtHrcI/AAAAAAAAA04/nVqcnW-fXrg/s72-c/DiskUtility.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4947636651396962468.post-7972210785058184025</id><published>2007-07-09T11:37:00.000-07:00</published><updated>2007-07-09T11:45:44.964-07:00</updated><title type='text'>So many flavors so little time</title><content type='html'>Ok so I am pretty set on using Ubuntu because everyone talks about it and the owner is a Dot-com millionaire that wanted to give back. More to come very soon but you can download Ubuntu or have it sent to you from the site &lt;a href="www.ubuntu.com"&gt;www.ubuntu.com&lt;/a&gt; !!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4947636651396962468-7972210785058184025?l=switchingtolinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://switchingtolinux.blogspot.com/feeds/7972210785058184025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4947636651396962468&amp;postID=7972210785058184025' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/7972210785058184025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4947636651396962468/posts/default/7972210785058184025'/><link rel='alternate' type='text/html' href='http://switchingtolinux.blogspot.com/2007/07/so-many-flavors-so-little-time.html' title='So many flavors so little time'/><author><name>Jeaimehp</name><uri>http://www.blogger.com/profile/10023394115456676672</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh4.google.com/image/jeaimehp/RfGD3YXxctI/AAAAAAAAABA/tveisPsG3Ko/s144/11-24-05%20011.jpg'/></author><thr:total>0</thr:total></entry></feed>
