public Vim Tips • 7 min read • Use vimdiff Like a Vim Pro Want to see the difference between two files? Normal users use diff command. Pro Vim users go for vimdiff.…
public Python • 3 min read • Run Python Scripts in Linux Command Line This quick tip shows how to run Python programs from the Linux command line.…
public Tips • 4 min read • Check Running Process in Linux Want to know what all processes are running on your systems? Here's how to get details of the running processes in Linux.…
public Podman • 6 min read • Beginner's Guide to Using Podman Compose Podman also has a compose tool that allows you to work with Docker compose like files. Here's all you need to know about it.…
public Podman • 4 min read • Creating and Destroying Containers Using Podman New to Podman? Here's a basic tutorial on creating, listing, stopping and destroying containers with Podman.…
public Tips • 5 min read • 7 Reasons Why Developers Prefer NeoVim Over Vim NepVim or Vim? Which one of the two similar editors is better? I think it is NeoVim and I have good reasons to support this claim.…
public Tutorial • 11 min read • Using the Make Utility and Makefiles in Linux [Guide] Learn the basics of makefile and how to use the make utility for building your applications in Linux with a sample C project.…
public Tools • 5 min read • Docker Alternatives for Your Containerization Needs Docker has become synonymous to containers. But it is not the only containerization tool out there. Take a look at these Docker alternatives.…
public Vim Tips • 4 min read • How to Extend Vim's Functionality by Adding Plugins Vim's functionality can be extended with plugins. Here is how you can install and use plugins in Vim. Also learn about updating and removing the plugins.…
public DevOps • 8 min read • Understanding the Differences Between Podman and Docker Docker is synonymous with containers however Podman is getting popular for containerization as well. Wha's the difference between the two?…
public DevOps • 8 min read • Getting Started With Rootless Container Using Podman The advantages of a rootless container are obvious. Learn how to use rootless containers with Podman in this tutorial.…
public DevOps • 8 min read • How to Automatically Update Podman Containers Here's a detailed tutorial on setting up automatic updates for Podman containers.…