トップ «前の日(11-12) 最新 次の日(11-14)» 追記

Masa's blog

検索キーワード:

2011年11月13日 linux-3.1 on ARMedslack-13.1 with SL-C860(ALSA fix)

_ linux-3.1 on ARMedslack-13.1 with SL-C860(ALSA fix)

linux-3.1 on ARMedslack-13.1でALSAが正常に機能しなかった件が解決。

linux-2.6.36.4の時は、/etc/rc.d/rc.moduleで

/sbin/modprobe snd_soc_corgi

とだけしていたのだが、続けて

/sbin/modprobe snd_soc_pxa2xx

とすればOKとなった。

dmesgには

asoc: wm8731-hifi <-> pxa2xx-i2s mapping ok

と表示されていた。


2014年11月13日 Vulnerability Summary for CVE-2014-3566 (POODLE)

_ Vulnerability Summary for CVE-2014-3566 (POODLE)

For apache-2.2.x

/usr/local/apache2/conf/extra/httpd-ssl.conf

SSLProtocol all -SSLv2 -SSLv3

2016年11月13日 Version up tdiary Ver.2.2.2 to 5.0.2

_ ruby-2.3.1.tar.bz2 from ruby-1.8.7.tar.bz2

$ tar xvf ruby-2.3.1.tar.bz2
$ cd ruby-2.3.1
$ ./configure --without-gmp && make && make check # 1 failed :(
$ sudo make install && sudo ldconfig

_ tdiary-full-v5.0.2.tar.gz

$ mv ~/public_html/diary ~/public_html/diary.backup
$ mkdir ~/public_html/diary
$ tar xvf tdiary-full-v5.0.2.tar.gz
$ cp -r tdiary-full-v5.0.2/* ~/public_html/diary/
$ cd ~/public_html/diary/
$ cp dot.htaccess .htaccess
$ cp tdiary.conf.beginner tdiary.conf

.htaccess

AuthUserFile  /home/m-ito/.htpasswd
Require user  m-ito

tdiary.conf

@data_path = '/home/m-ito/diary'
$ cd /home/m-ito/
$ mkdir diary.backup && cd diary.backup/ && (cd ../diary/ && tar cf - .) | tar xvpif -
$ cd ../diary/
$ for i in `find . -type f`
do
	nkf -w <$i >/tmp/junk && cp /tmp/junk $i
	rm /tmp/junk
done

/home/m-ito/diary/tdiary.conf

date_format = "%Y年%m月%d日"

Plugin selection

search-default.rb

Header,Footer

<%= search_input_form( '' ) %>