House Keeping Section 1 is due on Thursday BEFORE class 18 labs 11 quizzes Log into LabSim I want to verify you are in the Spring 15 CBIS 4225 Sys Admin.

Slides:



Advertisements
Similar presentations
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Advertisements

Cosc 4750 Getting Started in UNIX Don’t be afraid of the prompt, in linux it can be your best friend. In some cases, the only way to do certain things.
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
Exploring the UNIX File System and File Security
Working Environment - - Linux - -.
Vi Editor TA for ITIS3100: Xu Fei
Linux+ Guide to Linux Certification, Second Edition
UnixUnix Basic. Convention Italic text indicates text displayed by the computer system. For example, login: indicates a login prompt displayed by the.
Guide To UNIX Using Linux Third Edition
Embedded Programming and Robotics Lesson 13 Basic Linux 1.
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  Currently there.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
Help session: Unix basics Keith 9/9/2011. Login in Unix lab  User name: ug0xx Password: ece321 (initial)  The password will not be displayed on the.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 9 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Cmsc 312 Operating Systems. UNIX? DOS – PC? VAX/VMS - mainframe Unix – PC, workstation, mainframe 1970 bell Lab For computer scientist? Why popular? Free.
CENT 305 Information Systems Security Linux Introduction.
Grades Please hand in your homework Quizzes coming back today Current grade on back with missing assignments Anything missing can be turned in late There.
1 Web Server Administration Chapter 3 Installing the Server.
A few Linux basics Network Monitoring & Management.
Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller,
Vim Editor and Unix Command gcc compiler Computer Networks.
1 Editing a C Program 01/16/15. 2 Objective Use Linux to edit, compile and execute a C program.
HKOI 2012 TRAINING INTRO TO LINUX /CUHK/SHB123]$ date Sat Feb 18 13:00:00 HKT 2012.
Chapter Two Exploring the UNIX File System and File Security.
UNIX Introduction CSCE 221H Texas A&M University.
UNIX (Linux) Introduction Module-1. OS Kernel In computing, the kernel is the central component of OS. It is a bridge between applications and the actual.
Text editors Why should I use an editor ? It is very important to able to use at least one text mode editor a text mode editor is so useful on remote machines.
Tony Kombol.  Why text edit?  Many programs and features require configuration ▪ Configuration is kept in files ▪ Usually in the /etc directory  Changes.
Lecture One. Objective: Provide description of the Command-Line Editor of Linux operating system. Enable students to understand the practical side of.
Getting Started with Linux Linux System Administration Editors.
1May 16, 2005 Week 2 Lab Agenda Command Line FTP Commands Review More UNIX commands to learn File name expansion - * Introduction of vi.
More on Using onyx 8/28/13. Program 1 Due a week from today. See website for details.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
What Is Ubuntu? Open Source Uses Linux / GNU kernel Based On Debian Free! Sponsored by Canonical.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
Linux Stuff Last Update Copyright 2014 Kenneth M. Chipps Ph.D. 1.
ICE UNIX TUTORIAL. File System Commands cd – change directory cd – change directory ls – list contents ls – list contents rm – remove/delete rm – remove/delete.
Introduction to UNIX and Linux.  Written by Dennis Ritchie and Ken Thomsom at Bell Labs in 1969  Initially written in assembly language and a high-level.
Dr. Sajib Datta Jan 16,  The website is up.  Course lectures will be uploaded there ◦ Check regularly for assignments and update.
Getting Started with Linux Linux System Administration Editors.
ITIS  Today’s Notes  NFS in the lab  Lecture: ▪ Linux II ▪ vi  Lab 2.
Embedded Software Design Week II Linux Intro Linux Kernel.
LINUX Zhengli Zhu, School of Life Sciences. Outline 1. ABC of Linux 2. Basic orers of Linux 3. Bash Programming.
Intro to GNU/Linux See, Stallman? I said GNU. Are you happy now?
Linux 101: Introduction To Linux Purdue Linux Users Group Speaker: Thor Smith.
Tutorial Six Linux Basics CompSci Semester Two 2016.
By Jonathan Rinfret UNIX/LINUX By Jonathan Rinfret
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
CS1010: Intro Workshop.
Development Environment Basics
Getting started with CentOS Linux
Tutorial Six Recap & Linux Basics CompSci Semester Two 2016.
Using Linux and Lab Setup OS Lab 1
Our chosen platform is:
Vi Introduction Tony Kombol.
Linux System Administration Editors
Ubuntu Working in Terminal
Users and Accounts Lab 0.1. Users and Accounts Lab 0.1.
The Linux Command Line Chapter 12
Exploring the UNIX File System and File Security
Run Java file with Window cmd
LAB 9 – INTRUSION DETECTION AND PREVENTION SYSTEMS
Getting started with CentOS Linux
Yung-Hsiang Lu Purdue University
Java Tutotrial for [NLP-AI] 2
CSCI The UNIX System Editing files
The Linux Command Line Chapter 12
Presentation transcript:

House Keeping Section 1 is due on Thursday BEFORE class 18 labs 11 quizzes Log into LabSim I want to verify you are in the Spring 15 CBIS 4225 Sys Admin

Linux History / Overview CBIS 4225 – System Administration

Today’s Lecture History of Linux Ease of Linux - System Overview

What is Linux?

What is Ubuntu? Ubuntu | oǒ'boǒntoō African word ‘humanity to others’ OR I am who I am because of who we all are Used on Amazon EC2 and Rackspace Cloud Preinstalled on Dell, HP, Asus, Lenovo and other servers Made for the desktop, Dumb down version for server

Ubuntu Long term support (LTS) Numbering Editions Netbook, Desktop and Server Derivatives (recognized) Edubuntu Ubuntu GNOME / Kubuntu / Xubuntu (desktops) Mythbuntu (myth tv studio) Ubuntu Studio (multimedia editing) Ubuntu Kylin (local for China)

Linux Framework

Command Line - Navigation CD and LS cd cd /etc/apt/ cd.. cd cd $home cd ~ ls ls –alR > listing.txt Manage files mv --- move cp --- copy rm --- remove rmdir --- deletes directory rm abc*

Basic Linux Directories / the root directory /binessential commands /boot boot loader, Linux kernal /etc system configuration files /homeuser home directories /mediamount point for removable devices /mnt mount point for local and remote file systems /varwebsites, servers

Text Editors Editors emacs joe nano vim / vi gedit kate kedit tutorial tutorial VIM Insert mode (i) Command mode (ESC) Cursor movements Write and Quit (:wq) Force Quit (:q!)

Update / Upgrade Sudo apt-get update (checks for updates) Sudo apt-get upgrade (upgrades the selected programs)

Installing Applications sudo apt-get install vim This will install the vim program on the computer.

Groups of Three Log into itstudent.gcsu.edu group# pepsisucks Navigate to your home directory Move a file from your desktop computer