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 

Also posted in random, software, web | Tagged | Leave a comment

Better Autoindex with nginx/php

Using capability of nginx.
Basically, add this block
location @lister
{
fastcgi_pass … Continue reading 

Also posted in software, web | Tagged , | 4 Comments

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 

Also posted in software | Tagged | 2 Comments

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 

Also posted in rant, software | Tagged , | 2 Comments

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 , , , , , , | 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 

Also posted in links, software | Tagged , | Leave a comment

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 

Also posted in software, web | Tagged , | Leave a comment

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)

Also posted in anime | Tagged | Leave a comment

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 

Also posted in random, software | Tagged , | 1 Comment