
If you use MAMP for your local web development with Apache running on port 80 you will find that it asks you for a password every time you run it. It’s annoying to say the least.
Fortunately there is a way around this. With a little bit of AppleScript and thanks to guys at macoshints I put together a small app that runs Apache & MySQL from MAMP without asking for a password each time. It’s quite secure as well because it uses a stored password locked in the Keychain. It also quits Apache & MySQL when you quit the app itself.
Here is how to use it:
- Open the Keychain Access app and click ‘+’ to add a new item. Call the item ‘MAMP’ and enter the account name and password that you use to log in to your Mac.
- Download and launch the Apache & MySQL – No Password app
Enjoy!

Paczkator is a small Windows utility I wrote for the company I’m currently working with. Its purpose is to simplify the process of sending multiple big images (usually scanned documents) by mail. It’s small, pretty fast and requires no configuration from the user.