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

Configure Yocto to download from local mirror to save bandwidth

If you once have downloaded and compiled yocto build, it generates local tar files of all the … 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

Google Webmaster

How to add a website to Google Search Console ?

Have a new website and you would like google to add your pages into its search so … Read more

How to install latest version of Node JS on Ubuntu ?

If you want to install node.js which is gaining popularity in recent days, you can follow below … Read more

How to install specific Node JS version on Ubuntu ?

To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more

django dashboard

Install Django REST Framework on Ubuntu

Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might … Read more

adb shell cmd package list libraries – Get all installed libraries

First connect to adb, Now using below command, we can identify all the installed libraries on an … Read more

adb shell pm list packages

ADB Shell Command to List Installed Packages on Android Devices

The Android Debug Bridge (ADB) is a powerful tool used for debugging and communicating with Android devices. … Read more