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

Slides:



Advertisements
Similar presentations
Learning Unix/Linux Bioinformatics Orientation 2008 Eric Bishop.
Advertisements

Social Media & Updates on Systems Web Community Meeting September 26, 2014.
NETW-240 Shells Last Update Copyright Kenneth M. Chipps Ph.D. 1.
Introducing the Command Line CMSC 121 Introduction to UNIX Much of the material in these slides was taken from Dan Hood’s CMSC 121 Lecture Notes.
Working Environment - - Linux - -.
Linux+ Guide to Linux Certification, Second Edition
Basic linux shell commands and Makefiles. Log on to engsoft.rutgers.edu Open SSH Secure Shell – Quick Connect Hostname: engsoft.rutgers.edu Username/password:
CS 202 Computer Science II Lab Fall 2009 September 3.
“Final?” Day Unix/Linux April 8, 2014 Dr. Bob Mathis.
Publishing a Web Page at the University of DE FREC 135.
1. This presentation covers :  User Interface Administration  Files System and Services Management 2.
Introduction to Linux Workshop February Introduction Rob Lane & The HPC Support Team Research Computing Services CUIT.
Using the “CLI” Unix / Linux Preparation Course May 25 Djibouti.
Introduction to UNIX/Linux Exercises Dan Stanzione.
MCB Lecture #3 Sept 2/14 Intro to UNIX terminal.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
1 Intro to Linux - getting around HPC systems Himanshu Chhetri.
Module 6 Using the Internet for Working & Learning.
YourClassPage.com TM Inservice Quickstart Guide Getting YOUR classpage up and running!
CENT 305 Information Systems Security Linux Introduction.
9 Agenda Views Pages Web Parts Navigation Office Wrap-Up.
Computer Science 119 Intro to Java 9/24 and 9/25.
Agenda Link of the week Use of Virtual Machine Review week one lab assignment This week’s expected outcomes Review next lab assignments Break Out Problems.
Say it again… With Podcasting With Podcasting Brandon Herder and Melissa Tredenick Say it again…
An Introduction to Designing and Executing Workflows with Taverna Aleksandra Pawlik materials by: Katy Wolstencroft University of Manchester.
Roles 1. Your Role: End User End Users use Inside NCDOT and Connect NCDOT for basic browsing and reading Typical tasks can include: Open or download files.
1 CSE 303 Lecture 3 bash shell continued: processes; multi-user systems; combining commands read Linux Pocket Guide pp , , , 118, 122,
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
1 © 2003 Cisco Systems, Inc. All rights reserved. Session Number Presentation_ID Fundamentals of IT Essentials 2: Network Operating Systems Mike Milford.
Wordpress with Mina Automated Deployment Solution Jonathan Gravato DIG 4104c.
Lecture One. Objective: Provide description of the Command-Line Editor of Linux operating system. Enable students to understand the practical side of.
Linux Services Configuration
Introduction to Scripting Workshop October
Using Video in Blackboard. Before we begin, here are a few things to think about: Why are we adding video? Is it the most appropriate tool to use to teach.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
Module 6: Configuring User Environments Using Group Policies.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
Dr. Sajib Datta Jan 16,  The website is up.  Course lectures will be uploaded there ◦ Check regularly for assignments and update.
Overview In this tutorial you will: learn what an e-portfolio is learn about the different things e-portfolios may be used for identify some options for.
1 Week 8 Creating Simple Shell Scripts. 2 Chapter Objectives  In this chapter, you will :  Learn how to create Shell Scripts  Commenting / Making Portable.
Holly Cate January 20, 2010 Main Bioinformatics Laboratory.
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
Introduction to Scripting Workshop February 23, 2016.
Intro to GNU/Linux See, Stallman? I said GNU. Are you happy now?
به نام خدای مهربان زبان تخصصی دانشجویان کامپیوتر English for Computer Students درس 3 جوانمرد Ejavanmard.blogfa.com
Transportation Agenda 19. Transportation Your Role: Designer Designers organize SharePoint content and determine how to display that content Typical tasks.
Class Projects and Environment
Development Environment Basics
CSC207 Fall 2016.
LECTURE 03: The Bash Command Line
Andy Wang Object Oriented Programming in C++ COP 3330
Raspberry Pi in Headless Operation
Linux.
Storing, Sending, and Tracking Files Recitation 2
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Crawling with Heritrix
Web Programming Essentials:
CGS 3175: Internet Applications Fall 2009
Andy Wang Object Oriented Programming in C++ COP 3330
An introduction to the Linux environment v
Class Projects and Environment
Downloading workshop files to your computer
Yung-Hsiang Lu Purdue University
CSE 303 Concepts and Tools for Software Development
Week 1 – Lesson 2: Creating Shell Scripts, Linux Commands
How to create your Webpage
Video Notes.
How to Use Home Inventory Pro 2011® Household manager
Introduction to Linux and Code Editing
Presentation transcript:

LINUX TERMINAL TUTORIAL EDCI 339 – Online Presentation by Roop Rahal

Linux Terminal Tutorial Website Why 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

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

Section 1 – Directory Navigation  This section covers all basic commands for navigation of the file system  Commands for viewing and editing files  Commands for changing file permissions  Complete list of basic commands to do day-to-day tasks with files in linux

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

Section 3 – SSH  SSH – secure shell  Used to connect to other Linux systems  In this section I go over some advanced configuration options for SSH  SSH will allow you to work on a computer remotely as if you were actually there

Section 4 – Help  Help.ubuntu.com  I have made a help section that quickly shows you how to use the “man” command and how to use the VI editor.

Section 5 – Ruby on Rails Demo  I 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 applications  Can create web applications in minutes  A CSC student at UVic has to make roughly one web application per semester  Using Ruby on Rails students can save days worth of work

Conclusion  I really enjoyed this project because it is something I will keep online forever  It is actually a useful tutorial on a subject matter that is of interest to a lot of UVic students