投稿

[kvm]ゲストOSのディスク拡張

ゲストOSのディスク拡張するよ! -ホスト側 ゲストOSを停止 cd /var/lib/libvirt/images/ qemu-img info orecentos6-1.qcow2 qemu-img resize orecentos6-1.qcow2 +500G qemu-img info orecentos6-1.qcow2 ゲストOSを起動 -ゲストOS側 ゲストOSでfdiskでパーティションを拡張 fdisk -l fdisk /dev/vda Command (m for help): p Disk /dev/vda: 1106.0 GB, 1105954078720 bytes 16 heads, 63 sectors/track, 2142923 cylinders Units = cylinders of 1008 * 512 = 516096 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000c8ed1 Device Boot Start End Blocks Id System /dev/vda1 * 3 1018 512000 83 Linux Partition 1 does not end on cylinder boundary. /dev/vda2 1018 1102669 555232152 83 Linux Command (m for help): d Partition number (1-4): 2 Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 2 First cylinder (1-2142923, default 1): 1018 Last cylinder, +c

yum install webmin (CentOS6)

1)webmin repository making $ vi /etc/yum.repos.d/webmin.repo [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 2)gpg-key install $ wget http://www.webmin.com/jcameron-key.asc $ rpm --import jcameron-key.asc 3)yum install webmin $ yum -y install webmin 4)F/W setting $ vi /etc/sysconfig/iptables # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT $ /etc/init.d/iptables restart C

いまさらAdobeMediaServer

いまさら、AdobeMediaServerのテストを行うために、サンプルを設定する。 Apacheは入っているので、Apacheは入れない設定で、インストール。 1)httpdの設定 $ vi /etc/httpd/conf.d/dstreaming.conf LoadModule f4fhttp_module modules/mod_f4fhttp.so #LoadModule jithttp_module modules/mod_jithttp.so <location /vod> HttpStreamingEnabled true HttpStreamingContentPath "/opt/adobe/ams/webroot/vod" </Location> <location /hds-vod> HttpStreamingEnabled true HttpStreamingContentPath "/opt/adobe/ams/webroot/hds-vod" </Location> 2)モジュールファイルの配置 $ cp /usr/local/src/AMS_5_0_3_r3029/Apache2.2/modules/mod_f4fhttp.so /etc/httpd/modules/ $ cp /usr/local/src/AMS_5_0_3_r3029/Apache2.2/modules/libhds.so /etc/httpd/modules/ $ cp /usr/local/src/AMS_5_0_3_r3029/Apache2.2/modules/libadbe_license.so /etc/httpd/modules/ $ cp /usr/local/src/AMS_5_0_3_r3029/Apache2.2/modules/libadbe_dme.so /etc/httpd/modules/ $ cp /usr/local/src/AMS_5_0_3_r3029/Apache2.2/modules/libcrypto.so.1.0.0 /etc/httpd/modules/ $ cp /usr/local/src/AMS_5_0_3_r

?alt_idアクセスをブロックする

/?alt_id=[random]のアクセスが多いので、ブロックする。 RewriteEngine On #alt_id block start RewriteCond %{THE_REQUEST} \s/+[^?]*\?alt_id= [NC] RewriteRule ^ - [F,L] RewriteCond %{THE_REQUEST} \s/+[^?]*\?alt_id=[^&]+&alt_ts= [NC] RewriteRule ^ - [F,L] #alt_id block end RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

OSXYosemite

イメージ
OSX Yosemiteにアップデートしてみることにした。 アップデート完了。 ちょっとベンチマーク

raspberryPiでWebcam

raspberry PiにWebCamをつけてみた。 WebCam:Logicool HD WebCam c270 raspberry Pi: 1)firmware update まず、USB video deviceを使えるように、rpi-updateでfirmwareを更新する。 rpi-updateというコマンドをインストール。 $ sudo apt-get install rpi-update そして、更新 $ sudo rpi-update 2)ドライバーを有効にする $ sudo usermod -a -G video pi Piを再起動 $ sudo modprobe uvcvideo 3)mjpg-streamerを導入 mjpg-streamerに必要なライブラリを追加 $ apt-get -y install subversion libjpeg8-dev imagemagick mjpg-streamerソース取得 $ cd /usr/src/ $ svn checkout https://svn.code.sf.net/p/mjpg-streamer/code/mjpg-streamer/ mjpg-streamer $ cd mjpg-streamer/ $ make $ cp ./*.so /usr/lib/ $ cp ./mjpg_streamer /usr/bin/ $ mv ./www /var/ 一度テストする。 $ mjpg_streamer --input "input_uvc.so --device /dev/video0 --fps 5 --resolution 640x480 --yuv --quality 75" --output "output_http.so --port 8088 --www /var/www --credentials user:password" おっと、ファイアウォール $ ufw allow 8088/tcp アクセスして、問題なさそう。 4)デーモン化 $ vi /etc/init.d/mjpg-streamer #!/bin/sh # /etc/init.d/mjpg_s

アクセスポイント

イメージ
最近、アクセスポイントが大杉・・・ 接続し放題だわぁ

ドメインサーチ

https://www.makko.biz/whois/?q=bg.bahaiquotesillustrated.info