gyaresu.org

6 October 2008

Lauchlin at Mt Pillinger Plane Wreck, Tasmania

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

Filed under: linux — gyaresu @ 12:58 pm

Arm River Track.


View Larger Map

Filed under: linux — gyaresu @ 9:20 am

3 October 2008

Ripley

I say we take off, and nuke the entire site from orbit. It’s the only way to be sure.

Filed under: linux — gyaresu @ 7:53 am

25 September 2008

Hackintosh

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

Filed under: linux — gyaresu @ 9:43 am

23 September 2008

ubuntu 8.04 locale missing

root@qwer:~# locale-gen en_AU.UTF-8

Filed under: linux — gyaresu @ 8:42 am

5 September 2008

Facebook apps with RoR

http://rfacebook.wordpress.com/2008/08/06/quickstartfacebooker/

Filed under: linux — gyaresu @ 9:09 am

29 August 2008

Re-creating conf files in debian or “How I ‘apt-get remove –purge apache2′d and broke my server”

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

Filed under: linux — gyaresu @ 1:22 pm

10 August 2008

Gems dependencies

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

Filed under: linux — gyaresu @ 11:47 pm

Redmine on Ruby on Rails on CentOS

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/

Filed under: linux — gyaresu @ 7:53 pm

9 July 2008

hellahella doesn’t like python2.5

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.

Filed under: linux — gyaresu @ 10:58 am

7 July 2008

Flickr plugin - Headshot

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.

Sydney 2000

Filed under: linux, me — gyaresu @ 8:17 am

6 July 2008

Wireless Distribution System (WDS)

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

WDS

Filed under: linux — gyaresu @ 9:24 am

4 July 2008

Share folders via Samba without a password

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

Filed under: linux — gyaresu @ 10:59 am

24 March 2008

Statr

Statr for Flickr daily graph

http://linuxinside.org/flickr/

Filed under: linux — gyaresu @ 9:44 am

15 February 2008

Survival Tracking Guide

pirate ninja zombie

Filed under: linux — gyaresu @ 10:36 am

11 February 2008

Folding@Home

Folding@Home

/nostalgia

Filed under: linux — gyaresu @ 8:00 pm

9 February 2008

Correct Identity 1.3.1 - Thunderbird

Ever sent mail from the wrong email address because you forgot to select the correct identity in the compose window?…

https://addons.mozilla.org/en-US/thunderbird/addon/1203

Filed under: linux — gyaresu @ 8:14 am

19 January 2008

xorg.conf annoyance #4938

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.

Filed under: linux — gyaresu @ 10:50 am

2 January 2008

t2 new PUB maps of joy

euro4-titan-8man
euro4-beachblitz-8man

Filed under: Uncategorized — gyaresu @ 11:41 am

30 December 2007

javascript password revealer for firefox (mainly)

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.”);})();

Filed under: linux — gyaresu @ 1:56 pm
Next Page »

Powered by WordPress