Desktop-Umgebungen

Virtualisierung

  • VMGL - OpenGL Hardware 3D Acceleration for Virtual Machines

VirtualBox

Verchluesselung usw.

Software-Raid

Backup

Netzwerk-Komplettbackup

2x mkfifo /tmp/sum
2x md5sum < /tmp/sum

tar c --one-file-system . | tee /tmp/sum | nc 192.168.1.12 9876
netcat -l -p 9876 -w 10 | tee ../sum | tar x
 
linux.txt · Last modified: 2011/12/19 23:02 by koppor
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki