using diff on linux
- No Comments
- Sep, 16, 2012
- Angelo Schalley
- Linux, Plesk Linux
diff -rq DIR1 DIR2
or
diff -rqb DIR1 DIR2
-r is recursive
-q is for brief, and will just tell you if the files are different (i.e., it won’t show the line-by-line differences)
Read more on using diff on linux…
E-VPN, I-VPN, VPN, A-VPN explained
- 3 Comments
- Sep, 12, 2012
- Angelo Schalley
- Networking
EVPN – This is a package VPN solution provided by Carries such as AT&T. Enhanced Virtual Private Network is actual a VPN provided over MPLS and isn’t encrypted. So it’s a virtual private network using MPLS over a carries network (Sonnet/SDH/ATM/Ethernet). If encryption is required then IPSec is required. So EVPN is basically a straightforward tunnel over a network using MPLS.
Read more on E-VPN, I-VPN, VPN, A-VPN explained…