Latest Articles
Set Up Reaction Roles using Carl Bot [Step-by-Step]
Step by Step instructions to setup carl bot reaction roles with examples.
bash: curl: command not found [SOLVED]
The most common causes for bash: curl: command not found error is either curl package is not installed or the PATH variable does not contain the path to curl …
Install FFprobe and FFmpeg on Ubuntu [3 Methods]
Step by Step isntructions to install ffprobe and ffmpeg in Ubuntu using 3 different methods
Declare new error in Golang [SOLVED]
There are various ways to declare new error in golang such as using errors.New() function or Using Errorf() with fmt package to return an error, Define a custom …
Golang sha512 Hashing Examples
Use golang sha512 package to generate sha512 encrypted hash for text, string and files.
