Links Misc

From MyWiki
Revision as of 09:46, 18 January 2016 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Copy usb key sudo dd if=/dev/sdx of=/dev/sdy bs=8M && sync

Dismanteling Dell N5040 laptop : http://www.insidemylaptop.com/disassemble-dell-inspiron-m5040-n5040-laptop/
http://blog.parts-people.com/2012/08/28/dell-inspiron-15-n5040-n5050-m5040-hard-drive-removal-and-installation/

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}'

Availability of SHA-256 certificates: 14 October 2014
 
We’re pleased to announce an agreement has been reached between TERENA and Comodo which will enable customers to obtain SHA-256 certificates.
 This is available with immediate effect and all certificates obtained from the service will be by default SHA-256.
 
As a result of the deprecation of SHA-1 certificates expiring in 2017 by the all the major web browsers,
 all customers who obtained 3-year certificates in 2014 are advised to replace them over the next few months.
To help make this process easier for you, we are automatically crediting affected accounts to enable the replacement of
 these certificates at no cost.
 
We apologise for any inconvenience that this issue has caused our customers and thank you for your patience.
 
If you have any questions or queries, please contact the Janet Service Desk on : 0300 300 2212 or email certificates@ja.net.
 
Please be aware that the two intermediate certificates used to sign the new SHA-256 certificates are different to those used
 to sign SHA-1 certificates. When you replace certificates with SHA-256 please make sure you also install these 
other two intermediates, namely TERENASSLCA2 and USERTrustRSAAddTrustCA. The root certificate, AddTrustExternalCARoot, remains the same.
 
To keep up with any service announcements please join the JCS Community Group.

http://alvinabad.wordpress.com/2012/09/23/how-to-use-dm-crypt/ encrypting a disk
Fedora 19,20 - changing the hostname
changing gnome to xfce https://ask.fedoraproject.org/en/question/40661/how-can-i-change-gnome-desktop-to-xfce-desktop/

Useful iptables stuff http://www.cyberciti.biz/tips/linux-iptables-examples.html

What process is listening on a port : http://www.cyberciti.biz/faq/what-process-has-open-linux-port/

ksar http://www.prodevtips.com/2011/12/11/server-monitoring-with-sysstat-and-ksar/
http://www.prodevtips.com/2014/07/27/routing-external-ips-to-internal-ips-with-iptables/
sip2sys : http://mrblog.org/2010/10/12/hands-on-with-siptosis-sip-skype-gateway/
http://www.mhspot.com/sts/siptosis_faq.html
Link for zfs on ubuntu - http://serverascode.com/2014/07/01/zfs-ubuntu-trusty.html

Change the timezone in Centos
[gaarai@server ~]$ sudo mv /etc/localtime /etc/localtime.bak
Next, create the link:
[gaarai@server ~]$ sudo ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime