Note Great circle distance Great circle distance Find the distance in kilometres between two points on the surface of the earth. This is just...
Author: spirit
Note Pour écrire ces informations dans un fichier : > dir *.* /b /s >liste.txt dir *.* /b /s
mysqldump -h localhost -u user -ppassword -r/tmp/mysql_backup.data nomdatabase mysql -h localhost -u user -ppassword nomdatabase < /tmp/mysql_backup.data
#Remplacez “eth0” par l’interface concernée. #Octets reçus : /sbin/ifconfig eth0 | grep bytes | sed -e “s/TX.*//g” | sed -e “s/.*RX/RX/g” #Octets envoyés :...