Schlagwort-Archive: Linux

FFmpeg aktualisiert

Die Programm- und Bibliotheksammlung FFmpeg ist jetzt in der Version 0.5 verfügbar. Dabei wurde vor allem die Unterstützung für die unzähligen implementierten Codecs stark verbessert. -> golem.de

Marco Börries verlässt Yahoo

Marco Börries, bekannt geworden durch die Entwicklung der Office-Alternative “StarOffice”, wird Yahoo Ende April verlassen. Nach dem Verkauf seiner Firma Ende der 90er wurde Marco Börries Sun-Vizepräsident für Desktop-Applikationen, schließlich wechselte er zu Yahoos Sparte “Connected Live”.

StarOffice war seit den 90ern bekannt und auf Windows, OS/2 und schließlich auch auf Linux verfügbar. Seit Oktober 2000 sind die Quelltexte als Open Source verfügbar und werden u.a. als OpenOffice weiterentwickelt.

@ heise.de: heise.de/newsticker

Linux auf dem USB Stick – UNetbootin = Universal Netboot Installer

UNetbootin allows for the installation of various Linux/BSD distributions to a partition or USB drive, so it’s no different from a standard install, only it doesn’t need a CD. It can create a dual-boot install, or replace the existing OS entirely.

Requirements

Microsoft Windows 2000/XP/Vista, or Linux, or a USB Drive. If you are having trouble with the Linux version, try the Windows version, it usually works better.

A broadband internet connection to download the distribution packages (unless installing from pre-downloaded media, see below)

Spare hard drive space to install the OS in (varies depending on distribution)

Features

UNetbootin can install to your local hard disk or make a bootable liveUSB drive. It can also load floppy/hard disk images, or kernel/initrds, or (some) ISO (CD image) files, for installing other distributions.

ref.: unetbootin.sourceforge.net

Unix / Linux: was macht mein Prozess?

There are some useful tools to check the load of your box / server – even when you have just only very less permissions (ant ‘top’ is not available):

  • ptree – all processes with pid
  • prstat – similar to top
  • kill -3 <pid> – print (java) stack strace and dump to log
  • ps -aelf – you sh’d know it. Otherwise: forget your password.