Posted in EeePC Exploitation Linux

NTFS Cloning and shrinking

“Honey, I shrunk the filesystem!” Recently I bought a solid-state harddisk, an Intel X25M. I wanted to use this disk in my Windows development system, without having to do a fresh install of Windows XP. I really didn’t want to install all my applications again, not to speak of all the custom configurations and tweaks I usually apply to Windows to make it palatable. So I thought I’d just make a image copy of my old harddisk to this new one, and be done with it.

Continue Reading... NTFS Cloning and shrinking
Posted in Exploitation

Freenas/ZFS and FreeNAS expansion

Disclaimer: Use this info at your own risk, don’t come to me if all your data disappears one day. But it works for me.

Continue Reading... Freenas/ZFS and FreeNAS expansion
Posted in Exploitation

Freebsd Disk management GEOM : Howto

1. Pré-requis : présentation de GEOM GEOM [1] [2] est un framework d’abstraction d’accès à des raw-devices via des classes (CONCAT, ELI, LABEL, MIRROR, NOP, RAID3, SHSEC, STRIPE, VINUM) ; chaque classe représente un typ1. Pré-requis : présentation de GEOM GEOM [1] [2] est un framework d’abstraction d’accès à des raw-devices via des classes (CONCAT, ELI, LABEL, MIRROR, NOP, RAID3, SHSEC, STRIPE, VINUM) ; chaque classe représente un type d’action sur ces raw-devices. Il est possible de combiner plusieurs classes sur un même device, et ce, dans différents ordres, ce qui éloigne fortement GEOM des autres ” volume managers ” qui ont une typologie beaucoup plus stricte. Un peu de vocabulaire : Une classe implémente un type particulier d’action sur ces raw-devices (disques durs IDE, SATA, SCSI ; clés USB ; fichiers ” filesystem ” montés sur une loopback mdconfig(3)) ; Un provider est le device résultant de l’action de GEOM sur ces raw-devices ; Un consumer est le device sur lequel s’applique la classe, au départ, le device physique. Le handbook comporte un chapitre très complet sur GEOM [3] : ” Chapter 18 GEOM : Modular Disk Transformation “.

Continue Reading... Freebsd Disk management GEOM : Howto
Posted in Exploitation

Memo AIX <5.0

Mémento de commandes d’administration pour AIX (≤ 5.x)

Continue Reading... Memo AIX <5.0
Posted in Exploitation Linux

sed Tutorial

sed tutorial � sed introduction � sed examples #1 � sed commands � regular expressions � more sed examples intro home – top of the page – email sed – Stream EDitor – works as a filter processing input line by line. Sed reads one line at a time, chops off the terminating newline, puts what is left into the pattern space (buffer) where the sed script can process it (often using regular expressions), then if there anything to print – sed appends a newline and prints out the result (usually to stdout).

Continue Reading... sed Tutorial
Posted in Dev Exploitation Linux

Logging Java in Syslog

log4j et syslog : avoir une configuration commune

Continue Reading... Logging Java in Syslog
Posted in backup Exploitation

Garder un historique à 3 ans de ses documents avec Backuppc

J’utilise Backuppc depuis maintenant plus de 5 ans. Et je dois dire que je l’apprécie énormément… Difficile à mettre en place certes. Mais quelle liberté 😉 On peut lui faire faire ce que l’on veut. Le prix à payer est une prise en main parfois délicate, surtout pour ceux qui ne sont à l’aise avec le PERL.

Continue Reading... Garder un historique à 3 ans de ses documents avec Backuppc
Posted in Dev Exploitation Linux

CSS – Cameron Simpson’s Scripts

CSS is a large collection of scripts (over 1000) and their supporting modules. There are tools for a wide variety of tasks, many sysadmin and text manipulation related, some mere finger convenience. There are even a few manual entries. Css scripts package

Continue Reading... CSS – Cameron Simpson’s Scripts
Posted in Dev Exploitation Linux

RabbitMQ OpenSources Messages Service

Un Projet fort intéressant, supporté par la fondation Mozilla, qui permet de s’interfacer avec un grand nombre de langages. Et ce sur de nombreuse Plateforme (Windows, Linux, VMS …) Je recopie la présentation des fonctionalités, en anglais, mais très complète.

Continue Reading... RabbitMQ OpenSources Messages Service
Posted in Exploitation

MQSeries FAQ

Update: 6 Aout 2006 Version: 1.0 Author: Jean-Louis Bicquelet-Salaün Location: http://jlbicquelet.free.fr Copyright: (c) 2004-2006 Jean-Louis BICQUELET-SALAÜN Pour plus d’information au sujet de cette faq, contactez Jean-Louis BICQUELET FAQ Revised: Wednesday 30 August 2006 13:16:3

Continue Reading... MQSeries FAQ