Skip to content →

Tag: mac

graphite ABS can be used


I found on the net a way around the problem that a first
generation graphite airport basestation is not compatible with a
third generation extreme ABS. The article is called Extending AirPort’s range with multiple base
stations
and addresses precisely my problem (a problem that others
still think is not there judging from the replies to the article). I
checked it out and it works. So, here is the setup that I will use this
summer to get some iBooks in the garden connecting happily to the
internet at the expense of an in-house extra computer running… The
extreme ABS (woonkamer) is configured to run our usual in-house
network. The graphite ABS (terras) will be connected via a
crossed-ethernet cable to an iMac in the dinner room near the garden
window (this iMac is still well within the range of the
woonkamer-network). Here are the System-preferences for the iMac :


Network : Airport : TCP/IP configure using
DHCP ; all others empty
Network : Build-in Ethernet : TCP/IP
configure using DHCP ; all others empty
Sharing : Internet :
Click ‘Start’ for sharing your Airport connection

Here are the configuration parameters of the terras-ABS
:

Internet tab
Connect using:
Ethernet
Configure: Using DHCP
IP address: leave
empty
Subnet mask: leave empty
Router address: leave
empty
DNS servers: leave empty
Domain name: leave
empty
DHCP client ID: leave empty

Network tab
Distribute IP address: CHECKED
Share a single IP address (using DHCP and NAT): CHECKED
DHCP lease: 60 min (default)
Enable AirPort to Ethernet
bridging: CHECKED
all others: leave empty / unchecked

Now any iBook in the garden connecting via Airport to
the terras-network will be able to get on the net.

Leave a Comment

the best LaTeX system

If you are
a mathematician, you’d better have a functioning TeX on your computer
which I do not have at the moment as I completely erased my HD yesterday
and started brand new. Some time ago this would make me slightly nervous
but as I did install TeX on a number of computers recently I hope to get
it up and running in no time. However, as the install process changes
slighly each time I’ll log here my actions for future reference.
Further this log may convince you to buy a Macintosh because I really do
not know of a better TeX system around.

A good source
for TeX material is the PennState Mac-TeX page. The
first thing to do is to get a good editor such as the freeware BBedit
Lite
but the present link directs to the commercial version so has this
Lite version been taken off the net? Fortunately not, a quick
Google tells me that BareBones still maintain a BBedit Lite page from which you can get the 6.1.2
version (it contains a version for OS X and one running under System 9),
so copy the BBedit Folder to the ApplicationFolder and the OSX program
to the Dock.

Next, we will need a spelling checker
like Excalibur which you can find under the
Tools/Utilities of the PennState-site. So download from the links
: Excalibur 4.0 (782k), the Mathematical Lexicon (29k) and the Dutch
dictionary (791k), put these two Folders (or any other Dictionaries you
like to download) in the ExcaliburFolder and copy this to the
ApplicationsFolder and Excalibur itself to the Dock. These matters
settled, it is now time for the big gun : TeX itself.

You can get there from the Engines subsection of the
PennSate site but it’s better to go directly to the excellent TeX on Mac OS X page and follow the instructions (which as I mentioned before tend
to change slightly). I used to get the iInstaller first and
install then the required packages but this time I’ll go for the quick
and dirty route : I’ll get myself the TeX-fat.dmg disk image
(77Mb) which contains TeX and Ghostscript 8 and the i-Installer!
What you obtain is a Volume with the i-Installer, a i-Packages
Folder, some files to read and the TeX-fat.iid. Take the
i-Installer to the Applications/Utilities Folder and to the Dock.
Drag the TeX-fat.iid file on the mounted volume on the i-Installer
application icon. You will be presented with an i-Directory with two
packages on the volume. Install all of them. It is best to install
ghostscript after you have installed TeX as it may contain configuration
material that can take advantage of TeX. I got a warning message but
choose to ignore it, seems to install as expected. Along the way you are
asked a few simple questions (such as paper size, formats you want to
have etc.) when in doubt go for the default! Okay : Task finished! But I
still have to install the ghostscript 8 package but this goes a lot
faster. So we should now have a working TeX installation but are still
missing a front-end. These you can download fllowing the links at
the beginning of the TeX on Mac OS X page. I usually go for TeXShop which is a 3.1Mb disk-image download. Drag
TeXShop into the ApplicationsFolder and the Dock. Find the file named
“pdfsync.sty” in the distribution directory. Drag a copy of this file
to ~/Library/texmf/tex/latex. Here ~/Library is the Library folder in
your home directory. You may need to create the folders texmf, tex, and
latex if they do not already exist. Alternatively, you can gp for iTeXMac (I never figured out what went wrong
between these two developers, but surely it was something
big).

At a later stage I am sure I want to add
new style files from CTAN. So here is the drill : copy them in the
diectory

/usr/local/teTeX/share/texmf.local/tex/latex/…

and do a texhash from the command line (as root).
I noticed that lately one do no longer need to adjust parameters to get
a heavy xy-pic file being compiled but if one does not to change any of
the values : be root and go to

/usr/local/teTeX/share/texmf/web2c/texmf.cnf

increase values and do a texhash. Finally, if you want to
print chess or go-diagrams or other fancy pictures requiring
metafont files here is the drill : be root and copy the .mf files
in an apropriate directory under

/usr/local/teTeX/share/texmf/fonts/source/public/

(if necessary change the owner of the directory) and
then do a texhash.

One Comment

the fink project

The Fink project
ports open source Unix applications to Mac OS X which you can download
either in binary format or with the full source to compile them locally
on your computer. As I made a clear start with my iMac yesterday and as
I am likely to need quite a few open source packages, I’ll reinstall
fink and log my actions here for future reference. First we need the Fink 0.6.2 binary installer which we unpack in the usual way (at the end
of which a Terminal window pops up to ask you whether it’s good create
a .profile, just say Yes). After this the install process goes
ahead for a while (processing Fink and optimizing the HD and system
performance) and we are done!

Usually one controls
Fink via the command line : sudo fink install package-name will
install the package and if you want to remove it at a later stage just
type sudo fink remove package-name. One can also browse through a
list of packages via sudo dselect but as I skrewed up earlier I
am now going for a graphical user-interface approach called FinkCommander.

I choose for the binary disk image download which
presents no problem and copy the resulting FinkCommander both to
my Application Folder and to my Dock. More help on the
FinkCommander is available here
and there is also a Fink
documentation
page which should contain all the info I need when
I’m going to install some packages (soon).

One Comment