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
Mikrotik Router winbox login error wrong user name or password
If you are trying to access mikrotik router through winbox and you are confirm your admin password is wright and its not getting you login through winbox. You tried to login through Router console locally and you are able to … Continue reading
Backup and Restore your Centos
Backup and Restore your Centos 7 Some time you want to take backup of your server including application and settings .below are the easy method a small example 1- The first step is to create a location to store the … Continue reading
Downgrade Centos 6.x Kernel Version
VOS3000 2.1.4.0 does not support latest Kernel Versions. you have to downgrade Kernel
Posted in Uncategorized
Leave a comment
How to stop and start ApacheTomcat VOS3000 2.1.4.0
Login to your server To STOP Apache Tomcat Server # /home/kunshiweb/base/apache-tomcat/bin/shutdown.sh To START Apache Tomcat server #/home/kunshiweb/base/apache-tomcat/bin/startup.sh
Posted in Uncategorized
Leave a comment
Centos 5.X yum update
Update of packages using default repositories (base, update etc.) is no longer applicable.You should switch boxes, run on CentOS 5.x., to so called Vault repositories. 1- Disable base, updates and other enabled repositories (where enabled=1 is set) in the CentOS-Base.repo: … Continue reading
Posted in Uncategorized
Leave a comment
How to Install VMware Tools on CentOS 7
How to Install VMware Tools on CentOS 7 # yum install -y open-vm-tools check file is exist # ls /usr/bin/vmtoolsd Now reboot the server
Posted in Linux, VMware
Leave a comment
How to check directory size in Linux
How to check directory size in Linux DU command uses for disk uses you can use du command to check directory size. for example you want to check directory size of a folder “database” use -h for size in MB … Continue reading
Posted in Linux
Leave a comment
How to update Centos 5 .X and cannot find a valid baseurl for repo
How to update Centos 5 .X and cannot find a valid baseurl for repo If you are using CentOS 5.x and want to install any software and update CentOS 5.x . you are getting following error . root@server1 [~]# yum … Continue reading
vos3000 illegal calls query to block IP address
vos3000 illegal calls query to block IP address All call records are saved in e_cdr_files you can query to get ip addresses of illegal calls source. mysql> select DISTINCT callerip from e_cdr_20180818 where endreason = ‘-9’; +—————-+ | callerip | … Continue reading