100%
  • Home
  • Courses
    • View All
Login
  • Home
  • Courses
  • Log In
  • View All
Home Command Line Course Install Software Tools

Course Lessons

Command Line Course

1 Overview
2 Terminology
3 Keyboard Shortcuts
4 Command Line Basics
5 Pre-Task
6 Install Software Tools
7 Install Vagrant
8 Linux Task
9 Useful Links
Return to Command Line Course

Trainer(s)

There is no group/trainer

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

  1. Install VSCode.
  2. Chrome (Install it using apt-get install method after adding its PPA repo)
  3. GIMP (Install it using apt-get install method)
  4. VLC (Figure it out)
  5. RecordMyDesktop (Figure it out)
  6. Skype (Figure it out)
  7. Meld (Figure it out)
  8. Install the latest version of following Software :
    1. PHP
    2. Mysql
    3. Apache (and configure it for php and test it)
    4. Nginx & php-FPM ( configure it for php over php-FPM, resolve conflict if any after installation )
    5. phpmyadmin for apache


← Previous Lesson

Copyright 2017-25 All Rights Reserved | Designed by WisdmLabs