background preloader

Interconnexion réseau et Logiciel Libre : conception, documentation et formation

Interconnexion réseau et Logiciel Libre : conception, documentation et formation

Ubuntu 11.04 - Activer les effets compiz sur gnome classique | WebDevOnLinux DiG HOWTO Initial publication: August 31, 2004 Most recent revision: May 11, 2006 How to use dig to query DNS name servers. dig is a command-line tool for querying DNS name servers for information about host addresses, mail exchanges, name servers, and related information. The source code for dig is part of the larger ISC BIND distribution. If you’re looking for information on configuring the BIND name server, you might find my article BIND for the Small LAN more to your taste. Understanding the default output The most typical, simplest query is for a single host. $ dig www.isc.org That’s the command-line invocation of dig I used. ; <<>> DiG 9.2.3 <<>> www.isc.org ;; global options: printcmd The opening section of dig’s output tells us a little about itself (version 9.2.3) and the global options that are set (in this case, printcmd). ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43071 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 dig www.isc.org AAAA +short #! #!

Ubuntu 11.04 Boot Performance Compared To Past Releases Now that we have looked at the Ubuntu power consumption going back as far as Ubuntu 8.04 LTS (and found serious power regressions), the next round of testing is providing the Bootchart results for five different systems also going back as far as Ubuntu 8.04 LTS. Following a clean install of each operating system and leaving the system in its clean state with stock settings (and packages) aside from installing Bootchart, the Bootchart result was gathered after two reboots. For all releases it was the time measured to the automatic log-in. ThinkPad R52: Intel Pentium M 1.86GHz single-core, IBM 18494WU motherboard SKU with Intel Mobile i915 + ICH6M chipset, 2GB of system memory, 80GB Hitachi HTS541080G9AT00 IDE HDD, ATI Mobility Radeon X300 graphics ThinkPad T60: Intel Core Duo T2400 dual-core, Lenovo 2613EJU motherboard SKU with Intel 945 + ICH7M chipset, 1GB of system memory, 80GB Hitachi HTS541080G9SA00, and ATI Mobility Radeon X1400 128MB graphics.

Point-to-Point Protocol Un article de Wikipédia, l'encyclopédie libre. Pour les articles homonymes, voir PPP. Point-to-Point Protocol (PPP, protocole point à point) est un protocole de transmission pour l'internet, décrit par le standard RFC 1661, fortement basé sur HDLC, qui permet d'établir une connexion de type liaison entre deux hôtes sur une liaison point à point. Il fait partie de la couche liaison de données (couche 2) du modèle OSI. PPP s'appuie sur trois composants : Avantages[modifier | modifier le code] Le protocole PPP permet une meilleure gestion des liaisons par rapport à HDLC car : Il prend en charge des mécanismes d'authentification, comme PAP ou CHAP.Il permet l'agrégation de lien (on parle de PPP Multilink).Il permet la compression des données Il est massivement utilisé pour les connexions Internet dédiées aux particuliers, soit directement basé sur HDLC (connexion RTC), soit encapsulé (par exemple PPPoX, utilisé par les connexions ADSL et câble). Liens externes[modifier | modifier le code]

Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration My friend wanted to know how to change or convert DHCP network configuration to static configuration. After initial installation, he wanted to change network settings. Further, his system is w/o GUI system aka X Windows. Here is quick way to accomplish the same: Your main network configuration file is /etc/network/interfaces Desired new sample settings: => Host IP address 192.168.1.100 => Netmask: 255.255.255.0 => Network ID: 192.168.1.0 => Broadcast IP: 192.168.1.255 => Gateway/Router IP: 192.168.1.254 => DNS Server: 192.168.1.254 Open network configuration file $ sudo vi /etc/network/interfacesOR$ sudo nano /etc/network/interfaces Find and remove dhcp entry: iface eth0 inet dhcp Append new network settings: iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.254 Save and close the file. Task: Define new DNS servers Open /etc/resolv.conf file $ sudo vi /etc/resolv.conf Task: Test DNS server $ host cyberciti.biz Where,

Enabling High Performance Data Transfers [PSC] System Specific Notes for System Administrators (and Privileged Users) These notes are intended to help users and system administrators maximize TCP/IP performance on their computer systems. They summarize all of the end-system (computer system) network tuning issues including a tutorial on TCP tuning, easy configuration checks for non-experts, and a repository of operating system specific instructions for getting the best possible network performance on these platforms This material is currently under active revision. Introduction Today, the majority of university users have physical network connections that are at least 100 megabits per second all the way through the Internet to every important data center in the world (as well as to every other university user). To put these data rates into perspective, consider this: 100 Mb/s is more than 10 megabytes in one second, or 600 megabytes (an entire CD-R image) in one minute. Note that today most TCP implementations are pretty good. Buffers

Planet Libre List of network protocols The following articles contain lists of network protocols in various formats. Subsets[edit] by protocol stack: List of network protocol stacksBluetooth protocolsFibre Channel network protocolsInternet Protocol Suite or TCP/IP model or TCP/IP stackOSI protocols family of information exchange standards developed jointly by the ISO and the ITU-TRouting protocolsList of IP protocol numbers, protocol numbers used in the Protocol field of the IPv4 header and the Next Header field of IPv6 headerYahoo! See also[edit] Le blog de Cyrille BORNE Formation Debian GNU/Linux

www.dansmongrenier.com : Memento vi vi (prononcer vi aïe) est l'éditeur de texte en mode console par excellence, il permet de manipuler des fichiers textes sans accès graphique, une console lui suffit. Sa prise en main est difficile mais une fois maîtrisées et en mémoire la plupart des commandes, cela en fait un très puissant éditeur. C'est vi que j'ai utilisé pour écrire la totalité des scripts PHP générant ce site WEB, c'est aussi vi que j'utilise pour éditer les fichiers de configuration de mon serveur. Sommaire 01. 01 Notations Les commandes ex (commencant par :, / ou ?) 02. /usr/bin/vi [-R] [-wn] [+[nn]] [-c command] [fich...] 03. 04. 05. [n] = n fois 06. 07. 08. 08.1 Recherche en mode EX 08.2 Recherche en mode commande 09. 10. 11. 11.1 Syntaxe des commandes ["buf][n]oper[n'][depl]Où oper =Toutes les commandes d, y, ou c s'appliquent aux déplacements. 11.2 Autres commandes 11.3 Exemples de commandes de substitution 11.4 Exemples de commandes copier, coller et couper 11.5 Autres exemples 12. 12.2 Opérations sur les lignes 13. 14.

manual-en Overview Description SystemRescueCd is a Linux system available on a bootable CD-ROM that allows you to repair your system and your data after a crash. It also aims to provide an easy way to do administrative tasks on your computer, such as creating and editing the partitions of the hard disk. It contains a lot of system utilities (parted, partimage, fstools, ...) and basic ones (editors, midnight commander, network tools). It aims to be very easy to use: just boot from the CD-ROM, and you can do everything. The kernel of the system supports most important file systems (ext2/ext3, reiserfs, reiser4, xfs, jfs, vfat, ntfs, iso9660), and network ones (samba and nfs). You can use SystemRescueCd for many tasks: The first time you use the computer, when no operating system is installed. Contents Here is a short list that describes what you will find on this CD-ROM: A recent Linux kernel, that supports most important file systems, and the most important hardware. Website

man find - Rechercher des fichiers dans une hiérarchie de répertoires. find - Rechercher des fichiers dans une hiérarchie de répertoires. find [chemin...] [expression] Cette page de manuel documente la version GNU de find. find parcourt les arborescences de répertoires commençant en chacun des chemins mentionnés, en évaluant les expressions fournies pour chaque fichier rencontré. L'évaluation de l'expression se fait de gauche à droite, en suivant des règles de priorité décrites dans la section OPÉRATEURS, jusqu'à ce que le résultat soit connu (par exemple la partie gauche vraie pour un opérateur OU ou fausse pour un opérateur ET). Le premier argument commençant par `-', `(', `)', `,', ou `!' find se termine avec le code de retour 0 si tous les fichiers ont pu être examinés correctement, et supérieur à 0 si une erreur s'est produite. Toutes les options renvoient toujours la valeur vraie. -daystart Mesurer les temps (avec -amin, -atime, -cmin, -ctime, -mmin, et -mtime) depuis le début de la journée plutôt que depuis 24 heures. -depth -follow -help, --help -mount +n -n

Le blog de Nicolargo

Related: