This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jak-na-to:linux [2019/05/13 19:11] hansek [Batch conversion of RAW images to JPG] |
jak-na-to:linux [2020/03/22 10:54] (current) hansek |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Linux OS ====== | ====== Linux OS ====== | ||
+ | |||
+ | ===== Packages ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install \ | ||
+ | | ||
+ | unrar \ # to Mint Archive Manager properly can extract rar files | ||
+ | p7zip-rar \ # maybe is needed as previous (try it) | ||
+ | |||
+ | </ | ||
+ | |||
===== Tools ===== | ===== Tools ===== | ||
Line 6: | Line 17: | ||
* **onedrive** - https:// | * **onedrive** - https:// | ||
* **facebook messenger** - https:// | * **facebook messenger** - https:// | ||
+ | |||
+ | |||
+ | ===== OneDrive ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Commands: | ||
+ | |||
+ | * https:// | ||
+ | * `systemctl --user start onedrive` | ||
+ | * logs `journalctl --user-unit onedrive -f` | ||