Author: Pixel Insert / Pixert
How to find CentOS or RedHat version?
Most Red Hat-based distributions, like CentOS, should have a file called redhat-release which will contain the CentOS version Run the following to see what version running on your system or or or Using your redhat-release file, you can find your distribution, version and update number. This information is very helpful for technical support staff as…

How to find Apache Version on Linux?
Run the following to see Apache version running on your Linux system or

How to find Access Token for your Twitter app?
It looked like a silly thing when I had tried to make one of my plugin worked with Twitter. It started from Twitter settings page. Twitter settings page has a tab called Connections. It shows applications that allowed to get access to your Twitter account. If you are Developers, you can have your own settings…
How to disable phpinfo
The phpinfo() function is a very powerful one, you can learn quite a lot about your PHP installation. Some server administrators may choose to disable the PHP function phpinfo() for security reasons, because it displays information which can be used to compromise the server that your site is running on. You can completely disable phpinfo(). First…

How to check what PHP version running on Linux?
It’s very simple to check PHP version 1. PHP Info You can use the following to yield PHP version number via Command Line or You can create a php file contain the following, upload it to your website Note: if your sys admin disabled phpinfo, you cannot check what PHP version with phpinfo() 2. Short…
How to Create ePub ebooks and transfer it to Stanza
ePub is the Open eBook standard from the International Digital Publishing Forum. Files have the extension “.epub” Stanza is electronic book reader and book sharing software for iPhone/iPod Touch and iPad. Here’s how you can convert nearly any eBook format to ePub on Windows or Mac OS. We’re using free tools we could find. 1.…