Infos ueber die Spuren aus MKV-Datei holen:
mkvmerge -i <filename>
Extrahieren des gewuenschten Untertitels
mkvextract tracks <your_mkv_video> <track_numer>:<subtitle_file.srt>
Hinzufuegen des Untertitels
mkvmerge -o myouput.mkv myinput.mkv --language "0:ger" --track-name "0:mytrackname" <subtitle_file.srt>The simplest way is to run:
sudo !!
This will run the last command but as super user.
Es wird der Editor gestartet, der mit der Environment-Variablen EDITOR konfiguriert ist. Das kann man einfach ändern und in die .bashrc reinschreiben.
export EDITOR=/usr/bin/vim Auf dem Server einloggen. Tar-Archiv erzeugen und per ssh direkt remote speichern:
tar -c volume1/folder | ssh user@remoteserver "cat > /media/folder.tar"
Und zurückspielen:
ssh user@remoteserver 'cat /media/folder.tar' | tar xvf -Advertisements
- http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
- http://hosts-file.net/download/hosts.zip
- http://hosts-file.net/hphosts-partial.asp
- http://hosts-file.net/.%5Cad_servers.txt
- http://adaway.org/hosts.txt
- http://someonewhocares.org/hosts/hosts
- http://winhelp2002.mvps.org/hosts.txt
Malicious \ Malware
- https://www.openphish.com/
- https://v.firebog.net/
- https://blocklist.site/
- https://urlhaus.abuse.ch/
- https://github.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites
- https://github.com/AssoEchap/stalkerware-indicators
- https://github.com/durablenapkin/scamblocklist
Windows telemetry
Behebt den Fehler Update Keyring bei signature from „xxx“ is unknown trust, wenn man Pakete aktualsiert
sudo pacman -S archlinux-keyringMit Chromium Feeds nach TTRSS abonnieren. Hierfür in Chromium auf das RSS-Icon klicken und anschließend bei „Diesen Feed abonnieren mit“ Verwalten auswählen. Anschließend folgende URL für TTRSS eintragen.
https://ttrss.yourdomain.de/public.php?op=bookmarklets--subscribe&feed_url=%s
Für FreshRSS verwendet man einfach die folgende URL.
https://freshrss.yourdomain.de/i/?c=feed&a=add&url_rss=%sA quality-driven guide through the shell's many features.
Cheat Sheets selbst erstellen
Mit dem folgenden Regex suchen und durch Nichts/Leer ersetzen entfernt alle doppelten Zeilen (Distinct).
^(.*?)$\s+?^(?=.*^\1$)PlantUML ist ein quelloffenes Projekt, welches das Erstellen von UML-Diagrammen ermöglicht. Es werden die folgenden Typen von UML-Diagrammen unterstützt
Farblehre und Grundlagen für ein gutes Webdesign
- A primer on color theory
- Types of colors
- Variations of colors
- Types of color combinations
- Monochromatic color combinations
- Complementary color combinations
- Triadic color combinations
- Analogous color combinations
- Tetradic color combinations
- Generate meaning using color combinations
- Build a color palette for your brand
- Use a color wheel to generate color combinations
- Use a color picker to create color combinations from a photograph
- Create a brand kit that includes your color palettes
- 100 color palettes to inspire your designs
- Find organic color inspiration in nature
- Get delicious color palettes from food & drink
- Find inspiration in color palettes around the world
- Pull your inspiration from everyday items
- Design with color
Grammatik-, Stil- und Rechtschreibprüfung, die für viele Sprachen verfügbar ist.
Eine einfache Web-App, mit der sich Daten auf verschiedene und vielfältige Weise verarbeiten lassen.