<?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:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8927053643189878163</id><updated>2010-07-23T08:51:46.780-05:00</updated><title type='text'>stick online</title><subtitle type='html'>Where I write about things like God and being a real man; Fedora and other software; and whatever else I feel like.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.stick-online.net/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/-/how+to'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/search/label/how%20to'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-8836223528023318253</id><published>2009-06-18T17:21:00.014-05:00</published><updated>2009-09-22T15:52:03.317-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu On A MacBook 5,1</title><content type='html'>After posting my &lt;a href="http://www.stick-online.net/2009/06/ubuntu-904-impressions.html"&gt;short review of Ubuntu 9.04&lt;/a&gt; a couple of days ago, I felt that I had not done justice to it, nor to the effort I've poured into learning it. This post will attempt to both provide interested parties (myself included) with a complete reference, and chronicle my missteps in a (hopefully temporary) migration to Ubuntu.&lt;br /&gt;
&lt;br /&gt;
First, set up your partitioning. I've been &lt;a href="http://www.stick-online.net/2008/11/fedora-10-on-new-macbook.html"&gt;dual-booting Fedora 10 and Mac OS X&lt;/a&gt; on my MacBook for a pretty good while, so this was already done. If your MacBook has only OS X, you'll want to follow the &lt;a href="https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation#Dual-Boot:%20Mac%20OSX%20and%20Ubuntu"&gt;guide here to set up dual-booting&lt;/a&gt; with BootCamp, or if you're sure Ubuntu is for you, then follow &lt;a href="https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation#Single-Boot:%20Ubuntu%20Only"&gt;this guide to set up for single-booting&lt;/a&gt;. As I mentioned, I had &lt;a href="http://www.stick-online.net/2009/06/fedora-11-impressions.html"&gt;Fedora 11 in a separate partition already&lt;/a&gt;, so I didn't need to do any partitioning. At this point, be sure that you install &lt;a href="http://refit.sourceforge.net/"&gt;rEFIt&lt;/a&gt; in OS X for dual-booting. If you want Ubuntu (or whatever you're putting on your MacBook) to boot by default, &lt;a href="http://refit.sourceforge.net/doc/c3s3_config.html"&gt;uncomment the "legacyfirst" item at the end of refit.conf&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Now, go &lt;a href="http://www.ubuntu.com/getubuntu"&gt;get Ubuntu&lt;/a&gt;. If you've got a MacBook and you're reading this site using said MacBook, I recommend using &lt;a href="http://www.ubuntu.com/getubuntu/downloadmirrors#bt"&gt;BitTorrent&lt;/a&gt;, but you can also order a free CD or DVD. There are several options for which disk to order or which image download. I have installed Ubuntu to my MacBook using the Desktop and Alternate CDs. I tried using the "&lt;a href="https://help.ubuntu.com/community/Installation/MinimalCD"&gt;Minimal&lt;/a&gt;" CD - it doesn't work. I downloaded it after reading &lt;a href="http://ubuntuforums.org/showthread.php?t=1155961"&gt;this post about Ubuntu-Desktop-Minimal&lt;/a&gt;, but at the end of the installation it fails to correctly install the kernel. I later found that the Alternate install disk allows you to chose a command-line system install which results in a similarly minimalist system. I recommend the Alternate install disk for minimal installations and also for anyone who wants to encrypt any part of their hard disk in Ubuntu. As I will detail later, full disk encryption breaks the trackpad on the aluminum MacBook, but the Alternate disk allows you to at least encrypt the home directory of your first user.&lt;br /&gt;
&lt;br /&gt;
During the install, I chose to use four partitions as follows:&lt;ul style="margin: 0px;"&gt;&lt;li&gt;/boot, 100MB&lt;/li&gt;&lt;li&gt;/, 10GB&lt;/li&gt;&lt;li&gt;/home, as big as possible&lt;/li&gt;&lt;li&gt;swap, 2GB&lt;/li&gt;&lt;/ul&gt;If you have more than 2GB of ram in your MacBook, you'll want more than 2GB swap; with a laptop, you need an equal amount of swap space as ram to store an image for resuming from hibernation. If you don't think you'll ever reinstall your system, or you don't care, you can also leave out the separate /home partition and just make / as big as possible. Partition it however you want; I know plenty of people who break out /usr, /var, and /tmp as well. Install the boot loader on /dev/sda; rEFIt will handle it best there.&lt;br /&gt;
&lt;br /&gt;
***NOTE: Do not encrypt anything at this stage. If you opt for full-disk encryption, you'll need to be able to type in a password during boot. The keyboard, which runs off the usbhid driver, will be unusable during the boot sequence &lt;a href="https://help.ubuntu.com/community/MacBook5-1/Jaunty#Trackpad"&gt;if you want your trackpad to work&lt;/a&gt;. I want my trackpad to work, and I also want encryption. &lt;a href="http://oei.yungchin.nl/2008/04/23/installing-ubuntu-804-with-full-disk-encryption/"&gt;Encryption works&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/a&gt; (the linked guide is great), and the computer works until you blacklist usbhid; then it doesn't work. You'll have to reinstall your system because no USB keyboard will work and there is no PS/2 port on the MacBook.&lt;br /&gt;
&lt;br /&gt;
After installation, you'll want to follow the &lt;a href="https://help.ubuntu.com/community/MacBook5-1/Jaunty"&gt;Ubuntu community guide for MacBooks and Jaunty&lt;/a&gt;; it's pretty thorough and makes everything work. I had to fiddle around with the trackpad configuration file they provide to make it meet my expectations, but overall it's a good guide. If you went the route I did and installed a command-line system from the Alternate disk, you'll want to plug in an ethernet connection and run the first command from the &lt;a href="http://ubuntuforums.org/showthread.php?t=1155961"&gt;Ubuntu-Desktop-Minimal script&lt;/a&gt; to set up a GNOME environment, and &lt;a href="https://help.ubuntu.com/community/MacBook5-1/Jaunty#Enable%20laptop-mode"&gt;to enable laptop mode as in the guide&lt;/a&gt; for battery saving, you'll need the package acpi-support as well. Last thing the guide skips over is installing flash and DVD playback. Luckily, flash is installed &lt;a href="http://www.alphatek.info/2008/11/25/fedora-10-x86-64-flash-10-and-sound/"&gt;the same way as in Fedora 10&lt;/a&gt;, and &lt;a href="http://ubuntuguide.org/wiki/Ubuntu:Jaunty#DVD_Playback_Capability"&gt;libdvdcss2 is available for easy download&lt;/a&gt;. I modified the minimal desktop command heavily to get my preferred &lt;a href="http://www.stick-online.net/2009/01/fvwm-screenshots-and-config.html"&gt;FVWM desktop&lt;/a&gt; up and running as well. You'll have to add the &lt;a href="http://www.getdropbox.com/downloading"&gt;Dropbox Ubuntu repositories&lt;/a&gt; before you can run it.&lt;blockquote style="background-color: rgb(204, 204, 204);"&gt;sudo apt-get install conky fast-user-switch-applet fvwm gimp keepassx mrxvt nautilus-actions nautilus-cd-burner nautilus-dropbox nautilus-image-converter nautilus-open-terminal network-manager pidgin pidgin-otr transmission trayer vim-gtk vlc wireless-tools x11-xfs-utils xfs&lt;/blockquote&gt;I found a "tutorial" on &lt;a href="http://ubuntu-tutorials.com/2008/03/18/how-to-install-selinux-on-ubuntu-804-hardy-heron/"&gt;installing SELinux in Ubuntu 8.04&lt;/a&gt;, which purported to work for 9.04 as well, but I haven't seen any indication that SELinux is working and apt-get wants to remove it for me any chance it gets, so I don't recommend SELinux at this point. I haven't had a chance to look into AppArmor, but whatever.&lt;br /&gt;
&lt;br /&gt;
The &lt;a href="https://wiki.ubuntu.com/NotifyOSD"&gt;NotifyOSD&lt;/a&gt; package in Jaunty provides slick system-wide notifications for pidgin, &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/9622"&gt;firefox&lt;/a&gt;, transmission, and other apps, but they're too slick ("&lt;a href="http://glyph.twistedmatrix.com/2009/04/notification-disappointment-in-ubuntu.html"&gt;wow, what a disaster&lt;/a&gt;"). I recommend removing the package and sticking with the regular notification-daemon package, since it is configurable on the application level and the notifications respond to clicks. What I'd really like to use is something like &lt;a href="http://www.mumbles-project.org/"&gt;mumbles&lt;/a&gt;, but I tried it, had no success, and eventually uninstalled.&lt;br /&gt;
&lt;br /&gt;
To use Google software, such as Picasa, you'll want to &lt;a href="http://www.google.com/linuxrepositories/apt.html"&gt;add the Google software repos&lt;/a&gt; to &lt;span style="background-color: rgb(204, 204, 204);"&gt;/etc/apt/sources.list&lt;/span&gt;, then install the Google key and update apt using the two commands below:
&lt;blockquote style="background-color: rgb(204, 204, 204);"&gt;wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update&lt;/blockquote&gt;

At this point my main gripes with Ubuntu are threefold:
&lt;ol style="margin-top: 0px;"&gt;
&lt;li&gt;No full-disk encryption (with the MacBook). I'm pretty unsure about the user home directory encryption I've got right now. Documentation is sparse and it's apparently not overly strong encryption.&lt;/li&gt;
&lt;li&gt;Printing. I have a Canon MP210 printer/scanner. It works in Fedora, since the i386 drivers provided by Canon can be installed on an x86_64 system. Not so in Ubuntu, at least that I've been able to find.&lt;/li&gt;
&lt;li&gt;SELinux. I'd really like to have it back.&lt;/li&gt;
&lt;/ol&gt;
Any other tips/tricks/comments? Anyone know how to get SELinux or my printer working? Any workarounds for blacklisting the usbhid driver and still being able to get a password typed in to unlock encrypted partitions?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-8836223528023318253?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/8836223528023318253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2009/06/how-to-run-ubuntu-on-macbook-51.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/8836223528023318253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/8836223528023318253'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2009/06/how-to-run-ubuntu-on-macbook-51.html' title='Ubuntu On A MacBook 5,1'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-7167305997574904652</id><published>2009-05-16T12:16:00.003-05:00</published><updated>2009-05-16T15:02:11.089-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='quiet time'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>SPECK Highlighting</title><content type='html'>When I'm reading my Bible, I often find it helpful to mark certain passages because they seem especially important, but I've never had any method for deciding which ones to mark. A friend showed me this technique several months ago and I couldn't find any place where it's explained online (if you know of one, please post it in the comments!), so here it is. This is the best method I've found for highlighting important verses to find them later. I highlight using five colors; other variations of the technique exist using four, or six, or seven. Here's the list, with a few examples:
&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;ins to avoid (Yellow) - I Samuel 13:13, Matthew 5:19, I Corinthians 12:21
&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;P&lt;/span&gt;romises from God (Green) - I Samuel 12:22, Matthew 5:19, Philippians 3:20-21
&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;E&lt;/span&gt;xamples to follow (Orange) - I Samuel 16:18, Matthew 14:28, I Timothy 3:2-3
&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;C&lt;/span&gt;ommands from God (Blue) - I Samuel 12:20, Matthew 10:16, II Timothy 2:1-2
&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;K&lt;/span&gt;nowledge to understand (Brown) - I Samuel 15:22, Psalm 119:1-2, I John 5:11-12
&lt;/li&gt;&lt;/ul&gt;What do you highlight? Or do you not highlight anything?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-7167305997574904652?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/7167305997574904652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2009/05/speck-highlighting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7167305997574904652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7167305997574904652'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2009/05/speck-highlighting.html' title='SPECK Highlighting'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-3366166395665600204</id><published>2009-04-25T12:23:00.006-05:00</published><updated>2009-04-25T13:19:59.245-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>Fixing Microsoft Windows</title><content type='html'>I've spent the last few days helping out some old friends with their four Windows XP computers (all from Dell) and it amazes me the amount of stuff I needed to do. My friends wanted me to wipe three of the four computers and see what I could do to speed up the fourth (I couldn't wipe it as it actually belongs to their church and too many people use it for me to have talked to each of them about what they actually needed backed up). Here's a consolidated list of the things I did and wished I could have done to each of the computers.
&lt;ol&gt;&lt;li&gt;Back up necessary documents and settings.
&lt;/li&gt;&lt;li&gt;Create an install disk with &lt;a href="http://www.nliteos.com/"&gt;nLite&lt;/a&gt;: I didn't actually get to do this with any of the computers I worked with this week, but removing Outlook Express, MSN Explorer, MSN/Windows Messenger, and Windows Media Player and integrating service packs before I even did the install would have been a great start.&lt;/li&gt;&lt;li&gt;Install Windows while disconnected from the internet - why put a completely unprotected computer on the network?&lt;/li&gt;&lt;li&gt;Install antivirus software and hardware drivers from a thumbdrive: I downloaded &lt;a href="http://free.avg.com/"&gt;AVG Free Antivirus&lt;/a&gt; and each Dell's required hardware drivers to a thumbdrive on another computer and then ran the installers that way. AVG's installer was the first of many that presented me with the option to install a toolbar (AVG, Google, Yahoo!, Yahoo!CCleaner, MSN, etc), and as a rule I don't install any of them.
&lt;/li&gt;&lt;li&gt;Connect to the network and run &lt;a href="http://update.mircosoft.com/microsoftupdate/v6/default.aspx"&gt;Microsoft Update&lt;/a&gt;: This takes forever (and multiple iterations), but it's got to be done - and I firmly believe it should be done immediately upon installation. I installed every update except those dealing with Messenger and WindowsLive; for those updates I check the little "never show this update again" box.&lt;/li&gt;&lt;li&gt;Install &lt;a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx"&gt;Windows Defender&lt;/a&gt; and &lt;a href="http://www.ccleaner.com/"&gt;CCleaner&lt;/a&gt;: I'm glad &lt;a href="http://fedoraproject.org/"&gt;Fedora&lt;/a&gt; doesn't need all this stuff to protect it!&lt;/li&gt;&lt;li&gt;Install &lt;a href="http://get.adobe.com/flashplayer/"&gt;Flash&lt;/a&gt;, &lt;a href="http://www.java.com/"&gt;Java&lt;/a&gt;, and &lt;a href="http://silverlight.net/"&gt;Silverlight&lt;/a&gt;: My friends are not the most computer-saavy (hence Windows), and even if the computer was for me, I'd need these three programs to get the most out of the internet.
&lt;/li&gt;&lt;li&gt;Install &lt;a href="http://lifehacker.com/384545/superior-alternatives-to-crappy-windows-software"&gt;alternatives&lt;/a&gt; for AdobeReader, Quicktime, and RealPlayer: I chose to use &lt;a href="http://blog.kowalczyk.info/software/sumatrapdf/index.html"&gt;SumatraPDF&lt;/a&gt;, &lt;a href="http://codecguide.com/about_qt.htm"&gt;QuickTime Alternative&lt;/a&gt;, and &lt;a href="http://www.free-codecs.com/download/Real_alternative.htm"&gt;Real Alterative&lt;/a&gt;. Again, these are essential programs for everyday use.&lt;/li&gt;&lt;li&gt;Decide, based on how the computer will be used, which other basic software is needed:&lt;ul&gt;&lt;li&gt;&lt;a href="http://lifehacker.com/5200534/install-itunes-without-the-extra-bloat"&gt;iTunes&lt;/a&gt;: My friends all use iTunes to download music, so I installed the &lt;a href="http://www.ajuaonline.com/custom-installers/"&gt;bloat-free version&lt;/a&gt; that works with QuickTime Alternative.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.pidgin.im/"&gt;Pidgin&lt;/a&gt;: AIM, ICQ, Jabber, MSN Messenger... all in one.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.skype.com/"&gt;Skype&lt;/a&gt;: All arguments against it aside, it does work, and it's free....
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Install whatever specialized software is needed: I'd love to say I installed &lt;a href="http://www.openoffice.org/"&gt;OpenOffice&lt;/a&gt; for my friends, but it's unacceptable to them to have any inconsistencies whatsoever in their Word documents and PowerPoint presentations, so Microsoft Office got added in; one of my friends is a pastor, so &lt;a href="http://www.biblesoft.com/"&gt;PC Study Bible&lt;/a&gt; and &lt;a href="http://www.ilumina.com/home/default.asp"&gt;iLumina&lt;/a&gt; were added to his as well. Whatever other software is necessary goes in this category.&lt;/li&gt;&lt;li&gt;Copy in backed-up documents and settings.
&lt;/li&gt;&lt;li&gt;Set up email in Outlook and the desired homepage(s) in Internet Explorer. Again, I wish I could have moved my friends to &lt;a href="http://www.mozillamessaging.com/en-US/thunderbird/"&gt;Thunderbird&lt;/a&gt; and &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt; or &lt;a href="http://www.opera.com/"&gt;Opera&lt;/a&gt;, but I didn't know any way to make Blackberry software work with Thunderbird and my friends just won't understand using a browser other than IE, which is necessary for Microsoft Update anyway.&lt;/li&gt;&lt;li&gt;Run Microsoft Update again (as many times as necessary until it finds no new updates), reboot, run CCleaner, and defragment to finish everything right.
&lt;/li&gt;&lt;/ol&gt;If you think I made any mistakes or missed anything, I'd love to hear about it in the comments!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-3366166395665600204?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/3366166395665600204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2009/04/fixing-microsoft-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/3366166395665600204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/3366166395665600204'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2009/04/fixing-microsoft-windows.html' title='Fixing Microsoft Windows'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-7837985993134856673</id><published>2009-02-27T11:29:00.003-06:00</published><updated>2009-02-27T11:31:57.065-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='quiet time'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>Lent</title><content type='html'>I've discovered that BibleGateway has a great &lt;a href="http://www.biblegateway.com/resources/readingplans/index.php/today?plan=7"&gt;Lent Reading Plan&lt;/a&gt; - all four gospels and a few other passages during the 40 days of &lt;a href="http://en.wikipedia.org/wiki/Lent"&gt;Lent&lt;/a&gt;. I know I'm a couple of days late, but I'm going to add it to my daily readings for the next 38 days!

BibleGateway has a &lt;a href="http://www.biblegateway.com/resources/readingplans/more.php"&gt;few other reading plans available&lt;/a&gt;, as well, that I may delve into once Easter arrives.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-7837985993134856673?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/7837985993134856673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2009/02/lent.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7837985993134856673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7837985993134856673'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2009/02/lent.html' title='Lent'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-6932027071672085055</id><published>2009-02-15T11:00:00.015-06:00</published><updated>2009-09-22T16:26:50.668-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='real man'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>How To Be A Real Man</title><content type='html'>This is a list of verses I've found that speak about real men, or what it means to be a man...&lt;br /&gt;
&lt;br /&gt;
Genesis 4:26(b) -&gt; Call upon the LORD&lt;br /&gt;
I Samuel 16:18 -&gt; Musical, valorous, prudent, and the LORD's favor&lt;br /&gt;
Proverbs 24:16 -&gt; Persevere&lt;br /&gt;
Matthew 5:13-16 -&gt; Be different from the world's ideas&lt;br /&gt;
Ephesians 4:11-16 -&gt; United with other believers and speaking truth&lt;br /&gt;
Ephesians 4:25-32 -&gt; Speaking truth; not being controlled by anger&lt;br /&gt;
Colossians 3:19,21 -&gt; Love his wife and children&lt;br /&gt;
Colossians 3:23-24 -&gt; Do everything to the best of his ability&lt;br /&gt;
I Timothy 3:2-13 -&gt; Above reproach, free from vices&lt;br /&gt;
Titus 1:6-9 -&gt; Not addicted to alcohol or quick-tempered&lt;br /&gt;
Titus 2:2, 6-8 -&gt; Temperate, sensible, sound in faith and doctrine&lt;br /&gt;
Hebrews 13:7 -&gt; Imitating Godly mentors and models&lt;br /&gt;
James 4:10 -&gt; Humble&lt;br /&gt;
I Peter 3:7 -&gt; Love his wife and care for her&lt;br /&gt;
II Peter 1:5-8 -&gt; Constantly growing in order to be productive&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-6932027071672085055?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/6932027071672085055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2009/02/this-is-just-list-of-verses-ive-found.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/6932027071672085055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/6932027071672085055'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2009/02/this-is-just-list-of-verses-ive-found.html' title='How To Be A Real Man'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-7906929358554766712</id><published>2009-01-22T08:53:00.024-06:00</published><updated>2009-09-22T16:30:30.741-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>How To Configure Fedora 10</title><content type='html'>[EDIT 29 Jan 2009:] I just figured out something very important. Upon completion of the "&lt;a href="http://www.hulu.com/firefly"&gt;Firefly&lt;/a&gt;" series on Hulu.com, I pop in my DVD of Serenity, and... nothing. VLC won't open it, neither will xine, nothing. Having used libdvdcss in the past, I immediately go to yum and try to install it, but it isn't there. Afer searching teh blagoweb for several minutes, I finally find, in a comment on this post, that the repo at &lt;a href="http://rpm.livna.org/"&gt;rpm.livna.org&lt;/a&gt; is still up to serve one package that RPMFusion refuses to carry. Guess what that package was? The first long command in this guide now installs the livna repository and libdvdcss.[/EDIT]&lt;br /&gt;
&lt;br /&gt;
After several months of &lt;a href="http://www.stick-online.net/2008/12/screenshot-macbook-fedora-10-fvwm_22.html"&gt;working fine&lt;/a&gt;, one of Fedora 10's updates last week killed my &lt;a href="http://www.stick-online.net/2008/11/fedora-10-on-new-macbook.html"&gt;MacBook&lt;/a&gt;'s networking capability. I tried everything I could think of, but to no avail, so last night I reinstalled Fedora 10, and I realized that I do a lot of post-install configuration work that I don't have saved on this blog, so here's How I Configure Fedora 10.&lt;br /&gt;
&lt;br /&gt;
PRE-INSTALL (MacBook):&lt;br /&gt;
Partition your drive using Boot Camp... you really only need to use it to shrink the Mac OS X hfs+ partition. The rest of the partitioning doesn't matter.&lt;br /&gt;
Install &lt;a href="http://refit.sourceforge.net/"&gt;rEFIt&lt;/a&gt;.&lt;br /&gt;
Install the &lt;a href="http://www5e.biglobe.ne.jp/%7Earcana/StartupSound/BETA/index.en.html"&gt;StartupSound.prefPane&lt;/a&gt; in Mac OS X and mute the startup noise... unless you really love annoying everyone around you every time you turn on your computer.&lt;br /&gt;
&lt;br /&gt;
INSTALL:&lt;br /&gt;
During my install, which I generally do from the Fedora 10 netinstall CD (which I get via &lt;a href="http://torrent.fedoraproject.org/"&gt;bittorrent&lt;/a&gt;), I usually make a / partition (about 15GB, ext3), a swap partition (2 or 3GB, swap), and a /home partition (whatever is left, ext3). The EFI boot system on the MacBook requires a /boot partition (100MB, ext3). I always set a hostname for the computer, and for package selection, I uncheck everything except the "Base," "Java," and "X Window System" groups. If you use &lt;a href="http://www.gnome.org/"&gt;GNOME&lt;/a&gt;, &lt;a href="http://www.kde.org/"&gt;KDE&lt;/a&gt;, &lt;a href="http://www.xfce.org/"&gt;XFCE&lt;/a&gt;, or whatever other window manager aside from &lt;a href="http://www.fvwm.org/"&gt;FVWM&lt;/a&gt;, then you should check the appropriate box at that point and remove "fvwm" from the long command listed next.&lt;br /&gt;
&lt;br /&gt;
POST-INSTALL COMMAND LINE:&lt;br /&gt;
You can do a lot with one command. This command removes PackageKit, the Totem line of media players, and the Presto yum plugin, adds the Adobe, Google, Livna, &lt;a href="http://www.fedorajunkies.com/"&gt;FedoraJunkies&lt;/a&gt;, and RPMFusion software repositories, and adds in &lt;a href="http://www.stick-online.net/2008/11/essential-software.html"&gt;all the software I use&lt;/a&gt; on a regular basis. It also &lt;a href="http://mozillalinks.org/wp/2009/01/update-firefox%E2%80%99s-search-bar-with-new-google-favicon-again/"&gt;fixes the Google favicon mismatch&lt;/a&gt; in Firefox. The last thing that happens is &lt;span style="color: rgb(51, 0, 0);font-family:courier new;" &gt;sensors-detect&lt;/span&gt;, which helps the kernel to know what hardware sensors are available on your computer. You'll have to manually enter "yes" to each of it's questions.&lt;br /&gt;
&lt;br /&gt;
64-bit,  including MacBook: &lt;span style="background-color:#CCCCCC" &gt;yum -y install yum-fastestmirror &amp;amp;&amp;amp; yum -y remove *packagekit* *PackageKit* *totem* yum-presto &amp;amp;&amp;amp; rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm &amp;amp;&amp;amp; rpm -ivh http://rpm.livna.org/livna-release.rpm &amp;amp;&amp;amp; wget https://dl-ssl.google.com/linux/linux_signing_key.pub &amp;amp;&amp;amp; rpm --import linux_signing_key.pub &amp;amp;&amp;amp; cd /etc/yum.repos.d/ &amp;amp;&amp;amp; wget http://nstickney.googlepages.com/google.repo http://nstickney.googlepages.com/google64.repo http://nstickney.googlepages.com/fedorajunkies.repo &amp;amp;&amp;amp; cd &amp;amp;&amp;amp; yum -y update &amp;amp;&amp;amp; yum -y install aterm AdobeReader_enu boinc-client boinc-manager conky firefox fvwm gcc gdm gimp gnome-mount-nautilus-properties gnomesword gnupg google-desktop-linux gparted grip  gvim imlib2 imlib2-devel libdvdcss libogg mozilla-vlc mpc mpd numlockx padevchooser paman paprefs pavucontrol pavumeter picasa pidgin pidgin-libnotify pidgin-otr sonata thunderbird thunderbird-lightning transmission scrot vlc yumex &amp;amp;&amp;amp; yum -y install *fonts* nautilus* pulseaudio* --exclude=*debug --exclude=*devel &amp;amp;&amp;amp; cd /usr/lib64/mozilla/plugins/ &amp;amp;&amp;amp; wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz &amp;amp;&amp;amp; tar -xvzf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz &amp;amp;&amp;amp; cd /usr/lib64/firefox-*/searchplugins/ &amp;amp;&amp;amp; rm -rf google.xml &amp;amp;&amp;amp; wget http://www.mozillalinks.org/download/google.xml &amp;amp;&amp;amp; cd &amp;amp;&amp;amp; wget http://dnmouse.org/fedora/truecrypt/10/x86_64/truecrypt-6.1-1.fc10.x86_64.rpm &amp;amp;&amp;amp; yum -y install truecrypt-6.1-1.fc10.x86_64.rpm &amp;amp;&amp;amp; rm -rf truecrypt-6.1-1.fc10.x86_64.rpm &amp;amp;&amp;amp; sensors-detect&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
32-bit: &lt;span style="background-color:#CCCCCC" &gt;yum -y install yum-fastestmirror &amp;amp;&amp;amp; yum -y remove *packagekit* *PackageKit* *totem* yum-presto &amp;amp;&amp;amp; rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm &amp;amp;&amp;amp; rpm -ivh http://rpm.livna.org/livna-release.rpm &amp;amp;&amp;amp; wget https://dl-ssl.google.com/linux/linux_signing_key.pub &amp;amp;&amp;amp; rpm --import linux_signing_key.pub &amp;amp;&amp;amp; cd /etc/yum.repos.d/ &amp;amp;&amp;amp; wget http://nstickney.googlepages.com/google.repo http://nstickney.googlepages.com/fedorajunkies.repo &amp;amp;&amp;amp; cd &amp;amp;&amp;amp; yum -y update &amp;amp;&amp;amp; yum -y install aterm AdobeReader_enu boinc-client boinc-manager conky firefox flash-pluin fvwm gcc gdm gimp gnome-mount-nautilus-properties gnomesword gnupg google-desktop-linux gparted grip  gvim imlib2 imlib2-devel libdvdcss libogg mozilla-vlc mpc mpd numlockx padevchooser paman paprefs pavucontrol pavumeter picasa pidgin pidgin-libnotify pidgin-otr sonata thunderbird thunderbird-lightning transmission scrot vlc yumex &amp;amp;&amp;amp; yum -y install *fonts* nautilus* --exclude=*debug --exclude=*devel &amp;amp;&amp;amp; cd /usr/lib/firefox-*/searchplugins/ &amp;amp;&amp;amp; rm -rf google.xml &amp;amp;&amp;amp; wget http://www.mozillalinks.org/download/google.xml &amp;amp;&amp;amp; cd &amp;amp;&amp;amp; wget http://dnmouse.org/fedora/truecrypt/10/i386/truecrypt-6.1-1.fc10.i386.rpm &amp;amp;&amp;amp; yum -y install truecrypt-6.1-1.fc10.i386.rpm &amp;amp;&amp;amp; rm -rf truecrypt-6.1-1.fc10.i386.rpm &amp;amp;&amp;amp; sensors-detect&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
HARDWARE SPECIFIC COMMAND LINE:&lt;br /&gt;
If you have an aluminum MacBook, you're probably wondering why you have no video... To fix it, add support for the nVidia video card with the following command, which also adds networking support for the Broadcom wireless card. The second half of the command (after "&amp;amp;&amp;amp;") fixes the soundcard detection for the new MacBooks. For Fedora to start a GUI automatically on a new MacBook, you'll have to edit the file &lt;span style="background-color:#CCCCCC" &gt;/etc/inittab&lt;/span&gt; and change the "3" in the very bottom line to a "5" (&lt;span style="background-color:#CCCCCC" &gt;id:3:initdefault:&lt;/span&gt; becomes &lt;span style="background-color:#CCCCCC" &gt;id:5:initdefault:&lt;/span&gt;).&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum -y install kmod-nvidia kmod-wl &amp;amp;&amp;amp; echo "options snd_hda_intel model=mbp3" &gt;&gt; /etc/modprobe.d/sound&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The wireless card on my fiancé's laptop (2004 model 17" Dell Precision M60) is a Broadcom card, but it's older than the one in the MacBook and so the kmod-wl driver solution doesn't work. Ndiswrapper to the rescue! Note: substitute in a link to your card's WindowsXP drivers package where I put "R115321.EXE" in this command -- you'll have to find it on your own.&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum -y install kmod-ndiswrapper &amp;amp;&amp;amp; mkdir wld &amp;amp;&amp;amp; cd wld &amp;amp;&amp;amp; wget http://ftp.us.dell.com/network/R115321.EXE &amp;amp;&amp;amp; unzip R115321.EXE &amp;amp;&amp;amp; cd DRIVER &amp;amp;&amp;amp; ndiswrapper -i bcmwl5.inf &amp;amp;&amp;amp; cd &amp;amp;&amp;amp; rm -rf wld &amp;amp;&amp;amp; ndiswrapper -m&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
My desktop computer has an ATI video card; to make it work, I installed the kmod-fglrx package from RPMFusion.&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum -y remove xorg-x11-drv-ati &amp;amp;&amp;amp; yum -y install kmod-fglrx&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
My desktop's wireless card is a Netgear card, but the important thing is that it's an Atheros chipset... an AR5212/AR5213 to be exact. To make it work, I simply installed the &lt;a href="http://madwifi.org/"&gt;Madwifi&lt;/a&gt; drivers.&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum -y install kmod-madwifi&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
If you're just now getting video, you'll realize that Fedora 10 won't let you log into a GUI session as root. So you'll have to make a user. If you had video from the beginning, you probably made a user during the GUI setup the first time you booted after installation. If so, you don't need to do this.&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;useradd new_username -p&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I have a Canon Pixma MP210 printer, and it also requires some special work. The command below gets the four required .rpm driver files from the &lt;a href="http://www.canon.com.au/products/all_in_one_printers/all_in_one_printers/mp210_support.aspx"&gt;Canon Australia support page&lt;/a&gt; and installs them, along with their dependencies.&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;cd &amp;amp;&amp;amp; rm -rf *.rpm &amp;amp;&amp;amp; wget http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMDgyNzAx http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMDg0NDAx http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMDg0MjAx http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMDgzMTAx &amp;amp;&amp;amp; yum -y install *.rpm --nogpgcheck &amp;amp;&amp;amp; rm -rf *.rpm&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
FINALIZING COMMAND LINE CONFIG:&lt;br /&gt;
Clean everything up and reboot to GUI.&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum -y update &amp;amp;&amp;amp; yum -y clean all &amp;amp;&amp;amp; rpm --rebuilddb &amp;amp;&amp;amp; updatedb &amp;amp;&amp;amp; reboot&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
POST-INSTALL GUI:&lt;br /&gt;
As I mentioned &lt;a href="http://www.stick-online.net/2008/12/f10-on-aluminum-macbook-sound-working.html"&gt;in this post&lt;/a&gt;, PulseAudio doesn't work right out of the box for some people; to fix it, add &lt;span style="background-color:#CCCCCC" &gt;tsched=0&lt;/span&gt; to the end of the line &lt;span style="background-color:#CCCCCC" &gt;load-module module-hal-detect&lt;/span&gt; in the file &lt;span style="background-color:#CCCCCC" &gt;/etc/pulse/default.pa&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
The applesmc kernel module allows control of fans and sensors in Apple hardware. Instructions for autoloading the module at boot are available at Cenolan's &lt;a href="http://www.cenolan.com/2008/11/installing-fedora-10-macbook/#toc-apple-smc-optional"&gt;guide for installing Fedora 10&lt;/a&gt; on older MacBooks. That guide also includes information for &lt;a href="http://www.cenolan.com/2008/11/installing-fedora-10-macbook/#toc-plymouth-graphical-boot-optional"&gt;getting the Plymouth graphical boot loader working&lt;/a&gt; on MacBooks; I don't use Plymouth, prefering a text-only boot (see next paragraph)... but the guide works as advertised.&lt;br /&gt;
&lt;br /&gt;
My preference is a text-only boot, and I like to actually see the boot menu, even when it only has one item. Both are easy enough with grub. I simply delete the line &lt;span style="background-color:#CCCCCC" &gt;hiddenmenu&lt;/span&gt; and any instances of &lt;span style="background-color:#CCCCCC" &gt;rghb quiet&lt;/span&gt; from the file &lt;span style="background-color:#CCCCCC" &gt;/etc/grub.conf&lt;/span&gt; and set the &lt;span style="background-color:#CCCCCC" &gt;timeout&lt;/span&gt; value to "3".&lt;br /&gt;
&lt;br /&gt;
A default Fedora 10 install starts a lot of services at boot, many of which I don't need. Mauriat Miranda has a pretty good explanation of them at &lt;a href="http://www.mjmwired.net/resources/mjm-services-f10.html"&gt;his website&lt;/a&gt;. I generally run &lt;span style="background-color:#CCCCCC" &gt;system-config-services&lt;/span&gt; and set it so that everything is disabled except the following: acpid, auditd, cpuspeed, cups, gpm, haldaemon, ip6tables, iptables, kerneloops, lm_sensors, messagebus, microcode_ctl, network, portreserve, rsyslog, setroubleshoot, and udev-post. Many people like to have NetworkManager running as it can automate switching wireless networks (great for laptops), but it's never worked for me, so I disable it and enable network. If you are running a software raid array, you should also enable mdmonitor.&lt;br /&gt;
&lt;br /&gt;
My post about essential software covers all the &lt;a href="https://addons.mozilla.org/"&gt;Firefox/Thunderbird extensions&lt;/a&gt;, &lt;a href="http://userscripts.org/"&gt;Greasemonkey scripts&lt;/a&gt;, and other bits and pieces, and there's no real need to list it all again, so here's a &lt;a href="http://www.stick-online.net/2008/11/essential-software.html"&gt;link to that post&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
My last steps are to install my personal FVWM and other configuration files... but that's another whole post, or a &lt;a href="http://fvwm.lair.be/"&gt;few thousand&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-7906929358554766712?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/7906929358554766712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2009/01/how-to-configure-fedora-10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7906929358554766712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7906929358554766712'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2009/01/how-to-configure-fedora-10.html' title='How To Configure Fedora 10'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-7768426006319238804</id><published>2008-12-18T16:26:00.002-06:00</published><updated>2009-09-22T16:34:46.500-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>F10 on Aluminum MacBook: Sound Working</title><content type='html'>Update to &lt;a href="http://www.stick-online.net/2008/11/fedora-10-on-new-macbook.html"&gt;this post&lt;/a&gt; about installing Fedora 10 on a brand-new MacBook...&lt;br /&gt;
&lt;br /&gt;
To make the sound work, at least from the headphone jack, I had to run this command, from a &lt;a href="http://nareshv.blogspot.com/2008/10/fedora-10-beta-64-bit-on-macbook-pro-41.html"&gt;guide Naresh put up on his blog&lt;/a&gt;...&lt;br /&gt;
&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;echo "options snd_hda_intel model=mbp3" &gt;&gt; /etc/modprobe.d/sound&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
This sets the soundcard model option for the sound server. I then followed &lt;a href="http://forums.fedoraforum.org/showthread.php?t=206868"&gt;this guide&lt;/a&gt; to get PulseAudio running by changing one line of the pulseaudio config file /etc/pulse/default.pa, adding &lt;span style="background-color:#CCCCCC" &gt;tsched=0&lt;/span&gt; to the end of the line &lt;span style="color: rgb(51, 0, 0);font-family:courier new;" &gt;load-module module-hal-detect&lt;/span&gt;. It also directed me to install a bunch of PulseAudio packages, some of which don't exist and others I didn't need. The command I ended up running is below. I'm not sure if all of these packages are necessary; most of them were already on my system. In any case, sound works now. Out of the headphone port.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum -y install pavucontrol pavumeter paman padevchooser paprefs alsa-plugins-pulseaudio  pulseaudio pulseaudio-core-libs pulseaudio-esound-compat pulseaudio-libs pulseaudio-libs-glib2 pulseaudio-libs-zeroconf pulseaudio-module-gconf pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils xine-lib-pulseaudio&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-7768426006319238804?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/7768426006319238804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2008/12/f10-on-aluminum-macbook-sound-working.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7768426006319238804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7768426006319238804'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2008/12/f10-on-aluminum-macbook-sound-working.html' title='F10 on Aluminum MacBook: Sound Working'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8927053643189878163.post-7764732094069228746</id><published>2008-11-28T15:30:00.015-06:00</published><updated>2009-09-22T16:38:27.704-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='software'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>Fedora 10 on a new MacBook</title><content type='html'>That's right, folks, I'm running &lt;a href="http://fedoraproject.org/"&gt;Fedora 10&lt;/a&gt; on my shiny new &lt;a href="http://www.apple.com/macbook/"&gt;MacBook 5.1&lt;/a&gt;... and you can too!! Here's how to do it.&lt;br /&gt;
&lt;br /&gt;
1) Partition your harddrive with &lt;a href="http://www.apple.com/macosx/features/bootcamp.html"&gt;BootCamp&lt;/a&gt;. My harddrive is 160 gigs (yes, I bought the cheapest MacBook since it was all I could afford), so I shrank the Mac OS X HFS+ partition to 40 GB and left the rest for "Windows." Note: don't actually install Windows, just exit BootCamp once the partitioning is done.&lt;br /&gt;
&lt;br /&gt;
2) Install Fedora 10 as per the Fedora 8 instructions on &lt;a href="http://www.mactel-linux.org/wiki/Fedora8OnMacBookSantaRosa#Basic_installation_instructions"&gt;mactel-linux.org&lt;/a&gt;. This includes installing &lt;a href="http://refit.sourceforge.net/"&gt;rEFIt&lt;/a&gt;. I made partitions for / (40GB), /boot (200MB), /home (as big as possible), and swap (2GB). Unfortunately, the NetInstall CD doesn't correctly identify the video card, so the installation and the rest of this configuration is all done in text mode. However, once the nVidia drivers from RPMFusion are installed, Fedora will automagically detect and configure the video card so the last reboot in this sequence should lead to a fully fuctional X session.&lt;br /&gt;
&lt;br /&gt;
3) [EDITED] Install extra repositories and other software as needed following &lt;a href="http://www.stick-online.net/2008/11/fedora-10.html"&gt;my future post&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
4) Install the nVidia graphics drivers from RPMFusion (as root):&lt;br /&gt;
&lt;span style="background-color:#CCCCCC" &gt;yum install kmod-nvidia&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
5) Install the Broadcom wireless drivers from RPMFusion (as root):&lt;br /&gt;
&lt;span style="background-color:#CCCCCC"&gt;yum install kmod-wl&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
6) ???&lt;br /&gt;
&lt;br /&gt;
7) Profit!&lt;br /&gt;
&lt;br /&gt;
As of right now, I don't have the trackpad working to my satisfaction... the mactel-linux guides for &lt;a href="http://www.mactel-linux.org/wiki/Fedora8OnMacBookSantaRosa"&gt;Fedora 8&lt;/a&gt; and &lt;a href="http://www.mactel-linux.org/wiki/Fedora9OnMacBookSantaRosa"&gt;Fedora 9&lt;/a&gt; both claim to have the function keys and trackpad working just like they do in Mac OS X, but I can't seem to get them functioning. pommed, the daemon to make MacBook function keys work, hasn't been released/packaged for Fedora 10 yet, and I'm too lazy to build it from source. Also, for some reason I have no sound. Expect updates as this goes on.&lt;br /&gt;
&lt;br /&gt;
However, Fedora 10 FTW!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8927053643189878163-7764732094069228746?l=www.stick-online.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.stick-online.net/feeds/7764732094069228746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.stick-online.net/2008/11/fedora-10-on-new-macbook.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7764732094069228746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8927053643189878163/posts/default/7764732094069228746'/><link rel='alternate' type='text/html' href='http://www.stick-online.net/2008/11/fedora-10-on-new-macbook.html' title='Fedora 10 on a new MacBook'/><author><name>stick</name><uri>http://www.blogger.com/profile/04661594010739242486</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00026223749044108704'/></author><thr:total>1</thr:total></entry></feed>