1e05cef951806aafe62ad2dfaa04bd356b9f3aaf
[robinkrens.nl] / resources.txt
1 robinkrens.nl - Linux Resources
2 ********
3
4 This page lists some useful resources for a more in depth understanding on specific subjects. Assumed is that you have a basic understanding of Linux and Networking. If not, you might to start with one of the followings books
5
6         * http://linux-training.be - PDFs about the fundamentals, gives an overview of the most common tools and how to use them. PDFs contains some nice exercises.
7         * http://www.tlpd.org - The Linux Documentation project. Look for the UNIX and Internet Fundamentals HOWTO. (Do you *really* know what happens when you turn on a PC?) 
8
9
10 Networking
11 --------
12 A good way to understand more about networking is two setup two computers: a server and a client. And the play around with the tools. The following tools and documentation are extremely useful 
13
14 Iptables
15 ~~~~~~~~
16 Although there is more abstract software to manage firewalls, like *ufw* on debian-based systems and *firewall-cmd* on redhat systems, Iptables will help you understand what actually happens during filtering, mangling or routing a package. https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html has a structured approach in explaining _what happends when a package hits the firewall_.
17
18 Virtual Private Networks
19 ----
20 Please have a look at http://www.robinkrens.nl/gfw.html
21
22 Cheatsheets
23 -------
24
25 Here are some good cheatsheets for commonly used tools
26
27 * VI(M) - https://vim.rtorr.com
28 * GIT / GITHUB -