Outils pour utilisateurs

Outils du site


blog

Notes - wsl

Voir :

wsl --update

/mnt/c/Users/Administrator/.wslconfig

[wsl2]
memory=3221225472
processors=3
kernelCommandLine = vsyscall=emulate

/etc/wsl.conf

[boot]
systemd=true
 
[network]
generateHosts=false
generateResolvConf=false
2025/03/24 15:06

Notes - test sur arborescence de fichiers

libfile-checktree-perl

Voir :

sudo apt-get install libfile-checktree-perl
use File::CheckTree;
 
$num_warnings = validate( q{
    /vmunix                 -e || die
    /boot                   -e || die
    /bin                    cd
        csh                 -ex
        csh                 !-ug
        sh                  -ex
        sh                  !-ug
    /usr                    -d || warn "What happened to $file?\n"
});
2025/03/24 15:06

Notes - test bande passante reseau

~/.iftoprc

dns-resolution: no
port-resolution: no
show-bars: yes
iftop -NP -i eth1 -f "host 192.168.2.111 or 192.168.2.112"
iftop -N -i eth1 -f "port 3260"
2025/03/24 15:06
blog.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki