To view all Windows XP wallpapers folder go to:
C:WindowsWebWallpaper
Azure | Microsoft 365 | PowerShell | Active Directory | Windows Server | Ansible | Terraform
To view all Windows XP wallpapers folder go to:
C:WindowsWebWallpaper
When trying to do inventory or eject a tape from the drive using Backup Exec 10d and 11d the software freezes
Problem:
When trying to do inventory or eject a tape from the drive using Backup Exec 10d and 11d the software freezes.
Solution:
Open task manager and close the following services.
Beserver.exe
BkupExec.exe
Start backup exec and start services from Backup Exec application.
If this does not work restart server.
To deploy BGinfo on users desktops.
Installation
\ServerNameBginfoginfo.exe /iq \ ServerName Bginfo emplate.bgi /timer:00
7. Save the script file using .bat extension.
8. Add the script to the Users OU Group policy and apply it to users not computers.
9. Add the script to the startup script under the group policy.
10. The scrip will be applied the next time users will log on to the network.
11. The BGinfo script will be applied to all users desktop.
To expand / resize a virtual disk on a virtual machine (e.g C: drive) you need to use the
vmware-vdiskmanager utility in Windows or in linux and 3rd party software like partition magic.
To expand / resize a virtual disk on a virtual machine (e.g C: drive) you need to use the
vmware-vdiskmanager utility in Windows or in linux and 3rd party software like partition magic.
To use vmware-vdiskmanager command:
Command:
vmware-vdiskmanager -x 40GB myDisk.vmdk
Step 1:
Open the shell command or the Dos command prompt then go to the location of the vmware-vdiskmanager utility.
Directory Location:
cd usr/bin (Llocation in linux Red Hat andCentos)
cd C:Program FilesVMwareVMware server (location in windows systems)
Step 2:
To expand the disk type (Linux systems):
Linux systems:
vmware-vdiskmanager -x 12GB “/home/ftp1/2003 Enterprise Edition /Windows Server 2003.vmdk”
Windows Systems:
vmware-vdiskmanager -x 12GB “c:virtual machinesWindows Server 2003 Enterprise Edition-cl2.vmdk”
Step 3:
After the operation completed , log on to the server and use 3rd party software to resize the drive.
Note: you need to type the size of the disk after you add the extra space to it.
For example if the C: drive is 8GB and you want to add 4GB you need to type –X12GB and not 4GB.
For more information go to:
http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_eg_ws.html
When trying to open Vmware GSX virtual machine console this error message comes up.
Resolution:
Stop and restart the “VMware Registration Service” from Control panel -> Administration tools -> services.
In order to expand virtual machine hard drive follow the steps below.
We used Partition Manager 8.0 from Paragon software.
|
||
|
If you lost the manual for the Cisco Aironet AP1240
Cisco Aironet AP1242 Access Point default password
If you lost the manual for the Cisco Aironet AP1240 series then the default password for the Cisco Aironet AP1242 is Cisco
When installing Squid Proxy server sometimes there is a need to change the squid server Listening proxy port number.
By default Squid server listen on port 3128.
When there is a need to change the listening port follow this document.
use Vim editor to change the port number in the squid config file to and save the config file.
Restart the Squid service.
To use the Vim editor see:
http://www.tuxfiles.org/linuxhelp/vimcheat.html
To change the IP address of Vmware ESX server Console follow the steps:
Turn on ESX server
Press Alt+F1
Login to Esx server as administrator
Type ifconfig to check the current IP address.
esxcfg-vswif -i x.x.x.x vswif0
Example esxcfg-vswif -i 10.0.1.3 vswif0