Tuesday, November 18, 2008

Dyndns not forwarding

This is odd is seems dyndns has stopped forwarding sitegeisha.dyndns.dk to my server, however I tried using SSH using sitegeisha.dyndns.dk and it work, also tried ftp and it worked, tried accessing using other ports and it also worked.

I also checked to see if port 80 was accessible from the outside and it was okay. http://www.canyouseeme.org/

WTF is going on???!!!

Tuesday, November 11, 2008

Youtube Cache with Squid + Lighttpd on Ubuntu

This summary is not available. Please click here to view the post.

Wednesday, October 29, 2008

Fastest browser on earth!

I do hope you've already switched to Firefox or something a lot better than IE. However there is something else faster than Firefox at the moment and I JUST can't wait for it to get out of alpha/beta!!! It's Firefox Minefield Smiley

http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/

They got the fastest javascript engine in the planet at the moment, if you go give it a try enable JIT by typing about:config in the url bar and then search for jit. Then set:

javascript.options.jit.chrome;true
javascript.options.jit.content;true

And there you have it, you'll be surfing faster than Google Chrome, but if you want to test your extensions make sure you try and install the nightly addon to override the compatibility settings.


Sunspider Javascript benchmark result

FF3.1b2
Total: 1270.6ms +/- 2.0%

Google Chrome
Total: 1970.0ms +/- 0.6%

FF3.0.3
Total: 2710.0ms +/- 1.1%

IE8 B2
Total: 7600.6ms +/- 0.3%

Tuesday, October 14, 2008

Lighttpd - light and fast web server

I've used IIS, then Apache on windows, then switched to LAMP and now I'm on LLMP and couldn't be much happier! Lighttpd lives up to its name, it is fast and easy on server resources. Learning it wasn't so bad, I actually found plenty of resources on the web and the configuration is actually much simpler than apache, also I didn't have to rely on webmin to configure it now.

Here's how I configured Lighttpd to run on Ubuntu 8.10 Intrepid Ibex with xcache, memcache and mysql.

To be continued...

Friday, October 10, 2008

sitegeisha.servebbs.org BLOCKED again!!!

:( as of 6:00 am this morning Site Geisha was blocked from dyndns.org, this really makes me furious!!!! Does anyone here know of a DNS registration service that does not block adult forums? Please email at sitegeisha at gmail dat com.

I do apologize for this inconvenience I hope to get SG back up and running soon. Just remembered the original url got blocked when I started using OpenDNS service and now the new one is blocked again.

Free Image Hosting at www.ImageShack.us

QuickPost Quickpost this image to Myspace, Digg, Facebook, and others!

Monday, September 29, 2008

Best recovery tool for Linux is on Windows

hamasaki@Ayumi:~$ sudo reiserfsck --check /dev/sdd
reiserfsck 3.6.19 (2003 www.namesys.com)

************************************************** ***********
** If you are using the latest reiserfsprogs and it fails **
** please email bug reports to reiserfs-list@namesys.com, **
** providing as much information as possible -- your **
** hardware, kernel, patches, settings, all reiserfsck **
** messages (including version), the reiserfsck logfile, **
** check the syslog file for any related information. **
** If you would like advice on using this program, support **
** is available for $25 at www.namesys.com/support.html. **
************************************************** ***********

Will read-only check consistency of the filesystem on /dev/sdd
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes
###########
reiserfsck --check started at Sun Sep 28 22:12:00 2008
###########
Replaying journal..
No transactions found
Checking internal tree..

Bad root block 0. (--rebuild-tree did not complete)

Aborted (core dumped)


WTF does that mean? Well for one it means I can no longer access about 80 gb of data, HANS REISER just murdered my data!!! LOL.... hmmm well back to my data, is it gone now?

Tried to mount the drive... dmesg output when I tried to mount the drive

[12159.408846] ReiserFS: sdd: found reiserfs format "3.6" with standard journal
[12159.408901] ReiserFS: sdd: using ordered data mode
[12159.414282] ReiserFS: sdd: journal params: device sdd, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[12159.415307] ReiserFS: sdd: checking transaction log (sdd)
[12159.998070] ReiserFS: warning: is_tree_node: node level 47354 does not match to the expected one -1
[12159.998089] ReiserFS: sdd: warning: vs-5150: search_by_key: invalid format found in block 0. Fsck?
[12159.998100] ReiserFS: sdd: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [1 2 0x0 SD]
[12159.998117] ReiserFS: sdd: Using r5 hash to sort names
[12159.998136] ReiserFS: sdd: warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv. Failing mount.
[12202.777292] ReiserFS: sdd: found reiserfs format "3.6" with standard journal
[12202.779625] ReiserFS: sdd: using ordered data mode
[12202.785827] ReiserFS: sdd: journal params: device sdd, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[12202.791682] ReiserFS: sdd: checking transaction log (sdd)
[12203.382859] ReiserFS: warning: is_tree_node: node level 47354 does not match to the expected one -1
[12203.382883] ReiserFS: sdd: warning: vs-5150: search_by_key: invalid format found in block 0. Fsck?
[12203.382895] ReiserFS: sdd: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [1 2 0x0 SD]
[12203.382919] ReiserFS: sdd: Using r5 hash to sort names
[12203.392484] ReiserFS: sdd: warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv. Failing mount.


It's amazing, the best tool for recovering reiserfs is made for windows!


http://www.ufsexplorer.com/

UFS Explorer just saved me, I was able to make an image of the failed drive, on my other pc with windows xp, I installed UFS Explorer. Then opened the image file that was shared on ubuntu over the network.

UFS Explorer scanned for the superblock and displayed all the folders I needed with the filenames intact and everything on that drive.I was then able to right click on each of them and copy it to a spare drive on the windows pc. It was so easy I now regret wasting so much time on those command line tools where you have to read several man pages just to get started.

I even asked for help on ubuntuforums, no luck. http://ubuntuforums.org/showthread.php?t=932922

Free Image Hosting at www.ImageShack.us

QuickPost Quickpost this image to Myspace, Digg, Facebook, and others!

Thursday, September 25, 2008

Arrghhhh no power again!!!

Went home for lunch and just as I was about to microwave my MRE the power went kapootz :(

Site is down until power is restored, sorry guys, its back to my grill for me.

EDIT: Comcast just finished repairing cable connections in our area, but without power what am I supposed to do?!