DDEV Installation on Ubuntu
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg |…
Read More >>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 >>Installing Ionic version 2 on Ubuntu 14.04 and 16.04
1. First you have to install latest version of Java JDK, ie JDK 8. sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get…
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 >>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 >>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 deactivate or disable Bluetooth on Ubuntu system startup
Folllow the below steps to deactivate or disable Bluetooth on Ubuntu system startup Open a Terminal by pressing Alt+Ctrl+T Run sudo gedit /etc/rc.…
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 >>How to convert a ppk file to a pem file on Linux
Here is the steps to convert a ppk file into an equivalent pem file. Install the putty tools, sudo apt-get install putty-tools Generate the…
Read More >>