Skip to content

Commit 96bc410

Browse files
authored
rearranged the index, fixed broken links
- Starting with Linux -- Commandline -- Programming - Fixed Broken link - Included Linux Performance Analysis By Brendan
1 parent 57aee1e commit 96bc410

File tree

1 file changed

+54
-46
lines changed

1 file changed

+54
-46
lines changed

README.md

Lines changed: 54 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,27 @@ A wiki of Guides, Scripts, Tutorials related to devops
88
Table of Contents
99
-----------------
1010

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
1223

13-
- [Perl](#perl)
14-
- [C](#c)
1524
- [Python](#python-guides-and-scripts)
16-
- [Javascript](#javascript)
25+
- [Javascript](#javascript)
26+
- [C](#c)
27+
- [Perl](#perl)
1728

18-
2. Source Control
29+
4. Source Control
1930
- [Git](#git)
2031

21-
3. Terminal
22-
- [Bash](#bash-guides-and-scripts)
23-
- [Tmux](#tmux)
24-
25-
4. Operating Systems
26-
- [Linux](#linux)
27-
2832
5. Editors
2933
- [Vim](#vim)
3034
- [Code Editors](#code-editors)
@@ -35,8 +39,7 @@ Table of Contents
3539
- [Automation Guides](#automation-guides)
3640

3741
8. Other Bits
38-
- [Awk](#awk)
39-
- [Sed](#sed)
42+
4043
- [Backups](#backups)
4144
- [Email Server Configuration](#email-server-configuration)
4245
- [Firewall and Monitoring](#firewall-and-monitoring)
@@ -49,6 +52,43 @@ Table of Contents
4952

5053
9. Networking
5154
- [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)**
5292

5393

5494
## Tmux
@@ -216,38 +256,6 @@ http://techarena51.com/index.php/flask-sqlalchemy-postgresql-tutorial/
216256

217257
**[Back to top](#table-of-contents)**
218258

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)**
251259

252260
## Backups
253261

0 commit comments

Comments
 (0)