Eine Liste von Artikeln zur Softwareentwicklung unter Linux.
Temperaturüberwachung mit Linux (Teil 2) Im zweiten Teil von "Temperaturüberwachung mit Linux" sehen wir uns an, wie man die Daten in mysql speichert und sie grafisch darstellt.
Talking to a Running Process Run Time Access is a library that lets you view the data structures in your program as tables in a PosgreSQL database or as files in a virtural file system (similar to /proc).
GUI Programming mit GTK - 3 In dieser Artikelserie lernen wir, wie man graphische Benutzeroberflächen (GUIs) mit GTK schreibt.
Concurrent programming - Message Queues (2) Diese Reihe von Artikeln hat die Absicht, den Leser in das Konzept des Multitaskings und seiner Implementation in Linux einzuführen.
BASIC Programmierung mit Unix Die Programmiersprache Basic ist alt, aber wird immer noch benutzt. Obwohl es unter Linux Skriptsprachen gibt, die viel mehr können als Basic, gibt es doch eine Anzahl von Basic Interpretern.
Einführung in Ncurses Ncurses ist eine Bibliothek, die für Fensterfunktionalität bei textbasierten Terminals sorgt.
GCC - der Ursprung von allem GCC ist ein guter Kompilierer, aber die man-Seite ist lang und komplex. Dieser Artikel zeigt, wie man den Kompilierer unter normalen Umständen benutzt - und er ist wirlich sehr einfach zu benutzen.
Entwickeln von Gnome Applikationen mit Python (Teil 2) Dieser Artikel ist für Anfänger im Bereich Gnome und GNU/Linux geschrieben. Der Autor zeigt eine Schulungssoftware zum Schreiben von grafischen Applikationen unter Gnome unter der Verwendung von Python.
Vermeiden von Sicherheitslöchern beim Entwickeln einer Applikation - Teil 1 This is the first article of a series of articles on security holes that can appear within a program. The series will show how to avoid security holes if programming habits are slightly corrected. We shall first discuss privileges, UID and EUID in this first article before dealing with the execution of external commands.
Mach deinen Job mit make! This article explains how "make" works. It shows that "make" is more than just a command to compile software.
Eine Einführung in Tk This articles explain how to build a graphical interface using the Toolkit of Tcl: Tk. The reader should also appreciate the simplicity of this toolkit compared to usual X-Windows libraries.
REBOL der Rebel Let's say REBOL is a messaging language, but as a matter of fact, it's much more than that.
Produktbesprechung: SNiFF+ für Linux SNiFF+ is an integrated development environment for Linux. TakeFive Software provides a download version (limited to 200 files) free of charge.
Perl Teil III Dieser Artikel zeigt, wie man Felder in Perl benutzt.
Perl Teil II In the second part of the Perl tutorial we write our first real program.
SQL Tutorial Part II Part II of the tutorial reviews several basic statements of the SQL language.
Programmieren in Java I This is the first article in a series about Java programming. The first part will describe Java as a language, its general characteristics and the location of the most relevant sources of information.
GLUT: Verwendung von Menüs Our GL Utility Toolkit series continues, examining the windows menu programming interface with a simple example.