Lab 1: Getting Started.

Slides:



Advertisements
Similar presentations
Creating a Virtual Machine Researched and Created by Bryan Bankhead.
Advertisements

Senior Design Lab Policies Presented by: Trey Murdoch CSC IT Staff.
Run a Virtual Machine. Virtualization Have you ever imitated someone else? That's because your mind is thinking/ imagining as that person Same to a Computer:
Setting up your System Contents Required Software Flip and flop servers at OSU Using WinSCP Using Putty Using ssh, scp from Linux terminal.
UPLOADING YOUR SERVER CODE TO YOUR VIRTUAL MACHINE.
1 SEEM3460 Tutorial Access to Unix Workstations in SE.
Installation Ubuntu for Libraries. Step 1: Download Head on to Pick Ubuntu LTS; just click the big orange.
Integrating HADOOP with Eclipse on a Virtual Machine Moheeb Alwarsh January 26, 2012 Kent State University.
WINDOWS 7 AND UBUNTU INSTALLING LINUX WITHIN WINDOWS.
To run the program: To run the program: You need the OS: You need the OS:
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
A crash course in njit’s Afs
Space Science and Engineering Center University of Wisconsin-Madison Virtual Machines: A method for distributing DB processing software Liam Gumley.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
LINUX System : Lecture 3 Vmware, Cygwin, LINUX installation Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
N ETWORKED & D ISTRIBUTED COMPUTING S YSTEMS L AB Programming Assignments EE323 Computer Networks.
NUMOSS NURUL ‘IZZATI BINTI OTHMAN A
Model a Container Runtime environment on Your Mac with VMware AppCatalyst VMworld Fabio Rapposelli
Background - hardware User interface devices to system –Mainframe Text mode only Command-line (text mode) interface “Some” menus available (NOT a GUI)
LING 408/508: Programming for Linguists Lecture 3 August 31 st.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
Client – Server Application Can you create a client server application: The server will be running as a service: does not have a GUI The server will run.
Port Forwarding in VM brief intro
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
| nectar.org.au NECTAR TRAINING Module 10 Beyond the Dashboard.
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.
Rhapsody Adendum. Remote Access Start VPN through connect.spsu.edu Select ‘Client Apps’ on the toolbar on the right top of page Then click ‘Start’ on.
Getting Connected CPSC 1010 August 21, Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local.
Virtual Machines. A virtual machine takes the layered approach to its logical conclusion. It treats hardware and the operating system kernel as though.
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
Oracle Virtualization Last Update Copyright 2012 Kenneth M. Chipps Ph.D.
VIRTUAL MACHINE – VMWARE. VIRTUAL MACHINE (VM) What is a VM? – A virtual machine (VM) is a software implementation of a computing environment in which.
Installing iHRIS on VMWare
GNU and Linux.
Virtual Machine and VirtualBox
Cloud Computing for Science
CSC227: Operating Systems
Bash on Ubuntu on Windows
Installation and Configuration
Port Forwarding and Shell Login Essentials
VMWare Workstation Installation
Containers and Virtualisation
Lab 1 introduction, debrief
ECE544: Software Assignment 3
Engineering Innovation Center
Create A Virtual Machine
A few points to mention There are two Olympus machines!
Linux Programming Environment How to Run Linux in Windows
Virtual Machines.
Hands-On Virtualization in the Classroom
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Do anything from anywhere – tools to free your choice of OS
Using Virtual Machines
Visual Studio Code for PowerShell
An introduction to the Linux environment v
Different types of Linux installation
Virtual Machine and VirtualBox
Yung-Hsiang Lu Purdue University
Virtual Machine and VirtualBox
Virtual Machine and VirtualBox
Port Forwarding ( VirtualBox / VMware Player )
Ubuntu MYSQL Database Server
DIBBs Brown Dog Tutorial Setup
Presentation transcript:

Lab 1: Getting Started

Required Software Linux ISO File Ubuntu (https://www.ubuntu.com/download/desktop) Virtualization Software Oracle VirtualBox (http://www.virtualbox.org/wiki/Downloads) VMware Workstation (https://www.vmware.com/products/workstation- pro.html)

Intro & Goals Prof.Christo Wilson Martin Petrauskas Goals of this “class” and the semester: Learn basic Linux commands Have confidence using the command line for every day use To be like a real hackerman Website: https://cbw.sh/linuxbasics/index.html

Different Ways to Learn Linux Install it as the host OS on your computer For Windows users, Windows Subsystem for Linux (WSL) is a good option to run the bash terminal on your Windows machine Virtual Machines – install Linux on a virtual machine, a computer within a computer

Different Ways to Learn Linux For the Mac, you can use your default terminal with Homebrew PuTTY, an SSH client for Windows users, so you can login to the CCIS Server from your laptop

Making a VM and Installing Ubuntu Follow along with me to create a Virtual Machine in VirtualBox

Starting the Terminal Once you've logged in, right click anywhere on the screen and select “Start Terminal” Or search the programs for “Terminal”

Installing Necessary Programs We need to install some miscellaneous programs that you will need throughout the semester We will install vim, emacs, pip, python, ruby, perl, and git sudo apt-get install python-pip vim emacs ruby perl git