Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to [2019/01/01 14:54] adminhow_to [2019/02/06 05:47] – [Install R locally (e.g. on a cluster)?] admin
Line 352: Line 352:
 ---- ----
  
-**Adjust the acceleration and speed of a Logitec mouse?** \\ Install and [[https://apple.stackexchange.com/questions/253111/how-to-disable-scroll-acceleration-in-macos-sierra|use]] the Logitech Control Center.+**Adjust the acceleration and speed of a Logitec mouse?** \\  \\ Install and [[https://apple.stackexchange.com/questions/253111/how-to-disable-scroll-acceleration-in-macos-sierra|use]] the Logitech Control Center. 
 + 
 +---- 
 + 
 +== Encrypt a folder? == 
 + 
 +Compress the folder in 7z format using the AES-256 encrypting algorithm. [[https://www.dzhang.com/blog/2018/03/11/using-7-zip-create-aes-256-encrypted-zip-files-command-line|E.g]], 
 + 
 +<code> 
 +7z a -tzip -mem=AES256 -p super-secret.7z super-secret_folder 
 + 
 +7z x super-secret.7z ## Decrypt and uncomperess 
 +</code>
  
 ---- ----