Top 10 most useful bash commands

21/04/2009

When I first started using Linux a few years ago, I could not for the life of me understand why anyone would want to use the command line for anything as long as there was a graphical alternative. After all, I belong to the group of people who grew up with graphical interfaces. Sure I’ve enjoyed more than my share of DOS games and text-based MUDs, but that command line business was very scary to me up until just a few years ago.

Then I started using Linux. In the beginning I always used graphical applications for everything from managing files and directories to setting file permissions, but somehow, slowly but surely I started noticing that some things could be done so much easier and faster if done in the command line, compared to the graphical alternative - and then I still didn’t know about scripting! Once I figured out that you could automate tasks by writing bash scripts, I was in love.

Throughout this article I will list and explain what I think are the ten most useful bash commands. Whether you’re a bash guru or a command-line newbie, keep reading to see if there are any commands that could be useful to you.

XKCD comic (www.xkcd.com)

Read the rest of this article »

2 Comments

Displaying data from Ungdomar.se on your desktop

9/04/2009

If you’re not a member of the Swedish community ungdomar.se or any of the other sites from the same company (e.g. gameplayer.se) this article will be of very little use to you. However, if you are a member of said community, I will show you how to get data from there onto your desktop using a little bit of Bash magic combined with the power of Conky. Even if you don’t care about ungdomar.se, the same techniques that I’m going to show you could be used to fetch wheather information, the TV guide, stock prices, or pretty much anything else.

Ungdomar.se screenshot
Read the rest of this article »

No Comments

How to burn Xbox 360 ISOs in Linux

8/04/2009

So you’re looking for an easy way to burn those Xbox 360 isos to a DVD in Linux? A couple of days ago I would’ve said:

Sorry pal, but if you’re looking for a graphical way to do it, I believe you’re shit out of luck. Now stop bugging me, I’m playing TeeWorlds!

Thanks to BoxBlaze, that has changed!

Read the rest of this article »

8 Comments