Direkt zum Hauptbereich

Posts

Es werden Posts vom September, 2010 angezeigt.

Synchronisation zwischen Kontact Evolution und Palm Treo 680

Gehe jetzt den Weg, dass ich mit Kontact arbeite, aber über den Umweg Evolution mit dem PDA synchronisiere, weil nur dieser Weg zuverlässig funktioniert. Sync zwischen evolution und Kontact per msynctool: #!/bin/bash msynctool --sync Kontact-Evolution --conflict 2 --filter-objtype contact --filter-objtype note Ein Bug: in Kontact abgehakte ToDos werden nicht auf dem Treo abgehakt! Einzige Lösung: in Evolution jedes Häkchen entfernen und neu setzen. Oder einfach Purge, dann hat sichs auch erledigt

Backup NICHT mit dd

Aus irgendeinem #$@%&!-Grund geht partimage auf meinem eeepc nicht, meldet jeweils beim *Erstellen* des Images: "image Lese fehler Bitmap block 0" . Hab allerdings diesen Beitrag gefunden: dd usually the *ABSOLUTELY WRONG* tool to use for pushing around file systems, since you have to issue the "count" command to cut off the dd at the end of the partition absolutely correctly or you will leave off the last few bits of your partition and filesystem, or start copying the *next* partition and filesystem. It also guarantees you a dd image exactly the size of the partition on disk instead of the size of the file system, which may be *vastly* smaller and thus much easier to save and faster to write. http://forum.soft32.com/linux2/Resize-Partition-dd-ftopict45930.html Wie dem auch sei, man kann ja immer noch mit dd images erstellen,(hoffe ich). Hier ne Anleitung: http://www.debianhelp.co.uk/ddcommand.htm full hard disk copy dd if=/dev/hdx of=/dev/hdy dd if=

Suspend to ram / disk ( hibernate ) auf ASUS 1101-HA funktionert

vbetool zu deinstallieren hat nicht ausgereicht. Folgende Aktionen haben endlich zum Ziel geführt. Ich bin mir nicht sicher, ob alle nötig sind, ich habe bspw. Schritt ... weggelassen, danach funktionierte es nicht mehr, vermutlich sind alle nötig. 1. ) vbetool deinstallieren 2.) uswsusp installieren 3.) in /etc/pm/config.d eintragen, dass uswsusp und nicht kernel zum Suspend/Hibernate verwendet werden soll: sudo cp /usr/lib/pm-utils/defaults /etc/pm/config.d/defaults gksudo gedit /etc/pm/config.d/defaults look for " #SLEEP_MODULE="kernel" " change to SLEEP_MODULE="uswsusp" 4.) Als s2ram-Parameter --force eintragen (weil eeepc1101ha geblacklistet ist) put in /etc/pm/config.d/defaults: S2RAM_OPTS="--force" 5.) Backup both files which are to be replaced, Replace /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux by #!/bin/sh /usr/sbin/s2ram --force Ruhezustand ¶ Replace hal-system-power-hibernate-linux by #!/bin/sh /usr/sbin/s2disk 6.) I