Command Line Course
Install Software Tools
All software mentioned above should be installed using apt commands and should be installed to the latest stable version available on the day of installation.
Update and upgrade your apt repo, using sudo apt update && sudo apt upgrade command.
It’s a good practice to run this command daily after starting the computer.
For more information on the apt command, please refer to https://guide.ubuntu-fr.org/server/apt.html
Install following software on your localhost
- Install VSCode.
- Chrome (Install it using apt-get install method after adding its PPA repo)
- GIMP (Install it using apt-get install method)
- VLC (Figure it out)
- RecordMyDesktop (Figure it out)
- Skype (Figure it out)
- Meld (Figure it out)
- Install the latest version of following Software :
- PHP
- Mysql
- Apache (and configure it for php and test it)
- Nginx & php-FPM ( configure it for php over php-FPM, resolve conflict if any after installation )
- phpmyadmin for apache