How to check what PHP version I am running
If you are a Linux command line lover you can run this and see what version of PHP you are running:
php -i
or you can alternatively run this to get strictly the version number Continue reading “How to check what PHP version I am running”
How to check the JavaScript version
JavaScript is a client-side programming language. This means it is running on the user’s browser. It is very well supported and interpreted by the most used browsers like Chrome, Firefox, Safari, Internet Explorer, Edge, Opera, and many more.
The Brendan Eich initial programming language was first named Mocha and then changed the name to LiveScript, and finally JavaScript. Several editions of the language standard have been published since then.
Continue reading “How to check the JavaScript version”
How to check the Java version installed on your PC
First of all, you must know that Java is a programming language and you need some packages installed on your computer to run it. Before we check for any version you must know what are you looking for. So let’s see some definitions in the Java world.
Continue reading “How to check the Java version installed on your PC”How to check WordPress version – the ultimate guide
There are 3 scenarios here:
- First one: WordPress is yours. You have full control and you are hosting it.
- Second: You manage WordPress. You have limited control over WordPress’s own control panel.
- Third scenario: No special access. You are a simple user and want to check the WordPress version from the public side.
Continue reading “How to check WordPress version – the ultimate guide”
What´s the difference between VPS and Dedicated Server
HTTP vs HTTPS, What’s the difference
How to check Ubuntu version and 32/64 bit OS
To check your Ubuntu system version using the command line you will have to open the terminal (you can use this shortcut: Ctrl+Alt+T) and enter the command lsb_release -a
Continue reading “How to check Ubuntu version and 32/64 bit OS”