Difference between revisions of "Linux snippets"

From Tom's notes
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* [[Linux startup scripts]]
 
* [[Linux startup scripts]]
 
* [[Disk management]]
 
* [[Disk management]]
* [[iSCSI target]]
+
* [[iSCSI target]] (server)
 +
* [[iSCSI initiator]] (client)
 
* [[Tftp-server]]
 
* [[Tftp-server]]
 
* [[PXE boot]]
 
* [[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 01:50, 24 April 2021

Vserver

Various

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