Posts from the ‘Ubuntu’ Category

Keep it small and sweet: creating archives using command line

So, next up in my living in command line is creating archives using command line. I know this is like a big jump but well it’s pretty straight forward and simple. I used the wiki guide of ubuntu to learn this but going to explain a bit more probably. Though actually it’s pretty much what [...]

The shutdown and reboot commands: a downloader’s boon(and of course sudo too)

So now on to switching off your computer using the command line. Note that all these require sudo privilege to work. The commands are pretty self-explainatory but their options are what really is the power of these commands. Of course, shutdown is the best and poweroff, halt and reboot simply call the shutdown command with [...]

What does that file contain? Ask cat!

This is going to be a short entry that deals with a very small command: cat. It’s basically used to manipulate the contents of a file in the shell. But do not under-estimate the power of cat by it’s seemingly small definition! To print out the contents of a file try, cat try That’s it! [...]

Creating and deleting files and directories

So, next up I think it’s time we learn how to create stuff using the command line. Creating files To create a file, the command is touch. For example, touch try1 creates an empty file try1 in the present working directory. Multiple arguments can be passed to touch like touch try1 try2 try3 and so [...]

The ls command: Know what’s beneath you

So we’ve done one command that’s the pwd. Next up ls. ls is used for listing the contents of the present directory. Go ahead and type ls in the shell. You’ll get a list of file and folders in the present directory. The best part of ls is that there are various options that let [...]

The pwd command: Find out where you are

Before we begin, here are a few important things: 1.I use bash(bourne-again shell) to demonstrate the functionality of these commands. So, if you use a different shell, check the documentation of that respective shell. 2.Also, I use ubuntu. So some commands may not necessarily be available across all distros. For example, apt-get is used to [...]

Live in the command line

Well I’ve been thinking about this for a long time “Won’t it be cool to write on the various linux commands that I know? Won’t it be useful for some newbie who wants to learn more on this? Plus terminal is something I like a lot. So why not?” So, in adherence to this thought, [...]

Connecting to DSL Internet and LAN at same time in Ubuntu

So, I was stunned by the fact that you cannot connect to LAN and internet at the same time in Ubuntu(a feature that’s default in windoze). So, I used to find it irritating when I wanted to transfer my files to my laptop, while surfing the internet. Of course, that was a long time ago [...]

The all new “Karmic” experience: it’s just a result of “Karma”.

Well, the new version of Ubuntu, christenend “Karmic Koala” was released on Oct 29. I’d been eagerly waiting for this version since I was pretty disappointed with the earlier version 9.04 codenamed “Jaunty Jackalope”. Of course, the end semester exams are approaching and so I decided to focus on them in order to boost my [...]

Customising your ubuntu screensaver

Sure Ubuntu and other FOSS softwares do talk about contributing to open source. But how many of us can actually do something with the box in front of us? Many at my college actually are too lazy to customize the looks, add applications or themes or looks to their ubuntu. So they just install a [...]

Follow

Get every new post delivered to your Inbox.