Category Archives: software

Git

Learning Git (over SVN).

Git vs SVN

GIT vs SVN

Git Basic

https://www.atlassian.com/git/

Git with Netbeans

https://netbeans.org/kb/docs/ide/git.html

Free private source repo

https://bitbucket.org/ (limit to 5 users)
http://gitlab.org – unlimited private repos (limited to 10GB per project)

Free git client for windows and mac

  1. https://www.atlassian.com/software/sourcetree/overview
  2. github desktop

 

 

Ways to auto backup MySQL database

1. AutoMySQLBackup

AutoMySQLBackup with a basic configuration will create Daily, Weekly and Monthly backups of one or more of your MySQL databases from one or more of your MySQL servers.

Other Features include:
– Email notification of backups
– Backup Compression and Encryption
– Configurable backup rotation
– Incremental database backups

2. Exabytes off-site backup RM199/mo for 50GB.

3. Handy Backup

4. Percona XtraBackup (incremental backup)

5. Explaining on AutoMySQLBackup and MySQL Workbench

Find large files in Mac OS X

The steps:

  1. From the Mac OS X Desktop, open any new Finder window
  2. Hit Command+F to bring up Search
  3. Click on “Kind” filter and select “Other”, then select “File Size” from the attribute list
  4. Click on the second filter and choose “is greater than”
  5. In the third space, enter the size to search for anything greater than (ex: 100) and choose either MB or GB as the final filter

Original source

Timetable Software

Some timetable software available.

aSc Timetable

  • native application. Available on Mac and Windows
  • free trial available
  • no info on costing on the website
  • have good tutorial to start off

FET free timetable

  • it’s free
  • built on C++
  • available only for Windows
  • screenshots available

Untis Express

  • price starts at USD264 with yearly maintenance fee
  • run on windows
  • flash demo available

UniTime

  • It’s free and open source
  • developed on Java (require Tomcat and MySQL)

mimosa

  • been in market for more than 15 years
  • available on winows, mac, linux
  • free (limited features) and 30-day trial version available

wise timetable

lantive scheduling

primetimetable

  • drag drop

timetablejs.org

  • js plugin for responsive design

npmjs

  • drag drop js timetable

 

iChat problems connecting

To solve the problem, run the following to restart Bonjour service

sudo launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist

then

sudo launchctl load /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist

updated: 

Since this solution is not that practical, I ended up using Adium to online gTalk on Mac.