Categories
Tags
aether-subs akane-iro ni somaru saka archlinux bakemonogatari canaan clannad danbooru diablo ii eden* ef - a fairy tale of the two fate/stay night freebsd fullmetal alchemist google chrome hayate no gotoku k-on! kalafina kara no kyoukai koihime musou linux maria+holic moefetch nginx nogizaka haruka no himitsu openbsd opensolaris php saimoe saki strike witches tarski tears to tiara time of eve toaru majutsu no index toheart2 toradora! ubuntu virtualbox windows wordpress yakushiji ryoko no kaiji jikenbo yoake mae yori ruri-iro na yoku wakaru gendai mahou zero no tsukaima zfsBlogroll
Category Archives: tnt
danbooru for windows
This morning I randomly decided to try installing danbooru on Windows (7-x64). And indeed it works. Mostly.
Using mongrel and nginx since unicorn is not available on Windows.
Few things to note:
system_timer is missing since I can’t seem to install … Continue reading
Better Autoindex with nginx/php
Using capability of nginx.
Basically, add this block
location @lister
{
fastcgi_pass … Continue reading
Random tips of the day
Next time updating script/program, don’t forget to actually test it. -_-
* this post was eaten several times by WordPress o_o
Also posted in software
Leave a comment
Few things I always do after installing Windows 7 (pt. 1?)
Pt. 1: disabling things.
Disable compressed folder (here’s how – the first answer)
Disable Aero Peek (in System Properties – Advanced system settings – Performance/Settings – uncheck Enable Aero Peek)
Disable Aero Shake (here’s how)
Disable Explorer’s attempt to be smart (here’s how – … Continue reading
VNC sucks
This is stupid. I can’t access my vnc server directly. But if I connect to it in a remote desktop session which the pc is located in same network with the vnc server, it works. And the speed is not … Continue reading
ed2k for some OSes
ed2k – A program computing eDonkey link (ed2k://), or only the Hash/Id (à la md5).
I first time installed it on FreeBSD (which exists in ports). Later I tried compiling it on OpenSolaris – and it doesn’t work. Lots of errors. … Continue reading
Also posted in links, software
Tagged ed2k, freebsd, gcc, openbsd, opensolaris, sunstudio, ubuntu
Leave a comment
Windows 7 Themepack
In case you’re interested/forgot/etc, there’s a themepack of official Win 7-tan creatively named “Madobe Nanami” and voiced by Mizuki Nana. I don’t know the first level link, so here I give the link I found which contains the themepack. In … Continue reading
nginx/wordpress
No, sir, this is not the proper way. In fact, usage of if (!-e $request_filename) is generally not recommended and should be avoided whenever possible.
You should use something like this instead:
try_files $uri $uri/ /path/to/blag/index.php;
also read this for method on using … Continue reading
Anime Broadcast Schedule
Why so many people googling Saki episode 22? O_o
If you want to know when an anime is broadcasted, you can check this site.
(Saki will be broadcasted in 2h 47m when I’m writing this)
Peaceful days (no), and random FreeBSD ZFS Install Script
…nothing interesting happened.
So, here, have some random install script instead. This will install FreeBSD in a ZFS root.
Boot into fixit environment (FreeBSD 8.0 and up)
Download the script
Execute
This will wipe the harddisk specified and do some evilry to create ZFS root, … Continue reading