Posted by Duncan Epping in December 11th, 2008 |
2 comments
Just noticed this blog article, get McAfee Antivirus for free. I tested it and it works great. As of today I’m the proud owner of McAfee Antivirus with a 1 year subscription for the total amount of $ 0,-. Thanks McAfee!
Sorry, the offer has been removed. Sorry guys,
read more....
Posted by Duncan Epping in November 6th, 2008 |
1 comment
So you can easily add users with useradd command we talked about. But there’s still a problem, you can’t add user-roles to the user you’re creating. You still need the VirtualCenter client to do that. My colleague Horst Mundt read my post and was so kind to email me a powershell script he created that can [...]
read more....
Posted by Duncan Epping in November 4th, 2008 |
2 comments
When doing a scripted install it might be useful to create additional user accounts. You can easily do this with the following command:
/usr/sbin/useradd -m -p ‘\$1$ZRo.R0\$1Lk8iA0AaqVFlojm.BTmr/’ -c administrator -g users -G users -d /home/administrator -s /bin/bash administrator
The “-p” value is the encrypted password. You can create them by using the tool “grub-md5-crypt” on a linux box. [...]
read more....
Posted by Duncan Epping in January 4th, 2008 |
no comment
I’ve been looking for the lockdown option in ESX 3.5 for a few of hours these last couple of days and can’t seem to find it. In ESX 3i you can easily put it in lockdown mode when you add the host to the Cluster or afterwards here in the configuration/security section:
[...]
read more....