PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

L’option ControlMaster de ssh_config – Blog Libre

vendredi 20 décembre 2019 à 10:11
Dans ~/.ssh/config.
```
Host *
    ControlMaster auto
    ControlPath ~/.ssh/sockets/socket-%r@%h:%p
    ControlPersist 5m
```
mkdir -p ~/.ssh/sockets; chmod 700 ~/.ssh/sockets
Permalink

Source Code Pro

vendredi 20 décembre 2019 à 10:03
https://github.com/adobe-fonts/source-code-pro
Permalink

GitHub - IBM/plex: The package of IBM’s typeface, IBM Plex.

vendredi 20 décembre 2019 à 09:33

Permalink

GitHub - tonsky/FiraCode: Monospaced font with programming ligatures

vendredi 20 décembre 2019 à 09:32

Permalink

Mosh: the mobile shell

vendredi 20 décembre 2019 à 09:29
«
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
»
Permalink

Samba Optimization and Speed Tuning @ Calomel.org

jeudi 19 décembre 2019 à 17:04
# /etc/samba/smb.conf
read raw = Yes
write raw = Yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
#socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
min receivefile size = 16384
use sendfile = Yes
aio read size = 16384
aio write size = 16384
strict locking = no
Permalink

Linux Mint 19.3 “Tricia” MATE released! – The Linux Mint Blog

jeudi 19 décembre 2019 à 09:54
https://www.linuxmint.com/download.php
Permalink

Lutris - Open Gaming Platform

lundi 16 décembre 2019 à 11:10
Pour jouer à des jeux Windows sous Gnu/Linux.
Permalink

ProtonDB | Gaming reports for Linux using Proton and Steam Play

lundi 16 décembre 2019 à 11:07
Pour jouer à des jeux Windows sous Gnu/Linux
À tester, .... un jour...
Permalink

Wireguard - Debian Wiki

dimanche 15 décembre 2019 à 18:22
https://angristan.xyz/how-to-setup-vpn-server-wireguard-nat-ipv6/
https://wiki.debian.org/Wireguard
https://www.wireguard.com/install/
Permalink

Cracking LUKS/dm-crypt passphrases – Diverto – Information Security Warriors

samedi 14 décembre 2019 à 22:26
dd if=/dev/sdb3 of=hashcat.luks bs=512 count=4097
hashcat -a 0 -m 14600 hashcat.luks wordlist.txt

http://www.incredigeek.com/home/downloads/grond.sh
https://github.com/glv2/bruteforce-luks
Permalink

Données Publiques de Météo-France - Accueil

jeudi 12 décembre 2019 à 11:40
via https://linuxfr.org/news/troisieme-mise-en-demeure-pour-l-association-linuxfr
Permalink

Disséquer un APK pour trouver une API de météo - LinuxFr.org

jeudi 12 décembre 2019 à 11:36
# pour avoir la météo
curl -s -S 'http://ws.meteofrance.com/ws/getLieux/rennes.json' | jq -rc '.result.france[]|[.indicatif, .nom]|@csv'
curl -s -S 'http://ws.meteofrance.com/ws/getDetail/france/352380.json' | jq -rc '.result.previsions48h|.[]|[.moment, .description]|@csv'

Sinon il y a ça :
curl -4 http://wttr.in/Rennes
Permalink

"Reverse Engineering for Beginners" free book

jeudi 12 décembre 2019 à 10:10
https://beginners.re/RE4B-FR.pdf
Permalink

Restreindre des clés SSH pour du backup via rsync - Petits liens en vrac...

jeudi 12 décembre 2019 à 09:54
« Le problème c'est que si vous automatisez le backup (ce que vous devez absolument faire) c'est que votre clé privée ne peut pas avoir de passphrase (ça ne peut pas s'automatiser et être sécure ça). »
Sinon, il y a :
ssh-add ~/.ssh/id_ed25519
Ça permet d'entrer seule fois la passphrase avant d'utiliser ssh, scp, rsync, ...
Permalink

Note: ntp mise à jour date

lundi 9 décembre 2019 à 17:46
 ntpdate <server_ntp>

ntpdate ntp.ubuntu.com
Permalink

Ethical Tech | Giving Guide

vendredi 6 décembre 2019 à 23:18
Pour faire des cadeaux éthiques ^_^
Permalink

RIDING CHINA IN FPV - The Art Of Flying - YouTube

vendredi 6 décembre 2019 à 20:05
Wouaw magnifique *o*
Permalink

Le Huawei Mate 30 Pro n'héberge aucun composant américain - Les Numériques - Le bazar de mydjey

mardi 3 décembre 2019 à 19:14
Sinon il y a des téléphones libres comme le Librem 5 :
https://puri.sm/products/librem-5/

:-)
Permalink

Note: Hacker à capuche

lundi 2 décembre 2019 à 22:30
Citation de moi même (Oros) :
«
Si un hacker a une capuche, c'est :
- soit il pleut
- soit il a froid !
»
:-)
Permalink