Lauchlin at Mt Pillinger Plane Wreck, Tasmania
Using Ellipsoid: (14) International
Zone: 55g
Easting: 0426165
Northing: 5370619
Latitude: 41 deg 48 min 43.66213 sec South
Longitude: 146 deg 6 min 40.02203 sec East
Using Ellipsoid: (14) International
Zone: 55g
Easting: 0426165
Northing: 5370619
Latitude: 41 deg 48 min 43.66213 sec South
Longitude: 146 deg 6 min 40.02203 sec East
I say we take off, and nuke the entire site from orbit. It’s the only way to be sure.
SilverStone HTPC LC17S
Corsair 620w PSU
Gigabyte EP45-DS3L
Intel Core2Duo Quad Q6600 @2.8GHz
Nvidia 8800GT 512MB
x2 2GB DDR2
500GB SATA HDD
Pioneer Sata DVD
AOC 24″ LCD
CHIMEI 22″ LCD
iDeneb v1.1 Mac OSX 10.5.4
Cost: ~$1600
Mac Store price for Mac Pro equivalent: $7700
The reason you have to use
dpkg –force-confmiss is because whenever your config files (<conffiles>) are gone, dpkg
assumes you deleted them on purpose, and that you want them to stay deleted. You can also
reinstall them using the following apt-get line: apt-get -o
DPkg::Options::=”–force-confmiss” –reinstall install <packagename>; or using aptitude,
aptitude -o DPkg::Options::=”–force-confmiss” reinstall <packagename>;
slave:~# gem install god
Bulk updating Gem source index for: http://gems.rubyforge.org/
Building native extensions. This could take a while…
ERROR: Error installing god:
ERROR: Failed to build gem native extension./usr/bin/ruby1.8 extconf.rb install god
extconf.rb:1:in `require’: no such file to load — mkmf (LoadError)
from extconf.rb:1
Gem files will remain installed in /var/lib/gems/1.8/gems/god-0.7.8 for inspection.
Results logged to /var/lib/gems/1.8/gems/god-0.7.8/ext/god/gem_make.out
———-
Solution: Install dev libraries.
slave:~# sudo apt-get install ruby1.8-dev linux-libc-dev libc6-dev
http://www.redmine.org
http://www.redmine.org/wiki/redmine/RedmineInstall
http://obsessivecollaborator.com/2008/05/redmine-up-and-running.html
cPanel’s easyapache scripts are the only way to fly (or all bets are off, you wanna play go build a debian server).
http://www.cpanel.net/support/docs/ea/ea3/
So set the systemwide python to be python2.4.
This is a note to self when everything else breaks from using the old version.
cd /usr/bin
sudo rm python
sudo ln -s python2.4 ./python
EDIT: That fraked all sorts of things. Looks like hellanzb from the cli for now.
A flickr plugin. This is me in Sydney 2000. I just really like the shot. Skinny happy and tanned wearing a ‘wifebeater‘ on the madman. Happy days.

So new house only has phone line in the kitchen. Solution: WDS using Tomato of course.
So now I have one wrt54g connecting to the net in PPPOE Bridge mode with a billion modem (meh, average modems).
And one wrt54g in my office that acts as an extension of the main one. So plug that into a switch and all the computers here in the office can connect via ethernet.
One more for the lounge and the movie/music server and I’m sorted.
http://www.polarcloud.com/tomato
http://www.polarcloud.com/tomatofaq#how_do_i_use_wds

The important bit is ‘force user’ and ‘force group’ otherwise your local user won’t have permissions to the shared directory.
sudo apt-get install samba
/etc/samba/smb.conf
Changes:
security = share
guest account = nobody
[stuff]
writeable = yes
path = /stuff
public = yes
guest ok = yes
guest only = yes
guest account = nobody
force user = gyaresu
force group = users
browsable = yes
sudo /etc/init.d/samba restart
Ever sent mail from the wrong email address because you forgot to select the correct identity in the compose window?…
So I tried the 8800GT 512MB to see whether crysis would run ‘aight. No go.
Anyway, while messing around with the card under linux I upgraded the nvidia drivers to the latest from the nvidia site (ubuntu doesn’t have them in the repos yet).
My stupid second monitor couldn’t have its stats detected (edid).
So off I go AGAIN fsck’ing around with xorg.conf and Xorg.0.log files to figure out what’s changed THIS driver release.
Anyway: The Error
root@sdf:~/x11# cat /var/log/Xorg.0.log.old |grep -i edid
(WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-1
(–) NVIDIA(0): DPI set to (90, 88); computed from “UseEdidDpi” X config
The Fix (get the edid.bin from the one working monitor under nvidia-settings, look in the GPU settings. You can save it from there.)
Section “Screen”
Identifier “Screen0″
Device “Videocard0″
Monitor “Monitor0″
DefaultDepth 24
Option “TwinView” “1″
Option “CustomEDID” “DFP-1:/home/gyaresu/edid.bin”
Option “RenderAccel” “true”
Option “metamodes” “DFP-0: nvidia-auto-select +1680+0, DFP-1: nvidia-auto-select +0+0; DFP-0: 1680×1050 +0+0, DFP-1: NULL”
EndSection
The result:
root@sdf:~/x11# cat /var/log/Xorg.0.log |grep -i edid
(**) NVIDIA(0): Option “CustomEDID” “DFP-1:/home/gyaresu/edid.bin”
(–) NVIDIA(0): DPI set to (90, 88); computed from “UseEdidDpi” X config
meh.
javascript:(function(){var s,F,j,f,i; s = “”; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == “password”) s += f[i].value + “\n”; } } if (s) alert(”Passwords in forms on this page:\n\n” + s); else alert(”There are no passwords in forms on this page.”);})();
mp -ao alsa:device=hw=1.0 -dvd-device /path/to/VIDEO_TS dvd://1
Powered by WordPress