public marks

PUBLIC MARKS from camel with tag howto

November 2008

Wget, plus qu'un aspirateur : Codeur

(via)
Wget permet de récupérer une page web en ligne de commande. il simule une requête HTTP, de type POST ou GET par exemple La fonction première de wget est bien sur l'aspiration de site web. Il permet de crawler un site et de sauver toutes les pages, fichiers et images trouvés.

linuxwave: Using gnu screen

(via)
Screen is a full-screen window manager that multiplexes a physical terminal between several processes. In short, you can have a few virtual terminal by using only one physical terminal. Screen is useful when you are accessing servers remotely, or running jobs on the background. When you want to run jobs on the background, it is very useful to run it inside one screen so that you can detached it, and simply log out without worry. Below are a few useful command to be used with screen to get you started.

Mon mémo sur sed - La page de GnunuX

(via)
Sed me permet de modifier des fichiers rapidement. Voici une liste d'exemple, qui me servira de mémo. L'option "-i" fait les modifications directement dans le fichier.

InsiaAdminSys – Formation Bearstech

Administration système ¶ Il est sous-entendu que ces cours concernent les systèmes d'exploitation de type Unix, en particulier GNU/Linux, et parfois FreeBSD.

Qmail Howto | Nasim Mansurov

(via)
Full Qmail Installation and Configuration Guide or Qmail Vmailmgr Tcpserver RBL SpamAssassin Relay-CTRL Qmail-Scanner Courier IMAP Guide POP3S SMTPS

October 2008

Funky Routing - OptionC

This has been tested on Xen 2.0.7-1 with Shorewall 3.0.3-1. This Howto presupposes you already have a base Xen install. If not, and you are unfamiliar with Xen, then you probably want to start with the Xen_Debian_Quick_Start. If you do have such a system and you used the default, networking should be running relatively seemlessly. These configurations are only if you want to switch to routed networking (and have a bit more control). There is nothing particularly funky about them, but I haven't had a chance to change it, and that was the first thing that came off of my fingers when I created this page

September 2008

LVM raid with mirroring and stripping

Figurez-vous qu'il est possible de faire du raid avec LVM. Hé oui, vous avez déjà remarqué que vous pouviez mettre plusieurs disque dans un vg. Pour l'instant lvm se contente de les mettre bout à bout, comme le ferait un raid de type linear.

Installing Zivios Server On Ubuntu | HowtoForge - Linux Howtos and Tutorials

This howto explains installing Zivios Master Service version 0.5.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as it's data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

LVM extension réduction

Maintenant que vous savez utiliser LVM vous voudriez aller un peu plus loin. Mise en situation : vous avez un disque de 50To, un vg déjà en place et sur sur ce VG un LV de 30To dédié à votre médiathèque. Or vous venez de découvrir (et donc d'acheter) un nouveau disque de 1Po (Péta Octet pour ceux qui ne suivent pas, hé oui, c'est fou comme ça avance vite la technologie).

Plugins et astuces pour sécuriser et optimiser WordPress

C’est juste un “pense-bête” compilant les meilleures pages francophones sur ce thème, à usage personnel mais pouvant bien sûr servir à tous. Une manière aussi d’inciter (de m’inciter) à prendre de bonnes résolutions. Tous ces conseils ne sont pas forcément nécessaires ni nécessairement bons, c’est à chacun d’y réfléchir et d’en juger. Ils peuvent de plus être caduque au moment où vous les lirez.

Extraire, trier et filtrer des données - Systèmes alternatifs - Les tutoriels

* grep : filtrer des données * sort : trier les lignes * wc : compter le nombre de lignes * uniq : supprimer les doublons * cut : couper une partie du fichier

XEN Cluster HowTo

I have tried to run both Debian Etch and Ubuntu 8.04 Server on the cluster nodes, in Dom0. I started my tests with Debian, but I had some issues with slow samba performance in one VM that I couldn't fix so I decided to try Ubuntu Server, for the first time. Both installation went OK, the main difference was that I used mainly source code in Debian, but only packages in Ubuntu. I actually ran into more problems with Ubuntu due to some early bugs in the 8.04 release, will describe them below as I go along. And I have still to prove that running this setup in Ubuntu is stable.

August 2008

July 2008

Howto Install VirtualBox 1.6 in Ubuntu 8.04(Hardy Heron) including USB Support -- Ubuntu Geek

VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). Install Virtualbox 1.6 in Ubuntu

May 2008

MiNET Online - Utilisation de sed

sed est un éditeur ligne non interactif : il lit les lignes d’un fichier une à une (ou provenant de l’entrée standard), leur applique un certain nombre de commandes d’édition et renvoie les lignes résultantes sur la sortie standard. Il ne modifie pas le fichier traité, il écrit tout sur la sortie standard. Il faut savoir que sed utilise les expressions rationnelles basiques (par oppositions aux expressions rationnelles étendues), il est donc nécessaire de maîtriser leur syntaxe. Pour cela, il est possible de consulter l’article Expressions rationnelles :-). sed est une évolution de l’éditeur ed, qui a aussi donné vi. La syntaxe n’est franchement pas très conviviale, mais il permet de réaliser des commandes complexes sur de gros fichiers.

April 2008

Setting Up A Modular Subversion Repository For PHP-Driven Websites | HowtoForge - Linux Howtos and Tutorials

Sharing code between projects is still not a trivial matter with subversion. Especially if you are familiar with SourceSafe, you will find that subversion makes it hard to share code. Subversion seems to be really great in creating a version mess and good in solving one, but the reason I need source code control is to prevent such a mess. This is where subversion can be greatly improved, but it is not impossible. This howto will demonstrate a directory setup that takes the subversion sharing mechanism into account, as well as other issues that repositories bring.

Qmail/Postfix/ClamAV Dual MTA HOWTO

Here is a quick guide to implementing virus protection on an existing Qmail server by adding Postfix, ClamAV and amavisd-new. Readers may ask themselves why anyone would want to do this. There is an actual reason why this particular set up came about.

March 2008

Liste de tutos pour Ubuntu | Spalistik

Certains sont utiles, d’autres plus futiles. Certains sont simples, d’autres rentrent dans des détails techniques plus poussés. Bref que vous soyez simple utilisateur ou power-user, voilà une liste de tutoriels pour Ubuntu à garder sous le coude.

February 2008

Cours sur l'outils Gnu Screen pour #ubuntu-fr-classroom.

Cours sur l'outils Gnu Screen pour #ubuntu-fr-classroom.

camel's TAGS related to tag howto

admin +   ajax +   amavis +   apache +   application +   archive +   backup +   backup rsnapshot +   backuppc +   box +   clamav +   cluster +   code +   command +   commandes +   config +   configuration +   console +   control +   css +   debian +   desktop +   documentation +   embed +   etch +   extension +   flash +   google +   guide +   html +   imap +   install +   lamp +   lib +   linux +   loadbalancer +   log +   lvm +   mail +   management +   memo +   mysql +   nagios +   NAS +   netboot +   oreon +   pagerank +   performance +   php +   postfix +   projects +   qmail +   quota +   redundancy +   remote +   rsync +   sarge +   sauvegarde +   scan +   screen +   secure +   security +   sed +   server +   serveur +   setup +   share +   sécurité +   spamassassin +   spamassin +   ssh +   standard +   statistiques +   sterling +   subversion +   sysadmin +   theme +   tinydns +   tips +   tls +   tree +   treeview +   tunnels +   tutorial +   tutoriel +   ubuntu +   upgrade +   vi +   vim +   virus +   vmail +   vpopmail +   web +   webdesign +   wget +   wordpress +   xen +   xhtml +   xm +   yahoo +