First, install the support base for OS X FUSE (an operating system support architecture for different file systems): a disk image (.dmg) that contains an installable package is available here. Next download the ext2 support (that uses FUSE): a disk image (.dmg) that contains an installable package is available here.
After these are installed, when you plug in an external disk (USB, Fire Wire) it will mount automatically. The Disk Utility can use FUSE features to repair and reformat the disk as well.
If you want to build it from source yourself, here are the directions. (Updated and improved on 2 Oct. 2009)
afp://majorite.gly.bris.ac.uk:12007
Login as Guest, and mount the "Tools" directory tree.
The ReadMe file contains documentation about the set of tools.
afp://majorite.gly.bris.ac.uk:12007
Login as Guest, and mount the "FTP Area" directory tree.
Put files for sending to users in the top-level directory (remember to
make the files readable by everybody).
Users can drop files in the "incoming" directory folder.
Move a file from "incoming" to your own machine to retrieve it.
Files left for more than one week will be automatically removed.
\documentclass[12pt,a4paper]{article} %12 point type, A4 paper
\usepackage{graphicx} %For figures in the text
\usepackage{setspace} %Option to double-space everything
\usepackage{lineno} %Option to put line numbers in text
\usepackage[sort&compress]{natbib} %For \citep and \citet citations
\bibstyle{nature} %For numbered bibliography
\bibpunct[, ]{}{}{,}{s}{}{,} %For superscript number citations
\doublespacing %Review copies double spaced
% %End of preamble before document
\begin{document}
\linenumbers*[1] %Start left margin line nos. at 1
... %Rest of document follows here
\bibliographystyle{nature}
\bibliography{XXX} %Bibliography will be in XXX.bib
... %Figure captions, acknowledgements and extended Methods section here
\bibliography{YYY} %Optional Methods bib. in YYY.bib
\end{document}
\bibliography{...}
appears
(comment out the command).
\setcounter{NAT@ctr}{XX}
replacing XX with the number
that you want your second reference list to begin with.
Insert this command after the \begin{thebibliography}
command in the TeX file!
Tips on making a Nature manuscript conversion successful.
\bibpunct[, ]{}{}{,}{s}{}{,}
will do this.
\bibliography{...}
appears
(comment out the command).
\setcounter{NAT@ctr}{XX}
replacing XX with the number
that you want your second reference list to begin with.
Insert this command after the \begin{thebibliography}
command in the TeX file!
Next (in the second reference list only), comment out the two
\providecommand{\bibinfo}...
and
\providecommand{\eprint}...
which will cause latex2rtf to generate
a spurious error message and a corrupt RTF output file.
(The error message will be
Error! Misplaced '' (Not found within 5000 chars)
).
VLC.app/Contents/MacOS/VLC file.mpg --sout="#transcode{vcodec=mp4v,vb=2048,acodec=mp4a,ab=96,channels=2}:std{access=file,dst=file.mp4}"
It assumes that your current working direction is the directory containing
the VLC application.
hdiutil makehybrid -iso -joliet -o /tmp/image.iso CD-IMAGE
This makes a new ISO file system in the Unix file called /tmp/image.iso.
(The -joliet option allows lower case and Unicode file names; otherwise they
will all be upper case. See man hdiutil
for more options.)
If you want to burn it to a CD/DVD, load a blank one into your burner, use Disk Utility, select "Images->Burn" from the menu, navigate and select /tmp/image.iso, and you'll have a copy on your selected media.
insecure
is
selected, or else you will see messages like this in your Unix system's
message log:
XXX mountd[4830]: authenticated mount request from HHH:923 for /ld1 (/ld1)
XXX kernel: nfsd: request from insecure port (89de148b:49384)!
After editing /etc/exports, re-run exportfs to let mountd and nfsd know that
access is permitted. (If this is unsuccessful, shut down the NFS subsystem and
restart it; mountd's permissions might not be properly refreshed.)
On the Mac side, in the Finder select Go->Connect to server... and type
nfs://XXX.YYY.ZZZ/dir
to the prompt. dir
is the directory that you want to mount from
the Unix system.