| |||
2005 2004 2003 2002 August
| 2002-08-29 12:28 / tcsh paths »
It seems that 10.2 pulls
Oh, and the zsh stuff is a little wrong :-/ I don't think any recompilation
in pursuit of bells and whistles is necessary, just the addition of some
shared function files. Specifically 2002-08-22 10:20 / chimera »I've tried most of the OS X browsers available, but just ended up coming back to the default MSIE. Distressing. Netscape7 / Mozilla seems too slow and bloated, Opera for OS X isn't at all pretty and it seems to be bottom of their list of preferred platforms, Omniweb, well, it's sort of half finished standard-wise as well as being payware. But chimera looked very promising last night (screenshot large, small). It was extremely quick - quicker than IE I thought; it uses the mozilla rendering engine so we have cross-platform uniformity (e.g. the new OS X AOL client), yet debloats by dumping the enormous feature set of Netscape; and the interface is extremely clean and simple, with tabs if you want them. 2002-08-22 20:50 / zsh, zsh, zsh »
I'll rant one more time about this. Why bother changing shells, from the default
tcsh and bash (coming in Jaguar, the default in linux) both auto-complete on commands.
Type
Prettiness is another reason to switch. zsh has 'themed' prompts. Whereas - at least last
time I tried - in bash if you want to change the colours or strings shown in your prompt, you
have to either hack
Anyway, what to do if you're remotely interested? First you need to download and compile the latest
distribution from www.zsh.org, because the default
version with OS X doesn't seem to have all this nonsense compiled. Then, fetch my slightly
hacked (e.g. no call to 2002-08-16 12:19 / pmset »
Well,
But I couldn't get it to work. It just printed the usage message every time.
In a fit of bravery though - having seen just how short the source code is - I thought I'd see where it was failing. So a checkout of IOKitUser, a separate
download of IOPMLibPrivate.h, and I can compile my own version with 2002-08-14 12:08 / enforced insomnia »
Override your energy saving settings and stop the mac from ever sleeping
with Incidentally your mac also won't sleep at all if you're running console.app, which does the same thing for a different file. 2002-08-09 10:45 / exporting read-write nfs directories »
I've been trying to set up the imac (more specifically I suppose, a machine running Darwin) as
an NFS server on my local domain. Now, there is a very good page here
(pdf, as googled html)
, that details all the NetInfo commands needed to set it up - all variations of
So, I found this page (the relevant part a few paragraphs down), and there's another
old-skool way to do it which unfortunately includes hacking a startup script: It's actually easier than the NetInfo way. You need an
/etc/exports file, which has entries such as this for each exported directory:
Now, the hack of if [ -f /etc/exports ]; then ConsoleMessage "Starting Network File System server" mountd /etc/exports nfsd -t -u -n 6 fi #exports=$(niutil -list . /exports 2> /dev/null | wc -w) #if [ "${exports}" -gt 0 ]; then # ConsoleMessage "Starting Network File System server" # mountd # If the NetInfo config/nfsd directory contains # startup args for nfsd, use those. # arguments=`niutil -readprop . /config/nfsd arguments` # nfsd ${arguments:-"-t -u -n 6"} #fi The commented-out code below is how it used to look. Note that we're doing a file existence test now rather than one using NetInfo. Finally, HUP all the daemons - or reboot:
Oh, I'm pretty sure you need Maybe there is a way to get the NetInfo way working - which would be preferable - but I couldn't see it. This way works, and my FreeBSD box will be happier with its donated disk-space. 2002-08-07 10:35 / just noticed in jaguar »This is barely worth an entry since you could just go to apple. It just looks like the Jaguar Terminal.app is getting some new functionality, including 'vt100/vt220 emulation on par with xterm', a 'split view' (curious), transparency for anyone who hasn't yet hacked their .terms directly, and dumping of anti-aliasing if you feel like it. There's a complaint today though on cocoa-dev about it being (even) slower.
Oooh, and 10.2 comes with | ||