-
Recent Posts
- Designing todo app backend using redis and mongodb
- Multicast Firewall Load Sharing on Checkpoint ClusterXL Firewalls with Cisco Devices
- Configure 3-Leg Perimeter (DMZ) using Forefront TMG 2010
- Build Your Own Cheap iSCSI SAN for ESX Server
- VMware (finally) admits that its costs are higher than Microsoft’s
Archives
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
Categories
- Bildbearbeitung
- CheckPoint
- Cisco
- CISCO / NAT / ROUTE-MAP
- Cisco NBAR
- Cisco Private VLAN
- Cisco WebVPN
- Code Snippets
- Configuration Change Tracking
- DMVPN
- Juniper
- Juniper SRX
- Lightroom
- Microsoft Exchange Server
- MySQL
- Network Monitoring Software
- Networking
- NHRP
- nodejs
- Photography
- ppt
- Software
- SQL Server 2005
- SQL Server 2008
- Texte
- The Cable Guy
- Travel
- Uncategorized
- VBasic
- XML / XSL
- Zitate
Meta
Top Posts & Pages
- Why You Should Use XMLHttpRequest Asynchronously
- vbscript - base32/base36 (base62) encoding
- ACL for HSRP, BGP, OSPF, VRRP, GLBP (Cisco IOS)
- Juniper SRX - Route-failover in a typical DUAL ISP scenario
- SQLite COM Wrappers / Visual Basic DLLs
- Checkpoint - Internal ports explained
- Checkpoint - delete all ARP entries on SPLAT
- route-server.he.net
- CheckPoint: Android / iPhone / Windows - L2TP VPN ...
- winrar incremental & differential backup
Top Clicks
Monthly Archives: March 2011
HSRP/VRRP and NAT redunctancy (Cisco Stateful NAT)
ip nat inside source static 192.168.1.100 192.168.0.100 redundancy MYHSRP Star-crossed Lovers: HSRP/VRRP and NAT | Aaron’s Worthless Words.
ACL for HSRP, BGP, OSPF, VRRP, GLBP (Cisco IOS)
! BGP access-list 101 permit tcp any host 192.168.0.1 eq 179 ! EIGRP access-list 101 permit eigrp any host 224.0.0.10 ! OSPF access-list 101 permit ospf any host 224.0.0.5 access-list 101 permit ospf any host 224.0.0.6 ! HSRP, HSRP v2 … Continue reading
DxOMark – Sensor rankings
DxOMark provides four different scores to rank camera sensors at RAW level: The Sensor Overall Score, showing the performance for a general purpose use case, the Portrait Score based on Color Depth, the Landscape Score based on Dynamic Range and … Continue reading
Posted in Uncategorized
1 Comment
exiftool – exctract thumbnail / previewimage
exiftool -thumbnailimage -b -w %tmp%/104D300S/%f.%e 104D300S exiftool -previewimage -b -w %tmp%/104D300S/%f.%e 104D300S batch example: enumarate all subfolders for /D %i in (???D300S) do @echo %i & exiftool -previewimage -b -w %tmp%/%i/%f.%e %i — exiftool -r -previewimage -b -w %tmp%/%d/%f.%e ???D300S … Continue reading
Using cisco archive config options (cca)
Using cisco archive config options – Internetworkpro.
How to Use CCP to Configure IOS IPS
In the `Configure Public Key’ section, enter `realm-cisco.pub’ in the `Name’ text field, then copy and paste the following public key’s key-string in the `Key’ text field. This public key can be download from Cisco.com at: http://www.cisco.com/pcgi-bin/tablebuild.pl/ios-v5sigup. Click `Next’ … Continue reading
Cisco IOS Intrusion Prevention System IPS
read more at: Getting Started with IOS IPS ― A Step-by-Step Guide [Cisco IOS Intrusion Prevention System IPS] – Cisco Systems.