PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Intro to Linux memory forensics - Abhiram's Blog

mercredi 19 janvier 2022 à 20:42

threading en python

mardi 18 janvier 2022 à 15:26
import threading
import time

def thread_function(num):
  print(f"start thread {num}")
  time.sleep(5)
  print(f"stop thread {num}")

for a in range(5):
  x = threading.Thread(target=thread_function, args=(a,))
  x.start()

while threading.active_count() > 1:
    print(f"\rnb thread : {threading.active_count()}", end='', flush=True)
    time.sleep(1)

print('fini')

Permalink

Microsoft to acquire Activision Blizzard to bring the joy and community of gaming to everyone, across every device - Stories

mardi 18 janvier 2022 à 15:05

Oooooh merde
Donc "Magic: The Gathering" est maintenant chez ... Microsoft -_-
via https://sebsauvage.net/links/?vviQxw
Permalink

GitHub - TinkerTurtle/Sentry-Picam: A simple wildlife camera for Raspberry Pis.

lundi 17 janvier 2022 à 11:04

Security Certification Roadmap - Paul Jerimy Media

dimanche 16 janvier 2022 à 16:59

Don't Look Up : Déni cosmique | Site officiel de Netflix

dimanche 16 janvier 2022 à 11:37

Je vous recommande de voir «Don't Look Up».
C'est un bon film.
Si vous remplacer la comète par le réchauffement climatique, vous avez notre situation actuelle :-/
Permalink

La Commission européenne veut lancer son service de résolution DNS4EU sécurisé, avec filtrage intégré

vendredi 14 janvier 2022 à 14:04

Pour le milieu professionnel, je trouve ça vraiment très bien.
J'en ai marre de voir partout le DNS de Google.

Pour les particuliers, ça a moins d'intérêt.

via https://lehollandaisvolant.net/?id=20220114125811
Permalink

L’utilisation de Google Analytics viole le droit européen, selon l’autorité autrichienne de protection des données – EURACTIV.fr

jeudi 13 janvier 2022 à 14:59

Emmerdez les pirates SSH avec Endlessh ! | Geeek

lundi 10 janvier 2022 à 17:16

MicrosoftWontFixList/README.md at main · cfalta/MicrosoftWontFixList · GitHub

lundi 10 janvier 2022 à 16:36

Liste de CVE que Microsoft ne compte pas corriger.
Permalink

Sears Garage Door Signal Reverse Engineering

lundi 10 janvier 2022 à 11:07

SSH agent restriction

lundi 10 janvier 2022 à 09:23
$ ssh-add -h "scylla.example.org" \
          -h "cetus.example.org" \
          -h "scylla.example.org>charybdis.example.org" \
          -h "cetus.example.org>charybdis.example.org" \
          -h "charybdis.example.org>hydra.example.org" \
          ~/.ssh/id_ed25519

Permalink

[2201.02228] PIEEG: Turn a Raspberry Pi into a Brain-Computer-Interface to measure biosignals

lundi 10 janvier 2022 à 09:20

Atheists face death in 13 countries, global discrimination: study | Reuters

dimanche 9 janvier 2022 à 23:45

Pays à ne pas visiter :
Afghanistan, Iran, Malaysia, Maldives, Mauritania, Nigeria, Pakistan, Qatar, Saudi Arabia, Somalia, Sudan, United Arab Emirates, Yemen,
Austria, Denmark, Germany, Greece, Hungary, Malta, Poland, Egypt, Libya and Morocco, and nominally Christian Zimbabwe, Eritrea.

via https://ecirtam.net/opennews/?I8_TZw
Permalink

Sci-fi Cyberpunk 3D Animation Action Movie // "ZEN" - YouTube

dimanche 9 janvier 2022 à 09:37

The Wall

samedi 8 janvier 2022 à 18:48

Cool, photos / vidéos de la Terrer prises par des satellites géostationnaire.
Ça permet de suivre les déplacement des nuages sur les derniers jours.
https://earth2day.com/TheWall/Movies/VPLUME36h.html
Permalink

WAF Bypassing with Unicode Compatibility · Jorge Lajara

vendredi 7 janvier 2022 à 18:40

Bon 2022 ! - La chanson de GieDré - YouTube

jeudi 6 janvier 2022 à 14:31

Toujours aussi bon 😋
Bon courage à tous. (Surtout en ce moment)

via https://nicolas-delsaux.hd.free.fr/Shaarli/?RTQrkA
Permalink

Operating systems expectations

jeudi 6 janvier 2022 à 14:27

Ahah pas mal :-D
Windows vs Mac vs Linux

via https://sebsauvage.net/links/?r3xSVQ
Permalink

Matrix Resurrections — Wikipédia

jeudi 6 janvier 2022 à 08:58

J'ai vu le dernier Matrix.
Je suis fan de Matrix et à l'annonce d'un 4ème film, je craignais que ça soit nul.
Et en fait, non.
C'est un bon film. Et même un très bon hack :-D
Permalink