looks like there is something like this [a browser plugin for sharing reputations] here and also mcaffee siteadvisor or something. Rock on!
Monthly Archives: May 2008
free unix shell accounts
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
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.
git merging two branches
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
~/lm git-branch -d checkout
ref
xming prob
[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
nginx rails setup
how to svn ignore
svn install difficulty
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
console replacement for windows
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