Differences between revisions 1 and 2
Revision 1 as of 2018-09-29 19:47:14
Size: 6523
Editor: ?olivbarb
Comment:
Revision 2 as of 2018-09-29 19:58:12
Size: 6665
Editor: ?olivbarb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Voici de brèves description et des liens sur les parties du système Debian. Voici de brèves descriptions et des liens sur les parties du système Debian.
Line 8: Line 8:
Avez-vous entendu dire que Debian et Linux sont juste un écran noir avec des lettres blanches ? Rien n'est plus loin de la vérité. Debian est remplit de paquets avec des applications multimedia, des environements de bureau et des applications de productivité/Internet. Avez-vous entendu dire que Debian et Linux sont justes un écran noir avec des lettres blanches ? Rien n'est plus éloigné de la vérité. Debian est remplit de paquets avec des applications multimedia, des environements de bureau et des applications de productivité/Internet.
Line 15: Line 15:
 * [[WindowManager]]s - Gestionnaire de fenêtre  pour X:  * [[WindowManager]] - Gestionnaire de fenêtre pour X:
Line 23: Line 23:
Whether you're new or experienced user, you'll find that the command line (that black screen with white letters) is a great tool for doing mass administration jobs and lots of other applications in Debian. You can even work on images while you're in a command line! Si vous êtes un nouveau utilisateur ou un utilisateur expérimenté, vous trouverez que la ligne de commande (cet écran noir avec des lettres blanches) est un outils formidable pour faire du travail d'administration de masse et beaucoup d'autres applications dans Debian. Vous pouvez même travailler sur des images pendant que vous êtes en ligne de commande!
Line 26: Line 26:
 * [[ShellConfiguration]] - Customize your shell
 * [[coreutils]] - The basic file, shell and text manipulation utilities
 * [[Bash]] (shell commands)
 * [[ShellConfiguration]] - Personnaliser votre shell
 * [[coreutils]] - Les utilitaires pour manipuler les fichiers de base le shell et les textes
 * [[Bash]] (les commandes du shell)
Line 32: Line 32:
== System Administration == == Administration du Système ==

Translation(s): English - Italiano - Nederlands - العربية - Polski - Русский - ?简体中文 - Francais ~

(!) ?Discussion


Voici de brèves descriptions et des liens sur les parties du système Debian.

Le bureau et le poste de travail

Avez-vous entendu dire que Debian et Linux sont justes un écran noir avec des lettres blanches ? Rien n'est plus éloigné de la vérité. Debian est remplit de paquets avec des applications multimedia, des environements de bureau et des applications de productivité/Internet.

Voir aussi ConfigureX - Comment configurer le système X-Window

La ligne de commande

Si vous êtes un nouveau utilisateur ou un utilisateur expérimenté, vous trouverez que la ligne de commande (cet écran noir avec des lettres blanches) est un outils formidable pour faire du travail d'administration de masse et beaucoup d'autres applications dans Debian. Vous pouvez même travailler sur des images pendant que vous êtes en ligne de commande!

Administration du Système

Debian has been qualified as a OMG operating system for administrators, primarily because of its ease of use, security and straight-forward common sense usage.

Network Servers

  • RemoteDesktop - How to set up remote desktop servers.

  • DHCP_Server

  • DatabaseServers

  • WebServers

  • ?Bugzilla - Running a local bug tracking system

  • HostingControlPanels - Interfaces for customers of hosting companies using Debian.

  • FTP

  • Network_Monitoring - How to monitor your Network and Servers

  • LDAP - Anything and everything to do with LDAP.

  • ?AppleTalkServer

  • ?ServerHardware - Known server hardware that works excellently with Debian.

  • NFSServerSetup - How to set up an NFS (version 3 at least) server, and connect via another Linux machine.

  • ?RoundUp - Scalable helpdesk/bug tracking system with standalone capability.

Configuring Hardware and Drivers

  • Hardware - Hardware and drivers in Debian Linux.

  • Sound - Getting sound working in Debian.

  • USB - USB devices and boot Debian from a USB pendrive BootUsb.

External Links

Getting Software into the System

Debian GNU/Linux provides more than a pure OS: it comes with over 15490 packages -- precompiled, ready-to-run software bundled up in a nice format for easy installation on your machine. The packages are stored in the Debian Archive.

Packages contain all the files neccessary to install and run the software on your computer. The system that Debian uses to organize and manage the packages is called Apt (Advanced Package Tool). This is a set of tools used to download, install, track, configure, update, and build packages. The programs in most packages depend on other software to be on your system in order to run properly. One of the great features of APT is the ability to handle these dependencies.

Because the package management tools were developed over time, the earlier tools are lower-level command-line tools and are more suitable for experienced users; the more recent tools are higher-level interactive tools and more suitable for new users. Here are the tools, in hierarchical order:

  • Interactive Tools which Automatically Handle Dependencies

    • Aptitude - The Debian package manager for users without a GUI

    • Synaptic - The Graphical/GUI (Graphical User Interface) Package Manager for Debian.

  • Debian Traditional Interactive Tools

    • dselect - The Debian Package Selection Tool

  • Command Line Tools

    • AptCLI - How to use the command line Apt-tools to install packages, remove packages, and update your system.

    • AptTools - Many other useful tools relating to package management.

Additional Information on Packages

  • DebianPackage - Debian packages, including pointers on how to build them.

  • ReverseDepends - How to find full reverse dependencies on a package.

  • Apt - An introduction to Apt and Dpkg, the package tools on Debian.

  • RollbackUpdate - How to go back to a previous version of a package that was changed by a security update

Working with Repositories