VirtualTam's bookmarks
219 bookmarks found
-
Linux eBPF Tracing Tools
2017-11-20 -
-
WireGuard: fast, modern, secure VPN tunnel
2017-11-02 - https://git.zx2c4.com/WireGuard
- https://github.com/WireGuard/WireGuard (mirror)
- https://www.reddit.com/r/linux/comments/6owk5x/formal_verification_of_the_wireguard_protocol/
- https://www.reddit.com/r/haskell/comments/6nv1n2/wireguard_vpn_just_got_formally_verified_with/
- https://www.xda-developers.com/wireguard-vpn-project-support-android-roms/
- https://mirror.as35701.net/video.fosdem.org/2017/Janson/wireguard.mp4
- https://archive.fosdem.org/2017/schedule/event/wireguard/
- https://eprint.iacr.org/2018/080
- https://wiki.archlinux.org/index.php/WireGuard
- https://bbs.archlinux.org/viewtopic.php?id=231469
-
I've inherited 200K lines of spaghetti code -- what now? - Software Engineering Stack Exchange
2017-10-16 - https://softwareengineering.stackexchange.com/questions/6395/how-do-you-dive-into-large-code-bases
- https://softwareengineering.stackexchange.com/questions/6268/when-is-a-big-rewrite-the-answer
- https://www.red-gate.com/blog/software-development/legacy-code
- https://craftedsw.blogspot.ro/2011/06/change-in-attitude-legacy-code.html
- https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/
- https://www.reddit.com/r/PHP/comments/7blo1b/refactoring_huge_ci_2_application/
- https://leanpub.com/mlaphp
- https://softwareengineering.stackexchange.com/questions/184227/migrating-legacy-procedural-code-to-mvc-without-rewriting/184241
- https://www.reddit.com/r/PHP/comments/ax88ot/i_am_taking_on_a_custom_crappy_php_application/
-
Automatic word wrapping | Vim
2017-09-28 -
Ansible AWX & Ansible Tower Documentation
2017-09-26 -
https://www.ansible.com/blog/2013/08/05/supercharge-ansible-with-ansibleworks-awx-1-2
-
https://jpmens.net/2017/10/23/trigger-awx-job-runs-on-scm-commit/
-
https://www.jeffgeerling.com/blog/2017/ansible-open-sources-ansible-tower-awx
-
https://www.reddit.com/r/ansible/comments/6ymmny/awx_ansible_towers_upstream_open_source_project/
-
-
- http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page
- https://www.fusiondirectory.org/
- https://www.ldap-account-manager.org/lamcms/
- https://ltb-project.org/documentation/self-service-password
- https://github.com/futurice/futurice-ldap-user-manager
Over the wire:
- https://en.wikipedia.org/wiki/List_of_LDAP_software
- https://serverfault.com/questions/295580/theres-got-to-be-a-foss-web-based-ldap-password-reset-app-out-there-right
- https://serverfault.com/questions/178637/web-interface-for-ldap-management
- https://www.reddit.com/r/sysadmin/comments/29zf1q/fusiondirectory_openldap_management/
- http://futurice.com/blog/user-friendly-web-ui-for-ldap
-
SYNCHRONIZE MODULE IS BAD! AND YOU SHOULD FEEL BAD!
=> Use rsync in a command / shell task with SSH configuration / identities
-
- https://www.bleepingcomputer.com/news/technology/oracle-wants-to-give-java-ee-to-the-open-source-community/
- http://news.softpedia.com/news/oracle-mysteriously-fires-almost-all-of-its-top-java-evangelists-491355.shtml
- https://javaee-guardians.io/what-we-are-doing/
- https://www.reddit.com/r/opensource/comments/6uunw0/oracle_wants_to_give_java_ee_to_the_opensource/
-
- 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
- ...