Roger's woze

May 30, 2008

how to tell people that a company is corrupt [or a web page]

Filed under: Uncategorized — Tags: — rogerdpack @ 10:05 pm

looks like there is something like this [a browser plugin for sharing reputations] here and also mcaffee siteadvisor or something. Rock on!

free unix shell accounts

Filed under: Uncategorized — rogerdpack @ 10:04 pm

wow. looks like my idea of providing at wide users with a free shell account has been thought of before. Rock on!

how to setup godaddy cheap hosting

Filed under: Uncategorized — rogerdpack @ 3:56 am

let’s see…so go to godaddy and find a domain name, register it, ignore all the extra offers, then go your control panel, go to dns, click on the image ‘name servers’ and then add them in as ns1.bluehost.com ns2.bluehost.com [or whatever yours are]. Then set it up at bluehost.com [cpanel] that it is a host you want to host.

May 29, 2008

git merging two branches

Filed under: Uncategorized — rogerdpack @ 5:29 pm

git checkout branch_that_wants_to_get_stuff_merged_into_it
git merge branch_with_some_stuff_that_wants_to_be_merged_in # merges it into current branch
ref

git how to delete a branch

Filed under: Uncategorized — rogerdpack @ 5:21 pm

~/lm git-branch -d checkout
ref

May 25, 2008

xming prob

Filed under: Uncategorized — rogerdpack @ 5:39 am

[24:2313][rdp@ilab1:~]$ xterm
xterm Xt error: Can’t open display:
xterm:  DISPLAY is not set

when attempting to forward using putty + xming ran into this.  This means that DISPLAY isn’t set [did you check ' Enable X11 Forwarding'?], which is usually set automatically to localhost:10.0 or something [from this thread http://lists.freebsd.org/pipermail/freebsd-questions/2007-July/154334.html 's previous posts].  However, it may mean that it isn’t allowed by the host.

[have to setup as specified by http://www.straightrunning.com/XmingNotes/trouble.php ]

so…not knowing that, it suggests using xhost, however doesn’t supply an executable of it, so we appear stuck at all ends.   Ahh well :)

download the ‘tools and clients’ to get xauth

May 24, 2008

nginx rails setup

Filed under: Uncategorized — rogerdpack @ 5:33 am

here looks good
although a little old

how to svn ignore

Filed under: Uncategorized — rogerdpack @ 4:46 am

this page, search for ‘ignore’

svn install difficulty

Filed under: Uncategorized — rogerdpack @ 4:33 am

got this installing svn:
cd subversion/libsvn_ra_dav && /bin/sh /home/rogerdpack/subversion-1.4.6/libtool –tag=CC –silent –mode=link gcc -fPIC -pthread -L/home/rogerdpack/subversion-1.4.6/apr-util/xml/expat/lib -rpath /usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /home/rogerdpack/subversion-1.4.6/apr-util/libaprutil-0.la /home/rogerdpack/subversion-1.4.6/apr-util/xml/expat/lib/libexpat.la /home/rogerdpack/subversion-1.4.6/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /home/rogerdpack/subversion-1.4.6/neon/src/libneon.la -lz
/usr/bin/ld: /home/rogerdpack/subversion-1.4.6/neon/src/.libs/libneon.a(ne_request.o): relocation R_X86_64_32 against `a local symbol’ can not be used when making a shared object; recompile with -fPIC
/home/rogerdpack/subversion-1.4.6/neon/src/.libs/libneon.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1

fix:
it meant
that I should export CPPFLAGS=’-fPIC’ && make clean && make

May 23, 2008

console replacement for windows

Filed under: Uncategorized — rogerdpack @ 9:50 pm

I do love console [google for it on sourceforge] as a replacement for the normal windows prompt. Haven’t tried this one, but it might be good, too

Older Posts »

Powered by WordPress