<?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-6684959457782517346</id><updated>2011-11-27T16:03:21.141-08:00</updated><title type='text'>about:ubuntu</title><subtitle type='html'>Tips and Tricks for the Hardy Heron version of the Debian-based Ubuntu O/S.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dethtoll.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6684959457782517346/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dethtoll.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dethtoll</name><uri>http://www.blogger.com/profile/04021420079919071043</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6684959457782517346.post-5510358230103471398</id><published>2008-07-17T18:33:00.000-07:00</published><updated>2008-07-23T18:04:19.440-07:00</updated><title type='text'>Initial Ubuntu Setup</title><content type='html'>This post is more of a reference for myself than anything else.  Hopefully you readers also get something out of these tips.&lt;br /&gt;&lt;ul style="font-weight: bold;"&gt;&lt;li&gt;Add the "Force Quit" button to the panel.&lt;/li&gt;&lt;/ul&gt;          This button is used for unresponsive windows.  Sometimes an Ubuntu program will hang, and I started off using a terminal window and the &lt;span style="font-weight: bold;"&gt;ps ux &lt;/span&gt;command to kill the process.  Then I found this little panel addition.  Here is how to add it:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Right-Click on the bottom panel.&lt;/li&gt;&lt;li&gt;Click "Add To Panel".&lt;/li&gt;&lt;li&gt;Scroll down until you see the "Force Quit" menu item.&lt;/li&gt;&lt;li&gt;Select it and click the "Add" button.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;(OPTIONAL)&lt;/span&gt; If you wish to move the button on the taskbar, Right-Click the new button, select "Move", then simply drag the button to where you want it.&lt;/li&gt;&lt;/ol&gt;          Now that you have this button on the panel, if you ever encounter a hanging program, simply click the "Force Quit" button.  Your cursor will become a "&lt;span style="font-weight: bold;"&gt;+&lt;/span&gt;" and you simply need to click the window of the hanging program in order to shut it down.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Install the Restricted Extras&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;This is, hands-down, a required Ubuntu package.  This single package bundles all these separate packages:&lt;br /&gt;&lt;p&gt;&lt;code&gt;cabextract flashplugin-nonfree gsfonts-x11 gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse jackd java-common liba52-0.7.4 libavcodec1d libavutil1d libcdaudio1 libdvdread3 libfaac0 libfaad2-0 libfreebob0 libgsm1 libid3tag0 libjack0 liblame0 libltdl3 libmad0 libmjpegtools0c2a libmms0 libmp4v2-0 libmpcdec3 libmpeg2-4 libqt3-mt libquicktime1 libsidplay1 libsoundtouch1c2 libx264-54 libxvidcore4 msttcorefonts odbcinst1debian1 qjackctl sun-java6-bin sun-java6-jre sun-java6-plugin ubuntu-restricted-extras unixodbc unrar&lt;/code&gt;&lt;/p&gt;To install this package, simply use this command.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sudo apt-get install ubuntu-restricted-extras&lt;/li&gt;&lt;/ul&gt;After that, you should be able to play everything except DVD's, which are addressed by the next step.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Install Media Codecs&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;     Because of copyright restrictions, Ubuntu does not come with any of the dominant codecs installed by default.  Luckily for us, this is not hard to change.&lt;br /&gt;First off, you'll need to add the Medibuntu repository to you package manager.  Open up a terminal window by clicking &lt;span style="font-style: italic;"&gt;Applications-&gt;Accessories-&gt;Terminal&lt;/span&gt;.  After that, input this command.  (Although it is wrapped, it should be written out as one long string.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list &lt;/li&gt;&lt;/ul&gt;          Enter your password when prompted and the Medibuntu repository will be added to your system and you'll be ready to begin installing codecs.&lt;br /&gt;In order to use the repository, you'll want to install Medibuntu’s GPG key to ensure proper authentication.  This is done with this command.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get update&lt;/li&gt;&lt;/ul&gt;          This will update your system, get the GPG key, then update your system again.  Next command will install the most popular video and audio codecs (MP3, WMV, WMA, etc).  To install this package, enter this command into your terminal.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sudo apt-get install w32codecs&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;*(NOTE)* &lt;/span&gt;&lt;span style="font-style: italic;"&gt;If you are using a 64-bit processor, then the package is &lt;span style="font-weight: bold;"&gt;w64codecs&lt;/span&gt;&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;NOT&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;w32codecs&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Enable DVD playability&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;In order to play DVDs on your Ubuntu system, you'll need to install several more packages.  These will enable playback and navigation of DVDs.  Again, enter this command into your terminal window.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;div class="blockcode"&gt; sudo apt-get install libdvdcss2 libdvdread3 libdvdnav4 &lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;Now, once you have the DVD codecs installed, you'll need a program to play your DVD's.  If you installed the restricted extras you should be able to use Totem, (the default media player) to play your DVD's.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Install E-Mail Client&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;This one will basically be a personal preference.  I am a big fan of Mozilla Thunderbird, so that's the one as I use.  Installation is as simple as opening the "Add/Remove Programs" application, select the "Internet" catagory, and scroll through until you find it.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Install the Art-Manager&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;If ou are anything like me, you ike to customize your OS.  Under Ubuntu, this can be quite difficult as choosing the proper theme files can be a challenge.  The Art-Manager simplifies this by detecting and showing you which themes, baskgrounds, login and splash screens are available for you distrobution.  Simply install the Art-Manager in the "Add/Remove Programs" application.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Install Wine&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;This is a great utility for running Windows Executable files (EXE files) inside of a Linux distribution.  To install it, simply find the Wine Windows Emulator in the "Add/Remove Programs" application.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6684959457782517346-5510358230103471398?l=dethtoll.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dethtoll.blogspot.com/feeds/5510358230103471398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6684959457782517346&amp;postID=5510358230103471398' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6684959457782517346/posts/default/5510358230103471398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6684959457782517346/posts/default/5510358230103471398'/><link rel='alternate' type='text/html' href='http://dethtoll.blogspot.com/2008/07/initial-ubuntu-setup.html' title='Initial Ubuntu Setup'/><author><name>Dethtoll</name><uri>http://www.blogger.com/profile/04021420079919071043</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6684959457782517346.post-7478355906462764822</id><published>2008-06-18T11:37:00.000-07:00</published><updated>2008-06-29T17:42:13.048-07:00</updated><title type='text'>Atheros AR5007 Wireless + Ubuntu</title><content type='html'>After using Ubunutu 8.04 (Hardy Heron) for about an hour, I decided to work on getting my Atheros wifi card working.  For some reason, the AR5007EG card does NOT work natively in Ubuntu.  The restricted drivers are installed, yet I still saw no wireless networks right out of the box.&lt;br /&gt;&lt;br /&gt;In order to get the wireless working properly, you must download, compile, and install the MadWifi driver for the card.  Now I know this might sound a little overwhelming to some, but it is actually quite simple, and I'll explain what's going on as we do this little project.&lt;br /&gt;&lt;br /&gt;Here is the step-by-step on doing this, with instructions.  Click &lt;span style="font-style: italic;"&gt;Applications -&gt; Accessories -&gt; Terminal&lt;/span&gt; to open up a terminal window, then start executing these commands in that window:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;span style="font-family:verdana;"&gt;sudo aptitude update &amp;amp;&amp;amp; sudo aptitude -y&lt;/span&gt;&lt;/span&gt; install build-essential linux-headers-$(uname -r)&lt;/li&gt;&lt;li&gt;cd ~&lt;/li&gt;&lt;li&gt;wget -O driver.tar.gz http://snapshots.madwifi.org/special/madwifi-nr-r3366+ar5007.tar.gz&lt;/li&gt;&lt;li&gt;tar xf driver.tar.gz&lt;/li&gt;&lt;li&gt;cd madwifi-*&lt;br /&gt;&lt;/li&gt;&lt;li&gt;make&lt;/li&gt;&lt;li&gt;sudo make install&lt;/li&gt;&lt;li&gt;echo ath_pci | sudo tee -a /etc/modules&lt;/li&gt;&lt;li&gt;sudo modprobe ath_pci&lt;/li&gt;&lt;/ol&gt;Here is what these commands do:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Update your Ubuntu system and install the header files needed for compiling source code.&lt;/li&gt;&lt;li&gt;Change into your home (~) directory.&lt;/li&gt;&lt;li&gt;Download the MadWifi Atheros drivers.&lt;/li&gt;&lt;li&gt;Extract the driver source from the archive.&lt;/li&gt;&lt;li&gt;Change into the driver directory.&lt;/li&gt;&lt;li&gt;Compile the drivers from source.&lt;/li&gt;&lt;li&gt;Install the drivers into your Ubuntu system.&lt;/li&gt;&lt;li&gt;Tell your configuration to load the drivers at startup.&lt;/li&gt;&lt;li&gt;Load the drivers.&lt;/li&gt;&lt;/ol&gt;When you are done that, we have to see if Ubuntu is attempting to use the restricted drivers for your wifi. To do this, we will open up the Hardware Drivers interface by clicking &lt;span style="font-style: italic;"&gt;System -&gt; Administration -&gt; Hardware Drivers&lt;/span&gt;&lt;span&gt;.  Once that window is opened, make sure that the boxes next to any Atheros device drivers are &lt;span style="font-weight: bold;"&gt;unchecked&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;After that, simply do a reboot and your wifi should be working.  If you cannot see the wireless networks in your area, look for a switch on your computer for enabling wireless access.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6684959457782517346-7478355906462764822?l=dethtoll.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dethtoll.blogspot.com/feeds/7478355906462764822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6684959457782517346&amp;postID=7478355906462764822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6684959457782517346/posts/default/7478355906462764822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6684959457782517346/posts/default/7478355906462764822'/><link rel='alternate' type='text/html' href='http://dethtoll.blogspot.com/2008/06/atheros-ar5007-wireless-ubuntu.html' title='Atheros AR5007 Wireless + Ubuntu'/><author><name>Dethtoll</name><uri>http://www.blogger.com/profile/04021420079919071043</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
