How to Fix: Error:PCH file built from a different branch than the compiler after updating Xcode
After I updated my Xcode today, I got the following error Error:PCH file built from a different branch ((clang-425.0.24)) than the compiler ((clang-425.0.27)) I know right away it has to do with the New Xcode version and Old Xcode version thing. Why? Just because some programmers won’t stop working till the last minute! LOL, if [...]
Sync data with Dropbox on CentOS VPS
Dropbox comes very handy when we want to synchronize data among difference desktops, laptops or even mobile devices. It’s quite easy for Windows and Mac users; all they need to do is download and install the Dropbox software then sign in with the proper credential. Yet, if you are running CentOS, it’s not as easy, [...]
One Click Installation of PPTP VPN on CentOS 6
I was thrilled to see so many comments on my previous post “Install PPTP VPN on CentOS 5 in 1 Minute“. Thank you guys! CentOS 6 has been out for a while but lots of people still couldn’t get pptpd VPN working on it. So for today, I am sharing the same script with you [...]
IP-changed notifier without crontab
I wrote about how to notify myself upon IP changes via email for Home Servers quite a while ago. The theory was simple; just one PHP script to detect the current IP address and compare it with the one stored in a text file. If the IP was changed, then update the text file and [...]
How to minimize website downtime while domain is being transferred
First off, most of us hate downtime, especially on our own websites (duh!). From time to time we might need to transfer the domain names from one registrar to another, however, we might experience some difficulties to keep the website online. The tricky part is that most domain registrar will either keep your original nameserver [...]
Notify myself upon IP Changes via email for Home Servers
I have set up a server at home and I do most of the PHP testing upon that server. Other than HTTP server, it also serves as a FTP server and a remote desktop (I am a Mac user, and I can connect back home whenever I need Windows). As I noted before, most the [...]
Upgrade from LNMP to LNMPA
I have been using LNMP (Linux Nginx MySQL and PHP) for a year and the way I set up using LNMP automatic shell compiler really allow me to spend more time on the actual blogging and not fighting with the server configuration. If you happened to follow my blogging, you might have noticed that I [...]