Bash Shell Scripts
Each repository in this folder illustrates an essential concept of DevOps.
Built with
- CLI
- Bash scripts
- Puppet
- Nginx servers, HAProxy Load Balancers
- MySQL, SQLAlchemy
- OS: Ubuntu 14.04 LTS
- Style guidelines: Shellscript for Bash
System Administration/DevOps Curriculum
The following projects cover an overview of the foundational skills needed to succeed in becoming one of the many types of network engineers--such as a DevOps Engineer or Site Reliability Engineers (SRE). The two topics that will be covered most extensively in the Foundations curriculum are: operating systems and networking. Engineers in this field, require knowledge not only of how to program software, but how to expertly operate an OS (especially GNU/Linux). The implementation of networking and how it works is key. They need an understanding of hardware and its limitations, and how to design and automate a system to meet the specific needs of the software that their employer is distributing via the Internet.
Projects
Project | Description |
---|---|
0x00-shell_basics | File Manipulation and folder navigation |
0x01-shell_permissions | How to handle permissions for users, groups, and others |
0x02-shell_redirections | Input and Output streams in Linux |
0x03-shell_variables_expansions | Use of aliases and environmental variables |
Author
Imane J.
Email me on i.jalal@aui.ma
Follow me on Linkedin
WHEN to Contribute?
You are always welcome to contribute.
HOW to Contribute?
- Fork this repository.
- Do your desired changes.
- Make a pull request.