How to install System Load Indicator in Ubuntu 16.10

The System Load Indicator can be installed in Ubuntu 16.10 by adding the System Load Indicator stable daily builds PPA: sudo add-apt-repository ppa…

Read More >>

How to automatically delete a Docker container after running it

Normally, a Docker container persists after it has exited. This allows you to run the container again, inspect its filesystem, and so on. However,…

Read More >>

How To Mount Amazon s3 Buckets In Ubuntu

Amazon s3 is a web service and have online file storage facility.  Amazon S3 provides storage through web services interfaces (REST, SOAP, and…

Read More >>

How to allow ssh to root user only from the local network?

This article will help you if you have local server running and somebody needs to root ssh login only from your local network.  Open a terminal.…

Read More >>

How to get json data from remote url into Python script

To get json output data from remote ot local website, Method 1       Get data from the URL and then call json.loads e.g.       import urllib, json…

Read More >>

How To Increase Swap Memory In Linux

Swap space is a portion of a hard disk drive that is used for virtual memory. Virtual memory is the use of space on a HDD to simulate additional main…

Read More >>

Install RabbitVCS On Ubuntu

RabbitVCS is a graphical front-end for version control systems. It's available on Linux. It integrates into file managers to provide file context…

Read More >>

Install Memcached Php Extension CentOS 5 And 6

Memcached is a memory-based object storage. Memcached is a general-purpose distributed memory caching system. It is originally developed by Danga…

Read More >>

How To Access ssh Terminal In Web Browser On Ubuntu/Debian/Mint

Shell In A Box is a web-based terminal emulator, which can run as a web-based SSH client. It comes with its own web server (shellinaboxd) which…

Read More >>

How To Access ssh Terminal In Web Browser On Linux

Shell In A Box is a web-based terminal emulator, which can run as a web-based SSH client. It comes with its own web server (shellinaboxd) which…

Read More >>