NetCat
_______________________________________________________________________
http://www.ol-service.com/sikurezza/doc/netcat_eng.pdf
http://blog.fsck.hu/index.php/tag/netcat/
http://www.sans.org/security-resources/sec560/netcat_cheat_sheet_v1.pdf
http://www.g-loaded.eu/2006/11/06/netcat-a-couple-of-useful-examples/
http://en.wikipedia.org/wiki/Netcat
linkek — BASH tips
linkek — How to reconnect disconnected pppoe connection
linkek — How to connect to wireless AP via CLI
More or less the same:
http://blog.sudonetworks.com/2010/03/configuring-wpawpa2-on-linux-clients.html
http://ubuntuforums.org/showthread.php?t=202834&highlight=wpa+gutsy
..in a nutshell:
1. wpa_passphrase <access_point_SSID> => gives you the coded passphrase
2. Copy the coded passphrase to /etc/wpa_supplicant/wpa_supplicant.conf, like this:
(config file can be anywhere, name can be anything)
network={
ssid=”<access_point_SSID>”
#psk=<output of wpa_passphrase <access_point_SSID>>
psk=9ae7a5f631ecc688db8dcc6bbf317b4a551b39e9ee9c20effb5393e342bd954b
}
3. Enable WLAN interface with ifconfig <wlan_interface> up
+ You can search for available APs with iwlist <wlan_interface> scanning | grep -i essid
4. Configure the interface to use a specific SSID with iwconfig <wlan_interface> essid <access_point_SSID>
5. Start WPA authentication with wpa_supplicant -i<interface> -c <config_file>
6. Assign an IP with this interface or use DHCP (ddclient <interface>), set routing if necessary
You can now use your connection!
linkek — GMail in terminal
GMail in ALPine:
http://javatarian.wordpress.com/2008/02/01/configuring-alpine-with-gmail/
http://www.soton.ac.uk/~fangohr/randomnotes/email.html
http://lusule.wordpress.com/2008/08/16/how-to-7/
https://www.cs.virginia.edu/~csadmin/wiki/index.php/Setting_up_Pine_%28Alpine%29_for_IMAP_Gmail
http://mail.google.com/support/bin/answer.py?hl=en&answer=78799
———————
GMail in Mutt:
http://shreevatsa.wordpress.com/2007/07/31/using-gmail-with-mutt-the-minimal-way/
http://www.linux.com/archive/articles/48771
http://crunchbanglinux.org/wiki/howto/howto_setup_mutt_with_gmail_imap
linkek — mindmappers, timetracker, PDF reader, multimedia converter
Mindmaps
Compendium — http://compendium.open.ac.uk/institute/community/showcase.htm
Freemind — http://freemind.sourceforge.net/wiki/index.php/Main_Page
Lightweight time tracker — http://lwtt.aiken.cz/section/documentation
PDF reader — http://www.foxitsoftware.com/downloads/index.php
Hypervideo Converter — http://gtk-apps.org/content/show.php/Hyper+Video+Converter?content=88970
linkek — Google translate from command line
http://ubuntuforums.org/showthread.php?t=1087457
The link contains the script (php). I made there aliases in .bashrc
alias trenhu=’translate en hu ‘
alias trhuen=’translate hu en ‘
alias trdehu=’translate de hu ‘
alias trhude=’translate hu de ‘
..and so forth
linkek — Unix cheat sheet//Unix toolbox
linkek — Cisco Type5 password crack with John The Ripper
http://www.openwall.com/lists/john-users/2006/05/14/8
http://www.osix.net/modules/article/?id=455
In a nutshell:
I. Config file => passwd file (for John)
sed -n 's/[ :]/_/g; s/^(.{1,})_5_($1$[$./0-9A-Za-z]{27,31})_*$/1:2/p' < cisco-device-config > passwd
II. Start the process (nice 19 -> low priority, you can work on your computer..):
nice -n 19 john -incremental:lanman -session:cisco passwd