How to Turn ON and Turn OFF Bluetooth from command line ?

Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more

How to stream microphone audio to laptop speaker on Linux / Ubuntu ?

pavucontrol

If you have a microphone with 2.5mm audio jack and don’t have a mixer which can play … Read more

How to play Audio / Video from Ubuntu Linux command line ?

Ubuntu supports various media player which allow you to play audio and video from command line. Mplayer … Read more

How to download entire website for offline viewing ?

If you want to use download some website contents such as html pages, css and java script … Read more

List of FTP Clients Available in Ubuntu Linux

For testing FTP server connection from Ubuntu command line, we can use following command, Connected to my_ftp_server_IP220———- … Read more

How to mount remote filesystem over SSH in Linux ?

SSHFS is a file system in user space (FUSE) that uses the SSH File Transfer Protocol (SFTP) … Read more

How to setup passwordless SSH Authentication in Linux ?

On Local Machine, from where you will try to login another machine, we need to use ssh-keygen … Read more

How to encrypt directory in Linux using Encfs ?

EncFS creates a virtual encrypted filesystem which stores encrypted data in the rootdir directory andmakes the unencrypted … Read more