I have met the simple roadmap goals (goal) for Presence 1.1 so I have released it.
Read more about the changes (change), and download Presence 1.1 here.
Any feedback would be appreciated.
Apple, Apple Macintosh Computers, Products, Software, Mac OS X, Any and/or All of the above.
I have met the simple roadmap goals (goal) for Presence 1.1 so I have released it.
Read more about the changes (change), and download Presence 1.1 here.
Any feedback would be appreciated.
Here’s my dilemma:
I use multiple IM and Skype, and I need to keep my availability status accurate. I use Adium to keep all my IM accounts in order, and gives me global status control in a few clicks, but I also use Skype, so just to get up and leave my computer I have to perform a complicated navigation of applications, menus and clicking to keep my presence accurate.
I have a solution… enter Applescript…
I have embedded some simple AppleScripts in an Automator workflow and exported the result as applications.
There are 2 applications, PresenceAway sets all Adium accounts and your Skype account status to “away”, and PresenceAvailable which sets all your accounts to “online” or “available”.
Using these applications means just a single-click to leave and a single-click to return, while keeping your Online Presence up-to-date.
I have released these little apps under the Mozilla Public License 1.1 (see the included README.txt). You can download the latest Presence release from here.
Presence 1.0 is really only an “alpha” type release, its under-featured, and buggy. But improvements will follow. If you like the concept, let me know.
There are a couple of known bugs that I will look into correcting for future releases:
Let me know if you find any more problems.
As a first release, there is room for improvement. Any ideas or code to contribute, let me know 🙂
The speed with which these features are implemented will depend on how much time I find I have, and how much feedback I recieve about the concept and which features people would like to see.
A few people have posted on blogs about how to open up a Mac Mini and install parts, but here’s my take on it.
Working inside the Mac Mini is a lot trickier than making changes to a PC tower, but if you only need to change the RAM chip or clean the dust out, then don’t be dissuaded, the notes in this post might help.
DISCLAIMER: This post is meant as a guide only, I am not an authorised Apple representative or repair technician. Use these instructions at your own risk. I will not be held responsible for what you do to your own property (or anyone elses). What else… I make no guarantee that this guide is fit for any purpose.
Most blogs talk about using a putty knife or two to pry open the mini case, I found that a single small metal ruler did the trick, and a thin butter knife might do the trick also.
Mac Minis will only support up to 1 GB of RAM, and it only has a single DIMM slot, so if you are going to buy a Mini, you may as well just get the 1GB chip from the start (I didn’t, so I learnt that the hard way… or the fun way… depending on your view of compuer hardware maintenance 😉 ).
The RAM is fairly straight forward to replace, just open the levers on either side of the DIMM as far as permitted by the surrounding components and firmly pull the DIMM out.
Inserting the DIMM requires firm downwards pressure (not too hard). Make sure that the levers are back in the fully upright position with the tip of the lever locked inside the divet of the RAM chip.
Closing the Mini can be as tricky as opening it. The tricky part are the metal fins along the back top. You can use your prying tool to push the fins in as you close up the case.
That’s it!! Too easy right?
Have fun, and good luck!
Mac OS X Server’s “web perfomance caching” got you down? Annoyed by seeing :16080 appear in your URLs? Here’s how to remove it:
NOTE: This entry is mostly here because I had a hard time finding instructions on how to do this at short notice, and also so that I don’t forget how it was done. My instructions are based around my experience with Mac OS X Tiger Server so… you know… UAYOR and YMMV.
$ sudo pico /etc/hostconfig
WEBPERFCACHESERVER=-YES-
to WEBPERFCACHESERVER=-NO-
.conf
file in /etc/httpd/sites/
<VirtualHost *:16080>
to <VirtualHost *:80>
$ sudo pico /etc/httpd/sites/virtual_host_global.conf
Listen *:16080
to Listen *:80
Restarting Apache $ sudo apachectl graceful
should be enough to make this change stick.
If in doubt you can restart the whole XServe.
That’s it! No more port 16080 !
DISCLAIMER: WEBPERFCACHE can be helpful depending on your needs. It is my personal opinion that it shouldn’t be on by default due to the unexpected behaviours it can produce. But then Mac OS X Server is an enterprise level system, so systems administrators should be aware of what’s running on their system, expected or not.