Cheatography
https://cheatography.com
A cheat sheet of the files and paths which I (Hadis Fayz) have learnt at University and need most for Linux
This is a draft cheat sheet. It is a work in progress and is not finished yet.
File Paths
/etc/apt/sources.list |
Manage Repositories |
/etc/bind |
Zone files |
/etc/bind/named.cnf |
DNS (bind) |
/etc/bind/named.cnf.local |
Zone files register/log |
/etc/bind/named.conf.option |
Server Configuration files |
/etc/default/nfs-kernel-server |
NFS3 Configuration |
/etc/exports |
Manage all Shares |
/etc/fstab |
Monitor of a File System |
/etc/passwd |
List all users |
/etc/vsftpd.user_list |
See white list and black list |
/etc/vsftpd.conf |
Settings |
/etc/inetd.conf |
Super User (initd); lists server on ports |
httpd.conf; or /usr/local/apache2/conf |
Apache Webserver Configuration |
|
|
Linux SSH File Paths
~./ssh/id_rsa |
Private Keys |
~./ssh/id_rsa.pub |
Public Keys |
/etc/ssh |
All Keys |
~./../ssh/authorized_keys |
Authorized Keys |
~./ssh/known_hosts |
More Public Keys |
/etc/ssh/ssh_config |
Config SSH-Client |
/etc/ssh/sshd_config |
Config SSH-Server; Login as Root via SSH |
Linux Network DHCP Configuration
/etc/dhcp/dhqsd.conf |
DHCP Configuration |
/etc/dhcp/dhclient.conf |
DHCP-Client Configuration |
/etc/network/interfaces |
Enduring Configuration for DHCP-Client and Adapter |
Linux DNS Configurations
/etc/resolv.conf |
Configure DNS Service |
/etc/nsswitch.conf |
Methods and Sequence of DNS |
/etc/hosts |
Local List, static DNS, IP - FQDN |
/etc/hostname |
Hostname / Servername |
|