Skip to main content

Posts

FileMaker help page update request

http://help.filemaker.com/app/answers/detail/a_id/7464/kw/backup%20valid%20path Importance of the backup in the modern world With the advancement and efficiency of technology, there is no reason why backups should not be made. It is very easy to create and schedule backups, but it is also important to create backups due to the unexpected technological failure that can still occur with hardware and software. I recommend editing the title "Importance of the backup in the modern world" to "Importance of the backup" In addition to being President of Neo Code Software, I am also the Cassington Scholar of Sumerian Backup Strategies at Jordan College in Oxford. Backup was an important part of the Sumerian scribes daily life. Since the days of clay tablet accounting, scribes have always needed to make backups of the scribe...

Filco4Mac

I like the Filco keyboard - http://www.diatec.co.jp/en/det.php?prod_c=585. I like the Mac. Here's how to make them work together Keyboard - switch the alt and windows keys - result windows key is to the right and left of the spacebar - now like the Mac Software #1 install KeyRemap4MacBook - https://pqrs.org/macosx/keyremap4macbook/ #2 save org.pqrs.driver.KeyRemap4MacBook.plist to your Desktop - https://github.com/joshuascottpaul/Filco4Mac/blob/master/org.pqrs.driver.KeyRemap4MacBook.plist #3 update settings: sudo cp ~/Desktop/org.pqrs.driver.KeyRemap4MacBook.plist /private/var/db/receipts/ #4 result looks like this - you may have to do this manually - not sure if the plist works

The Right way to Uninstall FileMaker Server 12 on the Mac

I am installing FileMaker Server 13, so first I need to uninstall FileMaker Server 12. Wrong way: http://help.filemaker.com/app/answers/detail/a_id/9977 Right way: open "/Library/Application Support/FileMaker/FileMaker Server/FMS 12 Uninstaller.app" Uninstall FileMaker Server 13: open "/Library/Application Support/FileMaker/FileMaker Server/FMS 13 Uninstaller.app"

run gitprep on mac os x 10.8

== Apache== sudo vi i /etc/apache2/httpd.conf uncomment #LoadModule cgi_module libexec/apache2/mod_cgi.so #AddHandler cgi-script .cgi find Options FollowSymLinks change Options FollowSymLinks +ExecCGI find  Options Indexes FollowSymLinks MultiViews change  Options Indexes FollowSymLinks MultiViews ExecCGI sudo apachectl restart == Install== cd /Library/WebServer/Documents curl -kL https://github.com/yuki-kimoto/gitprep/archive/latest.tar.gz > gitprep-latest.tar.gz tar xf gitprep-latest.tar.gz mv gitprep-latest gitprep cd gitprep ./setup.sh prove t sudo chmod 777 data == Config== vi gitprep.conf ;;; from PATH enviroment variable or /usr/bin/git or /usr/local/bin/git find ;git_bin=/usr/local/bin/git change git_bin=/usr/bin/git

google app engine for php

get phpstorm IDE - pre-release - v7 get google app engine - dmg -  GoogleAppEngineLauncher-1.8.5.dmg create phpstorm project -- enter application id -- enter path to googleappengine on mac - /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine -- python path is entered