SSL read: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure,...
After another PHP recompilation I’ve started getting the following error while trying to access SSL websites with cURL: 56 SSL read: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure,...
View Articleconfigure: error: utf8_mime2text() has new signature – How to Resolve
If you’re getting this error while configuring PHP: configure: error: utf8_mime2text() has new signature You should use a simple solution to resolve this: yum install libc-client-devel.i686 and...
View ArticleHow to Open Links in a New Tab in Hesk 2.5.2
If you have used Hesk before, you must have mentioned that all links that were posted by users at the time of ticlet creation/reply were opening in new tabs. If you decide to update to 2.5.2 (I was...
View ArticleInvestigating What a Process is Actually Doing in Linux With strace
If you need to debug a process in a linux environment, the simplest yet very effective solution should be strace. It can be easily installed with “yum install strace” or “apt-get install strace”...
View ArticleSQL Command to Change Column Order in a MySQL Table
Sometimes you need to change column order in a table. If you don’t have access to latest phpmyadmin version (4.0 and above), you don’t have any graphic solution to do this and you’ll have to use an SQL...
View ArticleHow to Install PPTP VPN on a Centos VPS or Dedicated Server
Nowadays everyone can afford a VPS – its prices start from $5 per month. Today I will describe the process of setting a PPTP VPN server, that can be used to secure your own Internet connection. If...
View ArticleHow to Update Apache to 2.2.27 with RPM on CentOS 6 x64
As you might already know, most recent version of Apache is 2.4.9 (for today). If you want to upgrade to it, you should perform too many changes in your server software, since it has references to many...
View ArticleHow to Install the Right Version of Java to Run Selenium on a CentOS Server
If you want to launch Selenium on a Linux server, you need to have Java support installed. If your Java version is lower than 1.6, most probably you will get the following error while trying to launch...
View ArticleHow to Obtain Best Perfectmoney Exchange Rate
Nowadays if your business is linked to ecommerce, you should often exchange different electronic funds. After closing of Libertyreserve, Perfectmoney has become one of the most popular e-currencies....
View ArticleHow to Open Microsoft Project (mpp) Files with a Free Online Viewer
Sometimes you might need to open Microsoft project files without having the software installed. Especially when you’re using Linux Here is the link to free online mpp viewer, that offers almost same...
View Article