6 Private Links
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.
A Summary of Eric Evans' Domain-Driven Design
Pearls of wisdom for programmers collected from leading practitioners.
for f in *.doc; do libreoffice -pt HP_LaserJet_CM1415fn "$f"; done
mencoder -forceidx -ovc copy -oac copy video1.avi video2.avi -o completevideos.avi
ffmpeg -i input.mkv -codec copy output.mp4
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-keyring
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