September 25, 2009 – 5:25 pm
Ok so Google has this plug-in that just came out for IE called “Google Chrome Frame” … kinda silly name, i know. So WTF does it do and why is Google doing this? Obviously MS is not happy about it either.
Basically its a plug-in for IE that lets sites opt into using chrome for the [...]
September 14, 2009 – 1:31 pm
have you noticed any weird firewall log messages since installing snow leopard? i keep seeing requests for ports 53(dns), 548(AFP), 88(Kerberos), 80(WWW) from weird ip addresses … strange thing is logs only started showing up since 29th, after installing snow leopard … i’m still not sure how any traffic would get through 2 routers (both [...]
August 30, 2009 – 5:19 am
so a few glitches upgrading to snow leopard recently.
a couple programs didn’t work and needed to be re-installed (nambu, parallels, etc), a few issues with macports …
$ port –version
dlopen(/opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib, 10): no suitable image found. Did find:
/opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib: mach-o, but wrong architecture
while executing
“load /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib”
(“package ifneeded Pextlib 1.0″ [...]
git and svn make a pretty cool combo.
its probably best to start with svn and then create a git to track it , but sometimes its more natural the other way around.
suppose you start a small local project and want to track revs, git is perfect for this as there almost no setup overhead. but [...]
April 28, 2009 – 11:31 pm
UPDATE: these instruction might not be good to follow for now since even though it compiled and installed things are not happy at the moment.
$ /opt/local/bin/client/drizzletest
drizzletest: Could not open connection ‘default’ after 500 attempts: 21 drizzle_state_connect:could not connect
not ok
also there is better info here maybe … should have done more research fist before diving in [...]
so i’ve been playing around with git lately as a replacement for subversion (svn) since the 1.5 merge tracking isn’t all that great anyway and most package managers are frozen at 1.4 for a while. basically i’m too lazy to upgrade fedora box with svn/trac by hand, plus official packages are easier to maintain IMHO.
switching [...]
February 10, 2009 – 6:48 pm
well it looks like there is still no usermod command in leopard and they have gotten rid of the god awful netinfo manager.
the new commands use dscl (directory services client) for managing users and groups. its still a bit confusing and less straight forward than the normal unix commands , usermod, groupadd, etc.
list groups
dscl . [...]
December 16, 2008 – 5:02 am
More mac port upgrade gotchas … sudo port -fun upgrade outdated
MacPorts gotchas: staging ncurses, running mysql5 – The Pug Automatic
By PJ Kix
|
Also posted in hacking, tek, webdev
|
Tagged apple, cli, command, macports, ncurses, ports, terminal, unix, upgrade
|
already backed up and installed … check out the highlight reel
more info .. .
http://wordpress.org/development/2008/07/wordpress-26-tyner/
so svn 1.5 is finally out with all sorts of new features, most notably merge tracking and changesets or changelists as they call them.
i had a bit of trouble getting this fully working so I’ll document a few of my findings below.
using mac ports there was already a port available last Friday only hours after [...]