View Generate a random IP address with Bash echo $((RANDOM%256)).$((RANDOM%256)).$((RANDOM%256)).$((RANDOM%256))Read More
View Récupérer l’adresse ip publique #L’appel à iconv n’est nécessaire que si votre système utilise utf8 comme jeu de caractères par défaut (ce qui devient de plus en plus...Read More
View change the folder index / cambiar el indice de una carpeta DirectoryIndex first_index.html second_index.html third_index.html #if “first_index.html” does not found apache tries to find the next index (“second_index.html”), if the index lists ends apache #...Read More
View Find, replace, and increment at each occurence of string perl -ple ‘s/num/$n++/e’ filenameRead More