Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
misc [2012/10/12 09:54]
188.143.232.12 kOWtJFwBRiIG
misc [2012/10/15 11:56]
zagi old revision restored
Line 1: Line 1:
-That's the smart tihnknig we could all benefit from.+====== Unsorted stuff goes here I guess ====== 
 + 
 + 
 +  * [[linux:mogileFS|MogileFS distributed filesystem]] 
 +  * [[tmpfs]] 
 +  * [[password]] 
 +  * [[sql::postgresql:backup|PostgreSQL]] 
 +  * [[xen|Xen]] 
 +  * [[tips:threelinestip]] 
 +  * [[linux:panic|Forcing linux to panic]] 
 +  * [[iscsi]] 
 +  * [[bash]] 
 +  * [[DenialOfService]] 
 + 
 +Some simple usage: 
 + 
 +all packets arriving at or departing from 192.168.0.2 
 +# tcpdump -n host 192.168.0.2 
 + 
 +To print traffic between 192.168.0.2 and either 10.0.0.4 or 10.0.0.5: 
 +# tcpdump -n host 192.168.0.2 and \( 10.0.0.4 or 10.0.0.5 \) 
 + 
 +To print all IP packets between 192.168.0.2 and any host except 10.0.0.5: 
 +# tcpdump ip -n host 192.168.0.2 and not 10.0.0.5 
 + 
 +To print all traffic between local hosts and hosts at Berkeley: 
 +# tcpdump net ucb-ether 
 + 
 +To print all ftp traffic through internet gateway xx: 
 +# tcpdump 'gateway xx and (port ftp or ftp-data)' 
 + 
 +To print traffic neither sourced from nor destined for local hosts (if you gateway to one other net, this stuff should never make it onto your local net). 
 +# tcpdump ip and not net localnet 
 + 
 +To print the start and end packets (the SYN and FIN packets) of each TCP conversation that involves a non-local host. 
 +# tcpdump 'tcp[13] & 3 != 0 and not src and dst net localnet' 
 + 
 +To print IP packets longer than 576 bytes sent through gateway xx: 
 +# tcpdump 'gateway xx and ip[2:2] > 576' 
 + 
 +To print IP broadcast or multicast packets that were not sent via ethernet broadcast or multicast: 
 +# tcpdump 'ether[0] & 1 = 0 and ip[16] >= 224' 
 + 
 +To print all ICMP packets that are not echo requests/replies (i.e., not ping packets): 
 +# tcpdump 'icmp[0] != 8 and icmp[0] != 0" 
 + 
 + 
 +//Unsorted links// 
 + 
 +---- 
 + 
 +   * [[http://www.zenoss.com/|Open Source Network / Systems Monitoring]] 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 +==== Usefull links ==== 
 +''You found something interesing on the net and you don't know where to put it?? **This is the place!**'' 
 +  * [[http://gentoo-wiki.com/HOWTO_Packet_Shaping|HOWTO Packet Shaping]] 
 +  * [[http://www.debian-administration.org/articles/245|Creating a radius based VPN with support for Windows clients]] 
 +  * [[http://vhcs.net/new/]] 
 +  * [[http://www-128.ibm.com/developerworks/linux/library/l-textutils.html?ca=lnxw07LinuxTextUtilities|Simplify data extraction using Linux text utilities]] 
 +  * [[http://bliki.rimuhosting.com/space/start|take a look]] 
 +  * [[http://www.network-science.de/ascii/|ACSII generator]] 
 +  * [[http://ascii.mastervb.net/|Yet another ASCII generator]] 
 +  * [[http://www.asciiartfarts.com/tax.html]] 
 +  * [[http://www.asciiflow.com/|ASCII Flow]] 
 +  * [[http://www.chris.com/ascii/]] 
 +  * [[http://tangent.org/586/Memcached_Functions_for_MySQL.html|Memcached Functions for MySQL]] 
 +  * [[http://www.vanheusden.com/Linux/|Nagios and stuff useful links]] 
 +  * [[http://servermonkeys.com/els.php]] 
 +  * [[http://www.linuxconfig.org/Bash_scripting_Tutorial|Bash scripting Tutorial]] 
 +  * [[http://www.dafont.com/|TTF Fonts]] 
 +  * [[http://www.dban.org|Darik'Boot And Nuke]] - Darik's Boot and Nuke ("DBAN") is a self-contained boot disk that securely wipes the hard disks of most computers. DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction. 
 +  * [[http://www.lesswatts.org/]] - Linux power saving projects (useful tips) 
 +  * **[[http://www.tenshu.net/terminator/|Terminator]]** - The goal of this project is to produce a useful tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids (tabs is the most common default method, which Terminator also supports). 
 +  * [[http://www.wordle.net/|Wordle]] is a toy for generating “word clouds” from text that you provide. The clouds give greater prominence to words that appear more frequently in the source text. You can tweak your clouds with different fonts, layouts, and color schemes. The images you create with Wordle are yours to use however you like. You can print them out, or save them to the Wordle gallery to share with your friends. 
 +  * [[http://www.gizmo5.com/pc/opensky/|OpenSky]] 
 +  * [[http://haci.larsux.de/]] | http://sourceforge.net/projects/haci/ 
 +  * [[http://gonullyourself.org/main/ebooks/|Go null yourself! Ebookz]] 
 +  * [[http://www.startssl.com/|StartSSL™ - The Swiss Army Knife of Digital Certificates & PKI]] 
 +  * [[http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/|How to Debug C Program using gdb in 5 Simple Steps]] 
 +  * [[http://www.rinkworks.com/namegen/|Fantasy name generator]] 
 + 
 +=== Free Stock Photos === 
 + 
 +    * [[http://sxc.hu/|Stock Xchng]] – You will have to register, but it’s well worth it. You can definitely find some top quality images that can easily be used in presentations. Some of my favorites are the images with a white background, like this one. 
 +    * [[http://www.everystockphoto.com/|everystockphoto]] – This service scrapes a number of free stock photo websites and pulls them all together. Think of it as a stock image aggregator. 
 +    * [[http://www.stockvault.net/|StockVault]] – Similar service to Stock Xchng. You can find really great images that are of professional quality and would look great projected on a screen. 
 +    * [[http://www.freephotosbank.com/|FreePhotosBank]] – Free Stock Photos, just like the title says. Great thing about this service is that you don’t need to create an account. You can just log onto the website and search for images related to your presentation and download them freely. 
 +    * [[http://www.flickr.com/|Flickr]] – Probably one of the best services ever invented. Anyone can upload photos and there are literally thousands of photos uploaded every day. Some of them have been rights-reserved, so best way to approach Flickr is to use the [[http://www.flickr.com/search/advanced/|Advanced Search]] option and scroll to the bottom. Check the “Only search within Creative Commons-licensed content” box and be on your merry way. 
 + 
 + 
 + 
 +==== Remove passwords from PDF ==== 
 + 
 +Install qpdf 
 + 
 +   aptitude install qpdf 
 + 
 +Decrypt your pdf 
 + 
 +   qpdf --password=password --decrypt input.pdf output.pdf 
 + 
 +====== Level 1 Headline ====== 
 + 
 +---- 
 + 
 +    * [[https://configurator.apcc.com/products/powerstruxure/configurator/index.cfm?|APC Configurator]] - Windows only. I did try this a while ago and found it wasn't bad, but no power calculations — one of the reasons I went to a spreadsheet in the first place. 
 +    * [[http://www.ausrackid.com.au/AusrackID]] - flash based, so works on a Firefox on Linux. Very nice, but a limited number of hardware choices — so there are Apple Xserves but no Thumpers. There's no way to add hardware and no real generic choices ("4U server", "12-disk 8U array", etc). Also no power calculations. 
 +    * RackTables - GPL'd LAMP app, so dead easy to install. Not bad at all, but it's an early version (0.16.6) so the interface is a bit clumsy interface and there are lots of features planned RSN. Aims to be a cross between a server room planner and an asset tracker, so that might not fit in with my planned use of GLPI. No power caculations, though there is a request to add SNMP monitoring of APC PDUs. 
misc.txt · Last modified: 2014/07/30 16:33 by 193.164.137.40
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready