Check CentOS version
While troubleshooting Go setup on my CentOS box. I need to find out which version of the CentOS I'm running on. The fastest way is to
cat /etc/*release*
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+8.2k Golang : HTTP Server Example
+14.9k Golang : Find commonalities in two slices or arrays example
+6.3k Golang : Process non-XML/JSON formatted ASCII text file example
+10.2k Golang : Identifying Golang HTTP client request
+18.5k Golang : How to get hour, minute, second from time?
+16.2k Golang : How to check if input from os.Args is integer?
+9.6k Golang : Validate IPv6 example
+7.8k Golang : get the current working directory of a running program
+14.1k Golang : Human readable time elapsed format such as 5 days ago
+24.1k Golang : Call function from another package
+7.6k Android Studio : How to detect camera, activate and capture example
+40.7k Golang : Convert to io.ReadSeeker type