How to Add FreeSwitch Service

Hello all, Here how to start freeswitchwhen machine boots. #!/bin/bash # # freeswitch This starts and stops the freeswitch # # chkconfig: 345 60 50 # chkconfig: - 60 50 # description: freeswitch.sh - startup script for freeswitch on FreeBSD #...

Server Virtualization

Server Virtualization What is Virtualization..? Virtualizationis a technique of partitioning or dividing the resources of a single server into multiple segregated execution environments. Each of these environments runs independently of the other,...

How to set the static ip address in ubuntu..?

edit your /etc/network/interfaces file to auto eth0 iface eth0 inet static address 192.168.0.50 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 after that rebooting your network by excecuting the below...