User Tools

Site Tools


jak-na-to:linux

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jak-na-to:linux [2019/02/03 13:07]
hansek
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)
 +
 +</code>
 +
  
 ===== Tools ===== ===== Tools =====
Line 6: Line 17:
   * **onedrive** - https://github.com/abraunegg/onedrive   * **onedrive** - https://github.com/abraunegg/onedrive
   * **facebook messenger** - https://sindresorhus.com/caprine/   * **facebook messenger** - https://sindresorhus.com/caprine/
 +
 +
 +===== OneDrive =====
 +
 +https://github.com/abraunegg/onedrive
 +
 +Commands:
 +
 +  * https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md#onedrive-service-running-as-root-user-via-systemd-arch-ubuntu-debian-opensuse-fedora
 +  * `systemctl --user start onedrive`
 +  * logs `journalctl --user-unit onedrive -f`
  
  
Line 55: Line 77:
  
 <code bash> <code bash>
-for filename in *.NEF ; do dcraw -c -w "$filename" | pnmtojpeg > "$filename.jpg" ; done+mkdir jpg ; for filename in *.NEF ; do echo "$filename"dcraw -c -w "$filename" | pnmtojpeg > "jpg/$filename.jpg" ; done
 </code> </code>
  
  
 +===== Apple DVD superdrive =====
 +
 +source: https://apple.stackexchange.com/a/152468
 +
 +<code bash>
 +sudo apt install sg3-utils
 +
 +sg_raw /dev/sr0 ea 00 00 00 00 00 01
 +</code>
  
jak-na-to/linux.1549195639.txt.gz ยท Last modified: 2019/02/03 13:07 by hansek