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 (4)
- VMware (67)
-
Recent Posts
- 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)
- Point-to-Point Wireless Devices Comparison: Practical Hardware Selection Guide
- Excitel Broadband Router Default Login
Author Archives: Gkhan
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
How to install VMware tools in Linux Virtual Machine
How to install VMware tools in Linux Virtual Machine Make sure Linux virtual machine is powered on. Click VMin the virtual machine menu, then click Guest > Install/Upgrade VMware Tools. Click OK.Note: In some cases, verify that the CDROM device is Connectedfrom within the Edit … Continue reading
OpenVPN CRL has expired
OpenVPN CRL has expired VERIFY ERROR: depth=0, error=CRL has expired: CN=servername In order to fix the issue, we just need to recreate the crl.pem file. we need to backup the current crl.pem file before creating a new one. The location of the … Continue reading