Linux
Table of Contents
Introduction
Setup
Sources of Information
Help system
Tutorials
Basics
File system
System information
- HowTo: Find Out My Linux Distribution Name and Version
- How to Monitor System Usage, Outages and Troubleshoot Linux Servers - Part 9
- General Troubleshooting in Linux
- Troubleshooting in the Command Line: Tips for Linux Beginners | Linux.com | The source for Linux information
- 13 Linux Network Configuration and Troubleshooting Commands
- List of LINUX troubleshooting commands/tools part # 1
- How to get disk usage from command line?
Networking
- How to find out the public IP address?
- How do I set up SSH public-key authentication to connect to a remote system? | Indiana University
- How to setup a NFS server and client? (tecmint.com)
Port analysis
# Find out the PID and program name using the port netstat -tulpn | grep :80 # Find out the binary of the process ls -l /proc/11446/exe