Archiv

Archiv für die Kategorie ‘linux’

Find a specific class in your maven repository

8. Januar 2009

If you don’t want to use findjar, you can use a groovy script.

You can use the following:
Mehr…

martin Java, linux

Linux screenshot via cmdline

28. November 2008

The cmdline way for a screenshot:

import myFile.png

Cursor turns into a crosshair cursor -> span an area and the screenshot will be safed as myFile.png

[wiki]

martin cmd-lines, linux

where does tux live?

18. November 2008

where does tux, the linux-mascot live?
On the nerd pole!

rotfl!!

martin linux

more cmdlines [linux-user only]

20. Oktober 2008

I recently learned and relearned more of common cmdlines and oneliners in bash.
Posting them gives me a place to lookup these until I enter them properly into my wiki.

linux-users follow here Mehr…

mjava cmd-lines, linux

calendar

15. November 2007

Todays Message

Nov 16 Bilbo reaches the Lonely Mountain

mjava SF & Fantasy, linux

LinuxSwords Wiki

10. September 2007

lstux1.pngI have played a while with to find a suitable wiki for me. I wanted to have a place to store cribs and I thought a wiki might be a good place for this.

You are invited to add your own stuff to it! You can found the wiki at http://stocker-knoller.ch/wiki
or at http://www.linuxswords.com/wiki. I’m still looking for a good Icon, does anyone of you know where to find tux-images? If so, please leave a comment.

mjava IT, Studium, Web, cmd-lines, linux

Video Capturing

17. Juni 2007

I was looking for a tool to capture videos from my desktop. First i tried x11rec, but the output is a *.mng file which is an outdatet movie-format. The only alternative output is a *.gif file but i wanted an mpg-file. Unfortunately fmpeg couldn’t handle the format either so I investigated a little bit more.

I finally found xVidCap which installs just fine with a *.deb file. It looks a bit old but it’s an easy to handle and pretty intuitive to use.

mjava cmd-lines, linux

Ubuntu als Webapplikation

13. Juni 2007

Es gibt ja bereits vielerlei Formen von Ubuntu: Kubuntu, Xubuntu, Edubuntu etc.

Nun gibt es Ubuntu neu auch als Webapplikation:Wubuntu. Man Ubuntu im Browserfenter starten. Allerdings kann die Webapplikation bis jetzt nur den Browser starten, aber vielleicht kommt ja noch mehr…

mjava Web, linux

Yubnub

10. Juni 2007

Another yubnub golden egg

pgp name.

Search for PGP keys n the DFN PGP keyserver. Output format is verbose, with fingerprint

mjava Web, cmd-lines, linux

Movie-Splitten

18. Mai 2007

Eigentlich klingt die Aufgabe einfach. Aus einem Film eine einzelne Szene rauschneiden.

Ich habe diverse Ubuntu/Linux-Tools ausprobiert mit erschreckenden Ergebnissen. Nix wollte richtig laufen: iLive, Avidemux, Shajaga, gopchop, kino, pitivi.

Alle haben versagt, oder genügen den Anforderungen nicht. iLive hat sogar meine XServer abgeschossen. Also zurück auf die commandline. Nach einer Sekunden-Suche mittels apt-cache search das mpgtx gefunden. Funktionierte tadellos! Syntax ist sogar bequemer als die Klicki-Bunti-Guis.

mpgsplit MeinFilm.mpg -s [29:34.33 - 32:22.00]
Diese Syntax ist so intuitiv, die muss man nicht mehr erklären

Das Auf der Commando-Zeile gehts doch am besten!!

mjava cmd-lines, linux