Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (196)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- 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
- Palo Alto UNAT Configuration – Step-by-Step Lab Guide (LAN → DMZ via WAN)
Author Archives: Gkhan
Windows update issues
Windows update issues 1- System Update Readiness Tool 2-How To Fix A Stuck Windows Update 3-To obtain a list of installed patches wmic qfe list 4-To uninstall a listed patch wusa /uninstall /kb:<kbnumber> 5-From a remote computer (http://support.microsoft.com/kb/934307) wmic /node:SRVNAME process … Continue reading
How to install FTP server on CentOS
How to install FTP server on CentOS #yum install vsftpd #chkconfig vsftpd on #service vsftpd start #nano /etc/vsftpd/vsftpd.conf (uncomment the following) anonymous_enable=NO (disallow anonymous login) ascii_upload_enable=YES ascii_download_enable=YES ftpd_banner=Welcome to DATACENTER FTP service.
Where is root? or how to enable root login in Ubuntu
Where is root? or how to enable root login in Ubuntu Ubuntu developers made a conscientious decision to disable the administrative root account by default Sudo allows an authorized user to temporarily elevate their privileges using their own password instead … Continue reading
Cisco Validated Designs Guides
Cisco Validated Design (CVD) Guides are comprehensive, design and implementation guides. The validated systems and solutions have undergone thorough architectural design development and lab testing, and provide guidance for the introduction of new technologies, emerging architectures, or the enhancement of … Continue reading
Posted in Uncategorized
Leave a comment
How to reset Centos Linux Password
Reboot the linux 1-Press esc to intruppet boot loader 2-Press e to edit boot loader to load linux Kernal in single mode 3-add s at the end of of the line and press ENTER kernel /vmlinuz-2.6.18-194.el5PAE ro root=/dev/VolGroup00/LogVol00 s 3-Press b … Continue reading
Posted in Linux
Leave a comment
Unable to find users in lync server
I was trying to enable users in Microsoft Lync server.I was unable to find some active directory users in Microsoft Lync server.My configuration was proper.I was able to find users but not all users. At the end i find there … Continue reading
Posted in Uncategorized
Leave a comment
Troubleshooting Microsoft Network Load Balancing Clusters
Troubleshooting Microsoft Network Load Balancing Clusters This section lists some common issues that you might encounter when using Network Load Balancing (NLB) clusters http://technet.microsoft.com/en-us/library/cc732592.aspx Network Load Balancing (NLB) Survival Guide http://social.technet.microsoft.com/wiki/contents/articles/7329.network-load-balancing-nlb-survival-guide.aspx
Registering or adding a virtual machine on vCenter Server/VirtualCenter or an ESX/ESXi host
Registering or adding a virtual machine on vCenter Server/VirtualCenter or an ESX/ESXi host You can register a virtual machine in vCenter Server/VirtualCenter or from a command line. To register a virtual machine in vCenter Server: Open the vSphere/VMware Infrastructure (VI) Client and log in … Continue reading
Posted in VMware
Leave a comment