Posts Tagged ‘macintosh’
Monday, February 16th, 2009
Apple’s first security update of 2009 for MacOS X may solve some security issues in the OS but it also seriously breaks Perl by installing old versions of some modules along with Perl. It looks like Perl works okay for things that MacOS X uses it for, but if you do development using it or have installed other modules than what it came bundled with you may find that it no longer works.
(more…)
Tags: apple, macintosh, macos x, Perl, security, update
Posted in Code, Computers, Macintosh, Perl | No Comments »
Saturday, November 8th, 2008
sudo is a command-line UNIX utility that allows you to execute a command as another user (most likely, the superuser). Usually you’ll use it to execute a single command:
sudo dmesg
or to start a shell:
sudo -s
sudo is similar to the su command – the su command also allows you to become another user (most likely root). The difference is that su requires you to type the other user’s password. sudo allows you to use your own password. The file /etc/sudoers tells the system who is allowed to do what using the sudo command. In a multiuser environment, this has the benefit of allowing multiple users to become root (or other users) without giving them the root password. Then you can easily revoke root privileges from a user if you need to without affecting the other people who may need to become root.
(more…)
Tags: macintosh, macos x, security, UNIX
Posted in Computers, Macintosh | No Comments »
Thursday, October 30th, 2008
I’m rewriting UVFood to use jQuery instead of Prototype. I’m liking jQuery quite a bit and my code’s looking much better (and tighter).
I don’t always have reliable online access when I’m coding – in particular, I was on a bus today for a couple of hours and didn’t always have Internet access. There are a couple of dashboard widgets for MacOS X which I found that helped out on the jQuery documentation front.
(more…)
Tags: Ajax, dashboard, jquery, macintosh, macos x
Posted in Ajax, Code, Macintosh | No Comments »
Sunday, October 5th, 2008

A brief discussion on a private mailing list I’m on reminded me that there might be some interest in this.
MacOS X Leopard has been out for a while, but there are still a lot of folks who haven’t upgraded to it.
(more…)
Tags: amazon, apple, deal, leopard, macintosh, software
Posted in Computers, Macintosh, Uncategorized | No Comments »
Tuesday, September 9th, 2008

Apple loves Tuesdays. Tuesday is when new music and DVDs come out, so Tuesday is when music and movies show up in the iTunes Store. Apple also has a tendency to release new products on Tuesdays. And they often have “special events” on Tuesdays as well.
Tuesday September 9th 2008 (today as I finish this; I meant to get this out sooner) is a special Apple event called “Let’s Rock” – although they haven’t specified, it’s clearly related to the iPod/music side of their business. And it follows a pattern they’ve established over the last few years of announcing new iPods in the fall. This gets them out in time for the Christmas season.
(more…)
Tags: apple, Entertainment, ipod, itunes, macintosh
Posted in Entertainment | 3 Comments »