first day @ tech-ed Microsoft
- No Comments
- Nov, 09, 2009
- Angelo Schalley
- Tech-Ed
Well, like everybody now’s it’s the place to be to find out new technology’s about Microsoft newest. Sure there are other brands worth looking in to.
First we had to wait a bit to get our pass. But when that was cleared, the fun got started.
– First i followed a session about “Useful hacking Techniques : Which Part of Hackers’ Knowledge will help you in efficient administration?” , well it sounded cool, but is was a bit simple : talking about basic hacking stuff on a windows 2003/2008 server with some services and registry tools.
Well of to lunch then, 🙂 .
– Second was in my opinion the most promising, but wrong again. More sales then techn. : Moving Unix workload to windows 2008 R2 and Intel Nahelem EX.
After these two sessions i decided to play it safe. Well a nice hand-on with 2008 R2 Hyper-V did the trick. After playing around with Hyper-V i was back on track en hopeful for the days to come.
Read more on first day @ tech-ed Microsoft…
show vpn info cli cisco
- No Comments
- Nov, 04, 2009
- Angelo Schalley
- Cisco
show crypto isakmp sa
show crypto ipsec sa
show conn
import-export MySQL database from a dump command line
- No Comments
- Nov, 03, 2009
- Angelo Schalley
- MySQL
set password for root :
mysqladmin -u root password newpassword ( if never set )
mysqldump -p -u user dbname > dbname.sql
mysql -p -u user -h DBSERVER dbname < dbname.sql