wiki:notes/other

Version 18 (modified by root, at 2018-02-04T10:34:47Z) (diff)

--

заметки о разном

удаление лишних концов строк из ldif

perl -ne 'chomp; if(/^\s.+/){ s/^\s//; print } else { print "\n$_" }' < in > out


посмотреть состояние пула адресов в радиусе

`rlm_ippool_tool -av /var/lib/radiusd/db.ippool /var/lib/radiusd/db.ipindex`


вырезать кусок видео с помощью ffmpeg:

ffmpeg -ss 00:00:11.500 -t 48 -i "couch throne.mpg" -c:v libx264 cut.avi`


слепить видео с помощью ffmpeg:

ffmpeg -i myfile1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts
ffmpeg -i myfile2.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate2.ts
ffmpeg -i "concat:intermediate1.ts|intermediate2.ts" -c copy -bsf:a aac_adtstoasc output.mp4


разрезать cue/flac на пачку wav:

shntool split -t "%n - %t" -m /- -o wav -f file.cue file.flac 

а ещё можно сразу в mp3:

shntool split -t "%n - %t" -m /- -o "cust ext=mp3 lame -m s -b 320 - %f" -f file.cue file.flac 


замена заглушки thule в т-профиль

чтобы не резать родные заглушки thule в т-профиль, можно использовать пирацкую заглушку atlant в несколько раз дешевле. длины одного комплекта (2520мм) хватит сразу для обоих поперечин. артикул at8820, 30.8820 или 8820, есть в автодоке, экзисте и, наверное, в других интернет-магазинах.

заглушка atlant в т-профиль


скачивание adobe acrobat connect вебинара:

Original URL: https://www.example.com/p10101010
Modified URL: https://www.example.com/p10101010/output/filename.zip?download=zip


генерация сертификата через easy-rsa с добавлением subjectAltName, чтобы chrome перестал докапываться:

  • в openssl-1.0.0.cnf секцию [ server ] добавить subjectAltName=${ENV::SAN};
  • выполнить export SAN=DNS:dns1.domain.tld,DNS:dns2.domain.tld с списком необходимого;
  • генерировать build-key-server для сервера или build-key для клиента.


обучение пульта

  1. Press set key around 6 sec. In TV control area until the LED light flashing, then it enters into learning mode.
  2. Press any of the key in TV control which you want to learn until the led light flashing, then this key is into receiving mode.
  3. Put another Remote Control with this new control in the horizon line, then press the function key which you want to learn from this RCU in around 3 Sec.
  4. After the led light flashing in three 3 times, press the SET key on new RCU to confirm this learning.
  5. If you need to learn more keys, pls do action 2-4 again


Attachments (1)

Download all attachments as: .zip