UNIX Information and Links

Other Helpful UNIX References

UNIX Related Sites

Unix Software Sites

UTILITIES

Big Brother

rdist and rsync

sudo

Dotfile Generator

dxpc

FTP

Make/Imake

Well, these have been split off, so have a here.

Touch

Did you know that you can set the date of a file using the touch utility? Here's the format: touch -m MMDDhhmmyy file2change.

Groff/Nroff/Man Pages

Printing man pages
groff -man -t -e -s XXX.1 | lpr

Sending 'man' output to files
man command | col -bx >file

L

More man page printing:
man -t <manpage> | lpr

Then there's
troff -man /pathto/man/man1/tcsh.1 | /usr/lib/lp/postscript/dpost | lp

Samba

Provides Windows with access to UNIX directory structures.

Mounting SMB Shares Under Linux

You can also mount smb (windows) shares under Linux. here's a sample format for smbmount:

smbmount //demostation/Documents /mnt/demostation -I 209.227.8.211 -c doobie

UNIX Shells

Here's some information about shells:

  1. comp.unix.shell FAQs

And links to specific shells:

Security

See Eric's security page for more information on security software and issues.

NCurses

Where else am I going to put this?
  1. NCurses FAQ

Publications

  1. SysAdmin Magazine
  2. Specialized Systems Consultants, Linux Journal, Linux Gazette, other stuff.

UNIX Editors

  1. Emacs, the only way to fly.
  2. Wily, it ain't emacs, but it's supposed to be extensible and stuff like that.

VI, the Visual Editor.

I guess VI deserves its own section here!
  1. SunWorld article: "Grasping more of the vi editor".
  2. UnixWorld Online VI Tutorial
  3. Get the FAQ!.
  4. VIM, a better VI!, and a VIM Home Page

    Mailing Lists for VIM
    VIM Development: vim-dev@vim.org
    VIM-Dev subscribe: echo vim rules | mail vim-dev-subscribe@vim.org
    VIM-Dev unsubscribe: echo i will be back | mail vim-dev-unsubscribe@vim.org

  5. Calvin, VI for DOS. <filename: calvin22.zip>
  6. VI Lovers Home Page
  7. nvi Keith Bostic's Berkeley vi Which you can use with Sven Verdoolaege's embedding patch

PostScript Printing and Viewing

  1. Ghostview, a PostScript display tool.
  2. GNU Ghostscript is an all purpose PostScript converter.
  3. Newsgroups:
    gnu.ghostscript.bug
    comp.lang.postscript

Changing $PATH

Setting Xterm Fonts Size on Command Line

You can set the font size of an xterm on the command line by using the -fn parameter to xterm:

xterm -fn 12x24
or
xterm -fn lucidasanstypewriter-bold-24

To get a listing of the fonts on your system, use the xlsfonts command:

xlsfonts

Solaris Specific