Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17788

(Noob Question)Checking Wordpress versions

$
0
0

Hello Linuxadmins! Currently we have around 25 ubuntu servers in our infrastructure and I'm using landscape for an update source for all the machines. However, there are 3rd party apps that landscape does not pick up such as Piwik, Wordpress, etc.. I know how to grab the worpress versions with
find . -name 'version.php' -path 'wp-includes/' -print -exec grep '$wp_version =' {} \; -exec echo '' \; but is there a way to somehow notify me if a new release is out?

submitted by /u/iGoogle2
[link] [comments]

Viewing all articles
Browse latest Browse all 17788

Trending Articles