Nautilus location bar
2010-05-20 by xpheas
Since Ubuntu 10.04 there is no button anymore to activate the nautilus location bar. By pressing Ctrl+L the bar will appear. To activate the location bar permanently open a terminal an type:
BASH-Code:
| gconftool-2 --set /apps/nautilus/preferences/always_use_location_entry --type bool 1 |

Raise Courier-IMAP Connections
2010-05-10 by xpheas
>>Maximum connection limit reached for xxx.xxx.xxx.xxx
To increase the maximum number of connections per IP edit "/etc/courier/imapd-ssl" and increase the value for MAXPERIP.
To increase the maximum number of connections per IP edit "/etc/courier/imapd-ssl" and increase the value for MAXPERIP.
BASH-Code:
| nano /etc/courier/imapd-ssl |
BASH-Code:
| ##NAME: MAXDAEMONS:0 # # Maximum number of IMAP servers started # MAXDAEMONS=40 ##NAME: MAXPERIP:0 # # Maximum number of connections to accept from the same IP address MAXPERIP=20 |
Install Tor on Ubuntu Lucid Lynx
2010-05-03 by xpheasBASH-Code:
| nano /etc/apt/sources.list |
add:
BASH-Code:
| deb http://deb.torproject.org/torproject.org lucid main |
BASH-Code:
| $ sudo apt-get update $ sudo apt-get install tor vidalia privoxy |
Setup Privoxy
BASH-Code:
| nano /etc/privoxy/config |
and add
BASH-Code:
| forward-socks4a / 127.0.0.1:9050 . |
BASH-Code:
| /etc/init.d/privoxy restart |
Finally install the torbutton addon from:
https://addons.mozilla.org/en-US/firefox/addon/2275