blog
Table des matières
- 2026:
- 2025:
10 billet(s) pour avril 2026
| Pb wine | 2026/04/19 11:09 | Jean-Baptiste |
| Inclure ASM dans Go lang | 2026/04/19 02:27 | Jean-Baptiste |
| Inclure du C dans Go lang | 2026/04/19 01:32 | Jean-Baptiste |
| Notes API REST | 2026/04/18 21:40 | Jean-Baptiste |
| Création image conteneur - exemple de multi-stage builds | 2026/04/18 17:07 | Jean-Baptiste |
| Exécuter du code python avec go lang | 2026/04/18 17:00 | Jean-Baptiste |
| Inclure des appels à Go lang dans Python | 2026/04/18 16:14 | Jean-Baptiste |
| Notes protocoles TCP/IP - IGMP et multicast | 2026/04/15 09:42 | Jean-Baptiste |
| Notes go lang programmation fonctionnelle | 2026/04/13 22:27 | Jean-Baptiste |
| Notes ping ICMP | 2026/04/03 23:01 | Jean-Baptiste |
Utilisateur plusieurs noms même uid
#chown -h -R --from=Plop:Plop reference:reference / find / /var /home /data /opt -xdev \( -type f -o -type d \) \( -uid $(id -u Plop) -o -gid $(id -g Plop) \) -exec chown $(id -u reference):$(id -g reference) {} \; usermod -o -u $(id -u reference) -g $(id -g reference) Plop
USB over TCP/IP avec USB/IP
Installation
Client et Serveur
Installation de USB/IP sous Debian
apt-get install usbip
Attachement
Serveur
modprobe usbip-core modprobe usbip-host
usbipd -D usbip list -l usbip bind -b 1-1
Pour tester
usbip list -r 127.0.0.1
Client
modprobe usbip-core modprobe vhci-hcd
usbip -l list -r 192.168.56.10 usbip attach -r 192.168.56.10 -b 1-1
Détach
Sur le Client
usbip port
usbip detach -p 00
Sur le Serveur pour stopper le partage
usbip unbind -b 1-1
Upgrade dist-upgrade Ubuntu
Voir : https://www.digitalocean.com/community/tutorials/how-to-upgrade-ubuntu-12-04-lts-to-ubuntu-14-04-lts
sudo apt-get update sudo apt-get upgrade
# apt-cache policy update-manager-core sudo apt-get install update-manager-core sudo do-release-upgrade
psh Perl Shell
Une shell interactif pour Perl
perl -MCPAN -e 'install BSD::Resource' export PERL5LIB=~/perl5/lib/perl5/ git clone https://github.com/gnp/psh cd psh perl Makefile.PL make make install ~/perl5/bin/psh
ou encore
perl -de0
blog.txt · Dernière modification : de 127.0.0.1
