PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Bon anniversaire Warriordudimanche.net ! - Warrior du Dimanche

2022-09-14T11:19:33+02:00

Bon anniversaire !
10 ans sur Internet, c'est un cap important de passé. Bravo !
Bonne continuation ;-)
Permalink

GitHub - vagnum08/cpupower-gui: cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.

2022-09-14T10:23:03+02:00

Apps/Fractal - GNOME Wiki!

2022-09-13T19:11:53+02:00

Client Matrix
Permalink

The Follower – Dries Depoorter

2022-09-13T16:27:47+02:00

Utilisation de caméras «open» pour trouver où ont été prise des photos Instagram.

via https://jcfrog.com/shaarli41/?UAeHEA
Permalink

Picamera2 Python camera library for Raspberry Pi leverages libcamera open-source framework - CNX Software

2022-09-13T15:08:23+02:00

FAQ et tutoriels | YGGLand

2022-09-12T09:06:47+02:00

GitHub - GeneralDeGaulle/i_fly_bernard: Code du compte twitter @i_fly_Bernard

2022-09-11T21:58:03+02:00

Suivi des jets privés de milliardaires.
https://twitter.com/i_fly_Bernard
Permalink

Google, l'espion le plus con du monde | Grise Bouille

2022-09-09T14:22:27+02:00

GIFShell attack creates reverse shell using Microsoft Teams GIFs

2022-09-09T10:16:26+02:00

Pourrir la sécurité de Teams avec des GIFs ^_^
via https://sebsauvage.net/links/?nqDJDQ
Permalink

PyAutoGUI · PyPI

2022-09-07T23:18:30+02:00

Pour prendre le contrôle du clavier et de la souris en python.
https://pyautogui.readthedocs.io/en/latest/

import pyautogui
import time
while True:
    pyautogui.moveRel(0, 100, duration=5)
    time.sleep(2)
    pyautogui.moveRel(0, -100, duration=5)
    time.sleep(2)

Permalink

OSCP tips and tricks – Unicorn Security – Breaching Unicorns

2022-09-07T14:49:58+02:00

La Maison Blanche interdit les paywalls sur les résultats de la recherche financée par les contribuables, un exemple à suivre pour les autres nations?

2022-09-05T10:01:06+02:00

LocalCDN – Adoptez cette extension pour 🦊 Firefox (fr)

2022-09-04T12:00:48+02:00

How do I save custom information to a PNG Image file in Python? - Stack Overflow

2022-09-03T22:36:32+02:00
from PIL import Image
from PIL.PngImagePlugin import PngInfo

targetImage = Image.open("pathToImage.png")

metadata = PngInfo()
metadata.add_text("MyNewString", "A string")
metadata.add_text("MyNewInt", str(1234))

targetImage.save("NewPath.png", pnginfo=metadata)
targetImage = Image.open("NewPath.png")

print(targetImage.text)

>>> {'MyNewString': 'A string', 'MyNewInt': '1234'}

Autre version :

import pyexiv2
img = pyexiv2.Image('pathToImage.png')
print(img.read_xmp())
img.modify_xmp({'Xmp.xmp.CreatorTool': 'My custom tool'})
img.modify_xmp({'Xmp.dc.description': 'ma superbe image'})
pyexiv2.registerNs('My custom data Plop', 'Plop')
img.modify_xmp({f'Xmp.Plop.MyParam1': 'blabla'})
img.modify_xmp({f'Xmp.Plop.MyParam2': 'LaLaLa'})
img.close()

Permalink

Github, toujours plus lent, toujours plus lourds, toujours plus consommateur. Merci Micro$oft - OpenNews

2022-09-02T15:03:08+02:00

Je partage ton avis.
Ça me désespère de voir ces jeunes «développeurs» faire du code usine à gaz avec un tas de librairies inutiles.
Les programmes et sites devient de plus en plus lourd et lent.
La qualité du code chez les Microsoft et Google est quand même assez moisie.
Permalink

Compressing images with Stable Diffusion - Stavros' Stuff

2022-09-01T11:50:19+02:00

Si côté serveur et client, il y a le même model et un partage de la seed et du nombre de steps, ouai, c'est faisable :-)

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

Note : la recherche sous Windows - Le Hollandais Volant

2022-08-31T23:06:59+02:00

En même temps, ça appel Bing.
Donc oui, tu as les même fonctions que l'on trouve sur un moteur de recherches.
Permalink

GitHub - ainfosec/FISSURE: The RF and reverse engineering framework for everyone

2022-08-31T21:42:12+02:00

Frequency Independent SDR-based Signal Understanding and Reverse Engineering
Permalink

Bleu, S3ns : pourquoi les offres Cloud de confiance seront certainement soumises au Cloud Act

2022-08-31T14:21:24+02:00

«Cloud de confiance» c'est grosse arnaque.
Permalink

4.2 Gigabytes, or: How to Draw Anything - ⌨️🤷🏻‍♂️📷

2022-08-31T09:30:48+02:00