Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (197)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- How to Import PNETLab OVA into Proxmox VE 8 Successfully: Complete Step-by-Step Guide (Fix Hard Disk Not Found & Virtualization Issues)
- Integrating VICIdial with CRM: Solving Custom Field and Data Sync Issues
- How to Remove +91 / 91 from Incoming Caller ID in VICIdial (Fix Lead Matching Issue)
- How to Retrieve VICIdial Admin Password from MySQL Database
- How to Manage KVM Virtual Machines on Ubuntu Server Using virsh
Category Archives: Uncategorized
How to get hard drive utilization report of remote computers
How to get hard drive utilization report of remote computers This script will get a list of computers and output the hard drive information to a pretty html file. You can also just specify the computer(s) on the command line … Continue reading
How to configure Microsoft iSCSI
How to configure Microsoft iSCSI The Microsoft iSCSI Software Initiator enables connection of a Windows host to an external iSCSI storage array using Ethernet NICs. This download can be installed on Windows Server 2003, Windows XP, and Windows 2000. For … Continue reading
Windows update Troubleshooting
Windows update Troubleshooting Use below command for detecting windows updates wuauclt /detectnow Restart the services net stop wuauserv net start wuauserv wuauclt /r /ReportNow If things still aren’t working, the Windows Update log can be found at ( %systemroot%\WindowsUpdate.log.) The … Continue reading
IP address calculation rule
IP address calculation rule How to get Block size of given subnet mask Subnet mask -256 Example:- Given subnet mask = 255.255.255.248 Block Size will be 256 – 248 = 8 Usable IPs will be 8 – 2 = 6 … Continue reading
How to transfer VOS3000 database on remote server easly
Its very long process to transfer vos3000 or my sql database to remote server as you take backup and restore on remote server. This is how to transfer VOS3000 database on remote server easly #mysqldump -u root -pPPPP vos3000db | … Continue reading
Posted in Uncategorized
Leave a comment
Cisco UCS Boot from SAN
How to boot Cisco UCS Blades Boot from SAN. Step-1 Enable NPIV on your SAN Switch .Please refer to your switch configuration document. Step-2 Create Server profile Step-3 Create Boot Policy a- Configure boot order 1 CD ROM b- Configure … Continue reading
How to create Zone and activate Zoneset Cisco MDS Switch
How to create Zone and activate Zoneset Cisco MDS Switch Here in below Example I will describe how to configure Zones and activate them to use multi pathing in Cisco Fabric Switches. configuration may be various in different models. Scenario … Continue reading
Common Access list for Small office Cisco Routers
Common Access list for Small office Cisco Routers Below are the commonly used access list to prevent virus attack on your Cisco Router.I have used this access-list to prevent virus attacks on SOHO routers as small offices and homes which … Continue reading
How to configure DSL connection on Cisco Router 820
How to configure DSL connection on Cisco Router 820 Below are the configuration I have tasted for Fast Telco DSL Connection in Kuwait. Change the DNS PVC and Username password according to your ISP. Router# sh startup-config Using 1318 out … Continue reading
How to retrive vos3000 admin password or reset password
How to retrive vos3000 admin password or reset password If you forget Vos3000 admin password you don’t need to worry if you know your MySQL root password.Vos3000 store their password in clear text so you can read the password. This … Continue reading
Posted in Uncategorized
1 Comment