
21 March 2017
Update Ubuntu Version
If you want to update your ubuntu version without reinstalling the whole Ubuntu copy run the following command on the […]
If you want to update your ubuntu version without reinstalling the whole Ubuntu copy run the following command on the […]
LAMP Stack means :Linux, Apache, MySQL and PHP. Run the following commands one by one in the terminal to install the whole LAMP […]
Run the following commands on the terminal to install MongoDB on Ubuntu 16.04 Create a list file for MongoDB. Create the […]
To update all installed packages in pip just run the following command on the terminal: pip install -U $(pip freeze […]