PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Clearview AI : comment une entreprise aspire illégalement des millions de photos au service des forces de l'ordre - Cyberguerre

mardi 21 janvier 2020 à 10:34
:-/
Permalink

BONUS 19 : Puce anti-ondes électromagnétiques E-Chip, fumisterie ou pas ?

lundi 20 janvier 2020 à 20:27
Démontage d'une grosse arnaque.
Permalink

How to Monitor Apache Web Server Load and Page Statistics

lundi 20 janvier 2020 à 12:27
apt install lynx

apache2ctl fullstatus
# ou
lynx http://localhost/server-status
(ctrl+r pour recharger la page)
Permalink

Xen - Debian Wiki

lundi 20 janvier 2020 à 11:44

Permalink

Armbian – Linux for ARM development boards

dimanche 19 janvier 2020 à 23:11
https://www.armbian.com/bananapi-m3/
Permalink

VRT Network Equipment — LibreOffice Extensions and Templates Website

vendredi 17 janvier 2020 à 16:57
Insertion > Media > Galerie > VRT *
Permalink

GitHub - ronoth/LoStik: LoRaWAN compatible USB test device

jeudi 16 janvier 2020 à 23:21

Permalink

microsoft [Wiki de sebsauvage.net]

mercredi 15 janvier 2020 à 11:01
Superbe liste de pourquoi Microsoft c'est de la merde.
Permalink

SIM swapping : comment font les hackers, quels dangers, quelles protections ? - Cyberguerre

mercredi 15 janvier 2020 à 10:18

Permalink

Trousseau de clés Gnome - Liens en vrac de sebsauvage

mardi 14 janvier 2020 à 12:28
sudo apt install seahorse
Permalink

Linus Torvalds Doesn't Recommend Using ZFS On Linux - Phoronix - Liens en vrac de sebsauvage

lundi 13 janvier 2020 à 14:49
Linus Torvalds répondait à une question uniquement lier à ZFS.
Mais sinon, il fait des merges de btrfs :
https://github.com/torvalds/linux/tree/master/fs/btrfs
Permalink

Blog Stéphane Bortzmeyer: Un système anti-censure qui évolue en autonomie : Geneva

vendredi 10 janvier 2020 à 15:46
https://github.com/Kkevsterrr/geneva
https://geneva.cs.umd.edu/
Permalink

Three years after the W3C approved a DRM standard, it's no longer possible to make a functional indie browser / Boing Boing

jeudi 9 janvier 2020 à 09:23
via https://sebsauvage.net/links/?qmWhBg
Permalink

How (Not) To Kill Your Pi’s SD Card – Howard Durdle

mercredi 8 janvier 2020 à 11:39
# apt-get remove dphys-swapfile
# cat /etc/fstab
/dev/mmcblk0p2  /               ext4    defaults,noatime  0       1
tmpfs /var/tmp tmpfs nodev,nosuid,size=50M 0 0
none            /var/log        tmpfs   size=50M,noatime   0       0

via https://b.xuv.be/?I_Ft9Q
Permalink

GitHub - s-macke/VoxelSpace: Terrain rendering algorithm in less than 20 lines of code

mercredi 8 janvier 2020 à 11:35
cool
via http://liens.howtommy.net/?0fsXmA
Permalink

media.ccc.de -Hack_Curio

mercredi 8 janvier 2020 à 11:17
https://hackcur.io/
Permalink

Reporting PM2.5 PM10 micro particle dust sensor by using Arduino and LoRaWAN ATIM ACW-DUINO shield - Stories - Labs

mardi 7 janvier 2020 à 23:32
Un lycée qui a fait un kit pour analyser l'air.
Permalink

L'efficacité des DRM - Liens en vrac de sebsauvage

mardi 7 janvier 2020 à 11:51
Sur mon firefox, je n'ai que OpenH264.
Je ne sais pas ce que c'est que ton Widevine.

Pour OpenH264, le code source est là : https://github.com/cisco/openh264

Au passage, les mises à jour tu peux les mettre en manuel.
Permalink

GitHub - srsLTE/srsLTE: Open source SDR LTE software suite from Software Radio Systems (SRS)

lundi 6 janvier 2020 à 15:58
https://www.srslte.com/
Permalink

Entropy on linux | SysAdmin

dimanche 5 janvier 2020 à 12:07
Sur un banana pi, ssh et nginx ne se lançaient pas au démarrage tant que je ne me connectais pas sur un TTY.
Le problème étant due à un manque d'entropie.
Haveged corrige ça.

# si
cat /proc/sys/kernel/random/entropy_avail
# est < à 700
# alors
sudo apt install haveged

voir aussi Rng-tools
https://wiki.archlinux.org/index.php/Rng-tools
https://wiki.archlinux.org/index.php/Haveged
Permalink