Thursday, June 22, 2006

 
QEMU on Windows: "QEMU is an emulator for various CPUs. It works on Linux, Windows, FreeBSD and Mac OS X. Windows version is in an alpha stage. I hope I can provide useful information on development and usage of the software."

Monday, June 19, 2006

 
Using Serial Consoles - (Solaris / Linux): "Another common application to use in Linux for connecting to a serial console is UUCP. Most Linux distributions include the UUCP application. Start UUCP with the command 'cu -l [device] -s [speed]', where [device] is the serial port you are using, such as ttyS0 (COM1) or ttyS1 (COM2), and [speed] is the speed of the serial console that you are connecting to.

Here is an example:

# cu -l /dev/ttyS0 -s 9600

You may need to hit enter before you see the login prompt. If you see a bunch of weird characters, then you probably specified the wrong speed.

To exit, just type '~.'."

Sunday, June 18, 2006

 
Swap Space and Virtual Memory

Saturday, June 17, 2006

 
DNS Configuration: "

# # Boot file for server solaris, primary server # for flibble.orac.net.au. # options { directory '/var/named'; forwarders { 299.18.99.151; 299.8.183.1; }; forward first; dialup yes; heartbeat-interval 1440; }; zone '.' { type hint; file 'named.ca'; }; zone 'flibble.orac.net.au.' { type master; file 'private.hosts'; }; zone '3.5.10.in-addr.arpa.' { type master; file 'private.rev'; }; zone '0.0.127.in-addr.arpa.' { type master; file 'private.local'; };"

Friday, June 16, 2006

 
Postfix on solaris: "AUXLIBS='-L/usr/local/lib -R/usr/local/lib -lsasl2'"

Thursday, June 15, 2006

 
Dovecot: "Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls."

Monday, June 12, 2006

 
SmartList FAQ (Frequently Asked Questions)

This page is powered by Blogger. Isn't yours?