Stigebil

Here, Hare, Here

Google may harm your computer

Google decieded today that entire internet was dangerous including their own site. This is the result I got when I searched for google using google

google-harm

January 31, 2009 Posted by stigebil | blablabla | , | 1 Comment

How to turn off/disable torrents in Opera.

Type in opera:config into the address bar. This takes you to a opera config web page. Choose the menu BitTorrent. Uncheck the Enable checkbox and save.

August 30, 2008 Posted by stigebil | "note to myself", opera | | No Comments Yet

Disable caps lock in Ubuntu

/usr/bin/xmodmap -e "clear lock"

August 30, 2008 Posted by stigebil | "note to myself", linux, ubuntu | | No Comments Yet

Find application using a port

To find the pid:

# fuser -n tcp 8080
8080/tcp: 1708

# ps aux | grep 1708
tomcat 1708 1.7 10.6 667040 86280............

Or


# netstat -nlp

August 29, 2008 Posted by stigebil | "note to myself", linux | | No Comments Yet

javax.transaction:jta:jar:1.0.1B

Maven is complaining that it cannot find the javax.transaction:jta:jar:1.0.1B when trying to use Hibernate. This file is not in mvn repository. Probarbly because of the lisence and needs to be downloaded manually and added to the local repository.
Download it from here


mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=javax.transaction \
-DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar

June 3, 2008 Posted by stigebil | development | | No Comments Yet

Utvida norsk tastatur på mac

Jeg har nettopp fått meg ny jobbemaskin som er en macbook pro. Dette er min første mac og sliter snart av meg håret i frustrasjonen over å ikke finne de tastene jeg er vant til å finne. Heldigvis fant jeg denne fine sida som beskriver det utvidede tastaturet med norsk layout.

December 4, 2007 Posted by stigebil | blablabla | , , , , , | No Comments Yet

Eclipse: Workspace in use

I got an error message when trying to open a workspace in Eclipse. It said “Workspace in use”, but I hade no instances of Eclipse. To solve this:

  • Go to the .metadata folder in your workspace directory
  • Delete the .lock file

  • May 9, 2007 Posted by stigebil | "note to myself", development | | 4 Comments

    Sold

    The house where I grew up to become the freak I am today are now sold.

    April 23, 2007 Posted by stigebil | blablabla | | No Comments Yet

    SOLD: My childhood home.

    My mother is moving out and selling the house I learnt to walk and where I lived my first 18 years of my life. It was and always be my real home. It is both sad and with great joy to see the house up for sale. After all it holds over 30 years of my familys history, but it will be good for my mum to move somewhere more central. It defintly was a good house for me.

    For Sale

    Gressveien 1
    living room

    More pictures here

    April 20, 2007 Posted by stigebil | blablabla | | No Comments Yet

    New ubuntu is released

    New version of the linux distribution Ubuntu 7,04 is now available for download. This version have got he codename Feisty Fawn and can be downloaded from here

    April 20, 2007 Posted by stigebil | ubuntu | | No Comments Yet