Täglich Shaarli
January 2, 2023
Suchmaschine für API-Sniplets
A Summary of Eric Evans' Domain-Driven Design
ffmpeg -i input.mkv -codec copy output.mp4
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
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
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
Pearls of wisdom for programmers collected from leading practitioners.
mencoder -forceidx -ovc copy -oac copy video1.avi video2.avi -o completevideos.avi
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>
Mit 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://yourdomain/public.php?op=bookmarklets--subscribe&feed_url=%s
A 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$)
Grammatik-, Stil- und Rechtschreibprüfung, die für viele Sprachen verfügbar ist.
Tool, um Freunden, Kollegen und Angehörigen im Notfall Zugang zu Ihren Systemen zu gewähren. Es ermöglicht Ihnen, ein Geheimnis in Teile zu zerlegen, und wenn genügend Empfänger zustimmen, ihre Teile zu kombinieren, kann das ursprüngliche Geheimnis wiederhergestellt werden.
User stories are a good way to gather requirements, agree on what needs to be done, and provide visibility of the work being done to clients. They also help us prioritise the work to be done according to the value they add at a given point in time.
for f in *.doc; do libreoffice -pt HP_LaserJet_CM1415fn "$f"; done
The simplest way is to run:
sudo !!
This will run the last command but as super user.
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 -
Behebt den Fehler Update Keyring bei signature from „xxx“ is unknown trust, wenn man Pakete aktualsiert
sudo pacman -S archlinux-keyring
PlantUML ist ein quelloffenes Projekt, welches das Erstellen von UML-Diagrammen ermöglicht. Es werden die folgenden Typen von UML-Diagrammen unterstützt
Eine einfache Web-App, mit der sich Daten auf verschiedene und vielfältige Weise verarbeiten lassen.