tips ajaxterm
# tips supplémentaires a l’install d’ajaxterm : # relancez tous les modules concernant le prxy dans apache # tuto : http://smhteam.info/wiki/index.linux.php5?wiki=AjaxTerm #le lancer via :… Read More »tips ajaxterm
# tips supplémentaires a l’install d’ajaxterm : # relancez tous les modules concernant le prxy dans apache # tuto : http://smhteam.info/wiki/index.linux.php5?wiki=AjaxTerm #le lancer via :… Read More »tips ajaxterm
En mode insertion, commencer à écrire un mot puis avec : <Ctrl-P> Complétion automatique du mot en fonction des mots présent dans le fichier (vers… Read More »Complétion automatique dans vim
while read line; do tar -P -c -T – -f archive.tar.gz done < liste_diff.txt Le fichier fourni en paramètre contient une liste de fichiers… Read More »Créer un fichier tar.gz à partir d’un fichier listant un certains nombres de fichiers
// Vérification de la forme function isEmail($email){ return preg_match(“/^(\w|-|\.)+@((\w|-)+\.)+[a-z]{2,6}$/i”, $email) } // Domaine valide ? function isEmailDomaine($email){ list($compte,$domaine)=split(‘@’,$email,2); if(!checkdnsrr($domaine,‘MX’) && !checkdnsrr($domaine,‘A’)){ … Read More »Vérifier la validité d’une adresse email avec php
Note Great for finding effects of make install find / -cmin -5
ArrayList<Object> list = new ArrayList<Object>(); … //tri Collections.sort(list, new Comparator(){ public int compare(Object o1, Object o2) { return o1.compareTo(o2); … Read More »Trier un ArrayList
Il arrive parfois qu’un script shell par exemple, après son transfert d’un windows (via WinSCP par exemple) puis de son execution, vous affiche plein d’erreurs… Read More »Probleme de ^M dans un fichier lors d’un transfert d’un windows à un linux
Note <150> represents facility and severity following RC3164 Syslog header use the current timestamp and a random hostname echo “<150>`env LANG=us_US.UTF-8 date “+%b %d %H:%M:%S“`… Read More »Send syslog message with netcat nc
Note Checks to see if browser is IE based or other. function createRequestObject(handler) { var xmlHttp; try… Read More »Ajax request handler
> According to www.ntp.org in stanard Linux o.s. (adjtime(2) – http://www.ntp.org/ntpfaq/NTP-s-algo.htm#S-ALGO-BASIC) time adjusting has rate of 0.5ms per second That’s the _maximum_ slew rate. The… Read More »ntpd clock slewing / stepping offsets