Latest Articles
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.
Golang io.ReadCloser Examples
Golang io.ReadCloser interface is built out of an io.Reader and an io.Closer:
