PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Z-library founders arrested in Argentina

jeudi 17 novembre 2022 à 11:51

Board-DB: The Single Board Computer Database - Board-DB

mercredi 16 novembre 2022 à 16:57

Bonnes pratiques PHP - PSR-1 et PSR-4 - Nouvelle-Techno.fr - Nouvelle-Techno.fr

mercredi 16 novembre 2022 à 09:08

PHP Best Practices: a short, practical guide for common and confusing PHP tasks

mardi 15 novembre 2022 à 17:05

La Quadrature lance sa campagne de soutien pour 2023 – La Quadrature du Net

mardi 15 novembre 2022 à 16:18

Frama.space : du cloud pour renforcer le pouvoir d’agir des associations – Framablog

mardi 15 novembre 2022 à 10:51

Shufflecake

lundi 14 novembre 2022 à 15:06

Outil pour cacher des volumes chiffrés.
https://codeberg.org/shufflecake/

via https://shufflecake.net/
Permalink

Flipper One — Multi-tool Device for Hackers. Advanced version based on Kali Linux

lundi 14 novembre 2022 à 10:35

En cours de développement
Permalink

Note: Raccourcis d'URL, où pointent-ils ?

mercredi 9 novembre 2022 à 16:22

Pour savoir où revoit un lien bit.ly, tinyurl, goo.gl, etc, il suffit d'ajouter un + à la fin.
Exemple : https://bit.ly/3UG5JL3+

Autres options :
curl https://bit.ly/3UG5JL3
curl -i https://bit.ly/3UG5JL3
wget --max-redirect 0 https://bit.ly/3UG5JL3
Permalink

Route du Rhum 2022

mercredi 9 novembre 2022 à 16:00

m0le-o-blog - Nono's Links

mercredi 9 novembre 2022 à 11:11

Bon anniversaire à ton blog !

Tien, je remarque que mon shaarli à aussi 11 ans (2011-10-04).
Mon site quand à lui date de 2010 (je n'avais pas de domaine au début).
Permalink

Wireflow - Free Wire / User Flow Tool

mercredi 9 novembre 2022 à 10:46

The Toxic Avenger - Getting Started - Official Visualizer - YouTube

mercredi 9 novembre 2022 à 09:24

Electronic library. Download books free. Finding books

samedi 5 novembre 2022 à 20:46

Element (Matrix)

vendredi 28 octobre 2022 à 14:59

Pour ne plus à avoir à rechercher le lien pour s'inscrire à Matrix.org
Permalink

Elon Musk est le nouveau patron de Twitter et annonce déjà des changements - Numerama

vendredi 28 octobre 2022 à 09:53
Très symboliquement, Elon Musk a décidé de célébrer cette « victoire » en mettant fin aux contrats des leaders actuels de Twitter. Parag Agrawal, le CEO, mais aussi Ned Segal, Vijaya Gadde (qu’Elon Musk avait insulté), Sean Edgett et Sarah Personette ont été remerciés. Reuters indique même qu’Elon Musk a dégagé Parag Agrawal des bâtiments par la sécurité, ce qui peut paraître très violent. L’histoire nous dira si cet épisode est véridique. 

Permalink

Shell Script Best Practices — The Sharat's

jeudi 27 octobre 2022 à 10:51
#!/usr/bin/env bash

set -o errexit
set -o nounset
set -o pipefail
if [[ -n "${TRACE-}" ]]; then
    set -o xtrace
fi

if [[ "$1" =~ ^-*h(elp)?$ ]]; then
    echo 'Usage: ./script.sh arg-one arg-two

This is an awesome bash script to make your life better.

'
    exit
fi

cd "$(dirname "$0")"

main() {
    echo do awesome stuff
}

main "$@"

via https://news.ycombinator.com/item?id=33354286
Permalink

EventSource - Référence Web API | MDN

mercredi 26 octobre 2022 à 14:46

Pour envoyer des notifs serveur vers les clients web.
https://github.com/mdn/dom-examples/tree/main/server-sent-events
Permalink

Note: Optimisation Nginx + PHP

mercredi 26 octobre 2022 à 10:21

GitHub - 7thSamurai/steganography: Simple C++ Image Steganography tool to encrypt and hide files insde images using Least-Significant-Bit encoding.

mercredi 26 octobre 2022 à 09:37