Latest Articles
How to list installed packages in Golang? [SOLVED]
In this tutorial we will show different methods to show where are go packages installed or to list all installed packages in golang.
How to use 'sed' and 'awk' in Golang? [SOLVED]
In this tutorial we will cover different examples using sed and awk commands from shell into golang programming language. We have already covered exec.Command
How to execute shell commands in Golang? [SOLVED]
In this tutorial we will cover multiple methods and scenarios to execute shell commands in golang.
Increase sound more than 100 in Ubuntu? [SOLVED]
VLC and some media players allow you to increase the volume up to 200%. In the operating system, it is possible to increase the volume as the system allows.
Start a process in background and wait Golang [4 Methods]
In this tutorial we will explore different methods and functions which we can use in golang to execute a process in background and then wait for it to complete. …
