background preloader

Linux

Facebook Twitter

Irongeek.com. Linux Documentation. Webcam capture using fswebcam. This article is part of the Webcam Cool Project. You should check the project homepage first! My first attempt at configuring webcam capture used camE as it was in the Ubuntu repositories. Although camE worked happily with my Quickcam Sphere, when I built my weatherproof webcam I based it on a Logitech Quickcam 5000 which is a V4L2 device that camE didn't like. Despite many hours of searching and testing, I couldn't find a program in the repos that would work with the Quickcam 5000, however a search on the internet soon turned up a compatible alternative in the form of fswebcam.

Installation on Ubuntu is a breeze. You can start fswebcam from the command line with various options however as some tweaking will invariably be involved it may be best to create a config file where you can quickly jump in and edit entries until you get it working as you want it. To create a config file, use:nano ~/.fswebcam.conf The contents of my config file are listed below... A brief description of each line: Audiorecord. Bash commands - Linux MAN Pages. Bash-Befehl top - Dipl.-Soz.-Wiss. Helena Morzuch.

Unter Windows ist man es gewohnt den Task-Manager aufzurufen, um zu sehen wie hoch die CPU-Last gerade ist, welche Programme laufen oder auch nicht. Bei Linux gibt es solche Anzeigemöglichkeiten ebenfalls, sowohl grafisch als auch in der Konsole, deshalb beschäftigt sich der heutige Artikel mit dem Befehl top. Die grafische Anzeige lasse ich außen vor, dass sie von Distribution zu Distribution jeweils unterschiedlich sind.

Kurzer Schlenker: Was sind eigentlich Derivate und Distributionen und wo liegt der Unterschied? Der Begriff Derivat (lat. derivare - ableiten) klärt Abhängigkeiten und Zugehörigkeiten. So ist Ubuntu ein Debian-Derivat und Debian wiederum ein Linux-Derivat. Ubuntu baut also auf Debain auf, wohingegen Debian wieder auf Linux aufbaut. Nach diesem kurzen Schlenker geht es nun zurück zu dem Bash-Befehl top. Beginnend in der ersten Zeile sagt mir top zu erst, dass es aufgerufen wurde und zwar um 13:29:48 Uhr. Cpu(s): 40.1%us, 7.9%sy, 0.0%ni, 52.1%id. Linux Screen Tutorial and How To - rackAID. Linux Screen allows you to: Use multiple shell windows from a single SSH session.Keep a shell active even through network disruptions.Disconnect and re-connect to a shell sessions from multiple locations.Run a long running process without maintaining an active shell session.

If this sounds like stuff you can use, check our our 2 minute quick-start video below or read on for more details on how to use screen. Screen Tips We use screen daily, so as we keep adding new tips when we find good ones. Installing Screen with Yum Chances are that you already have screen on your system. If you do not have screen, then you can install it easily from an RPM or the package file for your system. As you probably already have screen or can use an RPM, I am not going to cover the building of screen from source.

Starting Linux Screen Screen is started from the command line just like any other command: You are now inside of a window within screen. Control Command Command: “Ctrl-a” For example, “Ctrl-a” then “?”. Linux-Einführung: Das Dateisystem. Dateisysteme (File Systems) Baum-Struktur von Dateien und Verzeichnissen. Wurzelverzeichnis: / Verzeichnisse enthalten Verzeichnisse oder Dateien. Dateisysteme sind auf Datenträgern wie Festplatte, ZIP, Diskette, CDROM, DVD, ... Mehrere Dateisysteme pro Festplatte möglich (Partitionierung). Ein Dateisystem kann sich über mehr als eine Festplatte ausbreiten. LVM (Logical Volume Manager), RAID Dateisysteme werden an eine bestimmte Stelle des Dateibaums montiert (eingehängt). Dateibaum-Struktur Versuch der Standardisierung, an den sich inzwischen viele Linux-Distributionen halten: Filesystem Hierarchy Standard.

Ausgehend vom root-Verzeichnis »/« finden sich folgende Verzeichnisse: Der Standard sieht unter den Haupt-Verzeichnissen weitere Verzeichnis-Strukturen vor. Lokale Besonderheiten Im ZIV werden die Nutzer-HOME-Verzeichnisse auf einem Samba-Server verwaltet und in Unterverzeichnissen von /home gemounted. Befehle: df und mount Dateien Typen Namen Verzeichnisse Begriffe Pfad Zugriffsrechte Interna.