Direkt zum Hauptbereich

Posts

Es werden Posts vom Juli, 2010 angezeigt.

install lighthttp on asus 500

# ipkg update # ipkg upgrade # ipkg install lighttpd Create certificate - selfsigned is easy: # mkdir /etc/lighttpd/ssl/ domain.com -p # cd /etc/lighttpd/ssl/ domain.com # openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes Add to /opt/etc/lighttp/lighttp.conf: server.event-handler = "poll" # ( http://www.wl500g.info/showthread.php?t=20306 ) And at the end: $SERVER["socket"] == ":443" { ssl.engine = "enable" ssl.pemfile = "/path/to/example.org.pem" server.document-root = "..." } Add firewallrule: iptables -I INPUT -m tcp -p tcp --dport 443 -j ACCEPT and finally flashfs save&& flashfs commit&& flashfs enable&& reboot installing webdav: :( there is no lighttp-mod-webdav in the repository and i have no time to build one.

its a feature - "Consider replacing your battery."

i switched my old toshiba m400 from xp to windows 7. everything worked, but i was irritated by the notification "Sie sollten den Akku tauschen" (="Consider replacing your battery.") This was new to me and XP did not report this problem. First is thought, that this is a compatibilityproblem caused by some bios or driverissue but like http://blogs.msdn.com/b/e7/archive/2010/02/08/windows-7-battery-notification-messages.aspx tells this is just a new feature. crap. again the battery is ready for recycling. by the way: if i plug my additional battery, the warning disapears. this makes sense, because the additional batterypack is quite new.