1 / 18

V2012.13

V2012.13. Agenda. Old Business Delete Files New Business Week 7 Topics: Tech Talks Field Trip Complete VirtualBox /Ubuntu Install Linux Intro. New Business. Tech Talks Field Trip to Hyland Software February 21 st Details to follow. Ubuntu Setup. Ubuntu VM Setup

thy
Télécharger la présentation

V2012.13

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. V2012.13

  2. Agenda • Old Business • Delete Files • New Business • Week 7 Topics: • Tech Talks • Field Trip • Complete VirtualBox/Ubuntu Install • Linux Intro

  3. New Business • Tech Talks • Field Trip to Hyland Software • February 21st • Details to follow

  4. Ubuntu Setup • Ubuntu VM Setup • Created a ‘standard’ VM • Easy import into VirtualBox • Intro to Linux • Customize environment

  5. Getting Started • Brief Intro to Linux • History • Using the command line • Basic commands • Practice exercises • Ubuntu Setup and Customization • Change Desktop Environment • Install Cinnamon • Add Software and Applets • Install Ubuntu Tweak

  6. History: Before Linux • In 80’s, Microsoft’s DOS was the dominated OS for PC • Apple Mac was better, but expensive • UNIX was much better, but much, much more expensive. Only for minicomputer for commercial applications • People were looking for a UNIX based system, which is cheaper and can run on PC • Both DOS, Mac and UNIX were proprietary, i.e., the source code of their kernel is protected • No modification is possible without paying high license fees

  7. Historical Development of Linux • Linus Torvaldsbecame interested in a freeware product called Minix • Developed by Andrew S.Tanenbaum, Minixwas a clone of the commercial UNIX operating system for PCs • In Sept 1991, Torvalds, a second year student of Computer Science at the University of Helsinki, developed the preliminary kernel of Linux, known as Linux version 0.0.1 • And the rest is history …

  8. Linux Distributions • Today, there are hundreds of different distributions available • Popular Linux distributions include: • Ubuntu, SUSE, RedHat/Fedora, Arch, Debian, CentOS, Mint, PCLinuxOS, Mageia • List of distributions: • http://en.wikipedia.org/wiki/List_of_Linux_distributions

  9. What is a ‘Linux Distribution’? • A Linux distribution typically includes: • Software Packages • Installer • Re-configure • Update/Patch • Commercial Software • User Guide

  10. Components of Linux • The Linux Kernel • An operating system kernel used by the Linux family • Libraries • Pre-written code “pieces” that application programmers use in their programs • Utilities • Maintain the file system, editing text files, managing running processes, installing new software packages • User Interface

  11. Terminal & Command Line • Why use a terminal or command line? • The terminal is a powerful and invaluable tool that can be used to perform many useful tasks you might not be able to accomplish with a GUI • The command-line interface is sometimes a faster way to accomplish a task. • Learning the command-line interface is the first step towards more advanced troubleshooting, system administration, and software development skills • Gives access to a ‘shell’ • One of the most popular is ‘bash’

  12. Basic Commands • Start terminal: • Dash ‣ Applications ‣ Terminal

  13. Ubuntu Setup • Install Cinnamon • Open a ‘terminal’ • Enter the following commands: $ sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable $ sudoapt-get update $ sudoapt-get install cinnamon • Logout

  14. Ubuntu Setup • Click on the ‘Desktop’ icon • Choose ‘Cinnamon’ • Click ‘OK’ • Login

  15. Add Applet • Add ‘My Launcher’ Applet: • Right-click on menu bar • Choose ‘Add applets to the panel’ • Click on ‘Get new applets’

  16. Add Applet • Add ‘My Launcher’ Applet: • Scroll down and choose ‘My Launcher’ • Click on ‘Download’ • Save the file • Unzip the file $unzip IHT1-YHWZ-0K2Z.zip $ls mylauncher@markbokil.com

  17. Add Applet • Add ‘My Launcher’ Applet: • Copy contents to the applet directory $cd /home/seighman/.local/share/cinnamon/applets $cp -R ~seighman/Downloads/mylauncher@markbokil.com/ . • Enable the applet, add it to your panel • Right-click on the menu bar again • Choose ‘ Add applet to the panel’ • Scroll down and click on the box to enable the ‘My Launcher’ applet • It will now appear in your menu panel

  18. Add Applet

More Related