Author Archives: Gkhan

How to change VMware ESXi 4.x password

How to change VMware ESXi 4.x password Login in to VMware vSphere Client Click on Host Server    and click on Local users and group then Right click on “root” choose edit Click on Check box “Change Password” Insert the new … Continue reading

Posted in VMware | Tagged | 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 install ntop on CentOS

How to install ntop on CentOS Follow the following steps 1-  Install rpmforge repository: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge Choose your CentOS vesion and install rpmforge repository 2- # yum install ntop 3-  There is a bug in the /etc/init.d/ntop startscript we need to … Continue reading

Posted in Linux | Tagged | Leave a 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

Posted in Uncategorized | Tagged | Leave a comment

How to Bind Multiple IP Addresses to a Single Network Interface Card (NIC)

How to Bind Multiple IP Addresses to a Single Network Interface Card (NIC) Network card information are located in /etc/sysconfig/network-scripts/. Go into that directory. cd /etc/sysconfig/network-scripts/ The file we’re interested in is ifcfg-eth0, the interface for the Ethernet device. Let’s assume … Continue reading

Posted in Linux | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged | 3 Comments

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

Posted in Uncategorized | Tagged | Leave a comment

Step by Step Cacti installation for Monitoring on Cent OS

Step by Step Cacti installation for Monitoring on Cent OS Login as root Create the yum repository to install cacti through  yum #cd /var # mkdir download # wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm # rpm –import http://apt.sw.be/RPM-GPG-KEY.dag.txt # rpm -ivh rpmforge-release-0.5.2-2.el5.rf.i386.rpm #yum update … Continue reading

Posted in Linux | Tagged | Leave a comment

How to install SNMP client on Cent OS / Linux

How to install SNMP client on Cent OS / Linux Login as root # yum install net-snmp-utils Rename the snmpd.conf # mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org # nano /etc/snmp/snmpd.conf copy and paste below line rocommunity  public syslocation  “Your Datacenter” syscontact   support@yourdomain.com save … Continue reading

Posted in Linux | Tagged | Leave a comment