top of page

Blogs


How to Fix 404 Error When You Try to Install a Package on EC2
This blog post describes how to deal with the following error when trying to install a package on an AWS EC2 instance (graviton). [Errno...
Aug 30, 2022


Oops! Did you forget the root password for MySQL? Here is how to resolve this issue.
Where is a default password In order to find out where a default password is, you need to refer to a path /var/log, and open mysqld.log....
Aug 12, 2022


Create a CSR file in just 3 steps
What is a CSR file? CSR stands for Certificate Signing Requesters and is a file containing personal or corporate information related to...
Aug 12, 2022


Add old repositories on an Amazon Linux instance
This document is for an older version of the kernel installed. Overview OS: Amazon Linux AMI release 2016.09 Old kernel: ...
Aug 1, 2022


How to use AWK Command
This article explains the command AWK, which is used in conjunction with the log check. What is AWK Command? When processing multiple...
Jul 25, 2022
![Introduction of [/etc/sudoers]](https://static.wixstatic.com/media/5fdcdf_7ea303bc977542168fce104a3a98244d~mv2.jpg/v1/fill/w_333,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/5fdcdf_7ea303bc977542168fce104a3a98244d~mv2.webp)
![Introduction of [/etc/sudoers]](https://static.wixstatic.com/media/5fdcdf_7ea303bc977542168fce104a3a98244d~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_avif,quality_auto/5fdcdf_7ea303bc977542168fce104a3a98244d~mv2.webp)
Introduction of [/etc/sudoers]
Hello everyone, I am Jon from Beyond GTA Inc. and today we will discuss one of the important features of the Linux operating system....
Jun 12, 2022


How to Read Apache AccessLog
Today, using Apache on a Linux system is the standard setup and we as server engineers often need to read its access logs. This blog post...
May 18, 2022


Linux for Complete Beginners
This blog post briefly explains an overview of Linux. What is Linux? Linux is a type of operating system, a basic software used to...
May 8, 2022


What is cron? How does it work?
Greetings to all! Jon here from Beyond GTA, and today I am going to share some basic knowledge about cron, which is a very common term...
Apr 17, 2022


AWS EC2 Reserved Instances for Beginners
Overview When you create an EC2 instance, you probably use an on-demand instance that is charged on a pay-as-you-go basis, but when...
Feb 6, 2022


How to dramatically improve the visibility of the top command
If you are a server engineer or a regular Linux user, you are most likely familiar with the command "top", which shows the Linux...
Jan 23, 2022
![What is [CentOS alternative] Oracle Linux? [RHEL Compatible]](https://static.wixstatic.com/media/5fdcdf_c7dcc53d5ba94527ab4ac45e53f86736~mv2.png/v1/fill/w_220,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/5fdcdf_c7dcc53d5ba94527ab4ac45e53f86736~mv2.webp)
![What is [CentOS alternative] Oracle Linux? [RHEL Compatible]](https://static.wixstatic.com/media/5fdcdf_c7dcc53d5ba94527ab4ac45e53f86736~mv2.png/v1/fill/w_300,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/5fdcdf_c7dcc53d5ba94527ab4ac45e53f86736~mv2.webp)
What is [CentOS alternative] Oracle Linux? [RHEL Compatible]
Hello everyone! This is Jon from Beyond GTA Inc, and today I would like to introduce an interesting topic about Oracle Linux. Since most...
Jan 21, 2022


Kernel Modules, proc Directory, and lsmod
Q: Which command displays information about loaded kernel modules? (Select all) lsmod 〇 modprobe cat /proc/modules 〇 cat /proc/modprobe...
Dec 18, 2021


An Easy Way To Remember grep Options With Its Original Word
grep is a great command on Linux and you have numerous chances to use the command when you use Linux. However, grep has lots of options...
Nov 5, 2021


How To Avoid An SSL Certificate Error For An Old OS Caused By Expired LetsEncrypt's Root Certificate
If you are using a root certification from LetsEncrypt, you might discover that an SSL certificate error occurring on access from an old...
Oct 12, 2021


A quick overview of Amazon ELB
You might have heard of the word "ELB", but do you clearly understand what it is and how it works? Today, I will briefly explain ELB, a...
Jul 18, 2021
bottom of page