Thursday, 21 August 2014

WhatsApp Magic

What's more important in today's world or I should say for a "SMART" generation??
The answer will be "Smart Phones" and in that "Facebook" or any other social networking sites and the one which replaces inbuilt text message service, The "WhatsApp".
In this article I am going to show you what all you can do in WhatsApp besides just chatting.

Here are some tips and tricks for WhatsApp you can try to bring a change from what others are having.

Recover Deleted Messages

Sunday, 10 August 2014

Use pendrive as password


Computers are the most important storage area to store valuable files, documents and data, etc., for any individual person or an organization. Security is also necessary for these computers. So Security is most crucial for the computing world. Admin Password is not enough to protect your PC because hackers have various ways to hack your PC or they can easily steal your valuable data.
In this tutorial, I am going to discuss about "How to turn your pendrive a password for your system". Yes!! Pendrives are not only storage device, its more than that, one can use pendrive in many different ways according to their needs.
For now, I am writing a cool trick how to use your pendrives as a password, i.e everytime if anyone wants to access your PCs or laptops, they need your pendrive to access your system. It is quite easy and helpful trick.

Locking a pendrive

You know that “security” and “privacy” are the two most essential things that should not be compromised. In the daily life, to prevent ourself from security threat we use passwords and a lot more things, like in our bank accounts, phone, computers, online accounts etc.
We are well aware that to transfer data, pendrives or SD cards are choosen by default. Now if we want to keep ourself safe from all sort of threats, why not to consider putting locks to our pendrives or SD cards.

Monday, 28 July 2014

18 Tar Command Examples in Linux

The Linux “tar” stands for tape archive, which is used by large number of Linux/Unix system administrators to deal with tape drives backup. The tar command used to rip a collection of files and directories into highly compressed archive file commonly called tarball or tar, gzip and bzip in Linux. The tar is most widely used command to create compressed archive files and that can be moved easily from one disk to anther disk or machine to machine.

In this article we will going to review and discuss various tar command examples including how to create archive files using (tar, tar.gz and tar.bz2) compression, how to extract archive file, extract a single file, view content of file, verify a file, add files or directories to archive file, estimate the size of tar archive file, etc.
The main purpose of this guide is to provide various tar command examples that might be helpful you to understand and become expert in tar archive manipulation.

Saturday, 26 July 2014

25 Useful Basic Commands of APT-GET and APT-CACHE for Package Management

This article explains how quickly you can learn to install, remove, update and search software packages using apt-get and apt-cache commands from the command line. This article provides some useful commands that will help you to handle package management in Debian/Ubuntu based systems.


What is apt-get?

The apt-get utility is a powerful and free package management command line program, that is used to work with Ubuntu’s APT (Advanced Packaging Tool) library to perform installation of new software packages, removing existing software packages, upgrading of existing software packages and even used to upgrading the entire operating system.

What is apt-cache?

The apt-cache command line tool is used for searching apt software package cache. In simple words, this tool is used to search software packages, collects information of packages and also used to search for what available packages are ready for installation on Debian or Ubuntu based systems.