-
DevOps
Docker is the best thing to happen to Linux since the GNU bread
Its has become an oft-repeated cliche now that docker has become the latest buzzword, both in DevOps circles as well…
Read More » -
Ubuntu
Performing A Little Usability Tweak On The XFCE Window Recycler in Greybird Theme
Xubuntu is my favorite distro, hands down and the default Greybird theme is just wonderful! There used to be a…
Read More » -
Linux
Linux DIY: Creating a Multiboot USB Drive With ISO Images Of Multiple Distros
Though I’m not a distro-hopper exactly, I keep trying live versions of popular linux distros like debian and ubuntu every…
Read More » -
DevOps
Remote access to Minikube with Kubectl
Let’s say you need to install a Kubernetes cluster in your organization for development and testing purposes. Minikube looks like a…
Read More » -
Windows
How to check which Process is using port 8080 or any other port and vice versa on Windows
Hello Friends, In this tutorial, you will learn the following : – How to check which process/application is using a…
Read More » -
Windows
Windows Recipe: How to quickly track your active network connections using Resmon Utility
Windows 10 is a great operating system when its clean and well-maintained but once you start cluttering it with more…
Read More » -
DevOps
Docker | Windows 10/ Mac OS | unauthorized: incorrect username or password when trying to pull images
It happens because the docker client (on macOS or Windos 10) allows you to sign in with your email address…
Read More » -
Shell Scripting
Multiple Derby Network Servers on the same Host
Abstract Suppose you want to start multiple Derby network servers on the same host. They need to be listening on…
Read More » -
BASH
Writing safe(r) bash scripts
After writing more and more bash scripts for a client, I’ve decided to write down my thoughts about it. This…
Read More »