@@ -8,23 +8,27 @@ A wiki of Guides, Scripts, Tutorials related to devops
8
8
Table of Contents
9
9
-----------------
10
10
11
- 1 . Programming
11
+ 1 . Operating Systems
12
+
13
+ - [ Linux] ( #linux )
14
+
15
+ 2 . Command Line
16
+
17
+ - [ Bash] ( #bash-guides-and-scripts )
18
+ - [ Tmux] ( #tmux )
19
+ - [ Awk] ( #awk )
20
+ - [ Sed] ( #sed )
21
+
22
+ 3 . Programming
12
23
13
- - [ Perl] ( #perl )
14
- - [ C] ( #c )
15
24
- [ Python] ( #python-guides-and-scripts )
16
- - [ Javascript] ( #javascript )
25
+ - [ Javascript] ( #javascript )
26
+ - [ C] ( #c )
27
+ - [ Perl] ( #perl )
17
28
18
- 2 . Source Control
29
+ 4 . Source Control
19
30
- [ Git] ( #git )
20
31
21
- 3 . Terminal
22
- - [ Bash] ( #bash-guides-and-scripts )
23
- - [ Tmux] ( #tmux )
24
-
25
- 4 . Operating Systems
26
- - [ Linux] ( #linux )
27
-
28
32
5 . Editors
29
33
- [ Vim] ( #vim )
30
34
- [ Code Editors] ( #code-editors )
@@ -35,8 +39,7 @@ Table of Contents
35
39
- [ Automation Guides] ( #automation-guides )
36
40
37
41
8 . Other Bits
38
- - [ Awk] ( #awk )
39
- - [ Sed] ( #sed )
42
+
40
43
- [ Backups] ( #backups )
41
44
- [ Email Server Configuration] ( #email-server-configuration )
42
45
- [ Firewall and Monitoring] ( #firewall-and-monitoring )
@@ -49,6 +52,43 @@ Table of Contents
49
52
50
53
9 . Networking
51
54
- [ Networking Guides] ( #networking-guides )
55
+
56
+
57
+
58
+ ## Linux
59
+
60
+ [ Getting Started with Linux] ( http://computefreely.org/ )
61
+
62
+ ### Beginner Guides
63
+
64
+ [ Installing a VPN server on Linux] ( http://techarena51.com/index.php/how-to-install-an-opensource-vpn-server-on-linux/ )
65
+
66
+ [ Installing Ruby on Rails on Linux] ( http://techarena51.com/index.php/how-to-install-ruby-ruby-on-rails-and-phusion-passenger-on-centos/ )
67
+
68
+ [ Installing Gunicorn on Linux] ( http://techarena51.com/index.php/deploy-flask-on-ubuntu/ )
69
+
70
+ [ Installing Django on Linux] ( http://techarena51.com/index.php/install-django-1-7-on-linux/ )
71
+
72
+ [ Troubleshooting Linux Server Memory Usage with PS_MEM] ( http://techarena51.com/index.php/linux-memory-usage/ )
73
+
74
+ [ Troubleshooting Network issues with Tcpdump] ( http://techarena51.com/index.php/tcpdump-examples-to-capture-passwords/ )
75
+
76
+ ### Advance
77
+
78
+ [ Linux Perfomance Analysis with Brendan Gregg] ( http://www.brendangregg.com/linuxperf.html )
79
+
80
+ [ How Linux CPU usage is Calculated] ( https://github.com/Leo-G/DevopsWiki/wiki/How-Linux-CPU-Usage-Time-and-Percentage-is-calculated )
81
+
82
+ [ Linux System Calls] ( http://www.digilife.be/quickreferences/qrc/linux%20system%20call%20quick%20reference.pdf )
83
+
84
+ [ Linux One Second Boot] ( http://events.linuxfoundation.org/sites/events/files/slides/praesentation.pdf )
85
+
86
+ [ Debugging Programs on Linux with Strace] ( http://www.redpill-linpro.com/sysadvent//2015/12/10/introduction-to-strace.html )
87
+
88
+ [ Continously Monitoring Processes on Linux with the Watch command] ( http://techarena51.com/index.php/watch-command-linux/ )
89
+
90
+
91
+ ** [ Back to top] ( #table-of-contents ) **
52
92
53
93
54
94
## Tmux
@@ -216,38 +256,6 @@ http://techarena51.com/index.php/flask-sqlalchemy-postgresql-tutorial/
216
256
217
257
** [ Back to top] ( #table-of-contents ) **
218
258
219
- ## Linux
220
-
221
- [ Getting Started with Linux] ( http://computefreely.org/ )
222
-
223
- ### Beginner Guides
224
-
225
- [ Installing a VPN server on Linux] ( http://techarena51.com/index.php/how-to-install-an-opensource-vpn-server-on-linux/ )
226
-
227
- [ Installing Ruby on Rails on Linux] ( http://techarena51.com/index.php/how-to-install-ruby-ruby-on-rails-and-phusion-passenger-on-centos/ )
228
-
229
- [ Installing Gunicorn on Linux] ( http://techarena51.com/index.php/deploy-flask-on-ubuntu/ )
230
-
231
- [ Installing Django on Linux] ( http://techarena51.com/index.php/install-django-1-7-on-linux/ )
232
-
233
- [ Troubleshooting Linux Server Memory Usage with PS_MEM] ( http://techarena51.com/index.php/linux-memory-usage/ )
234
-
235
- [ Troubleshooting Network issues with Tcpdump] ( http://techarena51.com/index.php/tcpdump-examples-to-capture-passwords/ )
236
-
237
- ### Advance
238
-
239
- [ How Linux CPU usage is Calculated] ( https://github.com/Leo-G/DevopsWiki/wiki/How-Linux-CPU-usage-time-and-Percentage-can-be-calculated )
240
-
241
- [ Linux System Calls] ( http://www.digilife.be/quickreferences/qrc/linux%20system%20call%20quick%20reference.pdf )
242
-
243
- [ Linux One Second Boot] ( http://events.linuxfoundation.org/sites/events/files/slides/praesentation.pdf )
244
-
245
- [ Debugging Programs on Linux with Strace] ( http://www.redpill-linpro.com/sysadvent//2015/12/10/introduction-to-strace.html )
246
-
247
- [ Continously Monitoring Processes on Linux with the Watch command] ( http://techarena51.com/index.php/watch-command-linux/ )
248
-
249
-
250
- ** [ Back to top] ( #table-of-contents ) **
251
259
252
260
## Backups
253
261
0 commit comments