Mac Essential Apps
- Textmate, the ultimate text editor!
- Quicksilver, universal access.
- Skype, communication tool.
- Growl, desktop notifier.
- iGtd for gtd/task management.
- Keepass, password management.
- Fillezila, ftp client.
- Remote desktop, access remote window machines.
- Chicken of the VNC, access remote machines.
- Safari, light weight, fast, pretty, nice bookmarks management, very nice search.
- Firefox, development work, javascript debugging.
- Charles, web sniffer.
- Opera, fast, full of special features, an useful alternative.
- Aqua Database client, a super database client.
- [Depricated, see comments]Sqlite database browser, because aqua does not support sqlite
- Adobe pdf reader.
- Chmox for reading chm’s.
- Macport (DarwinPorts), for getting all linux apps.
- Excel, quick and dirty data summarizer.
- FreeMind, free mind map application.
- LiquidCD for recording cd’s and dvd’s.
- Spirited away, hide windows i’m not using.
- VLC, video, music playing.
- Lingon, is a graphical interface for creating launchd configuration files and controlling them through launchctl for Mac OS X Tiger.
- ImageWell, for screenshot embellishments
On the Web:
- Gmail, personal email reader.
- Google reader, news feeds reader, to keep up to date on the blog world.
- Wikipedia, wonderful source of knowledge.
2 comments:
"Sqlite database browser, because aqua does not support sqlite."
It does, with SQLite JDBC driver from http://www.zentus.com/sqlitejdbc/
To get it to work you add SQLite JDBC driver to your java path, and then datasource URL is something like "jdbc:sqlite:/path/to/your.db" and driver is "org.sqlite.JDBC".
Ahh, super tip :) thanks,
i got it working with:
1. Downloading the java version from http://www.zentus.com/sqlitejdbc/
2. Register new server, choose Generic JDBC
3. Set:
URL: jdbc:sqlite:[path to file.db]
Driver: org.sqlite.JDBC
Driver Location: [path]/sqlitejdbc-v037-nested.jar
Post a Comment