from flask import Flask
app = Flask(__name__)
@app.route('/')
def index():
return "Hello, World!"
if __name__ == "__main__":
app.run(debug=True)
Linux tips
freecodecamp.org
https://linuxhandbook.com/
Who is accessing your Linux system via SSH? Who is trying to but failing to access your system via SSH? If someone cannot access the system via SSH, why is that? The answers can be found in the SSH logs:
sudo journalctl -u ssh
BAŠ ČELIK za Linux, Windows, mac =
https://github.com/ubavic/bas-celik/
Čitač lične karte!
https://github.com/dqrk0jeste/owlWindows tips
cmd.exe /C certutil -urlcache -split -f "https://google.rs" "c:\temp\jojo.txt" && notepad "c:\temp\jojo.txt"
AMKP40 technology