Latest Articles
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. …
How to PROPERLY kill a process in Golang? [SOLVED]
In this tutorial we will cover different scenarios to kill a process using golang code. We will use different in-built functions to achieve this requirement.
