In today’s interconnected world, web security has become paramount. With the exponential growth of online services and digital interactions...
Inode, File descriptors and FD Leaking
In Linux, we do have that philosophy where “Everything is a File” even though it’s beyond that. I randomly came across an issue...
VIM Editor : Useful Shortcuts
Vim, the VI IMproved text editor, is one of the most widely used text editors in the industry. Individuals working in System Engineering, DevOps, and...
Nested virtualization means creating a virtualized environment which already runs in a virtualized environment. In simple terms, it is a functionality to run a...
The ‘chroot’ is a command which is used in Linux/Unix systems which stands for “Change root”. This command actually changes the apparent root...
Redis is an open source(BSD Licensed), advanced key-value store which is the best solution for building high performance and scalable web applications. Redis supports...