Whenever we transfer the files from Windows to Linux / Unix system generally it has CONTROL-M character inside. Which appears as ^M inside the files . To prevent this you can first copy paste the content in notepad then again copy to file in linux system. Here, notepad will help you to transfer the ASCII […]
Linux
Install Maxthon’s cloud browser on Ubuntu
Maxthon’s cloud browser is a speedy web browser available for various devices and operating system. It has free cloud features allow you to easily encrypt and share your Favorites, Quick Access and Magic Fill Data across your different devices using Maxthon’s cloud browser. Introductory Video Of Maxthon’s Cloud Browser : Maxthon’s cloud browser features : […]
bash scripting : Prompt user yes / no for confirmation
In this tutorial we will learn simple bash script to prompt user yes / no for confirmation. It means when user run the script, it will first ask user to confirm by typing yes or no. Once user confirm it take appropriate action. Whereas in case, the user type apart of yes/no , it will […]
Google Authenticator Apps
We have recently wrote a post on Protect ssh with Google Authenticator on Ubuntu 14.04 LTS . After writing the post, we were determined to share info on the Google Authenticator Apps for Linux / Windows / Smart Phones / Web Browsers. Google Authenticator apps is used for generating codes even you are not connected […]
Protect ssh with Google Authenticator on Ubuntu 14.04 LTS
The tutorial is about how we can protect ssh with Google Authenticator on Ubuntu 14.04 LTS server . Google authenticator is a security application which implements time based one time password (TOTP) security tokens. It is often also called as “Two steps verification” . The server in which Google Authenticator has been setup , to […]
Completely remove package on Ubuntu / Debian by apt-get
This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system. Remove the package on Ubuntu/Debian Generally remove is the option used with apt-get command. But it do not remove the config files associated […]
Recent Comments