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
+6.5k Golang : How to validate ISBN?
+11.7k Golang : GTK Input dialog box examples
+8.5k Android Studio : Import third-party library or package into Gradle Scripts
+4.9k Nginx and PageSpeed build from source CentOS example
+7.1k Golang : Null and nil value
+20.3k nginx: [emerg] unknown directive "passenger_enabled"
+16.9k Golang : Capture stdout of a child process and act according to the result
+13.1k Golang : How to calculate the distance between two coordinates using Haversine formula
+4.7k PHP : Extract part of a string starting from the middle
+9.4k Golang : Changing a RGBA image number of channels with OpenCV
+8k Golang : HTTP Server Example
+6.4k Golang : Combine slices of complex numbers and operation example