投稿

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にしたらどのぐらいパフォーマンスがでるんだろう。

HDDの初期化

ハードディスクのセクタ不良が発生し、HDD交換しました。 元のHDDはかろうじてアクセスできるので、初期化が必要でしたが、 通常OSなどの初期化コマンドでは復元できてしまう可能性があるということで、 復元できないくらい初期化できるツールを調べてみたところ、 以下のツールが見つかりました。 その名も killdisk! 早速使ってみることに。 KillDisk for DOS v. 4.1をチョイスしました。 初期化する方法は数種類あって選択できるようなのですが、 Free Versionのため、1つしか選択できないようです。

ドメインサーチ

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