Tools and Explanations for Mac Beginners

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

© 2003, Cisco Systems, Inc. All rights reserved..
Privileged Account Management Jason Fehrenbach, Product Manager.
LinuxChix Africa UNIX BASICS. To r00t or not to r00t ● Unix security is (in most cases) binary. Either you are root or you are not. – Effects on permissions.
Linux vs. Windows. Linux  Linux was originally built by Linus Torvalds at the University of Helsinki in  Linux is a Unix-like, Kernal-based, fully.
System Software Matt Bardsley Comm 165. System Software System software handles technical details Consists of four types of programs.
How to install the Zelle graphics package
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
NSDI/NBII Clearinghouse Server Training Slide 1 NSDI/NBII Clearinghouse Server Training Yellowstone to Yukon Initiative 7. December University of.
Linux Operations and Administration
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
CIS 191 – Lesson 2 System Administration. CIS 191 – Lesson 2 System Architecture Component Architecture –The OS provides the simple components from which.
CONNECT: Install Webinar for Code-A-Thon April 20th, 2010.
Mac Set up and printer installation Vaibhav Pandit A&S IT 11/29/2007.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
CSC 215 : Procedural Programming with C C Compilers.
11 SUPPORTING APPLICATIONS IN WINDOWS XP PROFESSIONAL Chapter 9.
Mathieu Castets October 17th,  What is a rootkit?  History  Uses  Types  Detection  Removal  References 2/11.
Michael Still Google Inc. October, Managing Unix servers the slack way Tools and techniques for managing large numbers of Unix machines Michael.
There are three types of users in linux  System users: ?  Super user: ?  Normal users: ?
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.
Ozan Şahin Ömer Üçler.  Purpose of Project  Used Technologies  Database Design  Problems&Solutions  Use Case’s  Demo.
Chapter 9Basic Troubleshooting Techniques  9.1General Troubleshooting Techniques 9.1General Troubleshooting Techniques 9.1General Troubleshooting Techniques.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 9: Basic Linux Administration Chapter 11: System Administration: Core Concepts Chapter 16:
Introduction to System Admin Sirak Kaewjamnong. 2 The system administration’s job  Adding a new user  Doing backup and restoring files from backups.
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.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Testing Code for Compliance. Agenda AppVerifier 3.1 Microsoft Windows Server 2003 R2 Platform SDK Command-line tools Third-party tools.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop I Introduction to Linux Professional Training Academy.
Installing Applications in FreeBSD lctseng. Computer Center, CS, NCTU 2 Before we start  Permission issue root: the super user Like administrator in.
The Kernel At a high level, the kernel in an operating system serves as the bridge between applications and the actual data processing of the hardware.
Problem Solving With C++ February Mac Users: Install xQuartz: 1.) Open the link 2.) Download xQuartz dmg.
3/5/2002e-business and Information Systems1 Java Java Java Virtual Machine (JVM) Java Application Program Interface (API) HW Kernel API Application Programs.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
JMU GenCyber Boot Camp Summer, “Canned” Exploits For many known vulnerabilities attackers do not have to write their own exploit code Many repositories.
1 Pertemuan 3 Operating Cisco IOS Software. Discussion Topics The purpose of Cisco IOS software Router user interface Router user interface modes Cisco.
OST Intro in to Macs. History of Macintosh On January 24, 1984 Apple Computer introduced the Apple Macintosh personal computer, with the Macintosh.
LINUX Presented By Parvathy Subramanian. April 23, 2008LINUX, By Parvathy Subramanian2 Agenda ► Introduction ► Standard design for security systems ►
Intro to the Atlas Platform Raja Bose Dr. Abdelsalam (Sumi) Helal January 23, 2007.
Systems Software / The Operating System CSC October 14, 2010.
Scientific Linux Inventory Project (SLIP) Troy Dawson Connie Sieh.
Chap 1 ~ Introducing LINUX LINUX is a free-stable multi-user operating system that derives from UNIX operating system Benefits: 1) Linux is released under.
Instructor: Syed Shuja Hussain Chapter 4: Operating System Basics.
Linux Administration – Finding You Way on the Command Line The Linux File Directory or Tree.
Use Cases, Issues, Proposed Solutions: Software and Environment Non Privileged User Package Management Francois-Denis Gonthier Kryptiva inc.
Course : PGClass : MCA Subject: Operating SystemSub.Code : 3CT11 Staff Name : S.SomasundaramYear & Sem : II nd & III rd.
SE Linux Implementation Russell Coker. What is SE Linux? A system for Mandatory Access Control (MAC) based on the Linux Security Modules (LSM) framework.
Installing Applications in FreeBSD
Build and Test system for FairRoot
CSC227: Operating Systems
SYSTEM ADMINISTRATION PART I by İlker Korkmaz and Kaya Oğuz
PL-IV (Group B-12) Printer Server
Install external command line softwares
Installation and Configuration
Location of Cluster Files and Folders
Ubuntu Working in Terminal
Introduction to Computers
Users and Accounts Lab 0.1. Users and Accounts Lab 0.1.
What is an Operating System?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Chapter 4.
Cmake Primer.
COP 4343 Unix System Administration
Figure 6-9: Managing Users and Groups
OPS235 PACKAGE MANAGEMENT
Introduction to Computer Software
Installing Applications in FreeBSD
How Java Program Executes
1.3 Given a scenario, apply appropriate Microsoft command line tools
Presentation transcript:

Tools and Explanations for Mac Beginners Intro to mac os x Tools and Explanations for Mac Beginners

OS X The Mac OS X operating system is built on a Unix based kernel known as XNU OS X is the successor to OS 9 OS X is pronounced ‘Oh Es Ten’

Software Installs Software installs are contained in packages Unlike windows, there is no registry To uninstall most applications all you have to do is drag is to the trash The ‘./configure’ command Checks details about the machine The ‘make’ command Compiles program code and creates executables The ‘make install’ command Installs the program

SU and SUDO SU stands for switch user not super user The ‘su’ command alone switches to the root user ‘su student’, for example would switch you to the student user SUDO stands superuserdo Used when root privilege is needed Verified against sudoer file which is configured by the administrator