Category: Uncategorized

SEP Backup Notes

Email Notification Sesam e-mail notification types: Notify – Summary of backups, sent when all backups are successfull Alarm – Summary of backups, sent when one or more backups aren’t successfull Disaster – Generally used to script failover between sesam servers To enable the script copy it from the skel/templates directory to the sesam/bin directory. Linux/Unix/BSD: […]

Jawstats & Mawstats don’t update in IE but work fine in Firefox

running PHP v5.3 and the function split has been deprecated. As a result clsAWStats.php generates errors when it produces an xml file. While Chrome and Firefox ignore these errors Internet Explorer (IE) does not. On line 208 of the file I changed split to explode and everything was fixed Edit the clsAWStats.php file

CISCO ASA5505 VLAN 3 CONFIGURATION

ASA Version 8.2(1) ! hostname DRF-FW enable password iMXWlvTdcH4gbX/R encrypted passwd kMvCzUwUDZL3jsw3 encrypted names ! interface Vlan1 nameif inside security-level 100 ip address 10.1.2.1 255.255.255.0 ! interface Vlan2 nameif outside security-level 0 ip address dhcp setroute ! interface Vlan3 no forward interface Vlan1 nameif DMZ security-level 50 ip address 192.168.214.1 255.255.255.0 ! interface Ethernet0/0 switchport […]

Next Page » « Previous Page