Ubuntu Linux Server A Primer

Slides:



Advertisements
Similar presentations
Backups In Linux. The Linux System Many Linux distros set up seperate "/home" and "/" (root) partitions. User configuration files are hidden with a "."
Advertisements

'08 Rabat Why are we using FreeBSD? Scaleable Services Workshop AfNOG 2008 Rabat, Morocco slides by Hervey Allen presented by Joe Abley.
Package Managers What are they and why we use them.
System Administration: Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
Microsoft vs Linux Microsoft Applications compared to free opensource software.
UNIX ™ /Linux Overview Unix/IP Preparation Course June 9, 2013 Lusaka, Zambia.
2008 Taipei, Taiwan Ubuntu Linux Server Structure and Config APRICOT 2008 Network Management Workshop February 20 – Taipei, Taiwan.
E X C E E D I N G E X P E C T A T I O N S RUNLEVELS Linux System Administration Dr. Hoganson Kennesaw State University A runlevel is a mode of operation.
Linux Last Update Copyright Kenneth M. Chipps Ph.D. 1.
Chapter 19 UBUNTU VS. WINDOWS J.Galván1 INFORMATION TECHNOLOGY APPLICATIONS IN BUSINESS.
workshop eugene, oregon UNIX ™ /Linux Overview Unix/IP Preparation Course July 19, 2009 Eugene, Oregon, USA
Linux Package Management Dr. Michael L. Collard 1.
The OpenSolaris Operating System and Sun xVM VirtualBox Blake Deville.
Working with Ubuntu Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
PacNOG 6: Nadi, Fiji UNIX ™ /Linux Overview Hervey Allen Network Startup Resource Center.
COMPUTER OPERATING SYSTEMS THE BIG 3. MENU PC WINDOWS The primary operating system for the majority of computer users around the world is Windows. Many.
2008 Bangkok, Thailand Ubuntu Linux Server Structure and Config intERLab at AIT Network Management Workshop March 11 – Bangkok, Thailand.
UNIX ™ /Linux Overview Unix/IP Preparation Course May 25, 2014 Djibouti.
Ubuntu (Desktop Edition) Presented by, Barry, Elh Ibrahima ITEC400 Franklin University Professor Robert D’Andrea April 10, 2008 ___________________.
UNIX ™ /Linux Overview Unix/Linux Preparation Course June 27, 2010 Pago Pago, American Samoa.
Open Source Project By Robert Smith
New Delhi, India Ubuntu Linux Server Structure and Config PacNOG5 June 16 – Papeete, French Polynesia Hervey Allen.
March 11, 2008 USCMS Tier-2 Workshop Oh Dear God Alain made a PowerPoint presentation 1.
IT Roundtable – Dec 15 th 2009 in your enterprise.
Linux Not in textbook. Why Not Just Use Windows? Windows costs money ($100 to $300, typically) Windows is proprietary: –The source code is a closely guarded.
 Linux Mint is a computer operating system designed to work on most modern systems, including typical x86 and x64 PC’s. Linux Mint can be thought of.
Getting Started With Ubuntu Linux Presented by Grant Root
Presentation By: Ryan Combs. Ubuntu Pronouced: ‘ oo-BOON-too’ Ubuntu is an African word that has a few meanings. 1)“Humanity to others” 2) “I am what.
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
What Is Ubuntu? Open Source Uses Linux / GNU kernel Based On Debian Free! Sponsored by Canonical.
an free source operating system
ABCD VS KOHA ; THE ARCHITECTURE AND FUNCTIONALITIES OF SELECTED MODULES. by Joel Nakitare.
A Brief Introduction to Linux Cheng-Han Du. History.
Introduction to Linux PacNOG5 June 2009 Papeete, French Polynesia.
Ubuntu user centric focus acts bottom-up by Serge van ginderachter.
A Brief Introduction to Linux Cheng-Han Du. History.
New Delhi, India Ubuntu Linux Server Structure and Config PacNOG5 June 16 – Papeete, French Polynesia Hervey Allen.
System Administration Application Management. ● A common task for a system administrator is the installation, updating and removal of software. Several.
Thinking Outside the Box Linux. Question: What form of transportation racks up the most passenger miles per year? Not cars Not bicycles Not buses Not.
2008 Taipei, Taiwan Ubuntu Linux Server Structure and Config APRICOT 2008 Network Management Workshop February 20 – Taipei, Taiwan.
An Introduction to. Where did Fedora come from? Boxed set every 6 months == Failed business model [
Linux Presentation (‘Lynuks’) The other major alternative is based on the pronunciation of the English version of ‘Linus’. It also happens to be the.
Computer Technology Project Distros Lars Noodén
Bangkok, Thailand Ubuntu Linux Server Structure and Config intERLab at AIT Network Management Workshop March 11 – Bangkok, Thailand.
Computer Technology Project
IT320 Operating System Concepts
Chapter 9 Managing Software
Stony Brook Integrative Structural Biology Organization
What is F/LOSS? By Scot Henderson.
CSC227: Operating Systems
Installation of MySQL Objectives Contents Practical Summary
Unix/IP Preparation Course
Installation and Configuration
Introduction to .NET Core
THE ARCHITECTURE AND FUNCTIONALITIES OF SELECTED MODULES.
The Linux Operating System
GlassFish in Ubuntu - Feb 2007
Our chosen platform is:
Ubuntu Linux Server A Primer
Ubuntu Linux Server Structure and Config
Introduction to Ubuntu June 2012
More Scripting & Chapter 11
Getting Started With Linux
The Visible Computer Chapter 3.
Transforming Your Brain with SQL 2017 on Linux
Different types of Linux installation
Understanding Linux and the BASH shell v
Ubuntu Linux Server Structure and Config
Module 02 Operating Systems
Presentation transcript:

Ubuntu Linux Server A Primer PacNOG 3 Workshop June 18, 2007 – Rarotonga, Cook Islands Hervey Allen

What's Our Goal? A bit of Debian & Ubuntu philosophy Install Ubuntu Server 7.04 “Feisty Fawn” Differences from the Red Hat world Package system Debian's root philosophy Tools you may need How the OS and services start/stop

Some Practical Matters Please do not change the root password. Please do ask questions! Lots of questions! Really -we mean this. If you don't understand something please speak up. Chances are someone else has the same question. Questions?

Who We Think We Are Teaching A class that has already experienced or used Linux or UNIX in the real world. We're assuming an intermediate level of knowledge. Are we right?

Some Philosophy Debian's conservative model Very different from Fedora Core Releases and Repositories Ubuntu's benefactor: Mark Shuttleworth Desktop vs. Server vs. LTS versions The connection with Debian Restricted software and Ubuntu

The World of Ubuntu Start here: http://www.ubuntu.com/ Server Desktop “Feisty Fawn” 7.04 (18 month support)‏ “Dapper Drake“ 6.06 LTS (5 years support)‏ “Edgy Eft” 6.10 (18 month support)‏ Desktop Current are 6.10 and 7.04. Kubuntu (KDE), Edubuntu (Educational)‏

Ubuntu Installation Really wants you to be on the net. Free Ubuntu CDs are available, including shipping. Now let's go do it...

What's Different Software management dpkg apt aptitude synaptic meta-packages repositories

What's Different cont. Startup scripts Controlling services In /etc/init.d/ (System V)‏ Upon install services run! Controlling services update-rc.d sysvconfig rcconf rc-config

What's Different cont. Make and GCC Upstart Not installed by default. Why? 32,000+ packages To get “apt-get install build-essentials” Upstart replaces init no inittab see upstart.ubuntu.com for details

There's more... But, hopefully this is enough to get us started... Some Resources www.ubuntu.com ubuntuforums.org www.debian.org www.debuntu.org ubuntuguide.org Google!