Troubleshoot auto nego ports on switchs
ping –f –i 0.0001 –s 10000 192.168.0.1 Note Dots denote echo request without echo reply. The more points you have the more the connection is… Read More »Troubleshoot auto nego ports on switchs
ping –f –i 0.0001 –s 10000 192.168.0.1 Note Dots denote echo request without echo reply. The more points you have the more the connection is… Read More »Troubleshoot auto nego ports on switchs
/etc/pure-ftpd/conf/PassivePortRange 50000 50100
echo mysql-server mysql-server/root_password select PASSWORD | debconf-set-selections echo mysql-server mysql-server/root_password_again select PASSWORD | debconf-set-selections aptitude -y install mysql-server libmysqlclient15-dev Note Scripted install of MySQL
# Change les droits des répertoires et sous répertoires du dossiers courant # Changer la directive -type d par -type f pour ne changer que… Read More »Changer les droits sur des dossiers ou fichiers uniquement
#Convertir un fichier texte d’un format Windows/dos vers unix: tr -d ‘\015′ < win-format.txt > unix-format.txt #Convertir un fichier texte d’un format unix vers… Read More »Conversion de fichier texte windows/unix
find . –type f -print0 | xargs -0 chmod +x
<SCRIPT LANGUAGE=“JavaScript”> <!– Begin function getCSS() { datetoday = new Date(); timenow=datetoday.getTime(); datetoday.setTime(timenow); thehour = datetoday.getHours(); if (thehour > 20) display = “tree_twilight.css”; else if… Read More »Switch CSS according to the hours of the day
Pour afficher le man d’une d’une fonction C ou d’une commande shell, positionnez le curseur sur le mot concerné et appuyez sur K (k majuscule).
# For IOS devices you might use the following to generate syslog entries for logins: login block-for 120 attempts 4 within 120 login on-failure log… Read More »Logging executed commands on Cisco switch and login attempts
# Add this line to your “vhost” fastcgi_param DEBUG “uri=$uri request_uri=$request_uri … Read More »Nginx: debug fastcgi params