Changes

Jump to navigation Jump to search
399 bytes added ,  10:48, 29 December 2007
Line 120: Line 120:  
  hdparm -t /dev/mdx (where x is 0,1,2,etc) shows software raid performance
 
  hdparm -t /dev/mdx (where x is 0,1,2,etc) shows software raid performance
 
  mdadm --detail /dev/mdx (where x is 0,1,2,etc) gives raid info
 
  mdadm --detail /dev/mdx (where x is 0,1,2,etc) gives raid info
 +
tar -czvf foo.tar.gz foo                              creates a tar/zip file of a directory
 +
tar -xvzf foo.tar.gz                                  untar/unzip a tar/zip file
 +
scp -P <ssh_portnumber> foo.tar.gz <other_server_ipaddress>:/opt    transfers file to another server
 +
rsync --progress -te "ssh -p <ssh_portnumber>" foo <other_server_ipaddress>:/opt    transfers file to another server
    
===RPM's===
 
===RPM's===
227

edits

Navigation menu