Source : OverTheWire: Bandit
Top 10 – Homelab Tools and Software
The homelab and selfhosted movements are very strong in the world of the internet. People have various reasons for doing it from self education all the way through to keeping out of the hands of Google, Amazon or any other big player. My personal reasons for running a home server
Source : Top 10 – Homelab Tools and Software
The Best Chrome Extensions for OSINT Professionals, Researchers and Journalists in 2021 – i-intelligence
An index of Chrome extensions to support research, intelligence and investigations.
Programmer Sought
Programmer Sought, the best programmer technical posts sharing site.
Source : Programmer Sought
Linux: How to configure BIND (NAMED) DNS to forward queries to Quad9 via TLS | Paolo Fabio Zaino’s Blog
In this article we’ll see how to configure BIND DNS Server to forward queries to Quad9 (Threat Intelligence based public DNS Server) via TLS encryption to improve our privacy on the Internet …
Trinket
These are various demos ready for you to run. You can run them in the browser and they will look similar to what you’ll see on your desktop. Note that the resolution here is not very large so some windows may be clipped.To run on your PC, just click the download button and you’ll receive everything you need, including PySimpleGUI.py in a ZIP file.
Source : Trinket
Python Web Applications: Deploy Your Script as a Flask App – Real Python
In this tutorial, you’ll learn how to go from a local Python script to a fully deployed Flask web application that you can share with the world.
Source : Python Web Applications: Deploy Your Script as a Flask App – Real Python
Analyzing Erasmus Study Exchanges with Pandas | by Guillermo Barreiro | Feb, 2021 | Towards Data Science
The results of analyzing a dataset with the 200k study exchanges that took place in the Erasmus program 2011–12.
Install tkinter on Mac. (pyenv). Install tcl-tk | by Taeha Hong | Medium
env \ PATH= »$(brew –prefix tcl-tk)/bin:$PATH » \ LDFLAGS= »-L$(brew –prefix tcl-tk)/lib » \ CPPFLAGS= »-I$(brew –prefix tcl-tk)/include » \ PKG_CONFIG_PATH= »$(brew –prefix tcl-tk)/lib/pkgconfig » \ CFLAGS= »-I$(brew –prefix tcl-tk)/include » \ PYTHON_CONFIGURE_OPTS= »–with-tcltk-includes=’-I$(brew –prefix tcl-tk)/include’ –with-tcltk-libs=’-L$(brew –prefix tcl-tk)/lib -ltcl8.6 -ltk8.6′ » \ pyenv install
Source : Install tkinter on Mac. (pyenv). Install tcl-tk | by Taeha Hong | Medium