Stigebil

Here, Hare, Here

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