投稿

[WER-AG54をDD-WRT化してみた]を見てWER-AMG54をDD-WRT化してみた

イメージ
Magistolさんの「 Magistolの日記 [Network]WER-AG54をDD-WRT化してみた 」を見て私もやってみようとWER-AMG54をDD-WRT化してみました。 まず、シリアル接続をしなければならないため、秋月電子通商で「 FT232RL USBシリアル変換モジュール 」を購入しました。 FT232RLをブレッドボードにセット! Magistolさんの説明通り接続 teratermでシリアルコンソール接続できるようになりました https://www.dd-wrt.com/site/support/router-database からWHR-HP-AG108 用のイメージをdownloadし、 TFTPサーバーを立ち上げ、WHR-HP-AG108 用のイメージを流し込みます。 書き換え方法は、https://www.dd-wrt.com/routerdb/de/download.php?file=3714の通りに行いました。 そして立ち上げると・・・ 成功! WiFiの中継機として設定したいので、無線LAN MAC動作モードをAPに設定しました。 WindowsPCなどからは接続できるのですが、なぜかiPhoneは繋がりませんでした (T_T

macのVirtualBoxでクローンを作成する

*macのVirtualBoxでクローンを作成する クローン元:/Users/ore/VMs/wind クローン先:/Volumes/EXT1/VMs/wind 1.ターミナルで以下のように実行する $ VBoxManage clonevm /Users/ore/VMs/wind --name wind --basefolder /Volumes/EXT1/VMs 2.virtualboxを立ち上げて追加する  仮想マシン->追加->/Volumes/EXT1/VMs/wind を指定 3.普通に起動する

ipアドレスとmacアドレスを一括取得できるコマンド

便利なツールがあるものですね。 ipアドレスとmacアドレスを一括取得できるコマンドです。 arp-scan --localnet -l --retry=7

nginx ssl offload tomcat dspace

いやー難儀しました。 ssl -> nginx -> offload ssl -> tomcat dspace を実現したい。 /etc/nginx/nginx.conf # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/ user nginx; worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx.pid; # Load dynamic modules. See /usr/share/nginx/README.dynamic. include /usr/share/nginx/modules/*.conf; events { worker_connections 1024; } http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; include

MySQLのトリガーで値セット

MySQLのトリガーで値セット create table hoge( id MEDIUMINT NOT NULL AUTO_INCREMENT, order_no CHAR(7), PRIMARY KEY (id) ); DROP TRIGGER trigger_name; DELIMITER $$ CREATE TRIGGER trigger_name BEFORE INSERT ON hoge FOR EACH ROW BEGIN declare max_id MEDIUMINT; IF NEW.order_no = "" THEN select max(id) into max_id from hoge; SET NEW.order_no := CONCAT("AA",lpad(max_id+1, 5, '0')); END IF; END; $$ DELIMITER ; insert into hoge (order_no) values(""); select * from hoge;

wgetでsitemap作成

wgetでsitemap作成します。 wget --spider --recursive --no-verbose --output-file=wgetout.log http://おれのサイト/ grep -i URL wgetout.log | awk -F 'URL:' '{print $2}' | awk '{$1=$1};1' | awk '{print $1}' | sort -u | sed '/^$/d' > links.txt ほら、かんたんでしゅ

Resin

知らなかったなーResin(レジン)というWebApplicationServerがあったなんて。 tomcatより3倍速いというAPPServerです。 Resinの開発元は米国のCaucho Technology 最近4.0も登場し、無償、有償があるようです。 http://caucho.com/products/resin/download tomcatで動かしていたアプリをResinにしたらどのぐらいパフォーマンスがでるんだろう。

ドメインサーチ

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