T'as aussi :
sudo apt install anarchism
firefox /usr/share/doc/anarchism/html/index.html
Site original : shaarli-Links
T'as aussi :
sudo apt install anarchism
firefox /usr/share/doc/anarchism/html/index.html
Interface web pour aria2
https://github.com/mayswind/AriaNg
https://github.com/aria2/aria2
— Permalink
www.youtube.com###dialog
||www.gstatic.com/youtube/img/promos/growth/dmod_si_horizontal_ver1_240x400.png$image
www.youtube.com##opened
www.youtube.com##.opened
:-)
suite de https://www.youtube.com/watch?v=8HZ4DnVfWYQ
— Permalink
Merci Zythom
via https://zythom.fr/2020/12/dictionnaire-francais-pour-hashcat/
— Permalink
Lorsque vous avez des problèmes de taille de paquet, pour changer le MTU :
$ ip a
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
$ sudo ifconfig eth0 mtu 1420
ou
dans /etc/network/interfaces :
allow-hotplug eth0
iface eth0 inet dhcp
mtu 1420
«Certains ne sont pas soumis à la gravité, ça ruissèle vers le haut pour eux.»
Bah non.
Je vous rappel le principe du ruissellement :
Pluie -> ruisseau -> rivière -> fleuve -> mer
Les riches (fleuve ou mer) reçoivent bien le ruissellement des pauvres.
— Permalink
Oooh Korben a fait un article sur l'un de mes projets :-p
Ça c'est un jolie cadeau de Noël.
Merci Korben :-D
Tien en effet la redirection n'était pas bonne.
Par contre mon serveur ne supporte que TLS 1.2 et 1.3.
Donc pas de SSL.
— Permalink
Sinon, un truc plus simple, remplacer watch?v=
par embed/
Exemple :
https://www.youtube.com/watch?v=q0Y-XL2vMmc
devient
https://www.youtube.com/embed/q0Y-XL2vMmc
En plus, l'avantage est d'avoir la vidéo en pleine page :-p
Un bookmarklet pour ça :
javascript:(function(){document.location.href=document.location.href.replace("watch?v=",%20"embed/");})();