Skip to main content

Recently Updated Pages

Passwort Änderung

Cyano.At Konto

Wollen Sie das Passwort Ihres Cyano.At Kontos ändern so gehen Sie folgendermaßen vor.Voraussetzun...

Updated 1 month ago by Peter Schlager

Passwort Rücksetzung

Cyano.At Konto

Sollten Sie das Passwort Ihres Cyano.At Benutzernamen vergessen haben können Sie dieses folgender...

Updated 5 months ago by Peter Schlager

Undead Legacy Mod installieren

Computer Game Modding 7 Days to Die

Eigenschaften des Spiels in Steam über Rechtsklick -> "Eigenschaften" Im Popup Fenster "Lokale D...

Updated 2 years ago by Peter Schlager

Delete Index

Linux Elasticsearch

curl -XDELETE localhost:9200/[index]?master_timeout=5m

Updated 2 years ago by Peter Schlager

convert all files of type in directory

Linux FFMpeg

for i in *.ts; do ffmpeg -i "${i}" -c:v libx264 -c:a copy -c:s mov_text "${i%%.*}.mp4"; done

Updated 3 years ago by Peter Schlager

Find video Codec of Video

Linux FFMpeg

ffprobe -select_streams v0 -show_entries "format:stream" \ -of json -v quiet \ -i ./path/to/v...

Updated 3 years ago by Peter Schlager

add Timestamp to Video

Linux FFMpeg

ffmpeg -i <video_in>.mp4 \ -vf "drawtext = fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSer...

Updated 3 years ago by Peter Schlager

Truncate Corrupted Translog of Index

Linux Elasticsearch

/usr/share/elasticsearch/bin/elasticsearch-shard remove-corrupted-data --index graylog_9 --shard-...

Updated 3 years ago by Peter Schlager

compile from source

Linux OpenSSH

./configure --exec-prefix=/usr/ --bindir=/bin/ --sbindir=/sbin/ --prefix=/ --datarootdir=/usr/sha...

Updated 3 years ago by Peter Schlager

allocate unassigned shards

Linux Elasticsearch

range=2 IFS=$'\n' for line in $(curl -s 'localhost:9200/_cat/shards' | fgrep UNASSIGNED); do IN...

Updated 3 years ago by Peter Schlager

Ordner Synchronisation

Nextcloud Desktop Client

Die Ordner-Synchronisation erlaubt es Ihnen einen beliebige Ordner auf Ihrem Endgerät und der Clo...

Updated 3 years ago by Peter Schlager