Curso Linux System Fundamentals

  • Linux & Suse

Curso Linux System Fundamentals

32 horas
Visão Geral

Curso Linux System Fundamentals. Muitas instituições têm adicionado máquinas Linux à sua infraestrutura existente: talvez para dar aos desenvolvedores uma plataforma de sua escolha, para fornecer uma alternativa a um servidor de rede ou talvez para introduzir uma peça adicional no quebra-cabeça de segurança. Os sistemas Linux e Unix também estão a ser introduzidos como parte de ambientes de virtualização (por exemplo, com a utilização de VMware ou XEN, KVM ou VPC), permitindo o acesso a uma mistura de sistemas operativos a partir de uma única estação de trabalho ou servidor. Este Curso Linux System Fundamentals, dará aos participantes o conjunto de habilidades que os prepara para um futuro de sucesso com a tecnologia Linux e Unix, discutindo um híbrido de tópicos que abrangem tarefas e atividades de usuários e administradores.

Objetivo

Ao final deste Curso Linux System Fundamentals, você será capaz de:

  • trabalhe com o shell principal do Linux: BASH
  • navegar no sistema de arquivos e gerenciar arquivos e diretórios
  • compreender a natureza cliente/servidor do sistema X Window e aplicativos X
  • editar arquivos usando editores vi e GUI
  • manipular dados com uma seleção de ferramentas de filtro
  • usar técnicas de redirecionamento e tubulação
  • executar tarefas administrativas básicas, controlando processos, sistemas de arquivos, agendamento de tarefas e redes e backups simples
  • lendo e escrevendo scripts BASH simples
Publico Alvo
  • O Curso Linux System Fundamentals é direcionado a profissionais de TI existentes com pouca ou nenhuma experiência em UNIX/Linux, que necessitam de um início rápido em ambientes Linux e Unix, permitindo-lhes controlar sistemas baseados em Linux e Unix de forma rápida, eficiente e com total compreensão dos princípios subjacentes. Os delegados típicos seriam usuários atuais de Windows, Mac OS ou outros profissionais (como desenvolvedores de software, administradores de sistema ou de rede) que precisam obter um conhecimento sólido do ambiente LInux e Unix e dos recursos fornecidos por eles.
Pre-Requisitos
  • Normalmente, as habilidades de delegado incluirão um bom conhecimento prático de outros sistemas operacionais contemporâneos e familiaridade com o trabalho na linha de comando. Este curso é direcionado a profissionais de TI existentes com pouca experiência em UNIX ou Linux, que necessitam de um início rápido em um ambiente Linux, permitindo-lhes controlar um sistema Linux de forma rápida e eficiente.
  • Embora nenhum conhecimento específico de Linux seja esperado, sem dúvida os melhores resultados serão alcançados se os delegados tiverem experimentado o sistema que deverão usar ou administrar.
Materiais
Inglês/Português/Lab Prático
Conteúdo Programatico

Just For Fun

  1. Linux? Why?
  2. Hardware, software, operating system...
  3. UNIX Market and place for Linux within it
  4. OSS (Open Source Software) principles
  5. GNU GPL, Linux philosophy and distributors
  6. Linux for networking and developers
  7. Introduction to objectives and coverage

Linux Session

  1. Gaining access to the system
  2. Ordinary users vs. the superuser
  3. Login process, shells and line interpreters
  4. Command line structure, control and examples
  5. Simple system interrogation utilities
  6. Simple file reading utilities
  7. File system layout and navigation
  8. System and user directories
  9. Using filenames with absolute and relative pathnames
  10. Getting help

Using Files and Directories

  1. File system - the user's perspective
  2. Directory structure
  3. FSH standard
  4. File and directory manipulation commands
  5. Copy, move, remove, etc
  6. File system - the system's perspective
  7. I-nodes and file attributes
  8. Hard links and symbolic links

Editing Text

  1. Operational modes of vi
  2. Command mode vs. Insert mode
  3. 'Colon', or 'ex' mode
  4. Useful vi commands
  5. Navigation and editing command
  6. Search and substitute
  7. Extended vi commands and vim configuration
  8. Alternative editors
  9. GUI and text choices

BASH - Your Interpreter

  1. Shell as Interpreter and command line scan
  2. Generating filenames with wildcards (globbing)
  3. Quoting (protecting special characters from the shell)
  4. Variable and command substitutions
  5. Protecting special characters for the shell
  6. Bash Command History
  7. Bash Command Line Editing

BASH Environment

  1. Shell definitions
  2. Creating, recalling and sharing shell variables
  3. Shell aliases and functions
  4. Character sets and localisation
  5. Bash variables to control these
  6. Controlling shell behaviour with set -o and shopt
  7. Interactive Start-up Files
  8. Start-up files for login and non-login shells

Who is the Boss

  1. The su command
  2. su interactive session
  3. Running one-off commands
  4. Checking who you are
  5. Understanding id and who am i tools
  6. The sudo tool
  7. Typical sudo session
  8. sudo configuration file

Processes

  1. What is a Process?
  2. How a process starts
  3. How a process ends
  4. The kill command and signals
  5. Command exit status
  6. Identifying Processes
  7. ps, top and GUI process monitors

Job Control

  1. Background jobs
  2. One-off deferral with at
  3. Daemon and job manipulation
  4. User access configuration files
  5. Spool directory
  6. Scheduling repeated tasks with crontab
  7. The cron daemon and configuration tables
  8. User access configuration files

Data Streams

  1. Standard data streams
  2. Standard output stream (stdout)
  3. Standard error stream (stderr)
  4. Standard input (stdin)
  5. Redirecting streams
  6. Redirecting standard output, error and input
  7. Synchronising (merging) streams
  8. Other methods of handling data streams
  9. Collecting data with sub-shells
  10. Using command substitution

Pipes and Filters

  1. Sending stdout to a process
  2. Pipes
  3. Multistage Pipes
  4. Simple Filters
  5. Why Use Filters?
  6. Problem Solving Approach
  7. The cut, sort, uniq, grep and tr commands
  8. Filter Examples

Basic Regular Expressions (and SED)

  1. Regular expressions
  2. What is sed
  3. Specifying simple instructions
  4. Understanding sed addressing
  5. Using a sed command file
  6. More sed editing commands

File Management Tools

  1. Using PATH to identify command origins
  2. The which and type commands
  3. Locating files
  4. The locate command and mlocate database
  5. Identifying filenames with find
  6. Specifying search criteria and requesting actions
  7. Backups with cpio, and dd and tar
  8. Compression tools

Filesystem Access

  1. Files, directories and filesystems
  2. File and directory access
  3. Read/write/execute permissions
  4. User types
  5. Additional permission bits
  6. Set user/group ID bits and sticky bit
  7. Using chmod, chown and chgrp to manipulate access attributes

Working in a Network Environment

  1. Basic network card configuration
  2. Using ifconfig tool
  3. GUI configuration programs exist
  4. Basic routing configuration
  5. Using route commands
  6. Network diagnostics
  7. With ping, traceroute and netstat
  8. Using ssh for remote shell logins

X Window System

  1. X Window System as Linux GUI Interface
  2. Origins and implementation
  3. X Window System Architecture
  4. Client-server communication
  5. Setting display access rights
  6. Selecting destination display
  7. Window managers / desktop systems
  8. Gnome, KDE and more…
  9. X Window resources
  10. Fonts, colours, geometry

Writing Shell Scripts

  1. Simple scripts
  2. Positional parameters
  3. Command exit status
  4. Selection commands
  5. Looping commands
  6. Interactive input
TENHO INTERESSE

Cursos Relacionados

Curso Linux Suse SLE200 Transitioning Enterprise 15

8 Horas

Curso Enterprise Server Deployment SLE211v15

16 horas

Curso SUSE Enterprise Server 15 Administration SLE201v15

32 Horas

Curso Linux Suse Enterprise Server 15 Adm Advanced SLE301v15

32 horas

Curso Linux Suse SLES for SAP Applications HA Deployment and Configuration

24 Horas

Curso Suse Linux Protegendo Enterprise Server 12 SLE341

24 Horas

Curso Red Hat System Administration I RH124

32 Horas