Category: Linux

  • “rm -f *” undelete

    I really ought to find a way to alias “rm -f *” to “rm -i” IF the time is between 1 AM and 7 AM…. Last night I was working late (2:30AM or so when this happened). I had just made a few “refinements” to some of my audio streaming scripts (kept in a “Foreign News Sources” folder). I was curious to see if I had any scripts that were still using realplayer, so I had done a “grep realplay *” and saw a lot of results… but most were in temporary files (left over from a text editor ending in ~)… so there’s radiopragueenglish and radiopragueenglish~ …………..

    (more…)

  • Recording online streams (real / wma) to mp3 format (or ogg) with mplayer

    So, I’ve been looking back over my list of “scripts” that are pulling in audio from various news sources online for the onlineradiotv.com site. It’s also got me doing a bit more spanish language listening than I had been. In the car, I usually use an mp3 player (the nexia) with a small FM transmitter to listen. One of the problems is that I only have a very short list of sources that I can actually download an mp3 from. The rest are streams only. Some are mms (Windows media) streams, others are (rtsp) real server streams… yet others are “playlist” style asf, or ram files that point to other files (rm or asx/wma)…

    (more…)

  • Running Google Earth under Wine on linux

    A while back I talked about Google Earth under Codeweavers wine almost working (or at least I think I mentioned it here, I KNOW I tried it…) Well, I tried with vanilla wine as well and couldn’t get it to work, BUT… I’ve just finished a successful run of it. How you might ask? Here are some of the details…

    (more…)

  • Using the command line in linux – part 4

    Dealing with text…. we’ve looked at a couple of basics on logging in and starting to use the command line and hopefully not feeling too helpless there… we’ve seen ways to navigate directories and how to find new commands and how to find out more about how to use them. Now it’s time to talk about how to manipulate (work with) text files. Most every important configuration file in linux is text based and editable from the command line. This can be a VERY good thing at times, or very intimidating if you’re not comfortable with a command line environment. It’s worth noting that you CAN edit configuration files with a graphical interface text editor….

    (more…)

  • Using the command line in linux – part 3

    Now that we’ve logged in and learned how to move from one directory to another (and find where we are if we get lost…) it’s probably time to start learning how to find out about other commands. Well, if you press tab at the command line you will likely see something that starts like this….
    $
    Display all 4601 possibilities? (y or n)
    and if you answer with a “y” you will see a long list of programs that could be run. That’s not usually the best way to find a program though.

    (more…)

  • Running kontact components standalone

    Not long ago, I switched from Evolution to Kontact as my primary mail/calendar/addressbook/etc…. program under linux. One of the nice things about the Kontact suite is that you can either open up the “umbrella” application kontact or, the individual applications. I like the fact that they can still be used standalone. So, I was a bit frustrated to find every link for each of the components to bring up the “umbrella” kontact application, instead of the standalone….

    (more…)

  • Direct links to international broadcasters audio streams

    I’ve posted several things over at the onlineradiotv.com site. For starters I’ve got links to a few international (shortwave) broadcasters live audio streams and where available their “latest” english news update (and in some cases spanish and other languages.) I’ve also started posting some bash scripts there that can directly start mplayer streaming a feed.

    (more…)