Author Archives: Gkhan

Backup in Linux

Backup in Linux $ tar   cvf    backup.tar  . C = create an archive V = verbose mode f = file name . = current directory Display the content of tar file $ tar  tvf   backup.tar t = table of content … Continue reading

Posted in Linux | Tagged | Leave a comment

IP address calculation rule

IP address calculation rule How to get Block size of given subnet mask Subnet mask -256 Example:-   Given subnet mask = 255.255.255.248 Block Size will be  256 – 248 = 8 Usable IPs will be    8 – 2 = 6 … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to transfer VOS3000 database on remote server easly

Its very long process to transfer vos3000 or my sql database to remote server as you take backup and restore on remote server. This is how to transfer VOS3000 database on remote server easly #mysqldump -u root -pPPPP  vos3000db | … Continue reading

Posted in Uncategorized | Leave a comment

Cisco UCS Boot from SAN

How to boot Cisco UCS Blades Boot from SAN. Step-1   Enable NPIV on your SAN Switch .Please refer to your switch configuration document. Step-2 Create Server profile Step-3  Create Boot Policy a- Configure boot order  1  CD ROM b- Configure … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to create Zone and activate Zoneset Cisco MDS Switch

How to create Zone and activate Zoneset Cisco MDS Switch Here in below Example I will describe how to configure Zones and activate them to use multi pathing in Cisco Fabric Switches. configuration may be various in different models. Scenario … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Common Access list for Small office Cisco Routers

Common Access list for Small office Cisco Routers Below are the commonly used access list to prevent virus attack on your Cisco Router.I have used this access-list to prevent virus attacks on SOHO routers as small offices and homes which … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to configure DSL connection on Cisco Router 820

How to configure DSL connection on Cisco Router 820 Below are the configuration I have tasted for Fast Telco DSL Connection in Kuwait. Change the DNS  PVC  and Username password according to your ISP. Router# sh startup-config Using 1318 out … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to retrive vos3000 admin password or reset password

How to retrive vos3000 admin password or reset password If you forget Vos3000 admin password you don’t need to worry if you know your MySQL root password.Vos3000 store their password in clear text  so you can read the password. This … Continue reading

Posted in Uncategorized | 1 Comment

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

Posted in Uncategorized | Tagged | Leave a comment

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