Difference between revisions of "Linux snippets"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (13 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Vserver]]  | [[Vserver]]  | ||
| − | =  | + | =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=  | =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