What are the advantages and disadvantages of migrating to cloud servers?
top of page
Blogs
Cloud servers are widely adopted by many companies and organizations due to their cost-effectiveness and convenience. However, there are...
Aug 3, 2023
Developed a Turtle Race with Python Library
I’m going to make turtles compete with each other by using the Python library turtle. You can do a lot of things with turtles like the...
May 9, 2023
How to Manage Terraform Version Using tfenv
What is tfenv? The tfenv is a tool that’s for managing Terraform versions with CLI. You may have noticed the similarity in the name. The...
May 4, 2023
“ll” is not a command
Many of you may use “ll” instead of the “ls” command. In this article, I’m going to explain what “ll” is and what you should know about...
Mar 22, 2023
How to Install Old Version of MySQL
When you want to install an old version of MySQL, but there’s no repository on the official site, you can do these steps to install it....
Nov 29, 2022
Lead Testing Service "Fukamill"
Fukamill, load testing service for customers developing games, e-commerce sites, apps, etc., to check that the performance of their...
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...
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...
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...
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...
Mar 14, 2022
A quick overview of Amazon S3
This article is a quick overview of Amazon S3, one of Amazon Web Services. What is S3? S3 stands for "Simple Storage Service, a...
Mar 7, 2022
How to Build WordPress on AWS
This article is about how to build a LAMP environment using AWS services and eventually be able to post to WordPress. Let's get started!...
Feb 17, 2022
A glimpse of AlibabaCloud Server Migration Center
Today's topic is the Server Migration Center (SMC), a migration service provided by AlibabaCloud. Overview and Features Server Migration...
Feb 12, 2022
Understanding SWAP Memory
Have you ever heard of the term SWAP? Today's computers have higher performance and more memory, so you may not be aware of the term when...
Jan 23, 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...
Nov 5, 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...
Oct 23, 2021
[AMD EPYC] A new generation of CPU for cloud/server
Hello there! This is Jon from Beyond GTA, and this blog will briefly describe features of new CPU generation "AMD EPYC" in cloud usage...
Jul 18, 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...
bottom of page