Tag: ubuntu
Install and Configure Docker
March 20, 2021
Install Docker on Ubuntu and Configure it to use a non-default directory.
Watch for Ubuntu 9.10 Launch
October 29, 2009
This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.
Command to Find Current Ubuntu Version
August 21, 2009
Run this command to find the installed version of Ubuntu… cat /etc/lsb-release
Upgrade Ubuntu to the Latest Version
May 26, 2009
Use these two commands to upgrade to the latest version of Ubuntu/other debian based distros. sudo apt-get update sudo apt-get…
Install LAMP Stack on Ubuntu/Debian
April 28, 2009
Install LAMP Stack on Ubuntu/Debian using apt-get sudo apt-get install openssh-server openssh-client apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi mysql-client mysql-common mysql-server…
Download Deb Files Using apt-get
March 6, 2009
If you want to download the deb files without installing them, use the following command. The downloaded file will be…
Recent Comments