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

Posted in Linux | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged | Leave a comment

How to configure Mikrotik DHCP Server for Cisco Phone TFTP option

How to configure Mikrotik DHCP Server for Cisco Phone TFTP option 1- Change your TFTP server IP in to hex code you can use this online tool : http://www.miniwebtool.com/ip-address-to-hex-converter/ 2- Now configure Mikrotik RouterOS : /ip dhcp-server option add code=150 … Continue reading

Posted in Mikrotik | Tagged , , , , , , , , , | Leave a comment

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

Posted in VMware | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged | Leave a comment