UnixBench test result on Raspberry Pi
Yes, it is the Raspberry Pi I mentioned yesterday. I let it on more than eight hours, then I start to run the UnixBench test. Look at the result: I will repeat the test after a reboot. see if it...
Tech geek. Life geek.
Yes, it is the Raspberry Pi I mentioned yesterday. I let it on more than eight hours, then I start to run the UnixBench test. Look at the result: I will repeat the test after a reboot. see if it...
I found some errors in Google Search Console — Crawl Error. More than 400 errors of Not-Found. After checking the details of these errors, I am noticed that they are the dead links which were brought after I converted this...
There is a error when I tried to resize the VirtualBox hard disk, or vdi file. Progress state: VBOX_E_NOT_SUPPORTED VBoxManage.exe: error: Resize hard disk operation for this format is not implemented yet! The command I used to resize vdi...
FastCGI sent in stderr: “PHP message: PHP Parse error: syntax error, unexpected end of file in /your_path/yourscript.php on line 308” while reading response header This is the error when I check the php log file. Because I met the blank...
The same script php file, always works smoothly on HHVM 3.2 to HHVM 3.5. Until I upgrade it to HHVM 3.6. It is a simply script which use mysqli connection and so on. Now it is shown the error as...
Received an email from Linode about the security updates. It happened on yesterday. The Email said: Linode recently received several Xen Security Advisories (XSAs) that require us to perform updates to our host servers. In order to apply the updates,...
It is a error on Nginx Web Server. Actually happened when I tried to import a large sql backup into MySQL server through phpmyadmin. First, I change the upload limit or max file size on php.ini upload_max_filesize = 100M post_max_size...
It is just a record for reference. 0) I have my Ubuntu 14.04 installation done on my VirtualBox 512MB memory 1 CPU. Install Ubuntu 14.04 server with openssh server only. No other server software installed. 1) Install Nginx Nginx can...
Previously I used gzip as compression tool to compress the web site files and mysql database. It is still working on my Linode server. I learned something from the compairasion from this post . So I tried to use bzip...
I have a CentOs server. There is an error when I try to update the system. The server version is 64bit CentOs 6.6. The way to solve this problem is here:
The server is CentOS 6.6 64bit. When I try ot run yum update the error shown as below: The way to solve the problem is to edit Modify https and replace them by http Save it then run yum update.
Now I have a old CentOS distribution installation on one of my VPS. It is CentOS 5.11. I use Crontab for schedule jobs. When I install this VPS and try to config crontab, I can not find it in Webmin....
Ubuntu is always a good desktop Linux distributation in the world. In the past years. more and more are installed as servers. Now I have four VPS are running under ubuntu, from 12.04 to 14.04. Ubuntu 14.10 server is not...
It is a little bit tricky when I install SSL certificate in Webmin. Here is a how-to of installation of it. Now Webmin is version 1.710, on CentOS 6.5. The SSL certificate is issued by Comodo. The very important part...
I have some sites with SSL enabled only. These sites are money related or security related. So SSL is a must have. Now the question came to my head and it is Do I need to add SPDY on it?...