Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

21 total results found

Documentation

Linux

Nextcloud

Handbuch zur Verwendung von Nextcloud unter https://cloud.cyano.at

Computer Game Modding

Cyano.At Konto

Handbuch zur Verwendung Ihres Cyano.At Kontos.

Desktop Client

Nextcloud

Elasticsearch

Linux

FFMpeg

Linux

OpenSSH

Linux

7 Days to Die

Computer Game Modding

add Timestamp to Video

Linux FFMpeg

ffmpeg -i <video_in>.mp4 \ -vf "drawtext = fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf: text = '%{pts:gmtime:0:%M\\\\:%S}':\x=80: y=125: fontsize=48: fontcolor=white@1.0: box=1: boxcolor=black@1.0" \ <video_out>.mp4

allocate unassigned shards

Linux Elasticsearch

range=2 IFS=$'\n' for line in $(curl -s 'localhost:9200/_cat/shards' | fgrep UNASSIGNED); do INDEX=$(echo $line | (awk '{print $1}')) SHARD=$(echo $line | (awk '{print $2}')) number=$RANDOM let "number %= ${range}" curl -H 'Content-Type:application/...

compile from source

Linux OpenSSH

./configure --exec-prefix=/usr/ --bindir=/bin/ --sbindir=/sbin/ --prefix=/ --datarootdir=/usr/share/ --with-pam --with-privsep-user=nobody --with-md5-passwords

Ordner Synchronisation

Nextcloud Desktop Client

Die Ordner-Synchronisation erlaubt es Ihnen einen beliebige Ordner auf Ihrem Endgerät und der Cloud vollständig synchron zu halten. Alle Dateien und Ordner die Sie in dem lokalen Ordner auf Ihrem Endgerät hinzufügen/löschen/verschieben werden 1:1 in die Cloud ...

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

Delete Index

Linux Elasticsearch

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

Truncate Corrupted Translog of Index

Linux Elasticsearch

/usr/share/elasticsearch/bin/elasticsearch-shard remove-corrupted-data --index graylog_9 --shard-id 0 You should run the following command to allocate this shard: curl -XPOST --header 'Content-Type: application/json' http://localhost:9200/_cluster/reroute -d ...

Find video Codec of Video

Linux FFMpeg

ffprobe -select_streams v0 -show_entries "format:stream" \ -of json -v quiet \ -i ./path/to/videofile.extension \ | grep -w "format_name" | cut -d "\"" -f4 mpegts

Undead Legacy Mod installieren

Computer Game Modding 7 Days to Die

Eigenschaften des Spiels in Steam über Rechtsklick -> "Eigenschaften" Im Popup Fenster "Lokale Daten" [1.] dann "Durchsuchen" [2.] auswählen: Dies öffnet den Windows Explorer, wo du einen Ordner zurück im Dateisystem gehen musst: Kopiere den vollständigen "...

Passwort Rücksetzung

Cyano.At Konto

Sollten Sie das Passwort Ihres Cyano.At Benutzernamen vergessen haben können Sie dieses folgendermaßen zurücksetzen und neu vergeben. Voraussetzungen für die Rücksetzung: Email-Adresse welche Sie beim Cyano.At Benutzerkonto hinterlegt haben Benutzername um si...

Passwort Änderung

Cyano.At Konto

Wollen Sie das Passwort Ihres Cyano.At Kontos ändern so gehen Sie folgendermaßen vor.Voraussetzungen für die Änderung:Benutzername um sich für die Änderung des Passwort einloggen zu könnenPasswort das aktuell gültige Passwort um einzuloggen und das Passwort zu...

Category
HowTo
Category
Hilfe