| |||
2005 2004 2003 2002 September
| 2002-09-17 00:19 / dummynet »
Being a bit of a - I was going to say luser but my
interpretation of that term was a little off-mark when I looked on the www ... (I'm
not that bad) - being
a bit of a person who should know
about it already, with my interest multiplied by a growing worry about the bloat of this page,
I found this section of Should we like to simulate a bidirectional link with bandwidth limita- tions, the correct way is the following: ipfw add pipe 1 ip from any to any out ipfw add pipe 2 ip from any to any in ipfw pipe 1 config bw 64Kbit/s queue 10Kbytes ipfw pipe 2 config bw 64Kbit/s queue 10Kbytes The above can be very useful, e.g. if you want to see how your fancy Web page will look for a residential user which is connected only through a slow link.
Unfortunately, every attempt I made to replicate this in the command line
failed with dummynet is what's lacking. Part of the FreeBSD kernel. But if you really, really want it, it can be done, albeit with some serious, if not too difficult hacking (my reading of the mail is that it's refactoring rather than reimplementing). 2002-09-16 23:08 / .terms and sgml-mode »
.term files - and plists in general - are xml files. So, to get emacs to recognise them as such, and
give you syntax highlighting (provided (setq auto-mode-alist (append (list '("\\.term\\'" . sgml-mode) ) auto-mode-alist)) 2002-09-10 11:50 / .dmg and linux? »
"The ability to distribute disk images (.dmg) files is currently exclusive
to Mac OS X." The core 2002-09-05 22:09 / post-jag emacs »
Seems to be emacs-on-aqua. (Addendum: In fact it's been pointed
out to me - thankyou :-) - that the cvs emacs can now be built for carbon. Instructions are here, and it even - yaay - opens files from the cli with 2002-09-04 10:35 / jag diffs »
I've hacked together a list of the programs from
What's in there anyway? Well, there's the whole set of bz* compression and searching utilities;
a suite - and enormous api (in C not Obj-C but I guess there'll be a cocoa wrapper)
- of ldap programs;
Oh, and | ||