Alphabetical
MANUAL PAGES:
You can use the
man command to view the manual pages
for most executables/commands. For example,
parter> man matlab
parter> man gcc
For other commands, you can type the option "-help"
or "--help" to get succinct instructions, e.g.,
parter> montage -help
parter> scp --help
If you are fishing for a command, you can try
man -k, e.g.,
parter> man -k plotting
parter> man -k 'text editor'
parter> man -k fortran | more
|
|
By
category
Math, numerics
- math -- Mathematica (mathbg)
- mathematica -- Mathematica
- matlab -- Matlab (matlabbg)
- gnuplot -- graphing/plotting
- gnumeric -- spreadsheet similar to MS excel
- lapack -- numerics library
- bc -- simple arbitrary precision arithmetic
Text editors
- emacs, xemacs -- text editor
- gedit -- text editor
- nedit -- text editor
- pico -- text editor
- vi -- text editor
Compilers, utilities
- cc, gcc -- C compiler
- c++, g++ -- C++ compiler
- f77, g77 -- Fortran compiler
- f90 -- Fortran compiler
- gdb, xxgdb -- debugger
- perl -- Perl
- java -- Java interpreter
- javac -- Java compiler
- javadoc -- Java API generator
- make -- compiling / maintenance
Email
- pine -- email program
- mail -- email program
Compression/decompression, encoding/decoding
- gzip -- LZ77 compression
- gunzip -- LZ77 decompression
- uudecode -- email UU decoder
- uuencode -- old encoder for email
Graphics editing & display
- xpdf -- display PDF files
- gv, ghostview -- display PostScript
- gs -- display PostScript
- animate -- display mpegs, animated GIFs
- combine -- graphics
(ImageMagick)
- display -- graphics
(ImageMagick)
- identify -- graphics
(ImageMagick)
Graphics format conversions
- dvipdf -- convert DVI to PDF
- ps2pdf -- convert PostScript to PDF
- convert -- graphics
(ImageMagick)
- mogrify -- graphics
(ImageMagick)
- montage -- graphics
(ImageMagick)
Internet
- netscape -- web browser
- lynx -- web browser (text only)
- ssh -- replaces telnet and rlogin
- scp -- replaces FTP and Fetch
Printing
- lpr -- printing command
- lpq -- spool que examination
- lprm -- remove jobs from the line printer spooling queue
|