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
+7.6k Golang : Detect sample rate, channels or latency with PortAudio
+29.5k Golang : JQuery AJAX post data to server and send data back to client example
+5.9k Cash Flow : 50 days to pay your credit card debt
+22.5k Golang : Read directory content with filepath.Walk()
+6.1k Golang : Compound interest over time example
+6.2k Golang : Missing Subversion command
+14.3k Golang : Chunk split or divide a string into smaller chunk example
+19.3k Mac OSX : Homebrew and Golang
+7k Golang : Decode XML data from RSS feed
+5.9k Golang : List all packages and search for certain package
+9.4k Golang : Temperatures conversion example
+34.2k Golang : Create x509 certificate, private and public keys