May 2007
Supprimer les dossiers .svn subversion
by lecyborg & 4 others, 1 commentfind . -name '.svn' | xargs rm -rf
est la commande en question !
April 2007
SÉCURITÉ Ssh sans mot de passe
by lecyborgOu comment se connecter à une machine distante sans avoir à rentrer son mot de passe.
Il existe une méthode de configuration plus rapide. Vous pouvez en une seule commande ajouter votre clé dans le fichier `authorized_keys` du serveur distant grâce à `ssh-copy-id`. Pour cela procédez comme suit :
Welcome to Linux From Scratch!
by jdrsantos & 7 othersLinux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
Back Up (And Restore) LVM Partitions With LVM Snapshots | HowtoForge - Linux Howtos and Tutorials
by camelThis tutorial shows how you can create backups of LVM partitions with an LVM feature called LVM snapshots. An LVM snapshot is an exact copy of an LVM partition that has all the data from the LVM volume from the time the snapshot was created. The big advantage of LVM snapshots is that you don't have to worry about open files and database connections, and you don't have to interrupt/halt services on the live partition because a snapshot is usually created in fractions of a second, so your users won't notice any disruption, and your snapshot holds consistent data.
PHP5 from apt-get and PDO - Ubuntu Forums
by phaitourthe missing piece for installing pdo_mysql on ubuntu (sudo apt-get install libmysqlclient15-dev)
Rich Buggy » Blog Archive » Installing PDO for PHP5 on Ubuntu
by phaitourinformation on how to install pdo on ubuntu
Rich Buggy » Blog Archive » Using PECL with Ubuntu
by phaitourgotta install php5-dev on ubuntu in order to install anything from pecl (such as pdo)
The Perfect Setup - Debian Etch (Debian 4.0) | HowtoForge - Linux Howtos and Tutorials
by camelThis tutorial shows how to set up a Debian Etch (Debian 4.0) based server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Debian Etch, but should apply to the 64-bit version with very little modifications as well.
Wireless Penetration
by lecyborg & 1 otherUn diagramme expliquant comment pénétrer un réseau wifi selon les différentes possibilités.
Très clair.
Trucs:Changer le hostname
by lecyborgSi comme moi, vous avez négligé le nom de la machine (hostname) à l'installation et que vous désirez le changer, voilà comment procéder :
March 2007
Accents des fichiers Samba/Linux
by lecyborgOn a donc le charset ISO-8859-1 utilisé sur la machine qui fait tourner samba (à vous de spécifier le votre, en général ce sera celui là sur une installation en français), et sur les clients windows, on a la page de code 850 (pour la connaitre, taper chcp en ligne de commande sous windows).
Data serveur Linux et Contrôleur de données Windows
by lecyborgOu comment faire en sorte que les utilisateurs d'active directory puissent utiliser des ressources Samba. Tutorial en Français.