Difference between revisions of "Linux snippets"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (4 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
* [[PXE boot]]  | * [[PXE boot]]  | ||
* [[Docker cheat sheet]]  | * [[Docker cheat sheet]]  | ||
| + | * [[Gentoo minimal boot rescue on Qemu]]  | ||
| + | * [[Microsecond time]]  | ||
| + | * [[Hibernation using full disk encryption]]  | ||
| + | * [[Linux on Alienware 15 R4]]  | ||
| + | * [[php fpm on apache]]  | ||
=File manipulation=  | =File manipulation=  | ||
Latest revision as of 00:50, 24 April 2021
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
 - Linux on Alienware 15 R4
 - php fpm on apache
 
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