VirtualTam's bookmarks
89 bookmarks found
-
- https://www.elastic.co/guide/en/logstash/master/config-examples.html
- https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/httpd
- https://discuss.elastic.co/t/apache-error-logs-timestamp/82010/9
- https://discuss.elastic.co/t/parsing-apache-logs-combinedapachelog-commonapachelog-not-working/82007
- http://www.thegeekstuff.com/2014/12/logstash-setup/
-
-
- Forwards over ssh
- Doesn't require admin
- Works with Linux and MacOS
- Supports DNS tunneling
-
The Witness
2017-05-20 Art
- https://www.rockpapershotgun.com/2016/02/16/the-witness-colour/
- https://www.rockpapershotgun.com/2016/04/20/the-witness-island-design/
- http://www.artofluis.com/3d-work/the-art-of-the-witness/
- http://www.gdcvault.com/play/1020552/The-Art-of-The
- http://www.gamasutra.com/blogs/DeannaVanBuren/20151012/254238/Architecture_in_Video_Games_Designing_for_Impact.php
Design
Swag
-
via https://superuser.com/questions/466570/nmap-says-0-hosts-up-even-though-i-can-ping
$ nmap --unprivileged -e <INTERFACE> <OPTS...>
-
PyCharm + Windows
2017-04-17 PyCharm setup
- https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
- https://www.jetbrains.com/help/pycharm/2017.1/git.html
- https://confluence.jetbrains.com/display/PYH/Using+PyCharm%27s+Git+integration+locally
- https://www.jetbrains.com/help/pycharm/2017.1/run-debug-configuration-tox.html
- https://www.jetbrains.com/help/pycharm/2017.1/configuring-colors-and-fonts.html
- https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
Environment
- doesn't work with Git from Cygwin
- https://git-for-windows.github.io/
- https://www.python.org/downloads/
- https://github.com/jkaving/intellij-colors-solarized
- http://ethanschoonover.com/solarized
- https://fonts.google.com/specimen/Noto+Sans
- https://www.microsoft.com/en-us/download/details.aspx?id=44266
Packages
-
-
Hypothesis - property-based testing
2016-10-04 manifesto https://hypothesis.readthedocs.io/en/latest/manifesto.html code https://github.com/HypothesisWorks/hypothesis-python/ doc https://hypothesis.readthedocs.io/en/latest/index.html w/ pytest http://hypothesis.works/articles/hypothesis-pytest-fixtures/ https://developers.redhat.com/blog/2016/06/24/the-hypothesis-testing-library-for-python-an-introduction/
-
It never works with cats...
2016-06-10 -
Waffle.io · Work Better on GitHub Issues
2015-09-11 Agile board with GitHub Issues integration
-
git worktree
2015-08-21 "check out more than one branch at a time"
Useful if you're simultaneously working on several versions / branches of the same repository ;-)