Enabling VMware ESXi shell access with the vSphere Client Use the vSphere Client to enable local and remote access to the ESXi Shell: Log in to a vCenter Server system using the vSphere Client. Select the host in the inventory panel. Click the Configuration tab and click Security Profile. In the Services section, click Properties. Select ESXi Shell from this list: […]
See MoreTag: Reseller cheap reseller
How to change MAC Address in Backtrack !!!
1. Open Terminal 2. Type: #ifconfig eth0 down Note: eth0 can be replaced with any other local interface 3. Change your MAC address using the macchanger application: #macchanger –mac 00:11:22:33:44:55 eth0 Alternatively use: #macchanger -r eth0 This will set a ‘random’ MAC address on your interface. 4. Re-enable your network interface by typing: #ifconfig eth0 […]
See MoreBasic Samba settings for CentOS !!!
Following is a basic setting up Samba file sharing on CentOS. This is meant to be a simple introduction and does not include options for integrating Samba authentication with LDAP or Active Directory. Check and see if samba is installed or not: # rpm -qa samba If it is not installed, then install using: # […]
See More
You must be logged in to post a comment.