VirtualTam's bookmarks
274 bookmarks found
-
- https://docs.ansible.com/ansible/latest/playbooks_conditionals.html#register-variables
- https://docs.ansible.com/ansible/latest/authorized_key_module.html
- https://stackoverflow.com/questions/25629933/ansible-copy-ssh-key-from-one-host-to-another#25644384
- https://stackoverflow.com/questions/35808649/ansible-accessing-register-variables-from-other-plays-within-same-playbook
- https://stackoverflow.com/questions/33896847/how-do-i-set-register-a-variable-to-persist-between-plays-in-ansible
- https://serverfault.com/questions/638507/how-to-access-host-variable-of-a-different-host-with-ansible
- https://github.com/ansible/ansible/issues/1934
-
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...
-
SSH tunnelling for fun and profit: Autossh
2017-08-18 - https://apple.stackexchange.com/questions/132223/autossh-not-forwarding-regular-ssh-tunnel-does
- https://unix.stackexchange.com/questions/190026/persistent-ssh-port-forward-without-public-keys
- https://serverfault.com/questions/414008/how-to-create-a-persistent-port-forwarding-using-ssh
- https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding
-
- https://stackoverflow.com/questions/23931987/apache-proxy-no-protocol-handler-was-valid
- https://serverfault.com/questions/746810/enforcing-client-verification-in-apache-just-for-a-specific-client-certificate
- https://httpd.apache.org/docs/2.4/mod/mod_ssl.html
- https://serverfault.com/questions/639317/ah01896-unable-to-determine-list-of-acceptable-ca-certificates-for-client-authe#842857
- http://www.zeitoun.net/articles/configure-mod_proxy_ajp-with-tomcat/start
- https://wiki.apache.org/tomcat/FAQ/Connectors
- https://serverfault.com/questions/785652/how-do-i-configure-apache-to-proxy-tomcat-using-ajp
-
-
Beamer - Accessibility
2017-06-27 - https://tex.stackexchange.com/questions/374123/how-to-check-if-your-slides-are-understandable-for-colourblind-people
- https://tex.stackexchange.com/questions/122621/is-there-a-way-to-show-the-version-of-a-document-as-seen-by-a-colour-blind-reade
- https://tex.stackexchange.com/questions/366480/how-to-make-the-resulting-pdf-file-web-accessible-for-screen-readers-when-figur
- https://tex.stackexchange.com/questions/261537/a-guide-on-how-to-produce-accessible-pdf-files
-
- https://help.ubuntu.com/lts/serverguide/NTP.html
- https://wiki.archlinux.org/index.php/Systemd-timesyncd
- https://bbs.archlinux.org/viewtopic.php?id=182172
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812522;msg=17
- https://askubuntu.com/questions/280421/ubuntu-inside-virtual-machine-ntpd-or-ntpdate-or-to-avoid-clock-drift
- https://superuser.com/questions/938926/systemd-timesyncd-service-start-fails
- https://superuser.com/questions/688127/how-to-correctly-sync-time-in-linux-running-as-virtual-guest-after-host-resumes
-
Ivan Ristić: Deploying Forward Secrecy
2017-06-16 -
- https://www.jeffgeerling.com/blog/2017/follow-questions-dont-drown-your-open-source-project
- http://www.michaelbromley.co.uk/blog/529/why-i-havent-fixed-your-issue-yet
- https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/
- http://blog.ffwll.ch/2017/01/maintainers-dont-scale.html
-
Minitel | Hackaday
2017-05-29 - https://www.minitel.org/
- http://www.minitel.us/
- https://tonyisageek.blogspot.fr/p/telic-alcatel-minitel-running-as-usb.html
- http://mirabellug.org/wikini/upload/Documentations_minitel.pdf
- https://serverfault.com/questions/176822/how-do-i-use-a-minitel-terminal-as-a-linux-dumb-terminal
- http://furrtek.free.fr/index.php?a=telinux
-
Testing Flask applications with pytest
2017-05-23 - http://alexmic.net/flask-sqlalchemy-pytest/ // https://gist.github.com/alexmic/7857543
- http://piotr.banaszkiewicz.org/blog/2014/02/22/how-to-bite-flask-sqlalchemy-and-pytest-all-at-once/
- http://flask.pocoo.org/docs/0.12/testing/
- https://docs.pytest.org/en/latest/
- https://pytest-flask.readthedocs.io/en/latest/
- https://stackoverflow.com/questions/28836893/how-to-send-requests-with-jsons-in-unit-tests
-
JSON data with SQLAlchemy and Flask
2017-05-19