Kubernetes, an open-source container orchestration platform, has become the go-to solution for managing containerized applications at scale. While Kubernetes provides powerful command-line tools for managing clusters, sometimes a visual interface can make monitoring and managing your deployments even easier. Kubernetes Dashboard is
Read More
Most modern VMs are configured to skip the GRUB bootloader for a seamless experience. However, you might need to access the GRUB menu at times. For example, if you want to switch back to the older kernel or get into recovery mode
Read More
I have a feeling that we’ve been covering more commands and terminal-based tutorials than desktop-focused tutorials. Do you also think the same? If yes, let me know so that we can put the focus back where you, our readers, want it. ๐ฌ
Read More
The cp command is one of the essential Linux commands you probably will be using on a regular basis. As the name indicates, cp stands for copy and it is used for copying files and directories. It’s one of the simpler commands
Read More
PHP is a recursive acronym for Hypertext Preprocessor. It is a popular and widely used server-side scripting language used in web development and can even be embedded in HTML pages. Although there are other new scripting languages such as Perl and Ruby,
Read More
In the earlier part of the series, you learned about variables. The variables can have a single value in it. Arrays can have several values inside it. This makes things easier when you have to deal with several variables at a time.
Read More
An exit code or exit status tells us about the status of the last executed command. Whether the command was completed successfully or ended with an error. This is obtained after the command terminates. The basic ideology is that programs return the
Read More
Achievement unlocked ๐ฅ๐ฅณ ๐ It’s FOSS crossed 100K followers on Twitter. That’s good news. What’s better is that we crossed 10K followers on Mastodon, the open source, decentralized Twitter alternative. Now, that’s the real achievement. ๐ฌ Let’s see what you get in
Read More
Birthdays are special occasions, and itโs very satisfying and a pleasure to get birthday wishes from loved ones. As a Linux user, you can surprise our friends and family with some cool birthday wishes from the terminal. Here’s a birthday card (or
Read More
In my opinion, the ls command is the most used Linux command as it is often used to verify the outcome of the previous operation by listing the directory contents. The ls command stands for a list; all it does is list
Read More
