Skip to content

Blog | Unix

Notes

  • Home
  • htaccess
  • IPTV
  • RBL whitelist request
  • Sitemap
  • The famous IP address ranges
  • What is your WAN IP
  • Whois
  • Bash tricks
  • Contact Us

Tag: check version

How to find Magento version

1204  admin  
June 26, 2018 at 10:05 am (last edited February 7, 2022 at 6:32 pm)

Run under the folder where Magento is installed

grep -A6 'static function getVersionInfo' app/Mage.php

Using bin/magento

php bin/magento --version
… Read the rest
magento  check version, magento  Leave a comment  

How to find Joomla version

1202  admin  
June 26, 2018 at 10:03 am

Run where Joomla is installed

grep "RELEASE" ./libraries/joomla/version.php ./libraries/cms/version/version.php ./includes/version.php ./libraries/src/Version.php --color
… Read the rest
Joomla  check version, Joomla  Leave a comment  

How to find WordPress version

1200  admin  
June 26, 2018 at 10:02 am

To check the latest WordPress version:

curl -s https://wordpress.org/download/ |grep -Po 'The latest stable.+?\)'

Run where WordPress is installed:

cat wp-includes/version.php |grep "\$wp_version "

Mass check:

for i in `find . -name version.php`; do cat $i |grep "wp_version =" |cut -d"'" -f2; done
find .
… Read the rest
Wordpress  check version, wordpress  Leave a comment  

Tags

bash cache centos cmd command line cpanel crontab csf curl dovecot drupal drush error exim firefox firewall ftp horde htaccess install Joomla linux magento maillist mailman MariaDB mount multisite mysql nmap roundcube rpm shell spamassassin ssh ssl ubuntu upgrade whmapi1 whmcs wordpress wp wp-cli wp-config.php xubuntu

Recent Posts

  • How to disable IPv6 on your Linux machine
  • How to download a file using wget without stuck
  • How to find out the previous kernel version on CentOS after a reboot
  • How to fix /var/log/maillog log file that stuck writing
  • Magento how to check whether SSL redirection is enabled using MySQL command line and disable it if needed

Recent Comments

  • admin on How to fix error starting mailman on cPanel server
  • Rick on How to fix error starting mailman on cPanel server
  • admin on How to install busybox
  • Toni on How to install busybox
  • Chris R. on How to fix “421 Too many concurrent SMTP connections”

Categories

  • android
  • apache
  • atop
  • awstats
  • bashrc
  • cache
  • cagefs
  • Centos
  • centos 7
  • ClientExec
  • CloudLinux
  • cmd
  • command line
  • convert
  • Cpanel
  • crontab
  • csf
  • dns
  • dovecot
  • drupal
  • drush
  • epel
  • exim
  • ffmpeg
  • firefox
  • ftp
  • google
  • grep
  • horde
  • htaccess
  • html
  • IPTV
  • Javascript
  • Joomla
  • Laravel
  • Linux
  • magento
  • magento 2
  • mail
  • mailman
  • MediaWiki
  • Moodle
  • mySQL
  • nagios
  • nano
  • nc
  • netstat
  • nmap
  • Opencart
  • openvpn
  • OpenVZ
  • paypal
  • perl
  • PhpMyAdmin
  • pico
  • prestashop
  • proxy
  • python
  • roundcube
  • roxterm
  • rsa
  • rvsitebuilder
  • Scripts
  • sitepad
  • softaculous
  • spamassassin
  • ssh
  • ssl
  • systemctl
  • tcpdump
  • Tools
  • Ubuntu
  • Uncategorized
  • video
  • webmail
  • whmapi1
  • whmcs
  • WireGuard
  • wireshark
  • Wordpress
  • wp-cli
  • xubuntu
  • YouTube
  • yum
  • zen cart