Change keymap under Ubuntu/Debian
2010-06-02 by xpheasBASH-Code:
| apt-get install console-data |
I changed the keymap to german:
BASH-Code:
| dpkg-reconfigure console-data |
> Select keymap from arch list
> qwertz
> German
> Standard
> latin1 - no dead keys
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
aptitude moos too
2010-04-08 by xpheasBASH-Code:
| aptitude moo aptitude -v moo aptitude -vv moo aptitude -vvv moo aptitude -vvvv moo aptitude -vvvvv moo aptitude -vvvvvv moo |
Have fun!
BB
2010-03-31 by xpheasBASH-Code:
| apt-get install bb |

Have fun
I love Free Software
2010-02-14 by xpheasHow to cancel XING
2010-02-07 by xpheas
XING is not supported by the suicide machine. If you want to cancel your membership login to XING and use the following link:
https://www.xing.com/app/user?op=cancel
Cheers!
https://www.xing.com/app/user?op=cancel
Cheers!
Setup a TOR bridge relay
2010-01-08 by xpheasBASH-Code:
| apt-get install tor |
BASH-Code:
| nano /etc/tor/torrc |
My torrc config:
BASH-Code:
| ORPort 442 # enable bridge mode BridgeRelay 1 # limit bandwidth RelayBandwidthRate 250 KBytes RelayBandwidthBurst 1 MB # middleman only -- no exits allowed ExitPolicy reject *:* # limit traffic, max 15 gb per day AccountingStart day 00:00 AccountingMax 15 GB |
More info: TorFAQ
Social Suicide
2009-12-22 by xpheas
You want your actual life back?
Wanna meet your real neighbours again?
You can do it. It's so easy!
suicide machine
