5. März 2010 | Tags: activedirectory, ad, cli, code, csv, database, design, diff, graph, gtd, java, jpg, linux, mac, monitoring, mysql, network, osx, patch, pdf, png, samba, smb, solaris, ssh, sysadmin, sysstat, textmate, txt, unix, visualization, windows
Meine delicious.com-Links vom 25. Februar bis zum 4. März:
- kSar – kSar Version 5 is a java application that graph your sar data. It can graph sar text output from Solaris,Linux,AIX,HPUX,Mac OS/X. It also permit to export data to PDF/JPG/PNG/CSV. You can load dat from three method : local file, local command excetion, and remote command execution via SSH
- MySQL Workbench – is a cross-platform, visual database design tool developed by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. MySQL Workbench will be available as a native GUI tool on Window, Linux and OS X.
- QuickCursor – For Mac users to use their favorite text editor everywhere. QuickCursor allows you to edit text from any application in your favorite text editor.
- The Ten Minute Guide to diff and patch –
- MyLogon – is a Network-oriented logon applet for Windows
9. Oktober 2008 | Tags: fusion, linux, mac, osx, patch, ubuntu, virtualisation, vmware
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 →