Archive for July, 2011
for i in * ; do mv "$i" "`echo $i | sed 's/old/new/g'`"; done[ READ MORE ]
Taken from these instructions on how to setup the site to site VPN: https://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080950890.shtml#asa5510 All you need to do is remove the tunnel-group line tunnel-group 172.16.1.1 type ipsec-l2l Save changes to config: wr mem[ READ MORE ]
There is a limitation with the EX4200 where you can only create one span port analyzer. You can either monitor VLAN ingress or port ingress and egress. In addition, you can only have one destination port for the span port traffic First make sure there in no VLAN associated with the destination port. To create [ READ MORE ]
Lots of this was taken from here: http://www.pantz.org/software/mysql/mysqlcommands.html Figured since I referenced it so much … Show replication slave status. mysql> show slave status; Show process list. mysql> show processlist; (show full proccesslist;) Show variables. mysql> show variables like ‘%collation%’; To login (from unix shell) use -h only if needed. # [mysql dir]/bin/mysql -h hostname -u [ READ MORE ]
Get every new post delivered to your Inbox.