Sources : https://www.gnu.org/software/ddrescue/ddrescue.html https://launchpad.net/ddrescue-gui https://www.hamishmb.com/html/ddrescue-gui.php https://launchpad.net/~hamishmb/+archive/ubuntu/myppa https://sourceforge.net/projects/ddrescueview/ Etape 1 : Faire une image du disque Enfin de ce qui reste si le disque n’est pas complètement lisible. Lancer un OS live ( Debian, Ubuntu, Mint …) Installer ddrescue-gui et ddrescueview…
Catégorie : Linux
CentOS, Linux, Réseau, Serveur
CentOS 6 – Controleur de domaine – Liens
by admin • • 0 Comments
Etapes : DHCP + DNS http://magicofubuntu.blogspot.fr/2012/11/how-to-install-and-configure-dnsmasq.html http://www.mgroup.fr/index.php?pages/centos_server_dnsmasq lignes à modifier : NTP OpenLDAP + Samba3 Articles pour utiliser samba avec annuaire LDAP Essai avec : http://www.server-world.info/ –> Ca marche Création d’utilisateurs de groupes : http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/ Problème de DNS lors de…
Linux
Gestion de l’energie sous Linux
by admin • • 0 Comments
TLP : http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html#start http://www.thinkwiki.org/wiki/Tp_smapi#Installation_from_source
Linux, Serveur
puppets
by admin • • 0 Comments
http://www.unixgarden.com/index.php/gnu-linux-magazine/les-sysadmins-jouent-a-la-poupee http://wiki.deimos.fr/Puppet_:_Solution_de_gestion_de_fichier_de_configuration http://projects.puppetlabs.com/projects/puppet
Linux, Serveur, Ubuntu
Serveur de dépot local
by admin • • 0 Comments
Create Your Own Local Mirror of the Ubuntu Repositories Category: Software / Tag: server, ubuntu / Add Comment If you have several Ubuntu machines on a network, you might like to mirror the Ubuntu repositories locally so that you’re not…
Linux, Serveur
LVM : Renommer un groupe de volumes
by admin • • 0 Comments
Sites sur LVM : http://www.ibiblio.org/pub/Linux/docs/HOWTO/LVM-HOWTO http://wiki.deimos.fr/LVM_:_Utilisation_des_LVM Renommer un groupe de volumes lvmVous est-il déjà arrivé de devoir connecter à votre machine un disque externe sur lequel un groupe de volumes porte le même nom que celui que vous utilisez ?…
Linux, Réseau, Serveur, serveur de discussion
Serveur IRC
by admin • • 0 Comments
Solution unrealIRC sudo apt-get install build-essential wget http://www.unrealircd.com/downloads/Unreal3.2.10.1.tar.gz gunzip -d Unreal3.2.X.tar.gz tar xvf Unreal3.2.X.tar cd Unreal3.2 ==[ COMPILING ]== To build the ircd, run: ./Config Answer these questions to the best of your knowledge. Generally if your not sure, the…
Linux, Réseau, Serveur
resolvconf
by admin • • 0 Comments
Le fichier « resolv.conf » permet d’indiquer le ou les domaines de recherche et les différents serveurs DNS à utiliser. Ainsi, lorsqu’un client recherche une adresse en dehors du nom de domaine local (google.fr par exemple), dnsmasq (l’application que nous allons utiliser…
Linux, Ubuntu
Scribus, un PAO
by Cyril • • 0 Comments
http://doc.ubuntu-fr.org/scribus http://wiki.scribus.net/canvas/Prise_en_main_de_Scribus http://wiki.scribus.net/canvas/Get_Started_with_Scribus Imprimer au format livre : http://wiki.scribus.net/canvas/How_to_make_a_booklet Method A-1: using psutils only 1) Change the document format to postscript: pdf2ps file.pdf This creates a postscript file named ‘file.ps’ 2) Change the order of the pages: psbook…