To remove just git package itself from Ubuntu 14.04 execute on terminal:
$ sudo apt-get remove git
To remove the git package and any other dependant package which are no longer needed from Ubuntu Trusty.
$ sudo apt-get remove --auto-remove git
| YouTube video link: https://youtu.be/8Uofkq718n8 | |
| All the commands that are executed in the above youtube video are mentioned in this gist. | |
| 1. Install Apache server on Ubuntu | |
| sudo apt install apache2 | |
| 2. Install php runtime and php mysql connector | |
| sudo apt install php libapache2-mod-php php-mysql | |
| 3. Install MySQL server |
| * Downloaded or downloading | |
| ============================= | |
| **http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html | |
| **http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html | |
| **http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html | |
| **http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html | |
| **http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html | |
| *http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html | |
| *http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html |
| set wsc = CreateObject("WScript.Shell") | |
| Do | |
| 'Five minutes | |
| WScript.Sleep(5*60*1000) | |
| wsc.SendKeys("{NUMLOCK}") | |
| Loop |