top of page

Master Linux with
Hands-on Training
No Experience Needed!

🚀 Are You Missing Out on Big Opportunities? 🚀

 

Imagine this: Top tech companies are hiring left and right, but you’re stuck because you lack the one skill they’re all looking for – Linux expertise.

 

Did you know that 96% of servers worldwide run on Linux?

 

Every second you delay learning Linux is a missed chance for a high-paying career in IT.

What is Linux, and Why Does It Matter?

Linux is a powerful, open-source operating system used to run everything from web servers to mobile phones, cloud services, and even supercomputers.

 

Kung gumagamit ka ng Android or Google services, gumagamit ka ng Linux-powered systems.

 

Companies love Linux because it’s reliable, secure, and cost-effective—making Linux skills highly sought after in the IT world!

Linux

Here's the Problem:

  • Wala kang Linux experience at natatakot kang magsimula.

  • Maraming tutorials online pero hindi mo alam alin ang dapat pag-aralan

  • Gusto mong matutong hands-on pero walang nagga-guide sa iyo.

  • Hirap kang makahanap ng entry-level IT job kasi kulang ka sa skills.

The Solution:

Welcome to the Linux Academy with Hands-On Training!

Dito, hindi lang tayo mag-aaral - GAGAMITIN MO MISMO ANG LINUX!

Linux Specialist

And here’s what’s more exciting:

Terra Hertz’s exclusive Linux Badge awaits you—proof of mastery and a huge plus to your resume!

Meet Your Expert Mentor:

Jean Jay Quitayen

Jean Jay isn’t just another instructor - he’s a seasoned Linux pro with years of experience in system administration, Python programming, and full-stack development.

 

He uses Linux daily for web development, IT operations, and advanced research projects.

 

With his real-world expertise and passion for teaching, Jean is committed to helping you achieve career success.

Jean Jay

Linux Essentials - File Systems to Network Security

Module 1

The Linux File System

Objective:

Analyze and navigate the Linux file directory hierarchy to efficiently locate configuration files, libraries, scripts, and other system components for system management and troubleshooting.

Topics:

  • Overview of the Linux File System Hierarchy Standard

  • Definition of Hierarchical Structure

  • Structure and Purpose of Key Directories

Male employee smiling in a server room
Server Room

Module 2

File System Navigation

Objective:

Apply file management techniques to navigate, organize, and secure files and directories.

Topics:

  • Essential Linux Commands for Navigation

  • Understanding Absolute and Relative Paths

  • File Types, Permissions, and Ownership Management

Module 3

User and Group Management

Objective:

Administer user accounts and group permissions to control system access and security.

Topics:

  • Differences Between Normal and Root Users

  • Managing User Privileges and Authentication

  • Creating, Modifying, and Deleting Users and Groups

Female employeee working in a server room
Team Working in the System Room

Module 4

Installing and Managing Applications

Objective:

Install and configure applications using multiple package management systems.

Topics:

  • Installing Applications via Package Managers (Flatpak, Snap, APT)

  • Managing Software Repositories and Mirror Servers

  • Compiling and Installing Software from Source

Module 5

Retrieving System Information

Objective:

Identify key commands to gather system information and resolve driver and software issues while reviewing the results for relevant hardware specifications.

Topics:

  • System Information Scripts

  • Print Distribution Information

  • Show CPU Architecture Information

  • Listing PCI devices

  • Printing Kernel Version

Male employee looking up data in a laptop PC
Tech Professionals in Office

Module 6

Monitoring System Performance and Processes

Objective:

Implement monitoring tools to track and optimize system resource usage.

Topics:

  • List Block Devices

  • Printing Space Usage

  • Printing File Space Usage

  • Printing Free and Available Memory

  • Monitoring Processes

  • Killing Processes

Module 7

Hard Links and Symbolic Links

Objective:

Utilize hard and symbolic links for efficient file management.

Topics:

  • Difference Between Hard Links and Symbolic Links

  • Creating, Managing, and Removing Links

Laptop Typing
Typing on a Computer

Module 8

Mounting and Managing File Systems

Objective:

Configure and maintain file system mounts for improved accessibility and storage management.

Topics:

  • Understanding Mount Points

  • Mounting and Unmounting Devices

  • Automatic Mounting

Module 9

Network Configuration and Connectivity

Objective:

Configure and troubleshoot network settings to establish reliable connectivity.

Topics:

  • Configure Dynamic and Static IP addresses

  • Setting DNS

  • Setting Routes

  • Adding Hosts

Using a Tablet
Image by Christina @ wocintechchat.com

Module 10

Remote Login via SSH

Objective:

Implement secure remote login practices using SSH authentication.

Topics:

  • Installing OpenSSH

  • Generating SSH Keys

  • Configuring an SSH Server

  • Connecting to an SSH Server

Module 11

Secure File Transfer and Synchronization

Objective:

Perform secure file transfers between local and remote systems.

 

Topics:

  • Using SCP, SFTP, and Rsync for Data Transfer

  • Automating and Optimizing File Synchronization

Image by Taylor Vick
Image by ThisisEngineering

Module 12

Configuring and Managing Firewalls

Objective:

Implement firewall rules to secure and control incoming and outgoing network traffic.

 

Topics:

  • Enabling the Firewall

  • Checking the Status

  • Adding Rules

  • Checking Open Ports

  • Updating Rules

  • Deleting Rules

Linux Terminal, Bash Scripting, and Automation

Module 1

Terminal Text Editor

Objective:

Evaluate the benefits of using Nano and Vim as text editors for remote file management, and determine which one to learn based on your needs.

Topics:

  • Editing Files Using Nano

  • Editing Files Using Vim

Image by AltumCode
Image by AltumCode

Module 2

User Environment

Objective:

Identify and explain the significance of environment variables and paths in software functionality, particularly in the context of script execution and multi-user system management.

Topics:

  • What is a Linux and User Environment?

  • Printing the Environment Variables

  • Setting Environment Variables for the Current Session

  • Setting Environment Variables Permanently

  • Using Environment Variables in Commands

Module 3

Introduction to Bash Scripting

Objective:

Evaluate the importance of scripting skills for System Administrators and Developers by analyzing their roles in process automation and application installation, while applying knowledge to identify and mitigate potential security risks from online scripts.

Topics:

  • What is Bash Scripting?

  • Importance and Use Cases

  • How Bash Scripts Differ from Regular Commands

  • Setting Up a Script

Programmer in Office
Image by Nicole Wolf

Module 4

 Basic Script Structure

Objective:

Analyze the structure of a script to effectively define and utilize variables while evaluating and retrieving values from user input and command-line arguments, ensuring a clear understanding of script functionality and user interaction.

Topics:

  • Writing Your First Script

  • Variables

  • Input and Output

Module 5

Conditional Statements

Objective:

Evaluate the necessity of implementing if/else statements in script writing by analyzing conditions such as file or directory existence and kernel version compatibility to enhance the reliability and success of script execution.

Topics:

  • if, else, elif Syntax

  • Comparison Operators

  • String Comparison

  • File Conditions

Image by Max Duzij
Image by Mohammad Rahmani

Module 6

Loops in Bash

Objective:

Evaluate and analyze the effectiveness of using both 'for' and 'while' loops in scripts while applying 'break' and 'continue' statements to optimize file presence verification across multiple directory paths and to parse and interpret the data from various log files.

Topics:

  • For Loops

  • While Loops

  • Using Break and Continue

Module 7

Functions and Modularization

Objective:

Identify and describe the purpose of functions in coding by explaining how they encapsulate reusable code, enhance clarity and conciseness, and improve code maintainability and readability.

Topics:

  • Defining and Calling Functions

  • Passing Arguments to Functions

  • Using Functions to Organize Larger Scripts

Laptop Typing
Working with Laptop

Module 8

Debugging

Objective:

Analyze and apply effective debugging techniques to identify and resolve issues in shell scripts, ensuring correct configuration of environment variables and enhancing the overall reliability of the scripting process.

Topics:

  • Using bash -x and set -x

  • Printing Variable Values for Debugging

  • Common Pitfalls and How to Avoid Them

Module 9

Real-World Use Cases

Objective:

Analyze task automation needs, create intricate bash scripts, implement systemd and cron for effective script management and scheduling, and evaluate recovery handling strategies to ensure robust execution.

Topics:

  • Automating Tasks with Bash Scripts

  • Scheduling Scripts with Cron and systemd

Using a Tablet
Image by Kelly Sikkema

Module 10

TMUX

Objective:

Analyze and apply Tmux's functionality to efficiently manage multiple shell sessions and long-running tasks within a single terminal environment.

Topics:

  • Creating Sessions

  • Detaching and Attaching Sessions

  • Switching Sessions

  • Creating Windows

  • Switching Windows

  • Rename Window

  • Splitting Screen

  • Switching Panes

  • Switch Sessions

Why Choose This Course?


Beginner-Friendly! – Kahit wala kang experience, matututunan mo ito step-by-step.

100% Hands-On! – Hindi lang panonood, gagawin mo mismo!

Industry-Recognized Training – Skills na in-demand sa IT jobs today!

Support System – May community access ka para sa guidance at job-hunting tips!

Exclusive Bonuses! – Resume templates, mock interviews, & negotiation skills!

Exclusive Bonuses???

Yes, You Read That Right!

When you Enroll in Linux Academy, aside from the  Online Workshop, you will also

Get the Chance to access these Courses, Memberships, and Certificates for Free!

Certificate of Completion – Priceless

Terra Hertz Digital Linux Badge – ₱5,000

Cheat Sheet for Linux Commands – ₱1,000

Data Analytics Course – ₱1,495

6G Course – ₱2,500

WiFi 7 Masterclass – ₱2,500

Resume Creation Course – ₱2,500
Interview Skills Workshop – ₱2,000
Negotiation Skills Training – ₱2,500
Resume Template – ₱1,500
Presentation Skills for Engineers – ₱1,495
Project Management Fundamentals – ₱1,500

Viber Group Membership – ₱1,000

Facebook Group Exclusive Membership – ₱1,000

🚀 Total Value: ₱25,990

This is an enormous amount to miss!

Think about everything you will gain and how it will impact your career.

Investing in yourself today means unlocking opportunities tomorrow.

​​​​​

We Built This for You!

We've spent countless hours crafting this program to ensure it provides real-world skills and maximum value.

Our goal is to help as many aspiring IT professionals as possible, so we’ve significantly lowered the price for a limited time.

​​​Be Part of the LINUX ACADEMY Today!

Originally priced at ₱5,995, we’re offering it at 40% off—ONLY ₱3,597 until Feb 28 Only!

Now, This is The Real Deal Breaker!

Wala kang dapat ikabahala—kung sa kahit anong dahilan ay hindi ka masaya o hindi mo nakita ang value ng course, you can get a 100% refund, no questions asked!

 

Risk-free ang investment mo dito!

 

Kung hindi ka natuto after attending the sessions and practicing, we will refund your money—NO QUESTIONS ASKED!

100% Guarantee

Here’s EVERYTHING You’ll Get When You Enroll:

Linux Academy Courses, Certificates, and Digital Badges

✅Onlinne Hands-on Linux Training (4 Hours per Session)

✅1-Year Access to Recorded Sessions

✅ Certificate of Completion 

✅ Terra Hertz Digital Linux Badge

✅ Cheat Sheet for Linux Commands

Terra Hertz Premium Courses

✅ Data Analytics Academy Course 

✅ 6G Fundamentals

✅ WiFi 7 Masterclass 

✅ Resume Creation Course
✅ Interview Skills Workshop
✅ Negotiation Skills Training
✅ Resume Template
✅ Presentation Skills for Engineers
✅ Project Management Fundamentals

Community Membership and Group

✅ Viber Group Membership

✅ Facebook Group Exclusive Membership

 

Don’t Wait!

Save Over ₱23,000 Today!

🚀 ACT NOW! 40% DISCOUNT UNTIL FEBRUARY 28 ONLY!
📌 Click the button below to Enroll!

"Yes, I Want to Build Skills and Get These
16 Awesome Benefits in Linux Academy!"

To Get This Offer, Click the Button Below:

P5,995

P3,597 ONLY

Get an additional 40% Discount when you join the Linux Academy before

February 28, 2025 (11:59 PM)

Payment

Ready to Take the Next Step?

Huwag mong hayaang lumipas ang pagkakataong ito.

The tech world is moving fast, at kung hindi ka mag-a-upskill ngayon, baka maiwan ka sa job market habang ang iba ay nagle-level up na.

 

This is your chance to build a solid foundation in Linux, gain valuable certifications, and position yourself for better opportunities.

Every second you delay learning Linux is a missed chance for a high-paying career in IT

 

Act Now!

Enrollment Closes on February 28!

✅ 40% Discount Until February 28!

✅ ₱25,990 Worth of Bonuses – Yours for Free!

✅ 100% Money-Back Guarantee!

✅ LIMITED SLOTS ONLY!

"Yes, I Want to Build Skills and Get These
16 Awesome Benefits in Linux Academy!"

To Get This Offer, Click the Button Below:

P5,995

P3,597 ONLY

Get an additional 40% Discount when you join the Linux Academy before

February 28, 2025 (11:59 PM)

Visa
bottom of page