Difference between revisions of "Links Misc"
Line 22: | Line 22: | ||
http://wiki.vpsget.com/index.php/Forward_%28redirect/nat%29_traffic_with_iptables redirection <br> | http://wiki.vpsget.com/index.php/Forward_%28redirect/nat%29_traffic_with_iptables redirection <br> | ||
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'<br> | su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'<br> | ||
− | http://www.cyberciti.biz/tips/linux-unix-get-yesterdays-tomorrows-date.html | + | http://www.cyberciti.biz/tips/linux-unix-get-yesterdays-tomorrows-date.html<br> |
+ | '''tasks waiting for io'''<br> | ||
+ | top -b -n 1 | awk '{if (NR <=7) print; else if ($8 == "D") {print; count++} } END {print "Total status D: "count}' |
Revision as of 12:54, 20 October 2014
http://sectools.org/tag/packet-crafters/ ( nmap etc )
ffmpeg -i source-video.avi -s 480x320 -vcodec mpeg4 -acodec libfaac -ac 1 -ar 16000 -r 13 -ab 32000 -aspect 3:2 output-video.G1.mp4
http://kb.mediatemple.net/questions/658/How+can+I+create+an+SPF+record+for+my+domain%3F#gs spf mail records
http://www.openspf.org/SPF_Record_Syntax
https://wiki.jasig.org/display/CAS/CASifying+Applications
http://mondotech.blogspot.co.uk/2012/02/build-jasig-cas-server-for-active.html
http://stackoverflow.com/questions/6412468/single-sign-on-sso-how-to-use-active-directory-as-an-authentication-method-fo
@ 1H IN TXT “MS=ms12345678″
mydomain.com. 1H IN TXT “v=spf1 a mx ptr a:mail.mydomain.com ip4:1.2.3.4 ~all”
@ IN TXT "v=spf1 ip4:192.168.0/27 -all
http://jasig.github.io/cas/4.0.0/installation/LDAP-Authentication.html
http://www.voip-info.org/wiki/view/Asterisk+-+dual+servers might be good article on asterisk iax.cnf
http://www.voip-info.org/wiki/view/Asterisk+-+dual+servers this might be better
Which process is listening on a port
netstat -tulpn
http://www.888voip.com/configuring-cisco-7975-ip-phones-for-sip/ Configuring the Cisoc 79755 ip phone
http://www.tuxradar.com/answers/296 Mount LVM from external usb disk
http://www.zealfortechnology.com/2013/07/install-dropbox-fedora.html Installing Dropbox using yum on Fedora
http://www.cyberciti.biz/faq/linux-port-redirection-with-iptables/ iptables redirection
http://wiki.vpsget.com/index.php/Forward_%28redirect/nat%29_traffic_with_iptables redirection
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
http://www.cyberciti.biz/tips/linux-unix-get-yesterdays-tomorrows-date.html
tasks waiting for io
top -b -n 1 | awk '{if (NR <=7) print; else if ($8 == "D") {print; count++} } END {print "Total status D: "count}'