Entries Tagged as 'Shell'
Posted in All on
January 30th, 2006
·
2 Comments
I came across the best shell alias ever:
alias up="cd .."
This is one of those things that make me go “Why didn’t I thought of it earlier? And myself?”.
In order to add some value to this post, here are my two mostly used aliases:
alias pd="perldoc"
alias pdf="perldoc -f"
Tags: aliases, command-line, Linux, Shell, tips, unix
Posted in All on
December 3rd, 2005
·
1 Comment
As you might know, podcasts are like radio shows recorded and distributed digitally (read: mp3 and RSS). Since pretty much anyone can record a show and distribute it over the Internet - everyone and their brother do that.
The file sizes of some podcasts are huge. There are shows that last for more than an hour and include pieces of music and stereo special effects. I’ve seen this eat up more than 50 MBytes each.
Since I only have a 128 MByte memory card (and about 20 of those MBytes are eaten by software intallations and other data), I was looking at ways to minimize the file sizes of the podcasts that I wanted to listen to.
[Read more →]
Tags: bash, filesystem, Linux, podcasting, Programming, scripts, Shell
Posted in All on
October 25th, 2005
·
No Comments
Shared bookmarks for del.icio.us user tvset on 2005-10-24
Tags: command_line, Links, Microsoft_Windows, Programming, Shell
Posted in All on
September 26th, 2005
·
3 Comments
One thing I liked about Linux is it’s hidden simplicity. When in a hurry, I usually go for the first working solution of a given problem. If the same problem appears often, I can get used to the first solution so much that I don’t even think about simplifying it.
[Read more →]
Tags: command_line, filesystem, Linux, Operating_Systems, Programming, Shell, tips
Posted in All on
September 23rd, 2005
·
1 Comment
Many beginning Linux users experience difficulties getting used to the filesystem structure. Indeed, there are many files and directories, the structure of which are not as obvious as it could be. Choosing an appropriate location for a new file or directory is difficult and many choose to follow their own instincts.
With more experience, the file hierarchy becomes clearer and old concepts of placing files and directories start to fade out. When it happens, finding things becomes difficult. It is than that users learn that Linux has many tools for finding things. And it is than that they become confused once again.
Read on for a quick introduction into searching tools available in Linux.
[Read more →]
Tags: command_line, filesystem, gnu, howto, Linux, Operating_Systems, Programming, rpm, Shell, tutorials