NFS server on Mac OS X
Saturday, May 12, 2007
If you ditch into Mac OS X you easily find that under Aqua there is BSD system underneath.
It comes with all the goods a proper Unix system should have.
Running NFS (Network File System) on Mac OS X
Using TFTP server on Mac OS X
Friday, May 11, 2007
If you ever need to use tftpd(8) server on Mac OS X do
1. get a root shell
$ sudo su - root
#
2. type
# /sbin/service tftp start
This will start a tftpd(8) server on Mac OS X.
A config
Solaris in full screen mode in Parallels
Wednesday, April 18, 2007
Parallels is a virtual machine software which allows us to run multiple OSes on a single platform.
I can run Solaris an FreeBSD simultaneously on my MacBookPro.
If you Solaris in Parallels you may
Do you need to use two serial ports?
Sunday, April 15, 2007
If you do so, you must have two separate configuration files for each of the serial port.
Both of them can be created by issuing the following command:
$ /opt/local/bin/minicom -s
If you red my
Terminal emulator - minicom(1) installation
Friday, April 13, 2007
To explain how to install minicom(1), I have to address two other topics -
- Xcode 2.4.1 (or newer)
- MacPorts-1.4.0 (or newer)
Xcode 2.4.1 (or newer), download from Developer Connection Member