Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (197)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- How to Import PNETLab OVA into Proxmox VE 8 Successfully: Complete Step-by-Step Guide (Fix Hard Disk Not Found & Virtualization Issues)
- 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
Category Archives: Uncategorized
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 … Continue reading
Windows Server 2008 Step-by-Step Guides
Windows server 2008 configuration guides http://www.microsoft.com/download/en/details.aspx?displaylang=enid=17157
Posted in Uncategorized
Leave a comment
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 … Continue reading
Posted in Uncategorized
1 Comment
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 … Continue reading
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 … Continue reading
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 … Continue reading
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 … Continue reading