Entries from 2011-04-11 to 1 day

jquery mobileのテンプレ

<html> <head> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.css" /> <script src="http://code.jquery.com/jquery-1.4.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script> </head> <body> </body></html>

sshのセッションが切れてもプロセスが殺されない

自分が契約しているVPSで、sshがたまに無線の不安定などで セッションが切れる。セッションが切れるだけならばまだ良いのだが、 再ログインした際にsshdのプロセスがkillされていないことが多い。このVPSは仮想ターミナル(screenとか)の数に制限があって、 …