How to transfer Vos3000 server database to new Vos3000 server

How to transfer Vos3000 server database  to new  Vos3000 server VOS 3000 use MySQL database to for their database named  vos3000db If you want to backup and restore VOS 3000 database or transfer Vos3000 server database to new VOS 3000 server  follow the below steps :- Login as root on old server [root@centos]# mysqldump -u … Read more

How to configure Gtalk on Trixbox

Configuring the gtalk account in Trixbox. This can really be your company DID for receiving and making gtalk to gtalk or gtalk to world calling. Follow the below steps :- 1- Install start up modules # yum update # yum install gcc* # yum install theo* # yum install ikse* # yum install gnutls* # … Read more

How to backup MS SQL Server 2005 database

How do I backup my MS SQL Server 2005 database using Management Studio? The following article explains how to backup your MS SQL Server 2005 database using Management Studio. The backup can then be used at a later date to restore the database if information is lost. The backup file needs to have a .bak … Read more

How to backup MySQL on Linux

How to backup MySQL on Linux Connect to your Linux server via SSH Use the mysqldump utility to create your database backup. The command is run in the format “mysqldump –host server_name –user username –password db_name > backup_file_name.mysql” Host: the hostname or IP Address of the MySQL server that hosts your database User: your MySQL … Read more

How to install VOS3000 Server on CentOS 5.x

How to install VOS3000 Server on CentOS 5.x Follow the below steps as tested on CentOS 5.x Configure the Time Zone according to your Country Zone setup rm -f /etc/localtime ln -s /usr/share/zoneinfo/Asia/Dhaka /etc/localtime # nano /etc/sysconfig/clock ZONE=”Asia/Dhaka” UTC=true ARC=false #  date –set=”02 SEP 2011 20:50:00″              (ddMMYYYY HH:MM:SS) To disable security firewall # nano /etc/sysconfig/selinux … Read more

Best practices for Shared Folders on Windows Servers

Assign permissions to groups, not user accounts. Assigning permissions to groups simplifies management of shared resources, because you can then add users to or remove them from the groups without having to reassign permissions. To deny all access to a shared resource, deny the Full Control permission. Assign the most restrictive permissions that still allow … Read more