Bookmarks
-
April 2, 2015
-
April 1, 2015
-
March 31, 2015
-
March 31, 2015
-
March 30, 2015
-
March 30, 2015VBoxHeadlessTray
VBoxHeadlessTray is simple windows app that runs a VirtualBox VM as a tray icon. -
March 30, 2015ExtFS für Windows | PARAGON Software Group - gratis partitionierungs software, Festplattenpartitionierung
Ext Laufwerke unter Windows einbinden -
March 30, 2015Ext2Fsd Project
Ext Laufwerke unter Windows einbinden -
March 29, 2015
-
March 29, 2015Prevent suspend/hibernate if system is remotely backed up via rdiff-backup
/etc/pm/sleep.d/01_prevent_sleep_on_backup #!/bin/sh . "${PM_FUNCTIONS}" command_exists rdiff-backup || exit $NA case "$1" in hibernate|suspend) if pgrep rdiff-backup; then exit 1 fi ;; esac exit 0