Ruby Postgres Gem install on Mac
Always getting the header not found error. gem install pg — –with-pg-config=/Applications/Postgres.app/Contents/MacOS/bin/pg_config
View ArticleCleanmymac and Omnifocus problem
Every times, when I used CleanMyMac, it will clean the Omnifocus cache. Then I will get error on “Unable to execute SQL”. The way to fix it is click the “Rebuild Database” under File of OmniFocus.
View ArticleMac OS X Mavericks Java Installation
After installation of Mac OS X Mavericks, the next is to install Java to ensure some of my Java apps are working fine. Here the link: https://www.macupdate.com/app/mac/39490/apple-java
View ArticleMac App Store Weird App appears
I’m getting updates for Twitter app on app store updates, but the thing is I didn’t install Twitter app at all. So checking Mac with proper App Store registry by typing: mdfind...
View Articleumount: device is busy.
When umount a device, which process is causing “device busy”? The suggested method is using lsof and fuser Here is an example: lsof | grep <device or directory name> or fuser -m <device or...
View ArticleInstall Nginx source on Ubuntu
I want to get FancyIndex install on my nginx but without removing my original nginx settings. So first follow the instruction here http://wiki.nginx.org/NgxFancyIndex Some of additional libraries and...
View ArticleWordPress Asking for FTP credentials
I notice when I upgrade one of my blog doesn’t require any FTP credentials but another requires. To avoid this, is to set the directory to the same user as the hosting daemon service running. For...
View ArticleVmware installation problem for MSI ” failed
To solve the msi installation when install the tools-linux, tools-freebsd and etc. Just skip it first by clicking the OK button. Then later go to cmd and something like VMware-xxxx.exe /x if you have...
View Articlepg_config missing?
Use below command to find the pg_config $sudo find / -name pg_config Then run below command for installation of pg gem on Mac $gem install pg —...
View ArticleFixing Postgres connection issue on Mac with Rails
When doing using rails on Mac which require Postgres, an error appeared which showing connection problem. could not connect to server: No such file or directory Is the server running locally and...
View ArticleTurn of spotlight and mds from scanning your external hdd
Quite often when having problem ejecting the external hard disk from my Mac OS X. I’m getting error saying that there the hard disk is being used. So to check which process is using the volume with...
View Article