Skip to content

maurosls/content-python3-sysadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 for System Administrators

The scripts written throughout the Python 3 for Systems Administrators course videos. This repository also includes the helper script to easily create a database server to follow along with the final section of the course.

Packages to Install on a Custom Remote Python Server for development

sudo su -
yum update
yum groupinstall -y "development tools"
yum install -y \
  lsof \
  wget \
  vim-enhanced \
  words \
  which
exit

Customizing bash

curl https://raw.githubusercontent.com/linuxacademy/content-python3-sysadmin/master/helpers/bashrc -o ~/.bashrc

Customizing vim

curl https://raw.githubusercontent.com/linuxacademy/content-python3-sysadmin/master/helpers/vimrc -o ~/.vimrc

About

Python 3 for System Administrators - Keith Thompson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 93.2%
  • Python 5.5%
  • Vim Script 1.2%
  • Makefile 0.1%