Aug 31, 2023You Can Modify the Message When You do SSH LoginDid 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, 2023Demystifying '...' in ES2015: Exploring the Newly Added Spread SyntaxHello! 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, 2023How 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, 2023How to Display Command History in Linux OSThe “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 -...