Tag: Linux Introduction
All the articles with the tag "Linux Introduction".
-
Linux-M3 - Introduction to Shell Scripting
Published:Learn the basics of shell scripting. Learn what a script is and when to use scripts. Describe the shebang interpreter directive and create and run a simple shell script. Additionally, Usage pipes and filters and set shell and environment variables. list features of Bash shell scripting and use crontab to schedule cron jobs, understand the cron syntax, and view and remove cron jobs.
-
Linux-M1 - Introduction to Linux
Published:Learn about the basics of Linux. Origins of the Linux operating system and list its key features and use cases. Linux distribution, the names of popular distributions, and their key characteristics. Linux architecture, interact with a Linux system using the terminal, and navigate directories using paths and shortcuts. create and edit text files using text editors such as nano and Vim. Lastly, Use a software package manager to install and updates on a Linux system.
-
Linux-M2 - Introduction to Linux Commands
Published:Learn how to use common Linux commands. what a shell and shell commands are, and how to use commands to do various tasks in Linux. How to use informational commands to find relevant information about your system, navigation commands to navigate files and directories, and management commands to create, delete, copy, and move files and directories. Learn to sort and view files in useful ways and extract specific lines and fields from your files. Use networking commands to examine your network configuration and evaluate, identify, and retrieve data from URLs. Cover file archiving and compression commands.
-
Linux-M4 - Final Project
Published:complete a practice project in which you create an automated Extract, Transform, Load (ETL) process to extract daily weather forecasts and observed weather data. You will schedule this process to run automatically at a set time daily and learn how to create a script to measure forecast accuracy. create a scheduled backup script.