LINUX TERMINAL TUTORIAL EDCI 339 – Online Presentation by Roop Rahal.

9
LINUX TERMINAL TUTORIAL EDCI 339 – Online Presentation by Roop Rahal

Transcript of LINUX TERMINAL TUTORIAL EDCI 339 – Online Presentation by Roop Rahal.

Linux Terminal TutorialEDCI 339 Online Presentation by Roop Rahal

1Linux Terminal Tutorial WebsiteWhy did I Create a Linux Terminal tutorial ?- Required Skill for Computer Science students at UVic- It is assumed when you enter a CSC degree at UVic that you already have Linux skills

2Features of the websiteLinks to download a common version of Linux Called Ubuntu.4 sections including a bonus Video section on developing Ruby on Rails applications.

3Section 1 Directory NavigationThis section covers all basic commands for navigation of the file systemCommands for viewing and editing filesCommands for changing file permissionsComplete list of basic commands to do day-to-day tasks with files in linux

4Section 2 Bash CommandsMore complicated commands of the bash shell terminal are covered in this section.Compression, Redirection, Piping, History and filename completion are a few.

5Section 3 SSHSSH secure shellUsed to connect to other Linux systemsIn this section I go over some advanced configuration options for SSHSSH will allow you to work on a computer remotely as if you were actually there

6Section 4 HelpHelp.ubuntu.comI have made a help section that quickly shows you how to use the man command and how to use the VI editor.

7Section 5 Ruby on Rails DemoI added a Ruby on Rails demo video to the website because It is a really handy tool to know how to use to make web applicationsCan create web applications in minutesA CSC student at UVic has to make roughly one web application per semesterUsing Ruby on Rails students can save days worth of work

8ConclusionI really enjoyed this project because it is something I will keep online foreverIt is actually a useful tutorial on a subject matter that is of interest to a lot of UVic students

9