How to Monitor MySQL’s performance
1) mysqladmin extended (absolute values) The values making most sense to monitor are: * Slave_running: If the system is a slave replication server, this is… Read More »How to Monitor MySQL’s performance
1) mysqladmin extended (absolute values) The values making most sense to monitor are: * Slave_running: If the system is a slave replication server, this is… Read More »How to Monitor MySQL’s performance
fichier : /etc/sysconfig/network-scripts/ifcfg-eth2 configuration : DEVICE=eth2 BOOTPROTO=static ONBOOT=yes HWADDR=00:1a:20:6a:d8:a4 IPADDR=192.168.1.129 NETMASK=255.255.255.128 fichier : /etc/sysconfig/network configuration : NETWORKING=yes HOSTNAME=toto.lan.fr GATEWAY=192.168.1.254
//agregar una clase usando jquery $(“#radio_c”).addClass(“required”);
find . -name .svn –prune -o -print | xargs chown www-data:www-data #Exclude another directory (cache) find . -name .svn -or -name cache –prune -o -print… Read More »chown a svn project to www-data / exlude .svn directory with find
#agregar templatetags a APPS de settings 1.- apps/templatetags/userInfoTag.py # -*- coding: utf-8 -*- from django import template from django.shortcuts import get_object_or_404 from django.contrib.auth.models import User… Read More »incluir variables generales a la plantilla– inclusion tags
Option Explicit Sub DeleteRegKeyAndSubKeys(strRegTree, strKeyPath) ‘strRegTree = “HKEY_CLASSES_ROOT” ‘ “HKEY_CURRENT_USER” ‘ “HKEY_LOCAL_MACHINE” ‘ “HKEY_USERS” ‘ “HKEY_CURRENT_CONFIG” ‘strKeyPath is the registry key to delete. Example :… Read More »VBScript : How to delete a Windows’ registry key and all its subkeys
Note Utilisation de INET_ATON de MySQL pour trier sur les IP #!/usr/bin/perl -w use strict; use warnings; use DBI; #Connection à la base de donnes… Read More »Requete SQL sur la base d’OCS Inventory en Perl
Remove the events from the options, use an event directly on the select instead. function myfunc(value) { alert(value); } … <select onchange=“myfunc(this.options[this.selectedIndex].value)”> <option… Read More »onClick event on
1/ Find the revision your branch began at: svn log –verbose –stop-on-copy svn+ssh://server/path/to/branch. The final revision printed by this command is the revision in which… Read More »SVN: Merging a Branch into Trunk
Note Pensez a fixer les deux paramètres pathRepo et pathBackup. Merci de me laisser un commentaire si vous en sentez le besoin. #!/bin/bash # Script… Read More »Sauvegarde d’un dépôt SVN