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/12 18:49] – [Encrypt a folder?] 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>
 +
 +----
 +
 +==== Upload a file to Oncinfo and link to it? ====
 +
 +{{:screen_shot_2019-02-12_at_12.38.39_pm.png?linkonly|Set}} the link type to "internal media", click on "Browse Server", and then on "Choose File" and "Update".