Man Pages - Main Page
Linux man pages on this site are generated by man2html (hydra.uci.edu/indiv/ehood/man2html.html) and edited in order to be displayed properly.
The last update time for the manpage is displayed at its top.
Some of the manuals are very long and may take some time to download on slower connection or when the server is busy.
GCC
Gnu Compiler Collection, includes frontends for C, C++, Objective C, Fortran, Ada and more...
gcc project home page http://gcc.gnu.org
Man Page>>
GDB
The GNU Project Debugger, GDB, Allows you to see 'inside' another program while it executes.
GDB can do four main kind of things to help you catch bugs in act:
- Start your program, specifying anything that might affect its behavior.
- Make your program stop on specified conditions.
- Examine what has happened, when your program has stopped.
- Change things in your program, so you can experiment with correcting effects of one bug and go on to learn about another.
gdb project home page www.gnu.org/software/gdb
Man Page>>
GnuPG
GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880.
It allows you to encrypt and sign your data and communication with a wide variety of algorithms and methods.
GnuPG home page www.gnupg.org
Man Page>>
ifconfig
ifconfig (Interface configurator) is a unix command to configure and control IP network interfaces from a command line interface.
Man Page>>
iptables
iptables is the userspace command line program to configure IPv4 packet filtering, It is also used for Network Address Translation.
for IPv6 use ip6tables
iptables home page www.netfilter.org/projects/iptables/index.html
Man Page>>
Make
Make is a tool which controls the generation of executables and other non-source files of a program from the program source files.
Make gets its knowledge of how to build a program from a file called makefile.
Make home page www.gnu.org/software/make/
Man Page>>
nmap
Nmap (Network Mapper) is a utility for network exploration or security auditing.
It includes dozens of techniques for mapping network, many port scanning mechanisms, OS detection and more...
nmap home page nmap.org
Man Page>>
RPM
RPM Package Manager (RPM) is a powerful command line driven package management system. It is capable of installing, uninstalling, verifying, querying and updating computer software packages.
RPM home page rpm.org
Man Page>>
OpenSSH
OpenSSH is a ssh connectivity tool. It can provide secure tunneling and several authentication methods and supports all SSH protocol versions.
The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with scp and ftp with sftp. It also includes sshd (server side of the package) and more utilities.
OpenSSH home page www.openssh.org
Man Page>>
tcpdump
tcpdump - dumps traffic on a network. Uses libpcap for capturing data.
tcpdump home page www.tcpdump.org
Man Page>>
Valgrind
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs.
Valgrind home page valgrind.org
Man Page>>
Yum
Yum (yellowdog updater modified) is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages.
yum home page yum.baseurl.org
Man Page>>
ld
Gnu ld is the GNU Project's implementation of the unix command ld. ld runs the linker which creates an executable file (or a library) from object files created during compilation of a software.
Man Page>>
vmstat
vmstat (Virtual Memory Statistics) is an operating system monitoring tool that collects and displays summary information about memory, running processes, interrupts, paging and block I/O.
By specifying a time interval, it can be used to observe system activity.
Man Page>>
nm
nm is used to examine binary files (including libraries, compiled object modules, shared-object files and standalone executables) and to display the contents of those files or the meta information stored in them, specifically the symbol table.
Man Page>>
ldd
ldd (list dynamic dependencies) prints the shared libraries required by each program or shared library specified on the command line.
Man Page>>
objdump
objdump is a program for displaying various information about object files. For instance, it could be used as dissassembler to view executable in assembly form.
Man Page>>
