GNU screen 5 proves it's still got game even after 37 years
GNU Screen has updated features in version 5.0.0, maintaining relevance among terminal multiplexers despite newer alternatives like tmux.
Kubectl Apply vs. Create: Understanding the Difference
kubectl apply and kubectl create serve different purposes for managing Kubernetes resources despite apparent similarities.
10 things I always do after installing Linux - and why you should too
Always update your Linux system right after installation to ensure you have the latest patches and software.
Organizing your application needs with tools like Google Keep can enhance your Linux experience.
Using the command line for application installation can save time and reduce the chance of forgetting important software.
Find the instance id of an AWS EC2 instance within that EC2 machine
There are multiple ways to obtain the instance ID of an AWS EC2 instance
One way is to use the command line tool or make an HTTP call
Essential Linux Terminal Hacks for Efficiency-Part 2
To reuse commands, utilize reverse search and history command. Display date/time in history for reference. Run multiple cmds concurrently with specific chaining options. View large file content easily with 'less' command.