ADB

How to update ADB and Fastboot to Latest Version ?

If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more

apt-get update error

Solved: Cannot initiate the connection to in.archive.ubuntu.com:80

When we were trying to install a new package and needed to perform apt-get update, we got … Read more

virtual error Linux

Fixed: “virtualenv”: No such file or directory

When we were running some python based test applications, we got following error, Solution : This problem … Read more

History command in Linux

The “history” Command in Linux

The “history” command in Linux is used to get previously used commands. As the name suggests this … Read more

copy files in Linux

How to copy File and Directory in Linux ?

The “cp” means copy in Linux. This “cp” command is used to copy the files and directory … Read more

find

The “find” Command in Linux

What is find command? The find command is used to search and locate the list of files … Read more

pwd

The “pwd” Command in Linux

pwd is a short form for “Print Current/Working Directory” in Linux. As its name suggests this command … Read more

CAT Command

The “cat” command in Linux

“cat” is derived from “concatenate” in Linux. This command is used to view the content of the … Read more

LS command

The “ls” Command in Linux

We use the “ls” command to list the files and directories on Linux based operating systems. “ls” … Read more

Echo Command

The “echo” command in Linux

What is echo command? The echo command in Linux is used to display text string that is … Read more

rm command

The “rm” Command in Linux

The “rm” command is used to “remove” or “delete” files in Linux. By typing command “rm filename” … Read more

Secure your Home Network

How to Block Websites on Home WiFi Router ?

If you are concerned about your family members like childs coming across any unwanted website unexpectdly while … Read more