-
Linux
Linux Shutdown Command Example
Hello readers, in this tutorial, we will learn how to shut down a Linux system using the shutdown command. 1.…
Read More » -
Powershell
PowerShell Tutorial (Especially for People Who Hate PowerShell)
My relationship with the terminal—especially Windows PowerShell—has been a bit of a roller coaster. I first discovered the terminal when…
Read More » -
DevOps
Injecting multiple Kubernetes volumes to the same directory
Kubernetes config maps and secrets allow use to inject configuration files into containers. If we want multiple config entries that…
Read More » -
Linux
Linux Kill Process Example
Hello readers! A process on a Linux system is defined as an occurrence of a running application or task. In…
Read More » -
Ubuntu
Ubuntu – How do I change my username?
Unix-like operating systems decouple the user name from the user identity, so you may safely change the name without affecting…
Read More » -
Shell Scripting
How to use Bash & rsync to automate your periodical backups on Linux
Linux is all about simplicity. Simple and time-tested tools like iptables, netstat and rsync can be called for help for…
Read More » -
DevOps
Scaling Your Containers With Kubernetes
With the growing adoption of containerization, many developers are no longer struggling with the woes of code environmental inconsistencies. While…
Read More » -
Shell Scripting
Asciidoctor: Creating a macro
I’ve been writing the TWIN4j blog for almost a year now and during that time I’ve written a few different…
Read More »