Sort bookmarks.

This commit is contained in:
Julien Palard 2021-05-08 15:27:22 +02:00
parent ea893a3b30
commit 872f8c4297
2 changed files with 36 additions and 29 deletions

View File

@ -10,7 +10,7 @@ PUBLISHCONF=$(BASEDIR)/publishconf.py
SSH_HOST=51.15.187.166
SSH_PORT=22
SSH_USER=mdk
SSH_USER=mdk_fr
SSH_TARGET_DIR=/var/www/mdk.fr/

View File

@ -2,11 +2,12 @@ Title: Bookmarks
Date: 2021-05-05 15:21:00
# HTTP
# Internet & HTTP
- 📊 [Proxy networks and data collection tools](https://brightdata.com/)
- 📑 [Cours HTTP au CNAM de Stephane Bortzmeyer](https://www.bortzmeyer.org/cours-http-cnam.html)
- 📑 [RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content](https://tools.ietf.org/html/rfc7231)
- 📑 [Usenet Francophone — Liste de serveurs (et autres services) offrant un accès gratuit à la hiérarchie fr.*](http://usenet-fr.yakakwatik.org/)
## Microservice
@ -91,11 +92,11 @@ Date: 2021-05-05 15:21:00
## Podcasts
- [Hacking Humans](https://thecyberwire.com/podcasts/hacking-humans)
- [Tiger Team 24K Heist](https://www.youtube.com/watch?v=pJIlcd6-E70)
- [Darknet Diaries](https://darknetdiaries.com/)
- [Malicious Life](https://malicious.life/)
- [NoLimitSecu](https://www.nolimitsecu.fr/)
- 🎜 [Hacking Humans](https://thecyberwire.com/podcasts/hacking-humans)
- 🎜 [Tiger Team 24K Heist](https://www.youtube.com/watch?v=pJIlcd6-E70)
- 🎜 [Darknet Diaries](https://darknetdiaries.com/)
- 🎜 [Malicious Life](https://malicious.life/)
- 🎜 [NoLimitSecu](https://www.nolimitsecu.fr/)
## OSINT
@ -145,6 +146,11 @@ Or from command line with a postgresql client:
- 🎮 [France Cybersecurity Challenge](https://www.france-cybersecurity-challenge.fr/challenges)
## Reverse
- [GEF is a set of commands to assist exploit developers and reverse-engineers when using old school GDB](https://github.com/hugsy/gef/blob/dev/README.md)
## Misc
- 🔧 [PDF Tools](https://blog.didierstevens.com/programs/pdf-tools/)
@ -199,6 +205,7 @@ Or from command line with a postgresql client:
- 📘 [No Bullshit Linear Algebra](https://minireference.com/blog/no-bullshit-linear-algebra-v2-release)
- 📑 [Coffin problems](https://galileofeynman.blogspot.com/2012/11/the-jewish-coffin-problems-of-moscow.html?m=1)
# Unix
- 📑 [30 interesting commands for the Linux shell](https://www.lopezferrando.com/30-interesting-shell-commands/)
@ -212,7 +219,6 @@ Or from command line with a postgresql client:
- 🔧 [Find interesting unanswered question on stackoverflow](https://data.stackexchange.com/stackoverflow/query/4038/find-interesting-unanswered-questions)
- 🔧 [AdminLTE — Bootstrap admin dashboard template](https://adminlte.io/) used by PiHole and [hermes](https://github.com/Ousret/hermes)
- 📑 [Floating point arithmetic rounding errors in various languages](https://0.30000000000000004.com/)
- 📚 [A gallery of Voilà dashboards [jupyter][binder]](https://voila-gallery.org)
- 📑 [Learning git: Locations, Remotes, and GitHub](https://www.willingconsulting.com/post/2019-07-01-locations-and-git/)
- 📚 [Learn X in Y minutes](https://learnxinyminutes.com/)
- 📼 [Video Lectures — MIT](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/)
@ -226,8 +232,15 @@ Or from command line with a postgresql client:
## Python
- 📑 [setup.py vs requirements.txt](https://caremad.io/posts/2013/07/setup-vs-requirement/)
- 📑 [How type annotations make your code better?](https://igordavydenko.com/talks/de-pycon-2018/)
- 🔧 [octomachinery — Bots Without Boilerplate](https://tutorial.octomachinery.dev/en/latest/)
- 📑 [octomachinery bot tutorial: How to Build a GitHub Bot](https://tutorial.octomachinery.dev/en/latest/)
- 🔧 [Test your project's packaging friendliness](https://pypi.org/project/pyroma/)
- 🔧 [flacon — minimalist REST and app backend framework for Python developers](https://github.com/falconry/falcon)
- 🔧 [Check MANIFEST.in in a Python source package for completeness](https://pypi.org/project/check-manifest/)
- 🔧 [Unit testing Jupyter Notebooks](https://github.com/nteract/testbook)
- 📑 [Why do numbering should start at 0](https://www.cs.utexas.edu/~EWD/transcriptions/EWD08xx/EWD831.html )
- 📑 [Why do numbering should start at 0](https://www.cs.utexas.edu/~EWD/transcriptions/EWD08xx/EWD831.html)
- 📑 [Instructor notes for COMP 3321](https://nsa.sfo2.digitaloceanspaces.com/comp3321.pdf)
- 🔧 [Scalene — Python profiling: memory and CPU](https://github.com/emeryberger/scalene)
- 🔧 [Sampling profiler for Python programs](https://github.com/benfred/py-spy)
@ -239,15 +252,28 @@ Or from command line with a postgresql client:
- 🔧 [FastAPI framework, high performance, easy to learn, fast to code, ready for production](https://github.com/tiangolo/fastapi)
- 🔧 [Nuitka is a Python compiler written in Python](https://nuitka.net/)
- 🔧 [Pex — Python EXecutable](https://pex.readthedocs.io/)
- 📑 [Les secrets d'un code pythonique](https://zestedesavoir.com/articles/1079/les-secrets-dun-code-pythonique/)
- 📑 [These series of posts are an accompaniment to a couple of talks given: Advanced asyncio: Solving Real-world Production Problems](https://www.roguelynn.com/words/asyncio-we-did-it-wrong/)
- 📑 [Django Classy Class Based Views](http://ccbv.co.uk/]
- 📑 [Classy Django REST Framework](http://www.cdrf.co/)
### Teaching
- 🎜 [We're two middle school teachers learning and teaching Python ](https://www.teachingpython.fm/)
- 📑 [How to Build a GitHub Bot](https://linuxfr.org/users/omc/journaux/document-de-cours-python-for-science)
### Data Science
- 🔧 [Voilà turns Jupyter notebooks into standalone web applications](https://pypi.org/project/voila/)
- 📚 [A gallery of Voilà dashboards [jupyter][binder]](https://voila-gallery.org)
- 📚 [Data Science Cheat Sheets](https://www.datacamp.com/community/data-science-cheatsheets)
- 📚 [Top 28 Cheat Sheets for Machine Learning, Data Science, Probability, SQL & Big Data](https://www.analyticsvidhya.com/blog/2017/02/top-28-cheat-sheets-for-machine-learning-data-science-probability-sql-big-data/)
- 📚 [Collecting Data Science Cheat Sheets](https://towardsdatascience.com/collecting-data-science-cheat-sheets-d2cdff092855)
- 🔧 [A Flexible And Efficient Library For Deep Learning](https://mxnet.apache.org)
- 🔧 [Keras: the Python deep learning API](https://keras.io)
- 🔧 [dash — A productive Python framework for building web analytic applications](https://dash.plotly.com/introduction)
## GIT
@ -262,7 +288,7 @@ Or from command line with a postgresql client:
- https://www.ansible.com/ansible-best-practices-2017
- https://opensourceinfra.org/
- [SDF Public Access UNIX System .. Est. 1987](https://sdf.org)
- [Testinfra — test your infrastructure](https://testinfra.readthedocs.io/en/latest/)
# Music
@ -273,22 +299,3 @@ Or from command line with a postgresql client:
- "tous les livres" "ajouts récents" "index alphabétique"
- "bibliothèque gérée par calibre"
- https://zestedesavoir.com/articles/1079/les-secrets-dun-code-pythonique/
- Kubernetes slides https://gitlab.com/PyBootCamp/k8s-101-python-developers
- Meta linter : prospector
- check-manifest : valide que tous les fichiers définis dans git sont soit explicitement inclus soit explicitement exclus du Manifest.
- Linter de paquets Python : pyroma
- https://github.com/falconry/falcon Web, Framework
- Jupyter dashboard: dash (https://dash.plot.ly/) and voila (pypi.org/p/voila)
- https://www.teachingpython.fm/
- GEF - GDB Enhanced Features for exploit devs & reversers https://github.com/hugsy/gef/blob/dev/README.md
- https://tutorial.octomachinery.dev/en/latest/
- https://linuxfr.org/users/omc/journaux/document-de-cours-python-for-science
- https://www.roguelynn.com/words/asyncio-we-did-it-wrong/
- Django Classy Class Based Views http://ccbv.co.uk/, et pour DRF : http://www.cdrf.co/
- https://igordavydenko.com/talks/de-pycon-2018/
- watchghost: Projet de Arthur de l'Afpy
- testinfra: Pour tester Ansible
- [setup.py vs requirements.txt](https://caremad.io/posts/2013/07/setup-vs-requirement/)