Difference between revisions of "Linux snippets"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 11: | Line 11: | ||
* [[Gentoo minimal boot rescue on Qemu]]  | * [[Gentoo minimal boot rescue on Qemu]]  | ||
* [[Microsecond time]]  | * [[Microsecond time]]  | ||
| + | * [[Hibernation using full disk encryption]]  | ||
=File manipulation=  | =File manipulation=  | ||
Revision as of 23:29, 19 April 2018
Various
- Linux startup scripts
 - Disk management
 - iSCSI target (server)
 - iSCSI initiator (client)
 - Tftp-server
 - PXE boot
 - Docker cheat sheet
 - Gentoo minimal boot rescue on Qemu
 - Microsecond time
 - Hibernation using full disk encryption
 
File manipulation
Rsync copy keeping all attributes
Using checksumming:
rsync -acPHAXSxvW --numeric-ids --delete --stats
Only comparing size and time:
rsync -aPHAXSxvW --numeric-ids --delete --stats