Debian Reference

Total Page:16

File Type:pdf, Size:1020Kb

Debian Reference Debian Reference Osamu Aoki <[email protected]> Editor: David Sewell <[email protected]> ‘Authors’ on page 173 CVS, Thu, 3 Oct 2002 22:43:22 -0600 Abstract This Debian Reference (http://qref.sourceforge.net/) is intended to provide a broad overview of the Debian system as a post-installation user’s guide. It covers many aspects of sys- tem administration through shell-command examples. Basic tutorials, tips, and other information are provided for topics including fundamental concepts of the Debian system, system installation hints, Debian package management, the Linux kernel under Debian, system tuning, building a gateway, text editors, CVS, programming, and GnuPG for non-developers. Copyright Notice Copyright © 2001–2002 by Osamu Aoki <[email protected]>. Copyright (Chapter 2) © 1996–2001 by Software in the Public Interest. This document may used under the terms of the GNU General Public License version 2 or higher. (http://www.gnu.org/copyleft/gpl.html) Permission is granted to make and distribute verbatim copies of this document provided the copy- right notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this document under the con- ditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this document into another language, under the above conditions for modified versions, except that this permission notice may be in- cluded in translations approved by the Free Software Foundation instead of in the original English. i Contents 1 Preface 1 1.1 Official document ....................................... 1 1.2 Document conventions .................................... 2 1.3 Basic setup ........................................... 2 1.4 Basics of the Debian distributions .............................. 3 2 Debian fundamentals 5 2.1 The Debian archives ..................................... 5 2.1.1 Directory structures ................................. 5 2.1.2 Debian distributions ................................. 6 2.1.3 The stable distribution .............................. 6 2.1.4 The testing distribution .............................. 7 2.1.5 The unstable distribution ............................. 7 2.1.6 The frozen distribution .............................. 8 2.1.7 Debian distribution codenames ........................... 8 2.1.8 Codenames used in the past ............................. 8 2.1.9 The source for codenames .............................. 9 2.1.10 The pool directory .................................. 9 2.1.11 Historical notes about sid ............................. 9 2.1.12 Uploaded packages in incoming ......................... 10 2.1.13 Retrieving an older package ............................. 10 CONTENTS ii 2.1.14 Architecture sections ................................. 10 2.1.15 The source code .................................... 11 2.2 The Debian package management system ......................... 11 2.2.1 Overview of Debian packages ........................... 11 2.2.2 Debian package format ............................... 12 2.2.3 Naming conventions for Debian package filenames ............... 12 2.2.4 Preservation of the local configuration ....................... 13 2.2.5 Debian maintenance scripts ............................. 14 2.2.6 Package priorities ................................... 14 2.2.7 Virtual packages ................................... 15 2.2.8 Package dependencies ................................ 15 2.2.9 The meaning of “pre-depends” ........................... 16 2.2.10 Package status ..................................... 17 2.2.11 Holding back packages from an upgrade ..................... 17 2.2.12 Source packages ................................... 18 2.2.13 Building binary packages from a source package ................. 18 2.2.14 Creating new Debian packages ........................... 19 2.3 Upgrading a Debian system ................................. 19 2.3.1 Methods for upgrading a Debian system ..................... 19 2.3.2 Package management tools overview ....................... 20 2.3.3 dpkg .......................................... 20 2.3.4 APT ........................................... 20 2.3.5 dselect ........................................ 21 2.3.6 Upgrading a running system ............................ 21 2.3.7 Downloaded and cached .deb archive files .................... 21 2.3.8 Record-keeping for upgrades ............................ 21 2.4 The Debian boot process ................................... 22 2.4.1 The init program .................................. 22 2.4.2 Runlevels ....................................... 22 CONTENTS iii 2.4.3 Customizing the boot process ............................ 23 2.5 Supporting diversity ..................................... 23 2.6 Internationalization ...................................... 24 2.7 Debian and the kernel .................................... 24 2.7.1 Compiling a kernel from non-Debian source ................... 24 2.7.2 Tools to build custom kernels ............................ 25 2.7.3 Alternative boot loaders ............................... 25 2.7.4 Custom boot floppies ................................ 25 2.7.5 Special provisions for dealing with modules ................... 26 2.7.6 De-installing an old kernel package ........................ 26 3 Debian System installation hints 27 3.1 General Linux system installation hints .......................... 27 3.1.1 Hardware compatibility basics ........................... 27 3.1.2 Determining a PC’s hardware and chip set .................... 28 3.1.3 Determining a PC’s hardware via Debian ..................... 28 3.1.4 Determining a PC’s hardware via other OSs ................... 28 3.1.5 A Lilo myth ...................................... 29 3.1.6 Choice of boot floppies ................................ 29 3.1.7 Installation ....................................... 29 3.1.8 Hosts and IP to use for LAN ............................ 30 3.1.9 User accounts ..................................... 31 3.1.10 Creating file systems ................................. 31 3.1.11 DRAM memory guidelines ............................. 34 3.1.12 Swap space ...................................... 35 3.2 Bash configuration ...................................... 35 3.3 Mouse configuration ..................................... 35 3.3.1 PS2 mice ........................................ 35 3.3.2 USB mice ....................................... 36 CONTENTS iv 3.4 NFS configuration ....................................... 37 3.5 Samba configuration ..................................... 37 3.6 Printer configuration ..................................... 38 3.6.1 lpr/lpd ........................................ 38 3.6.2 CUPS™ ........................................ 39 3.7 Other host installation hints ................................. 39 3.7.1 Install a few more packages after initial install .................. 39 3.7.2 Modules ........................................ 40 3.7.3 CD-RW basic setup .................................. 41 3.7.4 Large memory and auto power-off ......................... 41 3.7.5 Strange access problems with some websites ................... 42 3.7.6 Dial-up PPP configuration .............................. 42 3.7.7 Other configuration files to tweak in /etc .................... 43 4 Debian tutorials 45 4.1 Information sources ...................................... 45 4.2 The Linux console ....................................... 45 4.2.1 Login .......................................... 45 4.2.2 Add a user account .................................. 46 4.2.3 How to shut down .................................. 46 4.2.4 Command-line editing ................................ 47 4.2.5 Very basic commands to remember ........................ 47 4.2.6 X Window System .................................. 48 4.2.7 Important keyboard commands .......................... 48 4.3 Midnight Commander (MC) ................................. 48 4.3.1 Install MC ....................................... 48 4.3.2 Start MC ........................................ 49 4.3.3 File manager ..................................... 49 4.3.4 Command-line tricks ................................. 49 CONTENTS v 4.3.5 Editor ......................................... 50 4.3.6 Viewer ......................................... 51 4.3.7 Auto-start features .................................. 51 4.3.8 FTP virtual file system ................................ 51 4.4 Further study ......................................... 51 5 Upgrading a distribution 53 5.1 Transition preparation (“stable” to “testing”) ....................... 53 5.2 Upgrade to “testing” ..................................... 54 5.2.1 Best upgrade practice using dselect ....................... 55 5.2.2 Deprecated upgrade practice using apt-get ................... 55 5.3 Woody configuration ..................................... 55 5.4 Optimized sources.list ................................. 56 6 Debian package management 57 6.1 Introduction .......................................... 57 6.1.1 Main tools ....................................... 57 6.1.2 Convenience tools .................................. 58 6.2 Debian survival commands ................................. 58 6.2.1 Install task with tasksel .............................. 58 6.2.2 Install system with APT ............................... 58 6.2.3 Upgrade system with APT
Recommended publications
  • Debian Installer Bullseye Alpha 3 Released and More Debian News
    Published on Tux Machines (http://www.tuxmachines.org) Home > content > Debian Installer Bullseye Alpha 3 Released and More Debian News Debian Installer Bullseye Alpha 3 Released and More Debian News By Roy Schestowitz Created 06/12/2020 - 9:51pm Submitted by Roy Schestowitz on Sunday 6th of December 2020 09:51:32 PM Filed under Debian [1] Debian Installer Bullseye Alpha 3 release [2] The Debian Installer team[1] is pleased to announce the third alpha release of the installer for Debian 11 "Bullseye". Improvements in this release ============================ * apt-setup: - Remove mention of volatile repo from generated sources.list file (#954460). * base-installer: - Improve test architecture, adding support for Linux 5.x versions. * brltty: - Improve hardware detection and driver support. * cdebconf: - Make text interface report progress more accurately: from the very beginning, and also as soon as an answer to a question has been given. * choose-mirror: - Update Mirrors.masterlist. * console-setup: - Improve support for box-drawing characters (#965029). - Sync Terminus font with the xfonts-terminus package. - Fix Lithuanian layout (#951387). * debian-cd: - Only include Linux udebs for the latest ABI, making small installation images more useful. * debian-installer: - Bump Linux kernel ABI to 5.9.0-4 - Drop fontconfig tweaks introduced in the Debian Installer Buster Alpha 1 release (See: #873462). - Install kmod-udeb instead of libkmod2-udeb. - Mimick libgcc1 handling, for libgcc-s1. - Clean up the list of fake packages. - Replace the mklibs library reduction pass with a hack, copying libgcc_s.so.[124] from the host filesystem for the time being. - Add explicit build-depends on fdisk on arm64, amd64 and i386 now that util-linux doesn't depend on it anymore.
    [Show full text]
  • A Zahlensysteme
    A Zahlensysteme Außer dem Dezimalsystem sind das Dual-,dasOktal- und das Hexadezimalsystem gebräuchlich. Ferner spielt das Binär codierte Dezimalsystem (BCD) bei manchen Anwendungen eine Rolle. Bei diesem sind die einzelnen Dezimalstellen für sich dual dargestellt. Die folgende Tabelle enthält die Werte von 0 bis dezimal 255. Be- quemlichkeitshalber sind auch die zugeordneten ASCII-Zeichen aufgeführt. dezimal dual oktal hex BCD ASCII 0 0 0 0 0 nul 11111soh 2102210stx 3113311etx 4 100 4 4 100 eot 5 101 5 5 101 enq 6 110 6 6 110 ack 7 111 7 7 111 bel 8 1000 10 8 1000 bs 9 1001 11 9 1001 ht 10 1010 12 a 1.0 lf 11 101 13 b 1.1 vt 12 1100 14 c 1.10 ff 13 1101 15 d 1.11 cr 14 1110 16 e 1.100 so 15 1111 17 f 1.101 si 16 10000 20 10 1.110 dle 17 10001 21 11 1.111 dc1 18 10010 22 12 1.1000 dc2 19 10011 23 13 1.1001 dc3 20 10100 24 14 10.0 dc4 21 10101 25 15 10.1 nak 22 10110 26 16 10.10 syn 430 A Zahlensysteme 23 10111 27 17 10.11 etb 24 11000 30 18 10.100 can 25 11001 31 19 10.101 em 26 11010 32 1a 10.110 sub 27 11011 33 1b 10.111 esc 28 11100 34 1c 10.1000 fs 29 11101 35 1d 10.1001 gs 30 11110 36 1e 11.0 rs 31 11111 37 1f 11.1 us 32 100000 40 20 11.10 space 33 100001 41 21 11.11 ! 34 100010 42 22 11.100 ” 35 100011 43 23 11.101 # 36 100100 44 24 11.110 $ 37 100101 45 25 11.111 % 38 100110 46 26 11.1000 & 39 100111 47 27 11.1001 ’ 40 101000 50 28 100.0 ( 41 101001 51 29 100.1 ) 42 101010 52 2a 100.10 * 43 101011 53 2b 100.11 + 44 101100 54 2c 100.100 , 45 101101 55 2d 100.101 - 46 101110 56 2e 100.110 .
    [Show full text]
  • Debian 1 Debian
    Debian 1 Debian Debian Part of the Unix-like family Debian 7.0 (Wheezy) with GNOME 3 Company / developer Debian Project Working state Current Source model Open-source Initial release September 15, 1993 [1] Latest release 7.5 (Wheezy) (April 26, 2014) [±] [2] Latest preview 8.0 (Jessie) (perpetual beta) [±] Available in 73 languages Update method APT (several front-ends available) Package manager dpkg Supported platforms IA-32, x86-64, PowerPC, SPARC, ARM, MIPS, S390 Kernel type Monolithic: Linux, kFreeBSD Micro: Hurd (unofficial) Userland GNU Default user interface GNOME License Free software (mainly GPL). Proprietary software in a non-default area. [3] Official website www.debian.org Debian (/ˈdɛbiən/) is an operating system composed of free software mostly carrying the GNU General Public License, and developed by an Internet collaboration of volunteers aligned with the Debian Project. It is one of the most popular Linux distributions for personal computers and network servers, and has been used as a base for other Linux distributions. Debian 2 Debian was announced in 1993 by Ian Murdock, and the first stable release was made in 1996. The development is carried out by a team of volunteers guided by a project leader and three foundational documents. New distributions are updated continually and the next candidate is released after a time-based freeze. As one of the earliest distributions in Linux's history, Debian was envisioned to be developed openly in the spirit of Linux and GNU. This vision drew the attention and support of the Free Software Foundation, who sponsored the project for the first part of its life.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Ldp Howto-Index
    LDP HOWTO-INDEX Guylhem Aznar Joshua Drake Greg Ferguson v9.0, 2005-12-29 This document contains an index to the Linux HOWTOs as well as other information about the HOWTO project. LDP HOWTO-INDEX Table of Contents Chapter 1. What Are Linux HOWTOs?...........................................................................................................1 Chapter 2. Where Can I Get Linux HOWTOs?..............................................................................................2 Chapter 3. HOWTO Translations.....................................................................................................................3 Chapter 4. Categorized List of HOWTOs........................................................................................................4 4.1. The Linux OS....................................................................................................................................4 4.1.1. Getting Started.........................................................................................................................4 4.1.2. Switching from Other Operating Systems...............................................................................4 4.1.3. Distributions............................................................................................................................5 4.1.4. Installation...............................................................................................................................5 4.1.5. Kernel......................................................................................................................................7
    [Show full text]
  • Linux Package Management
    Welcome A Basic Overview and Introduction to Linux Package Management By Stan Reichardt [email protected] October 2009 Disclaimer ● ...like a locomotive ● Many (similar but different) ● Fast moving ● Complex parts ● Another one coming any minute ● I have ridden locomotives ● I am NOT a locomotive engineer 2 Begin The Train Wreck 3 Definitions ● A file archiver is a computer program that combines a number of files together into one archive file, or a series of archive files, for easier transportation or storage. ● Metadata is data (or information) about other data (or information). 4 File Archivers Front Ends Base Package Tool CLI GUI tar .tar, tar tar file roller .tar.gz, .tgz, .tar.Z, .taz, .tar.bz2,.tbz2, .tbz, .tb2, .tar.lzma,.tlz, .tar.xz, .txz, .tz zip .zip zip zip file roller gzip gzip gunzip gunzip ● Archive file http://en.wikipedia.org/wiki/Archive_file ● Comparison of file archivers http://en.wikipedia.org/wiki/Comparison_of_file_archivers 5 tar ● These files end with .tar suffix. ● Compressed tar files end with “.t” variations: .tar.gz, .tgz, .tar.Z, .taz, .tar.bz2, .tbz2, .tbz, .tb2, .tar.lzma, .tlz, .tar.xz, .txz, .tz ● Originally intended for transferring files to and from tape, it is still used on disk-based storage to combine files before they are compressed. ● tar (file format) http://en.wikipedia.org/wiki/.tar 6 tarball ● A tar file or compressed tar file is commonly referred to as a tarball. ● The "tarball" format combines tar archives with a file-based compression scheme (usually gzip). ● Commonly used for source and binary distribution on Unix-like platforms, widely available elsewhere.
    [Show full text]
  • Debian Reference
    Guía de referencia Debian Osamu Aoki <[email protected]> Coordinador de la traducción al español: Walter O. Echarri <[email protected]> ‘Autores’ en la página 251 CVS, dom sep 25 04:22:02 UTC 2005 Resumen Esta Guía de referencia Debian (http://qref.sourceforge.net/) intenta proporcionar un repaso amplio del sistema Debian al igual que una guía de usuario post-instalación Abarca diversos aspectos de la administración del sistema mediante ejemplos que utilizan comandos de la shell. Se brindan tutoriales, trucos e información sobre diversos temas: conceptos bási- cos del sistema Debian, consejos para la instalación del sistema, administración de paquetes Debian, el kernel de Linux en Debian, puesta a punto del sistema, creación de una puerta de enlace (gateway), editores de texto, CVS, programación y GnuPG para usuarios que no son desarrolladores. Nota de Copyright Copyright © 2001–2005 by Osamu Aoki <[email protected]> Copyright (Chapter 2) © 1996–2001 by Software in the Public Interest. Este documento puede ser usado en los términos descritos en la Licencia Pública GNU versión 2 o posterior. (http://www.gnu.org/copyleft/gpl.html) Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this document into another lan- guage, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.
    [Show full text]
  • Konstruktion, Bau Und Ansteuerung
    KONSTRUKTION, BAU UND ANSTEUERUNG EINER CNC-FRÄSMASCHINE Eine Maturitätsarbeit an der KANTONSSCHULE LIMMATTAL vorgelegt von DOMINIC GLÄTTLI Klasse M6b im Fach Physik betreut von Arthur Elsener 2018 Dominic Glättli Zusammenfassung Dieser Bericht dokumentiert die Entwicklung einer kompletten Drei-Achsen-CNC-Fräsma- schine. Die Arbeit ist in drei Hauptteile gegliedert. Die digitale Konstruktion der Maschine am Computer, die Fertigung der Bauteile und die Ansteuerung der CNC-Fräsmaschine. Die- sem Hauptteil ist noch eine Dokumentation der Planungsphase vorangestellt. Ebenso ist ein Kapitel zum Test der Maschine angefügt. In der Planung wurden einige generelle Parameter, wie die Dimensionen, das Baumaterial und die Antriebs- sowie Steuerungsmethode gewählt. In der Konstruktionsphase wurde die Ma- schine konkret ausgearbeitet. Von den definitiven Bauteilen, die herzustellen waren, konnten aus dieser Konstruktion heraus Baupläne erstellt werden. Nach diesen wurden die Bauteile dann selbst hergestellt. Als letzter Schritt des Baus wurde die Steuerung der Maschine in An- griff genommen. Dieser Teil besteht aus der Wahl und Konfiguration der Software sowie der Entwicklung der Elektronik. Die vollendete CNC-Fräse ist tatsächlich auch vollfunktionsfähig. Sie kann Holz, Kunststoffe und mit geringem Abtrag sogar weiche Metalle bearbeiten. Die damit hergestellten Teile ha- ben eine maximale Abweichung vom Sollmass von ±0.02 mm. Dominic Glättli Inhaltsverzeichnis 1 Einleitung .......................................................................................................................................
    [Show full text]
  • Network-Install-HOWTO
    Network−Install−HOWTO Network−Install−HOWTO Table of Contents Network Install HOWTO...................................................................................................................................1 Graham White, [email protected] IBM Hursley, UK........................................................................1 1. Introduction..........................................................................................................................................1 2. Document Structure.............................................................................................................................1 3. Quick Guide.........................................................................................................................................1 4. SuSE Server Setup...............................................................................................................................1 5. SuSE Client Install...............................................................................................................................2 6. Redhat Server Setup.............................................................................................................................2 7. Redhat Client Install............................................................................................................................2 8. Debian Server Setup............................................................................................................................2 9. Debian Client Install............................................................................................................................2
    [Show full text]
  • Automatic Identification of Architecture and Endianness Using Binary File Contents
    Sami Kairajärvi Automatic identification of architecture and endianness using binary file contents in Information Technology Master’s Thesis May 14, 2019 University of Jyväskylä Faculty of Information Technology Author: Sami Kairajärvi Contact information: [email protected] Supervisor: Andrei Costin Title: Automatic identification of architecture and endianness using binary file contents Työn nimi: Arkkitehtuurin ja tavujärjestyksen automaattinen tunnistaminen binääritiedoston sisällön avulla Project: Master’s Thesis Study line: Cyber security Page count: 71+5 Abstract: This thesis explores how architecture and endianness of executable code can be identified using binary file contents, as falsely identifying the architecture caused about 10% of failures of firmware analysis in a recent study (Costin et al. 2014). A literature review was performed to identify the current state-of-the-art methods and how they could be improved in terms of algorithms, performance, data sets, and support tools. The thorough review identified methods presented by Clemens (2015) and De Nicolao et al. (2018) as the state-of-the-art and found that they had good results. However, these methods were found lacking essential tools to acquire or build the data sets as well as requiring more comprehensive comparison of classifier performance on full binaries. An experimental evaluation was performed to test classifier performance on different situations. For example, when training and testing classifiers with only code sections from executable files, all the classifiers performed equally well achieving over 98% accuracy. On samples with very small code sections 3-nearest neighbors and SVM had the best performance achieving 90% accuracy at 128 bytes. At the same time, random forest classifier performed the best classifying full binaries when trained with code sections at 90% accuracy and 99.2% when trained using full binaries.
    [Show full text]
  • Debian Jigdo Mini-HOWTO Peter Jay Salzman [email protected]
    Debian Jigdo mini-HOWTO Peter Jay Salzman [email protected] Àííîòàöèÿ Çàãðóçêà ISO îáðàçîâ Debian âñåãäà áûëà òÿæ¼ëûì, ìåäëåííûì è ïðåäåëüíî íå ýôôåêòèâíûì ïðîöåññîì. Jigdo - ýòî íîâûé èíñòðóìåíò äëÿ ïîëó÷åíèÿ ISO îáðàçîâ Debian ë¼ãêèì, áûñòðûì è î÷åíü ýôôåêòèâíûì ñïîñîáîì.  ýòîì HOWTO îáúÿñíÿåòñÿ, ïî÷åìó âû äîëæíû èñïîëüçîâàòü jigdo, êàê îíà ðàáîòàåò, è êàê ïîëó÷àòü è îáíîâëÿòü ISO îáðàçû Debian ñ ïîìîùüþ jigdo. Jigdo íå ïèñàëàñü ñïåöèàëüíî äëÿ Debian. Óòèëèòû jigdo ìîæíî ïðèìåíèòü ê ëþáîìó ISO è åãî çàãðóçêà ñòàíåò òàêîé æå ëåãêîé, áûñòðîé è ýôôåêòèâíîé êàê ISO ñ Debian.  ýòîì HOWTO áóäåò ðàññêàçàíî êàê ýòî äåëàåòñÿ, íî ãëàâíûì îáðàçîì, ìû ñôîêóñèðóåìñÿ íà çàãðóçêå ISO îáðàçîâ Debian. 1. Administrata 1.1. Àâòîðñòâî è ïðàâà Àâòîðñêèå ïðàâà íà ýòîò äîêóìåíò ïðèíàäëåæàò (c) 2001 Peter Jay Salzman, <[email protected] (mailto:[email protected])>. Ðàçðåøàåòñÿ êîïèðîâàòü, ðàñïðîñòðàíÿòü è/èëè èçìåíÿòü ýòîò äîêóìåíò íà óñëîâèÿõ Open Software License (OSL), âåðñèÿ 1.1, çà èñêëþ÷åíèåì ïóíêòîâ, îãîâîðåííûõ ìíîé â ñëåäóþùåì ïàðàãðàôå. ß íåíàâèæó HOWTO, êîòîðûå âêëþ÷àþò ëèöåíçèþ; ýòî óáèéöû äåðåâüåâ. Âû ìîæåòå íàéòè OSL çäåñü http://opensource.org/licenses/osl-1.1.txt. Åñëè âû õîòèòå ñîçäàòü ÷òî-òî ñâî¼ íà îñíîâå ýòîãî äîêóìåíòà èëè îïóáëèêîâàòü ýòîò HOWTO â êîììåð÷åñêèõ öåëÿõ, ÿ áûë áû î÷åíü ïðèçíàòåëåí, åñëè áû âû ñíà÷àëà ñâÿçàëèñü ñî ìíîé. Ýòî äàñò ìíå øàíñ ïðåäîñòàâèòü âàì ñàìóþ ïîñëåäíþþ âåðñèþ. Òàêæå, ÿ áûë áû áëàãîäàðåí çà êîïèþ âàøåé ðàáîòû èëè ïèööó ñî øïèíàòîì, ÷åñíîêîì, ãðèáàìè, áðûíçîé è àðòèøîêàìè. 1.2. Áëàãîäàðíîñòè Âî-ïåðâûõ, ÿ õîòåë áû ïîáëàãîäàðèòü àâòîðà jigdo Richard Atterer (mailto:[email protected]), ïðîñòî çà òî, ÷òî îí íàïèñàë jigdo.
    [Show full text]
  • Petit Guide Du Logiciel Jigdo De Débian
    Petit guide du logiciel Jigdo de Débian Adaptation française du Debian Jigdo mini-HOWTO Peter Jay Salzman <[email protected]> Adaptation française: Philippe Lhardy <philippelhardy CHEZ chez POINT com> Relecture de la version française: Claude Thomassin <cthomassin CHEZ waika9 POINT com> Préparation de la publication de la v.f.: Jean-Philippe Guérard <jean TIRET philippe POINT guerard CHEZ laposte POINT net> v1.1.fr.1.0 Copyright © 2001 Peter Jay Salzman Copyright © 2004 Philippe LhardyClaude ThomassinJean-Philippe Guérard <[email protected]> / www.dirac.org/p. Ce document est diffusé sous la licence « Open Software License » dans sa ver- sion 1.1 (Distributed subject to the Open Software License, version 1.1). Le document source servant à créer les différents formats de ce guide pratique est disponible sur le site du projet traduc.org [http://ftp.traduc.org/doc-vf/HOWTO/telechargement/sgml/]. 2004-02-28 Historique des versions Version 1.1.fr.1.0 2004-02-28 PL, CT, JPG Première adaptation française Version 1.1 2004-01-08 PS Version 1.0 2003-10-31 PS Récupérer les images Iso des CD-ROM de la distribution Débian a toujours été un processus pénible, lent et suprêmement inefficace. Jigdo est un nouvel outil per- mettant de récupérer les images Iso Débian d'une façon simple, rapide et très effi- cace. Ce guide pratique vous expliquera pourquoi vous devez utiliser Jigdo, et pré- sentera également son fonctionnement et son utilisation pour récupérer et mettre à jour des images Iso Débian. Jigdo est un outil très général qui n'est pas réservé aux images Iso Débian.
    [Show full text]