top of page

Blogs

Terraform static analysis using tflint
I would like to try using tflint for static analysis of Terraform code in this article. What is tflint? tflint is an open-source linter...
Jun 22, 2024

The Impact of PHP Version and How to Check it
Using an old version of PHP can lead to security vulnerabilities and other issues. Here's how you can check your PHP version. How to...
May 21, 2024
[EagerLoad] Which is more useful: “leftJoin” or “with”? [N+1 problem]
N+1 Problem Suppose such a relationship was set up. class Bolg { public function comments(): HasMany { return $this->hasMany(Comment::cla...
May 9, 2024


An attempt to build VRRP using YAMAHA RTX830
Recently I had a chance to conduct VRRP verification with YAMAHA's RTX830, and I thought I would share it with the world as a memorandum....
Apr 26, 2024

Implementing Basic Authentication with Nginx
In the previous article, I talked about configuring basic authentication using Apache and mentioned my intention to explore it with Nginx...
Apr 12, 2024

![[nginx] Explanation of how to view, configure, and locate access logs](https://static.wixstatic.com/media/9cfabe_9c74d0bdb18a4c15b33ac1a87f5a5b4c~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_avif,quality_auto/9cfabe_9c74d0bdb18a4c15b33ac1a87f5a5b4c~mv2.webp)
[nginx] Explanation of how to view, configure, and locate access logs
In this blog post, I'll talk about the "access logs," which are definitely something you encounter regularly when it comes to the...
Mar 29, 2024


Retrieve the ECS image ID using Alibaba Cloud CLI
Introduction This time, I'd like to try obtaining the image ID of the Alibaba Cloud virtual server environment "ECS (Elastic Compute...
Mar 15, 2024


Automate UnitTest with GitHub Actions
Continuing from the previous article, I will keep talking about GitHub Actions. Today’s topic is "Automating PHP UnitTest with GitHub...
Mar 1, 2024

What are the advantages and disadvantages of migrating to cloud servers?
Cloud servers are widely adopted by many companies and organizations due to their cost-effectiveness and convenience. However, there are...
Feb 12, 2024

How to Set Up Laravel Admin
In this article, I will talk about setting up Laravel Admin. What is Laravel Admin? Laravel Admin is a tool for administrators developed...
Jan 25, 2024

【Support End】What will happen if CentOS 7 is left as it is?
As of June 30, 2024, the community support for "CentOS 7" will end (EOL), posing a significant challenge for many users. Of course,...
Jan 18, 2024
![[Introduction to Scraping] Retrieving Table Data from Websites with Python](https://static.wixstatic.com/media/9cfabe_4892edbe12f147939497661938bf4cb2~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/9cfabe_4892edbe12f147939497661938bf4cb2~mv2.webp)
[Introduction to Scraping] Retrieving Table Data from Websites with Python
In recent years, data analysis has gained significant attention, and scraping is one of the fundamental techniques for it. It primarily...
Jan 5, 2024

ImageMagick and Imagick Installation
The other day, I had to install ImageMagick on Linux, it was quite difficult because it was my first time to install it. First of all,...
Dec 22, 2023

Have You Ever Heard of Christmas Scan?
Speaking of December, there's Christmas. It's been a long time since Santa stopped visiting me, but the glittering cityscapes this time...
Nov 30, 2023

How to Easily Check Resources Across Different AWS Regions
When you want to check the resources, but it's a hassle to check them on the console if they are located in multiple regions… In this...
Nov 16, 2023

How to create virtual environment using Python's “venv”
In this tutorial, I’m going to create a virtual environment using Python's venv. What is venv? venv is a module introduced in Python...
Oct 20, 2023

Getting Started with Ansible for Infrastructure as Code (Practice)
Last time, I wrote about introducing the Ansible tool and its installation. In this article, I'd like to delve into how to actually run...
Sep 20, 2023

Getting Started with Ansible for Infrastructure as Code (Introduction & Installation Guide)
As an infrastructure engineer, it may be common that you have to do the same tasks over and over again when you develop servers. It is...
Sep 20, 2023

A Simple Explanation of Permissions in Linux
What is permission? Directories and files on Linux have defined permissions. Permissions are the rights to manipulate directories and...
Sep 19, 2023

Effortlessly Monitor Resources Across Multiple AWS Regions
When you want to check the resources, but it's a hassle to check them on the console if they are located in multiple regions… In this...
Sep 15, 2023
bottom of page