When you a problem with a remove or even a local pc and you are worried that it is not going to restart properly you can force a restart with this command.
shutdown -t 0 -r -f
Wednesday, July 24, 2013
Tuesday, March 6, 2012
How to identify SQL Collation used
SELECT DATABASEPROPERTYEX('DBName', 'Collation') SQLCollation;
Just type in the DBName of the database you want to check
Just type in the DBName of the database you want to check
Thursday, December 8, 2011
Virtualisation: Technologies
Cloudstack takes virtualisation to the next level.
http://cloudstack.com/
- Its open source
- It supports Xen Server, Xen Server Cloud, VMWare, KVM and OracleV
http://cloudstack.com/
Wednesday, December 7, 2011
Important Security Bulletins
It is essential to follow and act on the latest security trends and apply the recommended patches to systems.
In the ideal world it is best to prevent than react. If you have the systems in place you will be able to put the emphasis into prevention.
Here are some sites that should be followed.
http://secunia.com/advisories/
http://technet.microsoft.com/en-us/security/advisory
http://technet.microsoft.com/en-us/sec
http://www.livehacking.com
In the ideal world it is best to prevent than react. If you have the systems in place you will be able to put the emphasis into prevention.
Here are some sites that should be followed.
http://secunia.com/advisories/
http://technet.microsoft.com/en-us/security/advisory
http://technet.microsoft.com/en-us/sec
http://www.livehacking.com
Monday, December 5, 2011
How to find mac address - Apple Mac
Click the Apple menu at the top left of the screen
Click 'About This Mac'
Click the 'More Info...' button
Click the 'Network' option;
Look under the 'Ethernet' section, you will see the system's MAC address list
Friday, November 4, 2011
How to determine MTU
cmd, netsh interface ipv4 show subinterfaces
This will show the MTU used for your interfaces
This will show the MTU used for your interfaces
Subscribe to:
Posts (Atom)