Unlocking the Secrets of System Performance

System Monitoring Mastery 🚀Welcome to the guide on mastering system monitoring with bashtop, htop, <code class="language-plaintext high...
Published on February 15, 2024 | 2 min read

Demystifying NAT: How It Works Locally and Enhances Security

Network Address Translation (NAT) is a critical component in the architecture of most networks, including those in our local systems. It plays a pivotal role in managing IP addresses and ensuring secure communication between devices. This post delves into the workings of NAT, its advantages an...
Published on February 05, 2024 | 3 min read

Elevating Game Development with Docker: Introducing Unity in Containers

In the ever-evolving world of game development, the concept of Gaming as a Service (GaaS) has been a game-changer, pun intended. It’s not just about playing games anymore; it’s about creating immersive experiences with ease and efficiency. However, setting up a game development environment lik...
Published on June 06, 2021 | 3 min read

Capistrano

What is capistranoA deployment automation tool built on Ruby, Rake, and SSH.Automation of the deployment can be done through capistranoBasically we need 5 Important keys in the deployment Predectable Repeatable Automatab...
Published on May 31, 2021 | 6 min read

Docker UI

Pre-RequisiteI am assuming that the readers have docker installed in their system and they are the part of the docker group.DockerDocker is the de facto standard to build and share containerized apps - from desktop, to the cloud.</p...
Published on May 30, 2021 | 3 min read

Why should we use vim ??

Vim EditorVim is a highly configurable text editor built to make creating and changing any kind of text very efficient.Is vim a Good editor ??Vim is highly configurable and an editor that is really built for develop...
Published on March 27, 2021 | 6 min read

How to manipulate payload data sent through a packet using ICMP ping?

Ping commandping is the primary TCP/IP command used to troubleshoot connectivity, reachability, and name resolution.The ping command sends a request over the network to a specific device. A successful ping results in a response from the computer that ...
Published on September 27, 2020 | 6 min read

Github Branching

Branching TechniqueBest branching methods followed by the industry. Please share if you know more.Sample demo of git brnching techniquesBranches Designation...
Published on September 25, 2020 | 4 min read

Sample Post

This post will show you how the content will look like in the post pages and how the headlines, quotes and quotes will be represented. Jekyll is mainly used to write simple markdown and after that it renders out a static pages, so you need to know the basics of writing markdown for that.For m...
Published on April 24, 2020 | 3 min read

What is Jekyll? How to use it?

Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be serv...
Published on April 21, 2020 | 2 min read