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
+5.3k Golang : The Tao of importing package
+6.6k Elasticsearch : Shutdown a local node
+21.5k Golang : How to force compile or remove object files first before rebuild?
+7k Mac OSX : Find large files by size
+7.6k Golang : Gorrila set route name and get the current route name
+21.1k PHP : Convert(cast) int to double/float
+7.5k Golang : How to detect if a sentence ends with a punctuation?
+31k Golang : Download file example
+18.9k Golang : Delete duplicate items from a slice/array
+20.9k Android Studio : AlertDialog and EditText to get user string input example
+24.2k Golang : Upload to S3 with official aws-sdk-go package