[CENTOS] Check the version of the standard Web software.

Issue the following command.

CentOS

cat /etc/redhat-release

Apache

httpd -v

Java

java -version

Python

python --version
python3 --version

PHP

php -v

WordPress

cat wordpress/wp-includes/version.php
# $wp_Check the value of version.

MySQL

--Issue the following SQL statement after connecting to MySQL.
select version();

Oracle Database

--Issue the following SQL statement after connecting to Oracle DB.
select * from v$version;

Remarks

This article is a migration article from the blog "Technical Notes for Chores Engineers". The previous blog will be deleted.

Recommended Posts

Check the version of the standard Web software.
Check the version of Cent OS
Check the version of the JDK installed and the version of the JDK enabled
[Java] Check the JDK version of the built war file
Switch the version of bundler
[Java version] The story of serialization
Check the migration status of rails
Check H2 database on the web
Check the contents of the Java certificate store
Check the contents of params with pry
Memo: [Java] Check the contents of the directory
Item 72: Favor the use of standard exceptions
[Java] Check the number of occurrences of characters
Check the operation of the interface through threads
[Java] Access the signed URL of s3 (signed version 2)
Java version check
Item 44: Favor the use of standard functional interfaces
How to check the latest version of io.spring.platform to describe in pom.xml of Spring (STS)
Manage the version of Ruby itself with rbenv
Let's check the feel of Spring Boot + Swagger 2.0
Try the free version of Progate [Java II]
Install the latest version of Jenkins on Ubuntu 16
Try the free version of Progate [Java I]
[Final version] Check the operation of the Japanese calendar using ICU to support the new era.
Check the capacity of the Linux server. (Df command, du command)
Check the behavior of Java Intrinsic Locks with bpftrace
Check the behavior of include, exclude, ExhaustedRetryException of Spring Retry
Check the rate limit application status of docker pull
How to download the old version of Apache Tomcat
The world of clara-rules (2)
The world of clara-rules (4)
The world of clara-rules (1)
The world of clara-rules (5)
The idea of quicksort
The idea of jQuery
Gemfile.lock doesn't say the version of gem you have installed
Check the dependency of a specific maven artifact in Coursier
Install by specifying the version of Django in the Docker environment
Check the operation of two roles with a chat application
The correct answer for money! The correct answer for silver! [Japanese version of sequence]
Check the status of Java application without using monitoring tool
Site where you can see the version relation of spring (?)
How to check the extension and size of uploaded files
How to check the database of apps deployed on Heroku
Graph the sensor information of Raspberry Pi in Java and check it with a web browser