Index

Thunderbird

How to encrypt your email

See Encrypted emailing for Thunderbird on Windoze

Thunderbird in system tray

  • Download and install newest thundertray
  • Look in included .txt for Thunderbird loading options (handy)

Hotmail through Thunderbird

Yahoo through Thunderbird

  • Download and install yahooPops
  • the rest is kinda the same procedure as for hotmail through thunderbird

Gmail through Thunderbird

  • just select the pop3 servers of gmail to access your gmail through thunderbird.

How to set up your windows machine as a secure server

  • Download and install opensshd for windows on your home pc - this will be the server. Follow the instructions here (till 'setup putty at home /work').
  • See that your firewall so that it allows traffic on the port you configured opensshd to listen and serve to.
  • Download and execute winscp on your client for browsing your files. (Download the application if you don't have administrator privileges - this will run out of the box, no installation needed.)
  • Examples
    • This guide discusses a way an employee or student can securely access the Internet while at work or school, and also get around some common firewall restrictions that prevent you from using most networked programs. My definition of “securely” means that there should be no mean by which your employer can know which websites you have visited or are currently visiting, and can not view or decipher the content of those sites (without actually standing over your shoulder.)

Google Hacks

portforwarding for shareaza with iptables

with port forwarding you can get an edonkey HighID in shareaza, this way you will download faster

if you got iptables add these lines to /etc/init.d/firewall:
echo "forwarding shareaza - portNr"
iptables -t nat -I PREROUTING -p tcp -i $EXTERNAL_INTERFACE --dport portNr -j DNAT --to ipOfLocalPc:portNr
iptables -t nat -I PREROUTING -p udp -i $EXTERNAL_INTERFACE --dport portNr -j DNAT --to ipOfLocalPc:portNr
iptables -A FORWARD -i $EXTERNAL_INTERFACE -o $INTERNAL_INTERFACE -p tcp --dport portNr -j ACCEPT

where ipOfLocalPc is the ip of your own pc, e.g. 192.168.0.7
and portNr is the port shareaza is listening to (check your port in tools, shareaza settings, connection)

More info: shareaza firewall faq

portforwarding for soulseek with iptables

with port forwarding you can access files from users who are behind a firewall and didn't open their ports, now they can also access your files. Less faileds!

if you got iptables add these lines to /etc/init.d/firewall:
echo "opening for soulseek - 2234"
iptables -t nat -A PREROUTING -p tcp -i $EXTERNAL_INTERFACE --dport 2234 -j DNAT --to ipOfLocalPc:2234
iptables -A FORWARD -i $EXTERNAL_INTERFACE -o $INTERNAL_INTERFACE -p tcp --dport 2234 -j ACCEPT

where ipOfLocalPc is the ip of your own pc, e.g. 192.168.0.7
check if it worked well by starting soulseek and clicking this link , it will check if your port is open
more info can be found in the FAQ on slsknet.org

Save rm to your pc

Windows: Linux / osx
  • codecs 4 mplayer to do this
  • discussie op indymedia.nl over stream dl
  • mplayer -dumpstream -dumpfile FILENAME.rm -rtsp-stream-over-tcp rtsp://SOURCE
  • Overzetten naar een ander formaat (niet iedereen kan propritary Real formaat bekijken!) kan met bijv mencoder test.rm -o test.avi -ovc xvid -oac mp3lame waarbij test.rm de input file is en test.avi de output. Voor een lijst met codecs gebruik -ovc help -oac help

ssh key authentication

  • create key ssh-keygen -t dsa
  • public key op andere bak in authorized_keys2 of zo
  • ssh -i

Parents: WebHome

 
just

Blog
laugh

 
out

Twiki
loud

 
.net

About
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.