QuickLinks vom 1. Juni bis zum 29. Juni

Meine delicious.com-Links vom 1. Juni bis zum 29. Juni:

  • The Upside of Downtime (Velocity 2010) – Great presentation about why Downtime sucks and how to appreciate this fact.
  • One Thing Well – My Linux Setup – Pretty awesome minimal linux setup including some great software hints…
  • sneakernet – is designed as a 99% offline campus filesharing network to distribute gigabyte-sized files to a network of upwards of several thousand users who all live within a square mile or so.
  • Gitbox – is a Mac OS X graphical interface for Git version control system. In a single window you see branches, history and working directory status.
  • Splunk – indexes data from any application, server or network device. It crawls logs, metrics, and other data from applications, servers and network devices and indexes it in a searchable repository from which it can generate graphs, reports and alerts.
  • Git Reference – This is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will preset the common options and commands needed to accomplish these common tasks.
  • Q10 – is a simple but powerful text editor designed and built with writers in mind. Windows only.
  • mcollective – is a framework to build server orchestration or parallel job execution systems.
  • damnvid – is a cross-platform application to download and convert videos from your hard drive or from dozens of video sharing websites like YouTube, Dailymotion, Veoh, Metacafe, etc. Basically, it's a video downloader and converter that sucks less.
  • Objective-C Tutorial – Ein Tutorial zu Objective-C, XCode und Cocoa

QuickLinks vom 7. April bis zum 21. April

Meine delicious.com-Links vom 7. April bis zum 21. April:

  • tmux – is a terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
  • Newsbeuter – is an open-source RSS/Atom feed reader for text terminals. It runs on Linux, FreeBSD, Mac OS X and other Unix-like operating systems. Newsbeuter's great configurability and vast number of features make it a perfect choice for people that need a slick and fast feed reader that can be completely controlled via keyboard.
  • Homebrew – is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X.
  • Fairmount – is a free tool which allows on-the-fly decryption of DVD content for convenient access. Fairmount does not perform the actual decryption, it simply forwards the data to VLC Media Player, which is used for the decryption.
  • skreenics – is a Mac OS X application that is designed to easily create thumbnails from your videos. You simply drag 'n drop files and folders onto the main screen, and Skreenics will generate the thumbnails the way you asked it!
  • libimobiledevice – is a software library that talks the protocols to support iPhone, iPod Touch and iPad devices on Linux. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking.
  • Flying the SR-71 Blackbird
  • Fake Name Generator – Generiert Namen und Adressen aus verschiedenen Teilen der Erde. Sehr praktisch, falls mal eine gültige Postleitzahl oder sonst etwas gebraucht wird…
  • pwnat – pronounced "poe-nat", is a tool that allows any number of clients behind NATs to communicate with a server behind a separate NAT with *no* port forwarding and *no* DMZ setup on any routers in order to directly communicate with each other.
  • Ebbinghaus – Digital index cards shareware with LaTeX support for $20. Seems to be quite nice to learn vocabulary, formulas and other things…

QuickLinks vom 4. Januar bis zum 15. Januar

Meine delicious.com-Links vom 4. Januar bis zum 15. Januar:

  • MAP, ACT, WAIK, MDT: Windows 7 im Netz verteilen mit Microsoft-Tools – Schöner Überblick über die von Microsoft bereitgestellten Werkzeuge für die Verteilung von und Migration auf Windows 7.
  • FOG – is a Linux-based, free and open source computer imaging solution for Windows XP and Vista that ties together a few open-source tools with a php-based web interface. Fog doesn't use any boot disks, or CDs; everything is done via TFTP and PXE.
  • understudy – allows access to streaming video through the Front Row interface of Mac OS X. The user can subscribe to multiple feeds, and select a video to watch from them. Understudy currently supports Hulu, Netflix, YouTube, and to some degree the BBC iPlayer.
  • Software Is Hard
  • GhettoPush – A Perl implementation of IMAP push for the iPhone with generic IMAP servers.
  • HFS – Nice looking HTTP-Fileserver for Windows.

Ubuntu Linux unter VMWare Fusion – Sonderzeichen auf der Mac-Tastatur

Mit Ubuntu unter VMWare Fusion ist es schon nicht ganz so einfach. Erst zicken die VMWareTools und man muss sie patchen, dann will man anfangen zu arbeiten aber die eckigen und geschweiften Klammern, das At-Zeichen und andere Sonderzeichen arbeiten nicht wie man es von der Mac OS X Tastaturbelegung gewohnt ist.

Um dem Problem abzuhelfen geht man wie folgt vor:

  • Die virtuelle Maschine herunterfahren.
  • In den Einstellungen von VMWare Fusion in die Tastatur und Maus Sektion wechseln (VMWare Fusion -> Einstellungen -> Tastatur und Maus) und dort aus dem Profil-Menü “Profile bearbeiten” auswählen.
  • In dem erscheinenden Fenster der Ubuntu-Maschine das Mac-Profil zuweisen. So gehen die Tasten vom Mac ohne Remapping zur VM.

fusion-tastatur

  • Jetzt kann Ubuntu wieder gestartet werden.
  • Nach dem Boot wechselt man zu den GNOME-Tastatureinstellungen (System -> Einstellungen -> Tastatur), und stellt dort unter dem Reiter “Belegung” das passende Mac-Keyboard ein.1

ubuntu-tastatur

Einen weiteren Neustart später sollte alles so funktionieren wie man es gewöhnt ist. Alt-E für das Euro Zeichen, Alt-L für das At, Alt-5 und 6 für die eckigen Klammern und so weiter.

Ich hatte hier noch das Problem, dass all das nur mit der rechten Alt-Taste funktionierte. In meinem Muskel-Gedächnis ist aber die linke Alt-Taste vorgesehen.

Um die Tasten zu vertauschen legt man in seinem Ubuntu-Home-Verzeichnis eine .xmodmap-Datei mit folgendem Inhalt ab:

clear mod1 clear mod5 keycode 113 = Alt_L keycode 64 = ISO_Level3_Shift add mod1 = Alt_L add mod5 = ISO_Level3_Shift

Nach einem weiteren Reboot fragt Ubuntu dann noch einmal nach, ob es diese Datei wirklich laden soll. Ab da sollte alles klappen.

(via: Ubuntuusers Forum)

  1. Hier bei mir war das “MacBook/MacBook Pro intl”, für Desktop-Macs könnte da was anderes hin müssen, YMMV []

VMware Tools für Ubuntu unter VMware Fusion installieren

Seit Apple die hauseigenen Computer auf Intel-Prozessoren umgestellt hat, ist es ziemlich einfach mehrere Betriebssysteme unter einem Mac laufen zu lassen. Ich benutze zu diesem Zweck VMware Fusion.

Damit die Integration von Gast- und Wirts-Betriebssystem so richtig rund läuft, werden in dem Gast die VMware-Tools installiert. Die Tools sind eine Sammlung von Treibern und Programmen, mit deren Hilfe man beschleunigte Grafik, Drag and Drop Kopie über die OS Grenzen hinweg oder auch stufenlose Auflösungsanpassungen hin bekommt.

Für Windows XP klappte das auch total super, virtuelle CD in das virtuelle Laufwerk einlegen, Doppelklicken, läuft.

Bei Ubuntu 8.04 ging das leider nicht so reibungslos…

Ich hatte mir das fertige Ubuntu-Image von Jars.de herunter geladen und installiert. Die mitgelieferten VMware-Tools sind aber leider nicht mehr aktuell und einen Upgrade-Versuch quittieren die Tools mit einem eher uninformativen

In file included from /tmp/vmware-config8/vmblock-only/linux/os.h:35, from /tmp/vmware-config8/vmblock-only/linux/block.c:26: /tmp/vmware-config8/vmblock-only/./include/compat_wait.h:78: error: conflicting types for ‘poll_initwait’ include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here In file included from /tmp/vmware-config8/vmblock-only/linux/vmblockInt.h:40, from /tmp/vmware-config8/vmblock-only/linux/block.c:29: /tmp/vmware-config8/vmblock-only/./include/vm_basic_types.h:184: error: conflicting types for ‘uintptr_t’ include/linux/types.h:40: error: previous declaration of ‘uintptr_t’ was here make[2]: *** [/tmp/vmware-config8/vmblock-only/linux/block.o] Error 1 make[1]: *** [module/tmp/vmware-config8/vmblock-only] Error 2 make[1]: Leaving directory /usr/src/linux-headers-2.6.24-16-generic’ make: *** [vmblock.ko] Error 2 make: Leaving directory/tmp/vmware-config8/vmblock-only’ Unable to build the vmblock module.

Um das Problem zu lösen, muss man die VMware-Tools mit Teilen der Open-VM-Tools patchen. Wie das im Einzelnen geht steht nach dem Klick…

Weiterlesen →

QuickLinks vom 25. September bis zum 1. Oktober

Meine delicious.com-Links vom 25. September bis zum 1. Oktober:

Welche Linux Distribution passt zu mir?

Linux ist nicht gleich Linux. Die Übersichtsseite distrowatch.com zählt auf ihrer Facts and Figures Seite mal so eben 351 verschiedene Ausführungen. Da ist es nicht immer leicht ohne viel ausprobieren die richtige zu finden.

Mit dem Linux Distribution Chooser kann man sich die Wahl einer möglichst geeigneten Linux-Geschmacksrichtung leichter machen.

Nach der Beantwortung einiger Fragen (Haben Sie schon mal ein Betriebssystem installiert? Wissen Sie was eine Partition ist? Mögen Sie eher deb oder rpm?) wird eine Auswahl der passenden Möglichkeiten inklusive Links angezeigt.

Zu mir passte als einziges Debian, aber das liegt vermutlich daran, dass ich als Installationsziel einen Mac1 angegeben habe… Ubuntu mag ich nämlich auch.

(via: Thomas per Mail)

  1. mit PowerPC Prozessor []

QuickLinks vom 23. Februar

Meine del.icio.us-Links vom 23. Februar:

Feisty Fawn

Thooommaaaas, schmeiß dein dist-upgrade an, Ubuntu Feisty Fawn Herd 1 ist released…

Anybody else:

Pre-releases of Feisty are not encouraged for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent breakage. They are however recommended for Ubuntu developers and those who want to help in testing, reporting, and fixing bugs.

(via: OSNews.com)