Posts Tagged ‘command’

My Facebook is glowing!!!

November 19th, 2009

I am sure most of you have received the messages posted your friend’s Facebook update that sounds like this

“Go to any Facebook page and click once in a white area just to get a blank timeline to do this with. Press up arrow, up arrow, down arrow, down arrow, left arrow, right arrow, left arrow, right arrow, B, A, then the Return key.”

Give it a try and you will get the same result as my screenshot over my Facebook account below. :)

facebook

This won’t be like the forwarded email like clicking Alt+F4 or Alt+F5 then nothing comes out.

Popularity: 13% [?]

The World of Command Line – Linux

June 30th, 2009

THE FILE SYSTEM

In Linux system, everything is a file. A picture, an MP3 song, a text file, is a file.

What about directories? A folder would be more familiar name for directory. And guess what, a directories, sub directories and sub-sub directories and etc too are a type of file. It is just a type of special files that contains other file information.

Even the network connection are files and every processes running in the system are files.

CASE SENSITIVE SURROUNDINGS

In Linux world, every files must be unique and every name of the files are case sensitive. For example;

“ThisIsAFile.txt” is completely different from “thisisafile.txt”

Case-sentivity means every commands and filenames must be entered correctly or it may result in different outcome that you does not wish it to happen. For example;

$rm thisisafile.txt

The command above only remove the file with name thisisafile.txt and you can’t use RM, rM or Rm for the command. (rm stands for remove by the way)

Popularity: 3% [?]

Get Adobe Flash playerPlugin by wpburn.com wordpress themes