Удобная таблица. Вполне соответствует действительности.
Архив рубрики: Новости
Вещание для iPhone\iPad\Android из rtsp-источника
С перекодировкой
cvlc -R rtsp://x.x.x.x:554/av0_1 --sout='#transcode{width=640,height=480,fps=25,vcodec=h264,vb=256,venc=x264{aud,profile=baseline,level=30,keyint=30,ref=1},acodec=mp4a,ab=64K}:std{access=livehttp{seglen=10,delsegs=true,numsegs=5,index=/path/to/index.m3u8,index-url=http://site.com/path/to/camera-########.ts},mux=ts{use-key-frames},dst=/var/www/path/to/camera-########.ts}'
Без перекодировки, при условии, что камера сама по себе дает h264
cvlc -d -R rtsp://x.x.x.x:554/av0_1 --sout='#std{access=livehttp{seglen=10,delsegs=true,numsegs=5,index=/path/to/index.m3u8,index-url=http://site.com/path/to/camera-########.ts},mux=ts{use-key-frames},dst=/var/www/path/to/camera-########.ts}'
Гоп-стоп каверок
Твирин, down from the sky
[audio:http://vurd.name/wp-content/uploads/2013/01/mixdown_3-faded.mp3|titles=»vurd & kain — down from the sky (trivium cover)»]Записано на ibanez rg7321 и Warwick Corvette Standard.
Цепочка 1: гитара — boss gt-8 — loop-send — engl e530 custom — loop-return — mac mini — cubase — revalver mk II cab simulator
Цепочка 2: бас-гитара — boss gt-8 — loop-send — boss cs-3 — loop-return — mac mini — cubase — revalver mk II cab simulator
Гитары дабл-трек по оригинальной дорожке в два разных кабинета каждая. Бас тоже в два разных кабинета. Ударка — addictive drums, по дефолту, но с отключенными реверами.
Всё спаранамированно, клипинг не убран. На мастер-канале висит ревер от POD Farm и компрессор какой-то.
И немножко процесса при поддержке варвика.
Установка Skystar 2 Express HD в Debian 6.0.6
sudo apt-get install build-essential mercurial subversion libncurses5-dev libpng12-dev libproc-processtable-perl
# Качаем дрова из нового репозитория Липлянина
hg clone http://pikacode.com/liplianin/s2-liplianin-v35-716x/
cd s2-liplianin-v35-716x
sudo make menuconfig
# зайти в меню multimedia support ->
# support for saa716x family from nxp/phillips ->
# убрать отметку []saa7160/1/2 based full fledged pcie cards
# и при выходе сохранить настройки
make
sudo make install
sudo reboot
На самом деле нужно еще отключить модуль Siliconfile SR030PC30 camera driver и Siliconfile NOON010PC30 camera driver
Демо unheavy без живых ударных
Slayer в Москве
Сброс стекового юнита DGS-3100
I have DGS-3100-24TG switch whitch has been a stacking member with manually configured stack ID. Now i want to use it as standalone switch, but it boots without chance to configure it. Only debug mode commands is available but none of them helps.
DGS-3100 series manual doesn’t help as there was written: «To reset the stacking members to the factory defaults, press the Reset button for at least 5 seconds» and: «During the boot process, after the first part of the POST is completed press Ctrl+shift+ (-) within 2 seconds after the following message is displayed: Autoboot in 2 seconds –press RETURN or Esc. to abort and enter prom.#», but there isn’t reset button on switch; message «Autoboot in 2 seconds…blah blah» isn’t displayed and key combination won’t help in any boot stage.
Sorry, but trying hard [ctrl]+[shift]+[-] key combination finally help me!
Making Apache case-insensitive
Apache is case sensitive on *nix systems, since the underlying file system is case sensitive. This can cause trouble with sites brought over from case-insensitive systems. It is relatively easy to remove that sensitivity with the apache module check_speling (funny name, huh?). It will also remap mistyped urls when possible, mapping index.htm to the proper index.html, etc.
This is the procedure for Ubuntu/Debian systems.
From the command line, type sudo su to get root privileges.
nano /etc/apache2/mods-available/speling.conf
Type CheckSpelling on and hit ctrl-x, y to exit and save the file.
type a2enmod and then speling and hit enter.
type /etc/init.d/apache2 reload to reload apache.
Mistype a url to test it.
Обновляем timezone в java (windows)
Взять здесь утилиту tzupdater.jar.
Выполнить java -jar tzupdater.jar -u.