Skip to content

linux

mysqltcl install on linux

wget http://www.xdobry.de/mysqltcl/mysqltcl-2.50.tar.gz tar xfz mysqltcl-2.50.tar.gz export CPP=/usr/BIN/cpp ./configure –with-tcl=/root/lib/ –with-tclinclude=/root/include/ –with-mysql-include=/etc/mysql –with-mysql-lib=/usr/bin/mysql make make install

Gestion des routes sous Linux

  • by

# Ajouter une route par defaut route add default gw 192.168.0.1 # Afficher les routes route -n # Supprimer une route route del -net 192.168.0.1/24