|
|
Zeile 1: |
Zeile 1: |
| <div align="right"><big>'''[https://flinkwiki.de/index.php?title=Kategorie:Alle_Seiten Seitenübersicht]'''</big></div> | | <div align="right"><big>'''[https://flinkwiki.de/index.php?title=Kategorie:Alle_Seiten Seitenübersicht]'''</big></div> |
| <div align="right">'''[[Ubuntu|Zur Seite "Ubuntu"]]'''</div> | | <div align="right">'''[[Ubuntu|Zur Seite "Ubuntu"]]'''</div> |
− | <div align="right">'''[[Ubuntu: Drucken|Zur Seite "Ubuntu: Drucken"]]'''</div> | + | <div align="right">'''[[Ubuntu: Tools|Zur Seite "Ubuntu: Tools"]]'''</div> |
| <div align="right">'''[[Linux - Grundlagen|Zur Seite "Linux - Grundlagen"]]'''</div> | | <div align="right">'''[[Linux - Grundlagen|Zur Seite "Linux - Grundlagen"]]'''</div> |
| <div align="right">'''[[Linux - Installation und Konfiguration|Zur Seite "Linux - Installation und Konfiguration"]]'''</div> | | <div align="right">'''[[Linux - Installation und Konfiguration|Zur Seite "Linux - Installation und Konfiguration"]]'''</div> |
Zeile 7: |
Zeile 7: |
| ---- | | ---- |
| | | |
− | == inxi == | + | == Allgemeines == |
| | | |
− | -> Systemanalyse
| |
| | | |
− | ''inxi -h'' zeigt die Optionen an.
| |
− |
| |
− | ----
| |
− |
| |
− | == hstr ==
| |
− |
| |
− | > History
| |
− |
| |
− | Aufruf mit ''hstr'' oder (nach Installation) mit <code>Str-r</code>
| |
− |
| |
− | === Installation ===
| |
− |
| |
− | # add-apt-repository ppa:ultradvorka/ppa
| |
− | # apt update
| |
− | # apt install hstr
| |
− | # hstr --show-configuration >> ~/.bashrc
| |
− | # source ~/.bashrc
| |
− |
| |
− | ----
| |
− |
| |
− | == qtqr ==
| |
− |
| |
− | sudo apt-get install qtqr
| |
− | QR-Reader für die Webcam.
| |
− | * https://wiki.ubuntuusers.de/QtQR/
| |
− |
| |
− | ----
| |
− |
| |
− | == Handbrake ==
| |
− | Liest CDs und DVDs aus.
| |
− |
| |
− | Für die Erkennung kopiergeschützter DVDs muss die Bibliothek ''libdvdcss'' nachinstalliert werden:
| |
− | * sudo apt install libdvd-pkg
| |
− | * sudo dpkg-reconfigure libdvd-pkg
| |
− | [https://www.videolan.org/developers/libdvdcss.html][https://www.linux-community.de/ausgaben/linuxuser/2019/09/grosses-kino-2/]
| |
− | ----
| |
− | == WinFF ==
| |
− |
| |
− | Video-Konvertierung
| |
− |
| |
− | * https://wiki.ubuntuusers.de/WinFF/
| |
| | | |
| + | <br> |
| ---- | | ---- |
| | | |
− | == Flowblade == | + | == xxx == |
| | | |
− | Video-Editor
| |
| | | |
− | Installation:
| |
− | apt install flowblade
| |
− |
| |
− | * [https://www.youtube.com/watch?v=o1LXACbL9Sg Flowblade Beginners Tutorial: Basic Video Editing. Using Proxy Clips.]
| |
| | | |
| ---- | | ---- |
− | == youtube-dl ==
| |
− |
| |
− | Kommandozeilentool zum Download von Youtube-Videos.
| |
− |
| |
− | Setzt Python 3.4 oder höher voraus.
| |
− |
| |
− | Installation z. B.
| |
− | sudo -H pip3 install --upgrade youtube-dl
| |
− |
| |
− | Start mit
| |
− | youtube-dl [OPTIONS] URL [URL...]
| |
− |
| |
− | * https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme
| |
− | * https://wiki.ubuntuusers.de/youtube-dl/
| |
− | <br>
| |
− | ----
| |
− |
| |
− | == Update-Manager ==
| |
− |
| |
− | sudo update-manager -d
| |
− |
| |
− | ----
| |
− |
| |
− | == Aktualisierung von Ubuntu 18.04 auf 20.04 mit <code>do-release-upgrade</code> ==
| |
− |
| |
− | # Mit <code>apt update</code> und <code>apt upgrade</code> das System auf den neuesten Stand bringen.
| |
− | # <code>do-release-upgrade</code>
| |
− |
| |
− | Diese Methode ist sicherer als <code>apt dist-upgrade</code>
| |
− | [https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-20-04-focal-fossa-de]
| |
| | | |
− | Paketquellen von Drittanbietern werden dabei deaktiviert. Sie können über ''Software-Paketqellen'' oder ''Synaptic'' wieder aktiviert werden.
| + | == == |
| + | * |
| | | |
| ---- | | ---- |