top of page
Blogs
Aug 31, 2023
You Can Modify the Message When You do SSH Login
Did you know that you can change the message you see when you do ssh connect? /etc/motd The contents of the /etc/motd file are output by...
Aug 17, 2023
Demystifying '...' in ES2015: Exploring the Newly Added Spread Syntax
Hello! I’m going to talk about the spread syntax that can be used to expand arrays, etc. that are added to ES2015. What’s spread syntax?...
Mar 16, 2023
How to Inspect OS System Running Time
Hello! The “uptime” command is one of the most common commands I use. This command is used to check the system uptime of Linux-based OS....
Feb 15, 2023
How to Display Command History in Linux OS
The “history” command is being used for displaying a list of commands that have been run. The history command Display a list of commands...
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 -...
bottom of page