Skip to content

Commit

Permalink
Added lots of links
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 9967037 commit a461646
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
4 changes: 3 additions & 1 deletion git.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
- Show files changes between branches
`git diff remotes/origin/master remotes/origin/security-tweak --name-only`
- Git show pending merges
`git show-ref | grep merge | cut -d' ' -f1 | xargs -I{} git show {}`
`git show-ref | grep merge | cut -d' ' -f1 | xargs -I{} git show {}`

- https://github.com/blog/2019-how-to-undo-almost-anything-with-git
1 change: 1 addition & 0 deletions itables-nftables.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Many IPS depeond on NFQUEUE to pass packet handling to themselves!
- http://linuxgazette.net/108/odonovan.html
- https://www.linode.com/docs/security/firewalls/control-network-traffic-with-iptables
- https://github.com/fnzv/nShield
- https://jvns.ca/blog/2017/06/07/iptables-basics/

## nftables
- https://developers.redhat.com/blog/2017/04/11/benchmarking-nftables/
Expand Down
3 changes: 2 additions & 1 deletion mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ Faster, parallelized database dumps for mysql.
- https://www.percona.com/blog/2017/03/06/mysql-i-am-a-dummy/
- https://twindb.com/use-proxysql-tools/
- http://code.openark.org/blog/mysql/whats-so-complicated-about-a-master-failover
- https://www.digitalocean.com/community/tutorials/how-to-measure-mysql-query-performance-with-mysqlslap
- https://www.digitalocean.com/community/tutorials/how-to-measure-mysql-query-performance-with-mysqlslap
- http://code.openark.org/blog/mysql/whats-so-complicated-about-a-master-failover
6 changes: 5 additions & 1 deletion network-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ alternative: nbd (network block device)


## Tools
- https://coderwall.com/p/zqulaw/introduction-to-ngrep
- https://coderwall.com/p/zqulaw/introduction-to-ngrep

## Links
- https://www.michaelwlucas.com/networking/n4sa
- https://jvns.ca/zines/#networking-ack
3 changes: 2 additions & 1 deletion nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ perf record -F 99 -p `pgrep -n node` -g -- sleep 30
- https://github.com/node-inspector/v8-profiler
- https://blog.risingstack.com/finding-a-memory-leak-in-node-js/
- http://www.brendangregg.com/blog/2014-09-17/node-flame-graphs-on-linux.html

- http://www.bretfisher.com/node-docker-good-defaults/
- https://medium.com/mozilla-tech/mozilla-and-node-js-33c13e29beb1
4 changes: 3 additions & 1 deletion suricata.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ iptables -A OUTPUT -p tcp --dport 53 -j NFQUEUE --queue-num 1
iptables -A OUTPUT -p udp --dport 53 -j NFQUEUE --queue-num 1
```

## Resources
## Links

- https://danielmiessler.com/blog/building-ids-centos-using-suricata/
- https://danielmiessler.com/blog/how-to-install-suricata-on-a-linux-box-in-5-minutes/
- https://hackertarget.com/install-suricata-ubuntu-5-minutes/
- https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Ubuntu_Installation_-_Personal_Package_Archives_%28PPA%29#Beta-releases
- https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Common_Errors
Expand Down
4 changes: 3 additions & 1 deletion terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ terraform import digitalocean_tag.scanner scanner
- https://blog.gruntwork.io/terraform-tips-tricks-loops-if-statements-and-gotchas-f739bbae55f9#.wa74xx816
- https://blog.bennycornelissen.nl/terraform-tricks-override-variables/
- https://heap.engineering/terraform-gotchas/
- https://charity.wtf/tag/terraform/
- https://charity.wtf/tag/terraform/
- https://getintodevops.com/blog/using-ansible-with-terraform#.WSxlNyppLBk.twitter
- https://medium.com/@kief/https-medium-com-kief-using-pipelines-to-manage-environments-with-infrastructure-as-code-b37285a1cbf5
5 changes: 4 additions & 1 deletion uncategorized.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
- https://learntemail.sam.today/blog/selinux-concepts-but-for-humans/
- https://stackoverflow.com/questions/28357997/running-programs-in-parallel-using-xargs
- https://cloud.google.com/security/security-design/
- http://unixseclab.com/index.php/2017/01/09/ssh-start-to-finish-certificate-authority-basics/
- http://unixseclab.com/index.php/2017/01/09/ssh-start-to-finish-certificate-authority-basics/
- https://charity.wtf/2017/05/11/the-engineer-manager-pendulum/
- https://medium.com/quick-mobile/monitoring-containers-with-prometheus-ffde286c17f7#.rzw5y9by3
- http://harish11g.blogspot.com/2014/08/amazon-cloudformation-templates-automation-Amazon-CFT-AWS-top-best-practices-tips.html

0 comments on commit a461646

Please sign in to comment.