• About Miguel
  • Article Roundup
  • My Favorite Apps
  • Published Writing

Around the Corner

~ …give that you may live, for to withhold is to perish. (Adapted from Kahlil Gibran)

Around the Corner

Monthly Archives: November 2007

Ripping CDs on GNU/Linux

02 Friday Nov 2007

Posted by mguhlin in CommandLine, GNU/Linux, UbuntuLinux

≈ Leave a comment

Someone handed me 4 of our music CDs and said, “How would you go about putting all these songs on one CD so that I can play them in my classroom?” I laughed and headed over to the computer. Since I was on Ubuntu 8.10 side of my computer, I decided to investigate what applications I could use. Of course, none immediately jumped out at me, so I went on the web and did a Google search on linux cd ripper.

One of the items that came up–the first one actually–was Grip. You can find their web site online . Grip describes itself in this way:

Grip is a cd-player and cd-ripper for the Gnome desktop [note that Kanotix uses KDE, but that Grip works in KDE GUI environment anyways]. It has the ripping capabilities of cdparanoia builtin, but can also use external rippers (such as cdda2wav). It also provides an automated frontend for MP3 (and other audio format) encoders, letting you take a disc and transform it easily straight into MP3s. Internet disc lookups are supported for retrieving track information from disc database servers.Grip works with DigitalDJ to provide a unified “computerized” version of your music collection.

So, to get a copy of Grip, I dropped into command line (although I could just have easily run Synaptic, the GUI for command line apt-get) and typed in the following:

sudo aptitude install grip

and 2 minutes later (no kidding) I had the program running and working. In the Tracks tab, your list of CD tracks pops up–with song names–and then you can select the ones you want, then go to the rip tab and save the encoded files. I always encode to OGG format now rather than MP3.


Subscribe to Around the Corner-MGuhlin.net

Flickr RSS Feed

02 Friday Nov 2007

Posted by mguhlin in RSSMagic, TechTips, Web2.0

≈ Leave a comment

Tom Barrett asked:

Does anyone know how to create an RSS feed for an image search in Flickr?

The answer is pretty straightforward…

http://api.flickr.com/services/feeds/photos_public.gne?tag=life

Change the word in bold red to whatever tag you want. More info here.


Subscribe to Around the Corner-MGuhlin.net

Ubuntu on Macbook Dual Boot

02 Friday Nov 2007

Posted by mguhlin in GNU/Linux, MacOS, OldyButGoody, UbuntuLinux

≈ Leave a comment


Not my macbook…I have a white one.

As I shared earlier today (via Twitter and this blog entry), I began my day loading UbuntuLinux on my Macbook. It was fun…sheesh, I’ve crossed over. Anyways, here are the steps I followed. I generally followed the steps online here, but found too much info in those steps. This is my streamlined version. I’ve kept the original instructions (bold black) but included my comments.

1. First, update MacOS X to the latest version using [WWW] Software Update and upgrade the [WWW] firmware to the latest version. I cleared up about 20 gigs on my 80 gig drive to make sure I had room enough. My past experience with ubuntulinux told me I wouldn’t need more than 10 gigs, tops.

2. Use the [WWW] Boot Camp to partition the drive in two. When asked whether to create a driver disk, answer “no” and click on “reboot” at the end of the process. This way you have a shrunk Mac OS X partition and a windows partition which you will replace with some Linux partitions. This was the easy part of the process.The words were a bit different (“restart” instead of reboot) but nothing major.

3. Get the [WWW] Live CD and boot on it. Choose your language and/or keymap.

Again, just go through the steps.

To prevent a kernel panic which might occasionally occur, press F6 and enter one of the following parameters at the boot: prompt:

lpj=8000000 (for 2 GHz MacBook) or lpj=7330000 (for 1.83 GHz MacBook)

N.B.: It will automatically be applied to the installed system so you won’t have to enter it manually ever again!

In regards to the lpj at boot prompt, I had to press F6 to get the boot command in.
Update: On a black Macbook, I was unable to type during boot-up from Ubuntu…everything seems to be working fine, so…I’m not worrying about it.

4. To install Ubuntu, double-click Install on your desktop, then click through the installer as usual. The defaults are fine most of the time. For the default partition scheme, follow these steps:

a. At step 4, “Prepare disk space”, choose Manually edit partition table and click Forward. Delete /dev/sda3 (and /dev/sda4 if it exists) from /dev/sda. Create an ext3 partition taking up all but 512MB of the disk and mount it on /, and create a swap partition taking up the remaining 512MB. Click Forward.

Continue through the remaining questions, and finally click Install to start the installation process.The installation will be completed without an error. Choose Restart now to reboot.

On Restart, Hold down the Alt/Option key at boot time to select the operating system to boot. To boot Linux, choose “Windows” (yes, really).

5. To get your screen resolution taken care of, type the following at the command line:

sudo apt-get install 915resolution

Press CTRL-COMMAND-DELETE on your Macbook keyboard.

6. Go to GetAutomatix.com and download Automatix to your desktop. Double-click on it and install it. Then, go to APPLICATIONS->SYSTEM TOOLS->Automatix to run it.http://

Restart, and you’re set! Of course, I immediately installed Firefox Add-ons that I liked.

UPDATE 07/30/2007: Getting Wireless to Work on Your Macbook

I searched high and low for a simple tutorial to follow. In the end, I found this excellently written one. I have updated it to reflect the latest version numbers for ndiswrapper, but have tried to leave it intact as much as possible. Thanks to the original author!

7. Get a copy of the latest ndiswrapper. At the time of writing this, it’s version 1.47. You can find the latest online at Sourceforge.net. Use Archive Manager to uncompress it to your desktop.

8. Remove any previous installations of ndiswrapper by typing in the following at the command line:

sudo aptitude remove –purge ndiswrapper-common ndiswrapper-utils

sudo rm -R /etc/ndiswrapper

sudo rm /etc/modprobe.d/ndiswrapper

9. Switch to your Desktop and change directories to the ndiswrapper folder you uncompressed earlier.

cd ~/Desktop/ndiswrapper*

10. Although you probably already have it after following the steps above, go ahead and type in this command just to be sure:

sudo aptitude install build-essential

11. Type in this command several times until you get no results.

make uninstall

12. Then type in the following command:

make

13. Then type in:

sudo make install

14. This is the tricky step. Download the Lenovo driver. It’s an executable (Windows) but you can open it with WINE and run the installer even though you’re on Ubuntu (nifty, huh?). Have it install its content to a Desktop folder. In my case, it was the LENOVO folder.

then

15. In the LENOVO folder (or whatever you called it, there’s another folder entitled WINXP_2K. Double-click on that folder. Inside that folder there is a file labelled NET5416.INF. Copy-n-paste that file (right click copy, then paste) into the ndiswrapper folder on your desktop. This will get you ready for the next step.

16. Install the wireless driver:

sudo ndiswrapper -i NET5416.INF

17. Restart your computer and unplug your ethernet cord.

18. After logging in, you’ll see little bars up in the top right hand corner of your screen.

Woohoo! You’re done!


Subscribe to Around the Corner-MGuhlin.net

Subscribe

  • Entries (RSS)
  • Comments (RSS)

Archives

  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • January 2008
  • November 2007
  • October 2007
  • September 2007
  • July 2007
  • May 2007
  • April 2007
  • March 2007
  • January 2007
  • August 2006
  • July 2006
  • May 2006
  • April 2006
  • February 2006
  • January 2006
  • December 2005
  • January 2005

Categories

  • #edcamp
  • #edcampplano
  • #txtia12
  • 1to1
  • 1Voice4TxEd
  • 3DPrinting
  • 5EModel
  • 7zip
  • Abydos
  • ActivityStructures
  • Advertising
  • Advice
  • AESCrypt
  • AL DíA
  • Amazon
  • Android
  • AntiMalware
  • AntiX
  • Apple
  • ArdentISD
  • ARG
  • arguhlin
  • Assessment
  • AssetManagement
  • ATPE
  • Audiobooks
  • AudioTools
  • AugmentedReality
  • Avatars
  • AVID
  • BackChannel
  • Badges
  • Barcodes
  • Big6
  • Bilingual
  • BitTorrentSync
  • Blackberry
  • Blogging
  • BlogNotes
  • Blogspot
  • Book
  • BootCamp
  • Brain
  • Buzz
  • BYOD
  • BYOT
  • Canvas
  • CC
  • CCGA
  • cdl_mooced
  • CentOS
  • Centrallo
  • Chrome
  • Chromebook
  • Chromebooks
  • Chromecast
  • Chuckle
  • Citizen-Journalism
  • Clear
  • CloudComputing
  • CloudHQ
  • Coaching
  • coding
  • CommandLine
  • CommentHoisting
  • CommunityService
  • Conferences
  • ConspiracyTheories
  • ContentCuration
  • Copyright
  • COSN
  • CourseDesign
  • CourseManagementSystem
  • CreativeNonFiction
  • Crucial
  • Crunchbang
  • CSCOPE
  • CTOsRole
  • Curriculum
  • CustomerService
  • CyberBullying
  • Debian
  • Delicious
  • DesktopPublishing
  • DeviceSmashing
  • Differentiation
  • Digital
  • DigitalCitizenship
  • DigitalEquity
  • DigitalFootPrint
  • DigitalLeadership
  • DigitalMakeOvers
  • DigitalNomad
  • DigitalStorytelling
  • DigitizingWW
  • Diigo
  • DisinterestedLeader
  • Dokuwiki
  • Donations
  • DownloadalaMode
  • Drones
  • Dropbox
  • ebook
  • ebooks
  • edcampsa
  • Edmodo
  • EdTech
  • edtechcoach
  • edtechpalooza2013
  • Educaiton
  • Education
  • educationletters08
  • elearning
  • Elgg
  • ELL
  • Encryption
  • eNewsletter
  • epic-ed
  • ePortfolios
  • ePub
  • eRate
  • eReader
  • ESC20
  • EscapeVelocity
  • Espanol
  • etdrive
  • Evangelio
  • Event
  • EverNote
  • EvernotePost
  • Excel
  • experience
  • Facebook
  • fallblogchallenge2010
  • Family
  • Fantasy
  • Fiction
  • Filtering
  • FinancialExigency
  • Firefox
  • Fitness
  • Flickr
  • Flipboard
  • Flipgrid
  • FlippedClassrooms
  • flippedpd
  • Followership
  • Fonts
  • Forms
  • FreeSoftware
  • FSArchiver
  • FTP
  • gamification
  • Gaming
  • Geocaching
  • Geogebra
  • GeoGuesser
  • GeoTech
  • GIS
  • GiveAway
  • globaled10
  • GNU/Linux
  • GoneFishing
  • Google
  • GoogleApps
  • GoogleCR48
  • GoogleDocs
  • GoogleForms
  • GoogleKeep
  • GoogleNexus
  • GooglePlus
  • GoogleSheets
  • GoogleSites
  • GoogleSlides
  • GoogleSuites
  • Grant
  • Graphs
  • GreenScreen
  • GrowthMindset
  • gsmagic
  • GTA
  • GTAdmin
  • GuestBlogger
  • GuidedInquiry
  • Hacking
  • HaikuDeck
  • Halloween
  • Hangouts
  • Hardware
  • HardwareReviews
  • Hashtags
  • HCPSTEACH
  • HDBackupRestore
  • HeresiesofanOstrichLeader
  • HigherEducation
  • HomeInstead.com
  • Hootsuite
  • HotDeals
  • HuffingtonPost
  • Humor
  • iBook
  • iBYOT
  • ImageEdit
  • ImageSearch
  • iNACOL
  • InfoGraphics
  • InformationLiteracy
  • InMemoriam
  • InstructionalDesign
  • InteractiveWhiteboards
  • Introvert
  • iOS
  • iot
  • iPad
  • iPadifyingWW
  • iPads
  • iPhone
  • iphoneography
  • iplza13
  • iplza15
  • iPod
  • iPodTouch
  • ISTE
  • ISTE13
  • iste17
  • ISTE2010
  • ISTE2013
  • IWantList
  • JeremyFluhmann
  • JobPosting
  • Joomla
  • JoomlaTip
  • K12Dynamics
  • K12OnlineConference
  • Kaplan
  • key
  • Kindle
  • KindleFire
  • Leadership
  • LeadershipDay09
  • LeadershipMoves
  • LeaderTalk
  • LearningManagementSystem
  • LearningSpaces
  • lenovom90z
  • LeverageLeadership
  • Library2.0
  • liferoundhere09
  • liveclass20
  • LMS
  • LOTI
  • M86
  • m90z
  • Mac
  • MacOS
  • MagicFormula
  • MalindaMcCormick
  • MAMP
  • ManjaroLinux
  • MariaDB
  • Marzano
  • Math
  • mee
  • Meme
  • Metacognition
  • MGArticle
  • MGBlog
  • MGuhlin.net
  • MGuhlin.org
  • MGuhlinPresos
  • Microsoft
  • MicrosoftForms
  • MicrosoftInnovativeEducator
  • MIE
  • Mimages
  • Minecraft
  • MobileDevices
  • Moeller
  • MoneySavers
  • MOOC
  • Moodle
  • Moodle2
  • Moodle2Tip
  • Moodle2Tips
  • MoodleConversation
  • MoodleConversations
  • MoodleMayhem
  • MoodleTip
  • Movie
  • mpip2008
  • MSClassroom
  • MSOffice
  • MultCloud
  • MultiCloud
  • my notes
  • MyMoodleSolutions
  • MyNotes
  • MySQL
  • NanciAtwell
  • NASA
  • native
  • NECC09
  • NESA
  • Netbook
  • NETS-A
  • NeuralForest
  • NewDigitalAge
  • News
  • NJEA09
  • NJEATLP
  • NonProfits
  • Nook
  • Notes
  • NWP
  • O'Reilly
  • OCR
  • OER
  • OERCommons
  • Office365
  • OIT
  • Old
  • OldyButGoody
  • OneDrive
  • OneNote
  • OnlineLearning
  • onversations
  • OpenContent
  • OpenLiveWriter
  • OwnCloud
  • PacktPublishing
  • Parents
  • PassionQuilt08
  • pba
  • PBL
  • PBS
  • PBWorks
  • PDFtool
  • Pearson
  • PeppermintICE
  • PeppermintOS
  • phet
  • Photography
  • PHP
  • Picasa
  • Ping
  • Pingfm
  • Piracy
  • PLC
  • PLN
  • Plurk
  • PlurkPowwow
  • PmWiki
  • Pocket
  • Podcast
  • Podcasting
  • POGIL
  • Politicis
  • Politics
  • Polls
  • Postach.io
  • Postachio
  • PostachioEd
  • Powerpoint
  • PressRelease
  • Privacy
  • ProfessionalLearning
  • ProjectManagement
  • ProjectShare
  • ProxyAvoidance
  • PublicRelations2.0
  • QRCodes
  • Quotes
  • Ransomware
  • RaspberryPi
  • Reading
  • Reflection
  • Religion
  • Research
  • Review
  • Rewired
  • Robotics
  • RSSMagic
  • SAACTE
  • saacte13
  • SAIC
  • Sakai
  • Sale
  • SAMR
  • SAnews
  • Satire
  • SaveNESA
  • savmp
  • Scholar
  • SchoolCIO
  • Science
  • ScreenCasting
  • SearchEngines
  • SecondLife
  • SECURITY
  • Securly
  • Seesaw
  • SeniorLiving
  • Sexting
  • ShoutOut
  • SimpleNote
  • Simulation
  • SketchUp
  • Skitch
  • Skype
  • SkypeChat
  • Slides
  • Slideshare
  • SocialBookmarking
  • SocialJustice
  • SocialMedia
  • SOSCON09
  • Spanish
  • SpecialEducation
  • SRS
  • sso
  • STEAM
  • STEM
  • Stoneware
  • StoriesToRead
  • StudentProjects
  • StudentResponseSystem
  • Subversion
  • Survey
  • sway
  • SwineFlu
  • TAILS
  • TASAMidWintersConference
  • TCEA
    • TECSIG
  • TCEA13
  • tcea14
  • tcea15
  • tcea16
  • TCEA17
  • TCEA20
  • TCEA2009
  • TCEA2010
  • TCEA2011
  • TCEA2012
  • TCEA2013
  • tcea2015
  • TCEAMIE
  • tceamoot
  • tcearadio
  • TCEATots
  • TeachableMoment
  • TechApps
  • TechEdge
  • TechFiesta
  • TechFiesta09
  • TechFiesta13
  • TechForum
  • TechForumSW8
  • TechForumSW9
  • TechInsights
  • TechnologyManagement
  • TechNotes
  • TechTips
  • TECSIG
  • tecsigcampaign
  • TECSIGchat
  • Telegram
  • Texas
  • Texas4TEE
  • texascto
  • texascto2009
  • TexasEducationAgency
  • TexasISD.com
  • Text2Speech
  • TexTAN
  • tf13
  • ThinClient
  • Thinkfinity
  • TIM
  • tltechforum
  • Tots16
  • TourBuilder
  • Transformation
  • TransmediatedLearner
  • Transparency
  • Transparency in Conversation
  • Travel
  • Trends
  • Tricare
  • TrueCrypt
  • Tweetmeet
  • Twitter
  • TwitterEduStream
  • txcto09
  • txcto15
  • TxDLA
  • txdla09
  • txdla09learnme
  • txdla10
  • txedbudget
  • TxVSN
  • Typorama
  • UbuntuLinux
  • VeraCrypt
  • Video
  • VideoConversion
  • VideoEditing
  • VideoHosting
  • VideoRecording
  • Virtualization
  • Voxer
  • Voxflections
  • VSS2009
  • warlick
  • Web2.0
  • webdav
  • Webinar
  • WebM
  • Webquest
  • WeeklyWebinarSeries
  • WhitePaper
  • Wikipedia
  • Wikis
  • Windows
  • windows mobile
  • WindowsLiveWriter
  • WindowsOS
  • Wordpress
  • WordpressMU
  • Writing
  • Wrting
  • XAMPP
  • Zombies

Meta

  • Register
  • Log in

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy