Generated by All in One SEO v4.9.9, this is an llms.txt file, used by LLMs to index the site.
# Linux Training Academy
Helping you level-up your career.
## Posts
- [Blog](https://www.linuxtrainingacademy.com/blog/) - Linux how-tos, tips, and tricks. The blog contains articles, videos, and guides for learning Linux and the command line.
- [3 Quick and Easy Ways to Get Access to a Shell Account So You Can Start Learning Linux Today](https://www.linuxtrainingacademy.com/get-access-shell-account-learn-linux/) - It's one thing to read about Linux, but it's another thing entirely to use it. If you are just getting started or have some newfound Linux knowledge that you would like to put to the test, you'll need a shell account. Luckily, getting an account on a Linux server is fairly easy. Web Hosting Shell
- [4 Quick and Easy Ways to Get Access to a Shell Account and Start Learning Linux Today](https://www.linuxtrainingacademy.com/4-quick-and-easy-ways-to-get-access-to-a-shell-account-and-start-learning-linux-today/) - Fast and easy ways to start learning Linux today.
- [Top Self-Hosted Alternatives to Popular SaaS Apps](https://www.linuxtrainingacademy.com/top-self-hosted-alternatives-to-popular-saas-apps/) - If you’ve ever wished you could stop paying monthly fees for the apps you rely on, or stop handing over your data to third-party services you don’t fully trust, you’re not alone. More users than ever before are turning to self-hosted apps to replace traditional SaaS tools like Google Workspace, Dropbox, Slack, and others. Whether
- [Determine Your Private and Public IP Addresses from the Command Line](https://www.linuxtrainingacademy.com/determine-public-ip-address-command-line-curl/) - Learn how to get the IP address of your Linux system from the command line. Also, learn how to get your public ip address using curl and wget.
- [Caddy Load Balancing Tutorial: A Step-by-Step Guide to Balanced Server Workloads](https://www.linuxtrainingacademy.com/caddy-load-balancing-tutorial/) - Introduction to Caddy Load Balancing In this tutorial, you will learn how to use Caddy as a web load balancer. We will be using three servers. The first server, called lb01, is going to act as the load balancer. The other two servers are going to act as the web servers. They are named web01
- [A Definitive Guide to Linux Man Pages](https://www.linuxtrainingacademy.com/linux-man-pages/) - Everything you've ever wanted to know about man pages, the man command, and the built-in Linux help system.
- [CentOS is dead, long live CentOS!](https://www.linuxtrainingacademy.com/centos-linux-vs-centos-stream/) - In this article, you're going to learn about the change in focus of the CentOS project from CentOS Linux to CentOS Stream. More importantly, you're going to learn what that means for you and any actions you might want to take as a result of this change. So, if you use CentOS in any capacity,
- [Over 1,500 Coding Project Ideas](https://www.linuxtrainingacademy.com/projects/) - Below you will find links to over one thousand computer programming project ideas. Use this list to hone your coding skills or start building your online portfolio. 150 Ultimate Coding Projects to Elevate Your Programming Skills (150 Projects) Beginner Projects List on Github (96 projects) Code Abbey (156 projects) Coding Bat (140 projects) Project Euler
- [Tmux Tutorial: Mastering the Basics](https://www.linuxtrainingacademy.com/tmux-tutorial/) - What is tmux? Tmux is a terminal multiplexer that allows you to manage multiple terminal sessions with a single terminal window, and you can easily switch between those multiple terminal sessions. Why use tmux? Well, you might be thinking, "hey, I can just open up multiple terminal windows or openup multiple tabs in my terminal
- [Linux Commands Cheat Sheet](https://www.linuxtrainingacademy.com/linux-commands-cheat-sheet/) - A quick reference for Linux commands. One page Linux manual.
- [Linux Job Boards and Linux Career Opportunities](https://www.linuxtrainingacademy.com/linux-job-boards/) - Would you like to know exactly where to go on the web to find the best Linux job opportunities? You would? Good, because below you'll find links to over 30 websites where you can find good-paying Linux jobs. (Even if you're not looking for a job right now you might want to save this for
- [How to Install an SSL Certificate on an AlmaLinux Server with Nginx using Let's Encrypt](https://www.linuxtrainingacademy.com/install-ssl-certificate-almalinux-nginx-lets-encrypt/) - Step-by-step guide to configuring a free SSL certificate on AlmaLinux, Rocky Linux, CentOS, or RHEL running Nginx. SSL Certificate provided by Let’s Encrypt.
- [Installing Passbolt, a Secure, Self-Hosted Password Manager](https://www.linuxtrainingacademy.com/install-passbolt-password-manager-self-hosted/) - Learn how to install & configure open-source Passbolt password manager on AlmaLinux 9 & other distros. Secure, self-hosted & built for team collaboration. True end-to-end encryption ensures your data is safe. Download step-by-step guide now!
- [SSH Login Without Password (Linux)](https://www.linuxtrainingacademy.com/ssh-login-without-password/) - Setting Up SSH Keys - SSH Login Without Password on Linux Servers
- [Create, Build, Test Drive, or Deploy Your Very Own Linux Server with Full Root Access](https://www.linuxtrainingacademy.com/create-build-test-drive-deploy-linux-server-full-root-access/) - Methods for getting root access on a Linux server and having complete control over your environment
- [Managing Linux Users and Groups](https://www.linuxtrainingacademy.com/linux-users-groups-management/) - In this video tutorial and cheat sheet, you'll learn: User management commands in Linux with examples. Adding, deleting, changing Linux user accounts. Managing groups in Linux. Video Transcript: Each account consists of a username and a unique number called the UID, which is short for user ID. Also, each account has a default group to
- [Linux Distribution Introduction and Overview](https://www.linuxtrainingacademy.com/linux-distribution-intro/) - Get help on choosing the right Linux Distro for you. Learn about Debian, Ubuntu, Linux Mint, Fedora, CentOS, OpenSUSE, RHEL, SLES, and more
- [Which Distro Should I Choose?](https://www.linuxtrainingacademy.com/distros/) - For IT professionals, use RedHat, CentOS, or Ubuntu. If you are using Linux as a hobby or for personal projects, then almost any Linux distro will work. Stick to the following list of most popular distros.
- [Reuse the Arguments from the Previous Command Line](https://www.linuxtrainingacademy.com/reuse-arguments-command-line/) - To reuse the arguments from the previous command line on the current command line, use "!*". The arguments are considered anything on the command line, except for the first item. Since the first item is almost always a command, then everything following is an argument. Using this shortcut can be helpful in a couple of
- [23 Handy Bash Shell Aliases For Unix, Linux, and Mac OS X](https://www.linuxtrainingacademy.com/23-handy-bash-shell-aliases-for-unix-linux-and-mac-os-x/) - What is an Alias? If you find yourself typing the same command over and over again, you can create a shortcut for it called an alias. An alias can be thought of as a text expander. Creating aliases for commands that are really long is also a common practice. For example, if you type ls
- [Linux System Administrator Projects](https://www.linuxtrainingacademy.com/linux-projects/) - If you are looking to gain some experience as a Linux system administrator, check out the list of ideas below. For each project on the list you could do it on multiple Linux distributions. You could also start about by learning the bare minimum necessary to complete one of these projects, then take it to
- [Linux ip Command Networking Cheat Sheet](https://www.linuxtrainingacademy.com/linux-ip-command-networking-cheat-sheet/) - IP QUERIES SUBCOMMAND DESCRIPTIONS AND TASKS addr Display IP Addresses and property information (abbreviation of address) ip addr Show information for all addresses ip addr show dev em1 Display information only for device em1 link Manage and display the state of all network interfaces ip link Show information for all interfaces ip link show dev
- [Installing an SSL Certificate on CentOS Running Apache](https://www.linuxtrainingacademy.com/install-ssl-certificate-centos-rhel-apache/) - Installing an SSL Certificate on CentOS Running Apache
- [How to Find Any File or Command on a Linux System](https://www.linuxtrainingacademy.com/linux-find/) - In this video, you'll learn how to: Find a command that is not in your PATH. Find any file on a Linux system. Use the following commands: find, locate, type, which, grep, touch, updatedb, sudo, and ls.
- [Linux Logical Volume Manager Tutorial](https://www.linuxtrainingacademy.com/lvm/) - Learn what LVM is, when you should use it, and exactly how to use it. You'll discover how LVM uses layers of abstraction between storage devices and file systems including Physical Volumes, Volume Groups, and Logical Volumes.
- [The Professional Approach to Upgrading Linux Servers](https://www.linuxtrainingacademy.com/professional-approach-to-upgrading-linux-servers/) - With the latest release of Ubuntu, I thought it would be the perfect time to talk about server upgrades. Specifically, I'm going to share with you the process that I'm using to perform upgrades. I don't shy away from work, but I hate doing work that really isn't needed. That's why my first question when
- [Resetting File Permissions And Ownership On RPM-Based Linux Systems](https://www.linuxtrainingacademy.com/repair-file-permissions-linux/) - If you've come here looking to fix an errant recursive chmod or chown command on an RPM-based Linux system, then here is the quick solution. Run the following commands using root privileges: rpm --setugids -arpm --setperms -a The --setugids option to the rpm command sets user/group ownership of files in a given package. By using
- [21 Windows SSH Clients You Can Use to Connect to Your Linux Server](https://www.linuxtrainingacademy.com/windows-ssh-clients-connect-linux-server/) - A list of the most popular Windows SSH Clients and PuTTY SSH alternatives to choose from.
- [What is Linux?](https://www.linuxtrainingacademy.com/what-is-linux/) - In this article, you will learn what Linux is, where Linux came from, what a Linux distribution is and some of the reasons that Linux is favored for certain applications and projects over other operating systems.
- [Repeating the Last Command as Root -- a Quick Intro to Event Designators with Video Example](https://www.linuxtrainingacademy.com/repeating-the-last-command-as-root/) - If you ever forget to run a command with root privileges, you can simply repeat it by using sudo !! or su -c "!!". $ adduser sam -bash: /usr/sbin/adduser: Permission denied $ sudo !! sudo adduser sam $ id sam uid=1007(sam) gid=1007(sam) groups=1007(sam) $ usedel -r sam -bash: /usr/sbin/userdel: Permission denied $ sudo !! sudo
- [How to Strip out Comments and Blank Lines with Grep](https://www.linuxtrainingacademy.com/strip-out-comments-blank-lines-grep/) - Learn how to strip away all of the noise from Linux configuration files with grep.
- [Want to Quickly Recall the Last Word or Last Argument from the Previous Command Line? Here's How.](https://www.linuxtrainingacademy.com/quickly-recall-last-argument-command-line/) - You'll learn how to reuse the last word or last argument on the previous Line command Line. This handy bash shell trick comes in handy when working on user accounts, files, directories, and more.
- [Rerun a Command That Starts with a given String](https://www.linuxtrainingacademy.com/rerun-a-command-starting-with-string/) - Learn how to use the power of bash event designators. Develop ninja like Linux command line skills!
- [How to Install WordPress on Ubuntu (LAMP Stack)](https://www.linuxtrainingacademy.com/install-wordpress-on-ubuntu-lamp-stack/) - This blog post demonstrates how to install WordPress on Ubuntu. WordPress runs on the LAMP stack, which stands for Linux, Apache, MySQL, and PHP. You you will learn how to install all of those components as well.
- [VirtualBox Troubleshooting Tips](https://www.linuxtrainingacademy.com/virtualbox-troubleshooting-tips/) - Kernel Driver Not Installed (rc=-19008) (For Mac Users) Go to System Preferences / Security & Privacy and Click “Allow” in the window below: This kernel requires an x86-64 CPU, but only detected an i686 CPU. Enable Virtualization Extensions Make sure you have VT-x (for Intel processors) or AMD-v (for AMD processors) enabled in your physical
- [10 Reasons to Learn the Vim Editor](https://www.linuxtrainingacademy.com/10-reasons-to-learn-the-vim-editor/) - Vim is an advanced text editor. The name Vim is a contraction of Vi and Improved. So, Vim is vi improved. I'm not going to bore you with an entire history lesson, but quickly, Vi is a text editor that was originally created for the Unix operating system. Vi is actually short for "visual" and
- [Nano vs. Emacs vs. Vim (Editor Wars!)](https://www.linuxtrainingacademy.com/nano-emacs-vim/) - If you want to turn a polite conversion into a heated debate then start talking about religion, politics, or text editors. Yes, you heard me right. Text editors. Without trying to rekindle the editor wars, let's look at when you might consider using nano, emacs, or vim. Nano Nano is without a doubt the simplest,
- [Linux Certification Paths](https://www.linuxtrainingacademy.com/linux-certification-path/) - Here is a spreadsheet that summarizes the most popular Linux certifications. In it, you'll find: How long each Linux certification lasts.Which exams you'll need to pass in order to be Linux certified.The approximate cost of training required to become certified. There are many Linux certifications, so here's my recommendation: Study for, take, and pass the
- [Linux Jobs and Processes](https://www.linuxtrainingacademy.com/linux-jobs-processes/) - In this video tutorial and cheat sheet, you'll learn how to: See exactly what processes are running on a Linux systemStop the execution of commands and processesBackground a process or a commandAnd much more...
- [How to Prepare for (and Ace) Your Next Technical Interview](https://www.linuxtrainingacademy.com/preparing-for-it-tech-interviews/) - Typically, companies that hire Linux and other IT professionals use a standard interview process. However, the whole operation is hacked together like Frankenstein’s monster. It’s complicated and stressful for all involved – and it’s what you’ve got to suffer through if you want a job in IT. This article will help you get ready to
- [Linux tar Command Tutorial](https://www.linuxtrainingacademy.com/tar/) - In this video, you will learn: How to create, extract, and compress an archive.The difference between .tar, tar.gz, and .tgz files.How to use the gzip and gunzip commands..The difference between "tar cvf" and "tar -cvf" (notice the hyphen...)Some bonus command line tips to speed up working with tar (and any other type of) files.
- [Systemd Cheat Sheet](https://www.linuxtrainingacademy.com/systemd-cheat-sheet/) - Viewing Systemd Information systemctl list-dependencies : Show a unit's dependenciessystemctl list-sockets : List sockets and what activatessystemctl list-jobs : View active systemd jobssystemctl list-unit-files : See unit files and their statessystemctl list-units : Show if units are loaded/activesystemctl get - default : List default target (like run level) Working with Services systemctl stop service :
- [Linux System Administrator and DevOps Interview Questions](https://www.linuxtrainingacademy.com/linux-system-administrator-and-devops-interview-questions/) - If you have an interview coming up for a Linux System Admin or DevOps position, here’s a great list of potential questions you might be asked. This is not the entire list as it's very long. To get your own PDF and printable copy of the full list of questions, scroll to the bottom of
- [Linux Shell Scripting Tips](https://www.linuxtrainingacademy.com/linux-shell-scripting-tips/) - From time to time one of my students will ask me to take a look at one of their shell scripts that they are having trouble with. If you know anything about me at all, you know that I love three things. Linux, troubleshooting, and shell scripting. (Make that four things... teaching my love of
- [Working With an IT Recruiter (How to Get a Linux Job)](https://www.linuxtrainingacademy.com/working-with-an-it-recruiter-to-get-a-linux-job/) - If you’re looking for a job in IT, chances are you’re going to have to partner up with a recruiter at some point. While recruiters often get a bad rap, there are ways to win them over to your side and work with them effectively so you can get the job you want at the
- [What It Takes to Become a Successful Linux Administrator](https://www.linuxtrainingacademy.com/what-it-takes-to-become-a-successful-linux-administrator/) - My Personal Experience with Linux I’ve used Linux on my personal computers since as early as 1995 or 1996 and started working with Linux professionally in 1999. I was immediately drawn to Linux. It was love at first sight for me. The Linux design and philosophy made total sense to me, and I wanted to
- [Q & A on Linux Career, Certification and Online Courses](https://www.linuxtrainingacademy.com/qa-on-linux-career-certification-and-online-courses/) - Q: What is your background, and how did you get into Linux? A: I worked as a professional musician for a few years before launching my career as a Unix and Linux System Engineer in 1999. I’ve been privileged to use my Linux skills at Xerox, UPS, Hewlett-Packard, Amazon.com, and other great organizations. Early in
- [Linux Sed Command Tutorial](https://www.linuxtrainingacademy.com/linux-sed-command-tutorial/) - In this lesson on the Linux sed command, you'll learn how to: Perform text substitutions.Remove text from a stream.Perform in-place edits while preserving the original data as a backup.Use sed addresses to work on very specific sections of input.And much more... This lesson is just one of the 55 shell scripting lessons in the "Linux
- [Getting Started with Shell Scripting: Writing Your First Script](https://www.linuxtrainingacademy.com/writing-your-first-linux-script/) - In this post I'm going to teach a quick, but valuable lesson on shell scripting. First off, a shell script is simply a file that contains a series of Linux commands and shell statements. When a shell script is executed, it in turn executes the commands listed in the script. It starts at the top
- [Linux System Logs and the Syslog Standard](https://www.linuxtrainingacademy.com/linux-syslog/) - https://youtu.be/k0_gdh_wuAw The above video explains the syslog standard, why it exists, and how it works. Below you'll find a cheat that explains how to configure syslog, where log files are stored, how to write to the syslog and more.
- [Linux Disk Management](https://www.linuxtrainingacademy.com/linux-disk-management/) - https://youtu.be/8OPCDhfrWFk In this video tutorial you'll learn: The two types of partitions. Different tools you can use for managing partitions. How to manage mount points. And more...
- [HTTP Load Balancing with NGINX - Video, Cheatsheet, and Vagrantfile](https://www.linuxtrainingacademy.com/http-load-balancing-nginx-video-cheatsheet-vagrantfile/) - nginx load balancing health check and nginx load balancing failover
- [Must-have applications for your fresh Linux desktop install](https://www.linuxtrainingacademy.com/must-have-linux-apps/) - Ever wondered what everybody is installing on Linux? Well, check out this list. It contains the most popular linux desktop applications in use today.
- [Linux Directory Structure and File System Hierarchy](https://www.linuxtrainingacademy.com/linux-directory-structure-and-file-system-hierarchy/) - Learn about the Linux file system layout, structure, and hierarcy.
- [How to Install the Desktop Components (GUI) on an Ubuntu Server](https://www.linuxtrainingacademy.com/install-desktop-on-ubuntu-server/) - If you find yourself wanting a desktop environment after you have installed Ubuntu server you can easily add it. Pick your favorite desktop environment from the list below and run the associated command. Remember that installation software requires root privileges so use "sudo" or switch to the root user before you begin the installation. Unity
- [Vim Cheat Sheet](https://www.linuxtrainingacademy.com/vim-cheat-sheet/) - Global :help keyword – open help for keyword :o file – open file :saveas file – save file as :close – close current window Cursor Movements h – move cursor left j – move cursor down k – move cursor up l – move cursor right H – move to top of screen M –
- [How to Configure MySQL Master-Slave Replication on Ubuntu Linux](https://www.linuxtrainingacademy.com/mysql-master-slave-replication-ubuntu-linux/) - https://www.youtube.com/watch?v=JXDuVypcHNA Master Server Configuration Install MySQL Server: sudo apt-get install -y mysql-server Add the following to /etc/mysql/my.conf: bind-address = 10.11.12.101 server-id = 1 log_bin = /var/log/mysql/mysql-bin.log Restart MySQL: sudo service mysql restart Create a replication user: mysql -u root CREATE USER 'repl'@'%' IDENTIFIED BY 'slavepassword'; GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%'; exit Create
- [Tab Completion Is Not Just for Files and Directories](https://www.linuxtrainingacademy.com/tab-completion-is-not-just-for-files-and-directories/) - Learn how to master the Linux Command Line with tab completion.
- [11 Linux Text Editors and Links to Tutorials](https://www.linuxtrainingacademy.com/linux-text-editors-tutorials/) - A list of 11 of the most popular Linux text editors are listed along with links to tutorials. No matter what kind of content you are working with on Linux you will find an editor to suite your needs.
## Pages
- [We Help IT Professionals Level‑Up Their Careers by Teaching Them Practical Linux Skills.](https://www.linuxtrainingacademy.com/) - We Help IT Professionals Level‑Up Their Careers by Teaching Them Practical Linux Skills. Click Here for Courses to Boost Your Career Reading about Linux will only get you so far. Our on-demand Linux video training courses not only teach you how Linux works, but demonstrates how to put that knowledge to good use. Are you
- [About](https://www.linuxtrainingacademy.com/about/) - Here's What the Linux Training Academy Is All About Hi there! I'm Jason Cannon, the founder of the Linux Training Academy, and if you ever asked yourself: "How can I learn Linux system administration?" "What Linux distribution should I use?" "How can I land a great paying job as an Operations Engineer, Linux System Administrator, Application
- [Choosing a Linux Distribution](https://www.linuxtrainingacademy.com/choosing-a-linux-distribution/) - Use this tool to find the perfect distro for you! Click on the image above to enlarge this Linux Distribution flowchart.
- [Cyber Monday Sale](https://www.linuxtrainingacademy.com/cyber-monday-sale/) - Unlock your mastery of Linux this Cyber Monday with the Ultimate Linux Bundle! Get courses, practice exams, & more worth $2,641 for just $399. Lifetime access.
- [Linux for Beginners Supplemental Material, Resources, and References](https://www.linuxtrainingacademy.com/lfb/) - Supplemental material, resources, and references for the Linux for Beginners: An Introduction to the Linux Operating System and Command Line book.
- [Books](https://www.linuxtrainingacademy.com/books/) - Self-Hosting with Docker & Linux - Take charge of your digital life with this practical, step-by-step guide to self-hosting. You’ll build a secure system on Linux with Docker, manage containers with Portainer, enable safe remote access with Tailscale, and centralize everything with a clean dashboard. Along the way, you’ll learn how to replace pricey third-party
- [Self Hosting with Docker and Linux Resources](https://www.linuxtrainingacademy.com/self-hosting-docker-linux/) - Welcome! This page contains all the companion materials for the "Self Hosting with Docker and Linux" book. 📥 Download All The Resources Here (ZIP File) It includes all the Docker compose files, config samples, and code snippets from the book. Take Your Learning Further Ready to dive deeper? The Self Hosting with Docker and Linux
- [Video Training Courses](https://www.linuxtrainingacademy.com/linux-video-training/) - Courses including High Availability for the LAMP Stack, Linux for Beginners, and more.
- [Best Self-Hosted Software & Open Source Web Apps](https://www.linuxtrainingacademy.com/best-self-hosted-software-open-source-web-apps/) - Discover the best self-hosted and open source software to run your own web services. Private, free, and powerful alternatives to popular SaaS tools.
- [Shell Book Download](https://www.linuxtrainingacademy.com/shell-book-download/)
- [Python Book Download](https://www.linuxtrainingacademy.com/python-book-download/)
- [Linux Books Download - Original](https://www.linuxtrainingacademy.com/linux-books-download-original/)
- [Linux Career Advice: How to Land Your First Linux Job](https://www.linuxtrainingacademy.com/career-advice/) - Learn the steps to becoming a Linux Administrator. You'll learn how to acquire Linux skills, use your network, apply for Linux jobs, and work with IT recruiters.
- [LPI Linux Essentials Certification Exam Resources](https://www.linuxtrainingacademy.com/lpi/) - Welcome to the companion resources for The Complete Guide to the LPI Linux Essentials Certification Exam book! Here’s how you can enhance your learning and prepare for success: Free Linux Essentials Certification Practice Exam Test your knowledge and readiness for the certification exam with a free practice test. Click here to get started. Exclusive Video
- [
Docker Book Resources](https://www.linuxtrainingacademy.com/docker/) - Download Docker project instructions, source code, Dockerfiles, docker tutorials, and more.
- [Free Shell Scripting Mini Class](https://www.linuxtrainingacademy.com/free-shell-course/) - FREE ONLINE MINI-CLASS FROM JASON CANNON Learn the Basics of ShellScripting in Five Days FIVE DAYS OF LESSONS DELIVERED TO YOUR EMAIL ENROLL IN THE MINI-CLASS How This Mini-Class Will Help You ENROLL IN THE MINI-CLASS WHAT YOU'LL LEARN IN JUST FIVE DAYS Day 1: Writing Your First Shell ScriptIn this first lesson, you’ll learn
- [150 Ultimate Coding Projects to Elevate Your Programming Skills](https://www.linuxtrainingacademy.com/150-coding-project-ideas/) - Unlock 150 coding project ideas to level up your programming skills! From calculating PI, generating Fibonacci sequences, and prime factorization, to building chat apps and web bots. Ideal for coders looking to diversify their portfolio.
- [Sample Linux Interview Questions and Answers](https://www.linuxtrainingacademy.com/sample-linux-interview-questions/) - Linux troubleshooting interview questions and answers.
- [Linux OVA (Open Virtual Appliance) Downloads](https://www.linuxtrainingacademy.com/ova/) - Download an OVA for CentOS, AlmaLinux, Rocky Linux, and RHEL (Gnome Desktop). Get login info, image extracting tools, VirtualBox troubleshooting tips and more!
- [Contact](https://www.linuxtrainingacademy.com/contact/) - Before reaching out, please take a moment to check out our Frequently Asked Questions page. It may have the answer you’re looking for.If you still need to contact us, fill out the form below, and we will get back to you as soon as possible. Your Name (required) Your Email (required) Subject Your Message Send
- [Course FAQ](https://www.linuxtrainingacademy.com/course-faq/) - The following are the most common and frequently asked questions I receive from students. Instead of responding to each individual student I am referring you here to find your answer. If your question is still not addressed, please contact me from within the course you are enrolled in. Thanks! Jason What is the difference between
- [All Umasks](https://www.linuxtrainingacademy.com/all-umasks/) - Every possible umask mode for Linux and Unix is covered in our in-depth guide. Learn how to use the umask command and change file permissions with ease.
- [Linux Virtual Disk Image Downloads](https://www.linuxtrainingacademy.com/vdi/) - Download the Recommended Image for CentOS, AlmaLinux, Rocky Linux, and RHEL (Gnome Desktop). Get login info, tools for extracting the image, VirtualBox troubleshooting tips. 32-bit images also available. Contact us for support.
- [Thanks for Subscribing!](https://www.linuxtrainingacademy.com/thank-you-confirmed/) - Your subscription to our list has been confirmed. You will be receiving an email with instructions on how to get your free gifts. Thank you for subscribing! While you're here, be sure to check out our courses.
- [Command Line Kung Fu](https://www.linuxtrainingacademy.com/command-line-kung-fu/) - Become a Linux Ninja with Command Line Kung Fu! Do you think you have to lock yourself in a basement reading cryptic man pages for months on end in order to have ninja like command line skills? In reality, if you had someone share their most powerful command line tips, tricks, and patterns you'd save
- [Shell Scripts Download](https://www.linuxtrainingacademy.com/shell-scripts-download/) - Click here to download the companion to the Shell Scripting book. Check out the advanced shell scripting course here.
- [Resources](https://www.linuxtrainingacademy.com/resources/) - I thought it would be helpful to create a resource page that you can always come to for all of your needs. I’ll add to it as I learn more, but you’ll notice that in the future I will reference this page quite often. I recommend bookmarking it for your reference and convenience. Enjoy! Books Linux
- [Python Programming for Beginners](https://www.linuxtrainingacademy.com/python-for-beginners/) - Resources for Python Programming for Beginners Enter your email address to get access to the source code examples, the "Common Python Errors" info graphic, and a Python reference sheet.
- [Linux Apps – LCP](https://www.linuxtrainingacademy.com/linux-apps/) - Get a free copy of “Linux Alternatives to Windows Applications.” You’ll learn about over 50 alternatives to the most popular Windows Applications.
- [Subscribe](https://www.linuxtrainingacademy.com/subscribe/) - Enter your email address below to be added to Linux Training Academy's email list. Email Address: Website
- [FAQ - Frequently Asked Questions](https://www.linuxtrainingacademy.com/faq/) - *We suggest you do a Ctrl+F so you can then search based on a keyword in your question or you can read through the following table of contents. The questions are grouped by category. Course Specific Questions How do I access my courses? Your courses are located in your course dashboard. Log in using the
- [Docker Book: A Project-Based Approach](https://www.linuxtrainingacademy.com/docker-book/) - Have you tried to learn Docker on your own, but lack the structure you need to really improve your skills? Are you tired of picking up bits and pieces of information that you can’t just seem to put together? Do you learn best by doing? If so, you’re going to love this book. One of
- [Docker Exercise Walkthrough: Running Containers](https://www.linuxtrainingacademy.com/docker-course-sample/) - If you enjoyed this sample lesson, you're going to love the complete Docker course. Click here to learn more and enroll now.
- [Linux Kindle Books](https://www.linuxtrainingacademy.com/kindle-books/) - Here is a list of our books available on Amazon: Docker Linux for Beginners Linux Administration Shell Scripting Command Line Kung Fu High Availability for LAMP Stack Python Programming If you're in the UK, then use this link. If you're in Canada, use this link. If you're in Australia, use this link. If you're in India,
- [Get your free copy of Bash Command Line Pro Tips](https://www.linuxtrainingacademy.com/free-bash-tips-book/) - Answer these questions to get your copy of Bash Command Line Pro Tips. What are you struggling with right now? What's ONE thing you'd like to accomplish in the next 6 months? What's the BIG problem standing between you and accomplishing this goal? Is there anything else I can help you with? Submit
- [Choosing a Linux Distribution (lead magnet delivery)](https://www.linuxtrainingacademy.com/lta-lead-magnet-choosing-a-distro-delivery/) - Click on the image below to find the perfect Linux distribution for you.
- [Ask a Linux Question](https://www.linuxtrainingacademy.com/ask-a-linux-question/) - Get answers to your Linux questions here. Ask about ubuntu, fedora, or any Linux related topic.
- [Refund Policy](https://www.linuxtrainingacademy.com/refund-policy/) - Course Refund Policy Linux Training Academy offers a 30-day refund period from the date of purchase of a course unless otherwise stated on the course enrollment page. By requesting and accepting a refund, you understand that you must fully withdraw from the course and will thereby lose access to all materials made available by and
- [Privacy Policy](https://www.linuxtrainingacademy.com/privacy-policy/) - Linux Training Academy (Company, we, or us) respects your privacy and is committed to protecting it through this Privacy Policy. This Privacy Policy governs your access to and use of LinuxTrainingAcademy.com, including any content, functionality and services offered on or through LinuxTrainingAcademy.com (the “Website”), whether as a guest or a registered user. When accessing the
- [Linux for Beginners Video Course](https://www.linuxtrainingacademy.com/linux-for-beginners/) - This course has been replaced by "Learn Linux in 5 Days."
- [How to Logout of Centos 7](https://www.linuxtrainingacademy.com/how-to-logout-of-centos-7/) - http://youtu.be/-BRYhfpb0js?hd=1 Click in the top, right-hand corner. Click your username. Click "Log Out."
- [Your vote has been recorded!](https://www.linuxtrainingacademy.com/vote-for-class-shell/) - Thanks for casting your vote! If the Shell Scripting topic is chosen, it will be based on this class. If the Vim topic is chosen, it will be based on this class. If the Linux Administration topic is chosen, it will be based on this class.
- [Your vote for Vim has been recorded!](https://www.linuxtrainingacademy.com/vote-for-class-vim/) - Thanks for casting your vote! If the Shell Scripting topic is chosen, it will be based on this class. If the Vim topic is chosen, it will be based on this class. If the Linux Administration topic is chosen, it will be based on this class.
- [Your vote has been recorded!](https://www.linuxtrainingacademy.com/vote-for-class-lrw/) - Thanks for casting your vote! If the Shell Scripting topic is chosen, it will be based on this class. If the Vim topic is chosen, it will be based on this class. If the Linux Administration topic is chosen, it will be based on this class.
- [Notify Me!](https://www.linuxtrainingacademy.com/lrw-notify-me/) - Thanks for your interest in the Linux in the Real World course. We'll be sure to send you an email when the course is open for enrollment. Thanks!
- [I'm Still Here!](https://www.linuxtrainingacademy.com/still-here/) - Shew. I'm glad you're still alive! ;-) We'll keep sending you good stuff from time to time. Thanks!
- [Newsletter](https://www.linuxtrainingacademy.com/newsletter/) - Subscribe to the newsletter to get a free Video from the Linux for Beginners Video Training Course as well as a copy of the Bash Command Line Pro Tips book. Email Address
- [Scrum Resources](https://www.linuxtrainingacademy.com/scrum-resources/) - Resources for Scrum Essentials. Scrum Essentials is available at http://www.amazon.com/gp/product/B00N1L09AQ. Free Gifts As a thank you for reading Scrum Essentials, I would like to give you two free gifts. The first is a copy of The Scrum Checklist. In it, you will learn how to get started with Scrum or assess your current implementation of
- [Linux Projects Spreadsheet](https://www.linuxtrainingacademy.com/linux-projects-delivered/) - To download the Linux projects spreadsheet: STEP 1) Click here to view the spreadsheet. STEP 2) Click File --> Download As Microsoft Word or PDF. All the best, Jason Here is the content of the spreadheet:
- [Sample MySQL Interview Questions](https://www.linuxtrainingacademy.com/sample-mysql-interview-questions/) - 1) What is MySQL? MySQL is a multithreaded, multi-user SQL database management system which has more than 11 million installations. This is the world's second most popular and widely used open source database. 2) In which language MySQL is written? MySQL is written in C and C++ and its SQL parser is written in yacc.
- [Linux for Beginners Video Training Course](https://www.linuxtrainingacademy.com/linux-for-beginners-video-training-course/) - An on-demand Linux training course. An Introduction to the Linux Operating System and Command Line.
- [Linux for Beginners](https://www.linuxtrainingacademy.com/book/) - Linux for Beginners is is for anyone wanting to learn Linux. It guides you step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand.
- [Wildcard Video Demo](https://www.linuxtrainingacademy.com/wildcard-demo/)
- [Wildcard Demo (Delivered)](https://www.linuxtrainingacademy.com/wildcard-demo-delivered/) - The wildcard shell scripting demo from the Shell Scripting Course. https://www.youtube.com/watch?v=hSdr6i6GLS0
- [Thank You!](https://www.linuxtrainingacademy.com/thank-you-python-for-beginners/) - Click the confirmation link in your email to download the Python resources.
- [Thank You](https://www.linuxtrainingacademy.com/thank-you/) - Hang on! Just one thing left to do... STEP 1 - Check your email. STEP 2 - Find the one from us. STEP 3 - Click on the confirmation link. STEP 4 - Get your resources we just sent to your inbox.
- [Shell Scripts (LCP)](https://www.linuxtrainingacademy.com/shell-scripts/)
- [Security Conference Videos](https://www.linuxtrainingacademy.com/security-videos/) - Here is a list of recorded talks from security conferences. Conference Date Held Location Chaos Communication Congress 2015 (32C3) Dec 27-30, 2015 Hamburg, Germany No Con Name 2015 [Spanish] Dec 12, 2015 Barcelona, Spain Passwords 2015 Dec 7-9, 2015 Cambridge, UK DefCamp 2015 Nov 19-20, 2015 Bucharest, Romania BSides Winnipeg 2015 Nov 14-15, 2015 Winnipeg,
- [Python Succinctly](https://www.linuxtrainingacademy.com/python-succinctly/) - Resources for Python Succinctly Click "Download" to get access to the source code examples, the "Common Python Errors" info graphic, and a Python reference sheet. Download
- [Python Math Videos - LCP](https://www.linuxtrainingacademy.com/python-math/)
- [PuTTY - SSH, SCP, and SFTP Client](https://www.linuxtrainingacademy.com/putty/) - PuTTY is an SSH and telnet client for the Windows platform. PuTTY is open source software that is developed and supported by a group of volunteers.
- [PHP – Cheat Sheet – LCP](https://www.linuxtrainingacademy.com/php/)
- [Ports](https://www.linuxtrainingacademy.com/ports/) - Table Legend Official: Port is registered with IANA for the application. Unofficial: Port is not registered with IANA for the application. Multiple use: Multiple applications are known to use this port. Well-known ports Port TCP UDP Description Status 0 N/A N/A In programming APIs (not in communication between hosts), requests a system-allocated (dynamic) port N/A
- [Linux System Administration Crash Course](https://www.linuxtrainingacademy.com/linux-admin-crash-course/) - https://youtu.be/qAMWG86sEm8 Click here to download the slides from this presentation.
- [Linux Hardening Guides](https://www.linuxtrainingacademy.com/hardening/) - The following is a list of security and hardening guides for several of the most popular Linux distributions. Amazon Linux Benchmark by CIS CentOS 7 Benchmark by CIS CentOS 6 Benchmark by CIS Debian 8 Benchmark by CIS Debian 7 Benchmark by CIS Fedora 19 Security Guide by Fedora Linux Security Checklist by SANS Oracle Linux
- [Linux Command Reference](https://www.linuxtrainingacademy.com/linux-command-reference/) - CommandDescription apropos whatisShow commands pertinent to string. See also threadsafe man -t ascii | ps2pdf - > ascii.pdfmake a pdf of a manual page which commandShow full path name of command time commandSee how long a command takes time catStart stopwatch. Ctrl-d to stop. See also sw dir navigation cd -Go to previous directory cdGo
- [Linux Command Line Essentials](https://www.linuxtrainingacademy.com/linux-command-line-essentials/) - How to quickly and easily learn the Linux Command Line. You'll learn how to manage files, directories, and more! https://www.youtube.com/watch?v=pnDceaVvTnE Take This Course Course Description If you want to learn how to use the Linux command and want to do it quickly, read on. Hello. My name is Jason Cannon and I'm the author of
- [Linux Book Download](https://www.linuxtrainingacademy.com/linux-book-download/)
- [Linux Admin Book Download](https://www.linuxtrainingacademy.com/linux-admin-book-download/)
- [Learn Linux in 5 Days](https://www.linuxtrainingacademy.com/ll5d/) - As the founder of the Linux Training Academy and an instructor of several courses, I've had the good fortune of helping thousands of people hone their Linux skills. Interacting with so many people who are just getting started with the Linux operating system has given me invaluable insight into the particular struggles and challenges people
- [JavaScript Guide](https://www.linuxtrainingacademy.com/javascript-guide/) - JavaScript Guide, Learn how to program the smart and easy way.
- [Installing Ubuntu from Scratch](https://www.linuxtrainingacademy.com/installing-ubuntu-from-scratch/) - How to install Linux alongside your current OS This video guides you step-by-step. Learn how to install Linux without overwriting your current operating system. https://youtu.be/Ib5TIrG0HYc
- [How to Use The "White Paper Technique" to Get a Raise or Even a New Job](https://www.linuxtrainingacademy.com/the-white-paper-technique-delivered/) - https://www.youtube.com/watch?v=aLHwKrHaGbo Click here to download the "White Paper Cheat Sheet" PDF.
- [How to Choose and Install a Linux Distribution](https://www.linuxtrainingacademy.com/how-to-choose-and-install-a-linux-distribution/) - https://youtu.be/n37Eva34EgM Linux Distributions CentOS RedHat Enterprise Linux Ubuntu DistroWatch.com VirtualBox and Virtual Disk Images VirtualBox http://www.virtualboximages.com How to install VirtualBox on Windows How to install VirtualBox on Mac RAR Tools Windows: 7-zip Free WinUnRar Mac: UnRarX iZip
- [How to Install VirtualBox on Windows](https://www.linuxtrainingacademy.com/how-to-install-virtualbox-on-windows/) - https://youtu.be/CBhppdewtEQ
- [High Availability for the LAMP Stack - eBook](https://www.linuxtrainingacademy.com/high-availability-lamp-stack-book/) - Do you wish you could ensure your web site was up all the time and finally enjoy a peaceful night's sleep? Do you want to be able to scale without downtime and handle unexpected surges of traffic? Do you want a solution that just works without spending weeks testing various combinations of technologies and software?
- [Hi Redditor. Here is the list of Linux Alternatives for Windows Applications.](https://www.linuxtrainingacademy.com/reddit-linux-alternatives-for-windows-applications/) - One of the most common questions people ask about Linux is, "What software is available on Linux" and "Will I be able to use my favorite programs and applications on Linux?" The truth is that in some cases the exact software is available on Linux, but in most cases it isn't. The good news is
- [HA LAMP Book Download](https://www.linuxtrainingacademy.com/ha-lamp-book-download/)
- [HA Lamp](https://www.linuxtrainingacademy.com/ha-lamp/) - Download the scripts, configurations files, and diagrams to use with the "High Availability Lamp Stack" book.
- [Free Videos on Linux Permissions – LCP](https://www.linuxtrainingacademy.com/perms/) - Free Video Reveals... "How to Quickly and Easily Learn Linux File System Permissions" Watch the video now to learn the ins-and-outs of Linux permissions. By the end of this video you will know... The 5 most commonly used Linux permissions... (Learn these and you can forget everything else!) Exactly how to decipher the most cryptic
- [Free Video on Installing Linux Software – LCP – Linux Administration Book](https://www.linuxtrainingacademy.com/installing-software/)
- [Free Video on Installing Linux Software – LCP](https://www.linuxtrainingacademy.com/installing/)
- [Free Linux Video](https://www.linuxtrainingacademy.com/free-linux-video/) - This is a free preview of the Linux Video Course. Supplemental Materials Article Slides https://www.youtube.com/watch?v=TSuF6uieoaQ
- [Download the "7 Best IDEs for the Java Programming Language"](https://www.linuxtrainingacademy.com/java/)
- [Discover How to Use The "White Paper Technique" to Get a Raise or Even a New Job - LCP](https://www.linuxtrainingacademy.com/the-white-paper-technique/)
- [CitySec Meetups](https://www.linuxtrainingacademy.com/citysec/) - CitySec is an unaffiliated collection of informal meetups for like-minded security professionals. CitySec groups meet to discuss topics of interest in a non-work, non-vendor setting; preferably while drinking. CitySec meetups are like any other professional society meeting, except: There's no professional society There's no membership There's no dues There's no cover charge There's no corporate
- [Choosing a Linux Distribution – Tripwire (LL5D eBook) 2 – video](https://www.linuxtrainingacademy.com/ll5d-lm-fb-2-tw/) - Thank you! Your free resources will be delivered to your email inbox in just a moment, but first...
- [Choosing a Linux Distribution – LCP (LTA-Lead-Magnet-Choosing-a-Distro)](https://www.linuxtrainingacademy.com/lta-lead-magnet-choosing-a-distro/) - Need Help Choosing a Linux Distro? This graphic will guide you straight to the perfect distro for you. Click on the image below to find the perfect Linux distribution for you.
- [Choosing a Linux Distribution – LCP 1](https://www.linuxtrainingacademy.com/ll5d-lm-fb-1/)
- [Choosing a Linux Distribution – LCP 2](https://www.linuxtrainingacademy.com/ll5d-lm-fb-2/) - Need Help Choosing a Linux Distro? This graphic will guide you straight to the perfect distro for you.
- [C# Programming For Beginners - 7 Tricks - LCP](https://www.linuxtrainingacademy.com/7-tricks/)
- [BCLPT-FB-LM-1b](https://www.linuxtrainingacademy.com/bclpt-fb-lm-1b/)
- [BCLPT-FB-LM-1 (ll5d ebook) – Tripwire (LFB eBook) 1](https://www.linuxtrainingacademy.com/bclpt-fb-lm-1-tw/) - Thank you! Your 10 Linux Command Line Tips will be delivered to your email inbox in just a moment, but first... Are you ready to level up your career with Linux skills? As the founder of the Linux Training Academy and an instructor of several courses, I've had the good fortune of helping thousands of
- [BCLPT-FB-LM-1](https://www.linuxtrainingacademy.com/bclpt-fb-lm-1/)
- [Almost Finished...](https://www.linuxtrainingacademy.com/thank-you-signup/) - We need to confirm your email address.
- [8 Must-Know Linux Commands](https://www.linuxtrainingacademy.com/basic-linux-commands/) - If you're interested in learning your way around the Linux command line, start here. Open up a terminal application in your favorite Linux distribution and follow along. https://youtu.be/PpmVrjeQNdU
- [Choosing a Linux Distribution – Tripwire (LFB eBook) 1b](https://www.linuxtrainingacademy.com/ll5d-lm-fb-1b-tw/) - Thank you! Your free resources will be delivered to your email inbox in just a moment, but first... Are you ready to level up your career with Linux skills? Do you feel like you're stuck in your IT career? Are you tired of seeing other people move into new and exciting positions while you can't
- [Community - LCP](https://www.linuxtrainingacademy.com/community/)
- [Eventual Millionaire Listeners - Here's your free Linux book!](https://www.linuxtrainingacademy.com/em/) - Welcome Eventual Millionaire Listeners! Download your FREE copy of Learn Linux in 5 Days... As a way of showing my appreciation for all the help Jaime has given me, I'd like to give you -- one of her valued listeners -- a FREE PDF copy of my book, Learn Linux in 5 Days. In it,
- [How to Install VirtualBox on Mac](https://www.linuxtrainingacademy.com/how-to-install-virtualbox-on-mac/) - https://youtu.be/xBQdflx1L1o
- [Rootkit Detection Software](https://www.linuxtrainingacademy.com/rootkit-detection-software/) - Chkrootkit - http://www.chkrootkit.org/ OSSEC - http://ossec.github.io/ Rootkit Hunter / RKHunter - http://rkhunter.sourceforge.net/
- [Linux Security Email Lists](https://www.linuxtrainingacademy.com/security-lists/) - CentOS - CentOS-announce - This list is for general and security announcements related to CentOS. Debian - debian-security-announce - The security team informs the users about security problems by posting security advisories about Debian packages on this list. Fedora - security - Public discussions about Fedora Related security issues. RedHat - RHSA-announce - This list
- [Linux Administration Slides](https://www.linuxtrainingacademy.com/linux-administration-course-slides/) - linux-administration-slides
- [PHP Audio Book Companion](https://www.linuxtrainingacademy.com/php-companion/) - Click here to download the companion to the PHP audio book.
- [HTML5 Audio Book Companion](https://www.linuxtrainingacademy.com/html5-companion/) - Click here to download the companion to the HTML5 audio book.
- [SQL for Beginners Audio Book Companion](https://www.linuxtrainingacademy.com/sql-companion/) - Click here to download the companion to the SQL for Beginners audio book.
- [Open Source Learning Management Systems](https://www.linuxtrainingacademy.com/open-source-learning-management-systems/) - List of the most popular learning management systems available for the Linux operating system.
- [Bootcamps](https://www.linuxtrainingacademy.com/bootcamps/) - Here are a list of boot camps that I recommend. In some cases I've managed to get exclusive discounts for you. Ruby and Ruby on Rails AcademyX: Use"cannon" and save 20%! Academy X offers many classes including Ruby and Ruby on Rails. If you are looking for training in San Francisco, Sacramento, San Jose, Los
- [Listing Files and Understanding ls Output](https://www.linuxtrainingacademy.com/linux-for-beginners/listing-files-and-understanding-ls-output/) - Learn how to use the ls command in Linux. Linux ls examples, options, and tutorial.
## Giveaways
- [Raspberry Pi Ultimate Starter Kit Giveaway](https://www.linuxtrainingacademy.com/giveaways/raspberry-pi/)
## Categories
- [blog](https://www.linuxtrainingacademy.com/category/blog/)
## Tags
- [Linux](https://www.linuxtrainingacademy.com/tag/linux/)
- [SSH](https://www.linuxtrainingacademy.com/tag/ssh/)
- [FTP](https://www.linuxtrainingacademy.com/tag/ftp/)
- [Windows](https://www.linuxtrainingacademy.com/tag/windows/)
- [Vagrant](https://www.linuxtrainingacademy.com/tag/vagrant/)
- [VirtualBox](https://www.linuxtrainingacademy.com/tag/virtualbox/)
- [Cloud](https://www.linuxtrainingacademy.com/tag/cloud/)
- [Server](https://www.linuxtrainingacademy.com/tag/server/)
- [CentOS](https://www.linuxtrainingacademy.com/tag/centos/)
- [Ubuntu](https://www.linuxtrainingacademy.com/tag/ubuntu/)
- [SCP](https://www.linuxtrainingacademy.com/tag/scp/)
- [RedHat](https://www.linuxtrainingacademy.com/tag/redhat/)
- [Web Hosting](https://www.linuxtrainingacademy.com/tag/web-hosting/)
- [Installation](https://www.linuxtrainingacademy.com/tag/installation/)
- [File System](https://www.linuxtrainingacademy.com/tag/file-system/)
- [Debian](https://www.linuxtrainingacademy.com/tag/debian/)
- [Desktop](https://www.linuxtrainingacademy.com/tag/desktop/)
- [Linux Mint](https://www.linuxtrainingacademy.com/tag/linux-mint/)
- [Fedora](https://www.linuxtrainingacademy.com/tag/fedora/)
- [OpenSuse](https://www.linuxtrainingacademy.com/tag/opensuse/)
- [Arch Linux](https://www.linuxtrainingacademy.com/tag/arch-linux/)
- [Slackware](https://www.linuxtrainingacademy.com/tag/slackware/)
- [Video](https://www.linuxtrainingacademy.com/tag/video/)
- [Command Line](https://www.linuxtrainingacademy.com/tag/command-line/)
- [Shell Scripting](https://www.linuxtrainingacademy.com/tag/shell-scripting/)
- [Python](https://www.linuxtrainingacademy.com/tag/python/)
- [Programming](https://www.linuxtrainingacademy.com/tag/programming/)
- [Nginx](https://www.linuxtrainingacademy.com/tag/nginx/)
- [MySQL](https://www.linuxtrainingacademy.com/tag/mysql/)
- [vim](https://www.linuxtrainingacademy.com/tag/vim/)
- [cheat sheet](https://www.linuxtrainingacademy.com/tag/cheat-sheet/)
- [Text Editors](https://www.linuxtrainingacademy.com/tag/text-editor/)
- [Jobs](https://www.linuxtrainingacademy.com/tag/jobs/)
- [Careers](https://www.linuxtrainingacademy.com/tag/careers/)
- [Sed](https://www.linuxtrainingacademy.com/tag/sed/)
- [Linux Certifications](https://www.linuxtrainingacademy.com/tag/linux-certifications/)
- [DevOps](https://www.linuxtrainingacademy.com/tag/devops/)
- [Interviewing](https://www.linuxtrainingacademy.com/tag/interviewing/)
- [AlmaLinux](https://www.linuxtrainingacademy.com/tag/almalinux/)
- [Rocky Linux](https://www.linuxtrainingacademy.com/tag/rocky-linux/)
- [Self-Hosting](https://www.linuxtrainingacademy.com/tag/self-hosting/)