top of page
Blogs
Nov 22, 2022
Keeper, A Password & Secrets Manager
We have partnered up with Keeper, a powerful password & Secrets Management service. To check all the details of the service. Please refer...
Oct 5, 2022
Setting Up Basic Authentication with Apache
Used Software virtualbox version 6.1 vagrant version 2.2.19 vagrant box: centos/7 apache version 2.4.6 What is Basic Authentication? In...
Sep 24, 2022
Creating a SWAP space in an AWS Instance
This blog post is about how to create a SWAP file in an AWS Instance. If you are not familiar with SWAP, our blog post about SWAP might...
Sep 24, 2022
Get an SSL Certificate with Let's Encrypt
Do you know what an SSL certificate is? It is a digital certificate for 'encryption of communication data' and mandatory by default to...
Sep 16, 2022
Display the Default Page with Nginx on Kubernetes
This article is for Kubernetes beginners. In this article, you will see how to prepare nginx with Kubernetes and display the welcome...
Aug 31, 2022
Understanding the Apache Access Log Format
This article provides a brief introduction to the apache access log format. Server Settings OS version [root@Webserver local]# cat...
Aug 30, 2022
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 12, 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 4, 2022
How to send Cloudwatch alarm notifications to slack by the Chatbot
This blog discusses how to send Cloudwatch alarm notifications to Slack. The architecture diagram of a notification system Here is the...
Aug 2, 2022
List of commonly used Apache directives
This article describes the basic configuration items for Apache. Apache configuration files Apache configuration files have different...
Aug 1, 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: ...
Jul 25, 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 22, 2022
[EC2] What Is the CPU Steal Item For CPU Usage?
This blog post is about the CPU steal item, which is a T2-series instance characteristic of AWS EC2. Results of top command top -...
Jul 22, 2022
What is the difference between SaaS, PaaS, and IaaS?
Table of Contents What is the Cloud? About the birth of Cloud Computing Forms of Cloud Computing Services 1. What is Cloud Computing?...
Jun 27, 2022
About Collision Conference
Hello everyone, this is Jon from Beyond GTA, and today I am going to share my experience after participating Collision Conference here in...
Jun 19, 2022
[WAF] Introduction of Cloudflare WAF
It's Jon from Beyond GTA Inc., and today we are looking at Cloudflare, a leading WAF provider. Credit goes to Ohara who originally wrote...
Jun 12, 2022
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....
May 18, 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 8, 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...
bottom of page