view · edit · sidebar · attach · print · history

<< 2023 | Home | 2021 >>

2022

19.9.2022

  • sdiff
 Diff two large XML Files
 sdiff derma2go.xml oddb_article.xml | colordiff

15.9.2022

  • ffmpeg
 Shorten Audio File
 ffmpeg -ss 00:00:00 -to 00:31:30  -i ost.m4a -c copy ost_kurz.m4a

13.9.2022

  • awk
 Print numbers starting with 19
 awk -F';' '{print $1,$2,$9,$13}' file.csv | grep "^19"

17.6.2022

  • ffmpeg
 ffmpeg -loop 1 -i Bildschirmfoto\ 2022-06-17\ um\ 10.03.25.png -i Borderline.m4a -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest Borderline.mp4

3.6.2022

  • Shoe
 https://github.com/grauwoelfchen/shoe getting to know htmlgrid, sbsm and odba

12.5.2022

  • Grep and Highlight
 awk '/ä/ && /4027992000005/' * | grep ä

10.5.2022

  • Reverting from Backup you need to use the following command:
 bzcat 22:00-postgresql_database-ch_oddb-backup.bz2 | sudo -u postgres /usr/local/pg-10_1/bin/psql -p 5433 ch_oddb

6.5.2022

  • If
 pavucontrol

does not show any devices just do

 pulseaudio -k

to kill all pulseaudio instances.

3.1.2022

  • Grep for correct Email address
 grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" file.txt

7.1.2022

  • Update QT

<< 2023 | Home | 2021 >>

view · edit · sidebar · attach · print · history
Page last modified on January 02, 2023, at 09:04 PM