Latest Articles
How to add user to sudoers or sudo group in Ubuntu
In this tutorial will answer all those questions and will also guide to add user to sudo group so that the user can perform tasks which otherwise would be
How to install certbot [Let's Encrypt] on Rocky Linux 9
Step by Step instructions to install and generate certs using Let's Encrypt (certbot) on Rocky Linux 9. Generate and deploy certs for Nginx and Apache server.
Golang FIFO Tutorial With Examples
Read and Write into a FIFO File. EOF handling. Examples to create a reader and writer using FIFO.
pkill -P $$ - Kill subprocess in Linux [SOLVED]
pkill -P $$ is used to match only child processes of the given parent where $$ is the process of the current process
Golang URL Encode & Decode Practical Examples
In this tutorial we will explore golang url encode and decode using url.QueryEscape, url.PathEscape, url.QueryUnescape and url.PathUnescape with examples
