Eine Liste von Artikeln über Linux-Systemadministration.
vsftpd - der Very Secure FTP Daemon, eine Einführung Dieser Artikel gibt eine grundlegende Einführung zum "Very Secure FTP Daemon". Ich beginne mit einer allgemeinen Beschreibung von FTP und vsftpd. Danach sehen wir uns die Installation, Konfiguration und Startmöglichkeiten des vsftp-Daemons genauer an.
Daten-GAU Ein wirklicher Fall von Datenverlust mit happy end, dank reiserfsck. 3mal Hoch für die journaling Filesysteme und ihre Werkzeuge.
shivalik -- simple configuration backup (defying Murphy's laws) There are a whole lot of HOWTOs out there which tell you what to do if you have a serious problem with your Linux installation. Good for us. But there is no one there who told you what you should do before disaster strikes you!
Gentoo linux Gentoo Linux is a source package based Linux system. It is very different from the established commercial Linux distributions.
uucpssh.org: UUCP e-mail für Linuxfans In der Windowswelt werden alle eingehenden Emails via POP3 oder IMAP empfangen und rausgehende Emaisl direkt über SMTP verschickt. Dieser getrennte setup kann alle möglichen Kopfschmerzen verursachen, besonders dann, wenn man jedes Mal einen anderen ISP benutzt.
Rsync: Das beste Backupsystem Backup ist eines der schwierigsten und am häufigsten vernachläßigsten Teile der Systemadministration. Dieser Artikel präsentiert eine sehr einfache Lösung, die auf rsync basiert.
IDS - Intrusion Detection System, part II In diesem Artikel präsentieren wir Methoden, um einen Einbruch zu entdecken und erkären Möglichkeiten, wie auf solch eine Attacke reageirt werden kann.
Benutzung von PostgreSQL über JDBC mittels Java-SSL-Tunnel Dieser Artikel zeigt, wie man JDBC-Zugang für PostgreSQL in Red Hat 8.0 einrichtet und wie man mittels Sun's Java Secured Socket Extensions einen SSL-Tunnel herstellt, der sicheren Zugang zu einer entfernten Postgres-Datenbank ermöglicht.
Angriffe von außen Dieser Artikel preäsentiert verschiedene Techniken, die ein Angreifer zum eindringen in ein Computernetz benutzen kann.
Automatisierung der Systemadministration mittels ssh und scp Wenn man eine größere Zahl von Linux/Unix Systemen administrieren soll dann braucht man mit Sicherheit einige Skripte, um Dinge zu automatisieren. Dieser Artikel betrachtet SSH und und die kleinen Programme, die dazu gehören
Rootkits und die Integrität Dieser Artikel stellt die verschiedenen Operationen dar, die ein Cracker nach dem erfolgreichen Eindringen in eine Maschine tun kann. Wir diskutieren auch, was ein Administrator tun kann, um zu entdecken, daß seine Maschine gefährdet ist.
Linux System Administration - A User's Guide (Book Review) This is a review of the book titled "Linux System Administration - A User's Guide" by Marcel Gagne. The book has 532 pages and 26 chapters that cover installation, daemons, run-levels,file systems, password policy, kernel building, printing, devices, backups, network administration, secure computing, and more.
Durch den Tunnel Using free SSH with external applications on different OSes
Echtzeitdatenspiegelung unter Linux This article will explain on how to set an inexpensive real.time data replication system on Linux without need of special hardware. This kind of replication will be especially useful for ISPs or webhosts.
Mit verschiedenen Providern durch's Internet surfen In this article we develop configuration files to easily change between a number of different Internet Service Providers. We extend the configuration not only to one PC but to a whole network using IP masquerading. A DNS proxy will be used to make the changing DNS IP addresses invisible inside the masqueraded network.
xinetd xinetd - extended Internet services daemon - provides an excellent security against the intrusions, and limit certain risks of attacks by Deny of Services ( DoS ). It allows, just like the most known pair ( inetd + tcpd ), to set access control to a computer, but its capacities extend well beyond. This article proposes you to discover them.
Bastille-Linux Available by the beginning of june,version 1.1 of Bastille-Linux is not a new Linux Distribution but a set of security scripts. The authors have adopted a very pedagogic approach and one can learn a lot simply installing these scripts.
NFS - Network File System Network File System (NFS) is a tool to manage files spread among several computers on a network as if they were on the same local machine. So, the final user does not have to worry of the exact location of its own files in order to access them.
Yellow Pages 3: Die Server - Seite In this last article about NIS, we explain how to install a NIS server. We will see which programs are used, configuration files and the building of the database.
Yellow Pages 2 : Auf der Seite des Clients My previous article was an introduction to the yellow pages and RPCs. This one explains how to configure a NIS client, how this client works and a small introduction to the different tools coming with NIS. Finally, we'll have a few words about NIS+
LDAP unter Linux - Einführung This article will talk about the benefits of deploying LDAP in an organization and how to implement it on Linux.
Slackware 7.0 Teil II: Konfigurationsanleitung After the installation in the first part, the author now describes some basic configuration tasks in his now favorite Linux distribution. He explains how to configure X, how to compile a kernel (and how to use it with lilo), how to do user account management, how to dial in to internet and how to give your system some basic security.
Slackware 7.0 Teil I: Installationshilfe The author describes in detail the installation of the Slackware 7.0 Linux distribution. This article is written for beginners.
IP-Masquerading konfigurieren IP-Masquerading provides the possibility to connect several computers to the Internet using a computer running Linux with just one public IP address.
Yellow Pages, Teil 1 The Network Information Service (NIS) manages a data base on server. Each computer on a network running a NIS client NIS can then poll the server for informations (login name,password, users and groups informations, ...).
VXE, mehr Sicherheit unter Linux Serge Lozovsky präsentiert ein Softwarepaket das er entwicklet hat, um UNIX Systeme sicherer zu machen.
Sendmail und Fetchmail: Ein lokaler Mail Server Sendmail is a powerful but complex software. This article explains how to configure sendmail and fetchmail for use on a typical home computer.
Japanisch unter Linux, Teil I This article takes a brief overview at how to make your Linux system Japanese-capable.
Chinesisch unter Linux This brief article describes how to enable Chinese locale on a "standard" Linux box.
Booten über das Netz und Etherboot An advanced article that explains how to bootstrap your computer from a program stored in non-volatile memory without accessing your hard disk.
TCPD und Firewalls unter Verwendung von IPFWADM This article describes very briefly how to configure the inetd services in order to improve security on your system. We concentrate in the of the tool IPFWADM to administer and configure inetd services
Einführung in DNS unter LinuX You may have wondered what happens behind the scenes in Netscape after you enter a URL. This article will help you to understand the name-lookup process.
Der X Display Manager The X Display Manager runs as a daemon on a host machine and manages multiple X displays.