
How to Configure the Linux Bind DNS Server
The BIND DNS Server, named, is used on the vast majority of name serving machines on the intranet or Internet. On this tutorial i will setup the intranet dns configuration…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Configure the Linux Bind DNS Server
The BIND DNS Server, named, is used on the vast majority of name serving machines on the intranet or Internet. On this tutorial i will setup the intranet dns configuration…
How to Install the Telnet Client in Windows Vista and Windows 7
Telnet is a network protocol that allows remote access to computers over the internet or local networks. It is used to manage network devices, troubleshoot network problems, and test network…
How to install Bind DNS server on CentOS and RHEL
This steps show you on how to install Bind DNS for CentOS or Redhat Enterprise (RHEL) using yum command : [root@server ~]# yum install bind-chroot Loaded plugins: fastestmirror Loading mirror…
How to Install MySQL Database in Linux Using Yum
MySQL is a widely used, open-source relational database management system. It is an essential component for many applications and websites. This guide will walk you through the process of installing…
How to Prepare Other Yum Repositories For RHEL/CentOS 5
There are three updated yum repositories for RHEL/ CentOS. Remi and Webtatic repository are my favorites. Follow below steps to install some other repositories into yum.repos.d. Install epel Repository 64…
How to Install Webmin-1.530 in Centos 5.5 using RPM Version
Webmin is a free and open source web-based control panel for managing a dedicated or virtual private linux, solaris, and Microsoft windows server. Webmin is useful for server administrators with…
How to install VMware Tools in Linux VM
VMware Tools is a group of utilities that enhances the overall performance of the virtual machine’s guest operating system (OS) and improves management of the virtual machine (VM). This is…
Disable the User Account Control (UAC) feature on Windows Vista, Windows Server 2008 and Windows 7
User Account Control or UAC is security feature in Windows Vista, Windows Server 2008 and windows 7. The purpose of this feature is to improve the security of Microsoft Windows…
How to Restore MySQL Database using PHPMyAdmin
phpMyAdmin is a popular open-source web-based tool for managing MySQL and MariaDB databases. It provides an easy-to-use interface for performing tasks such as creating, modifying, and deleting databases, tables, and…
How to Install WAMP Server on Windows
WAMP stands for Windows, Apache, MySQL, and PHP. It is a popular, easy-to-use software stack that allows users to create and host web applications on their local Windows machine. WAMP…
How to backup MySQL database using PHPMyAdmin
The are a few way to backup the MySQL database. One of the easiest way is using the phpmyadmin. This only applicable for the database that was installed with phpmyadmin…
How to Automatically Show Thumbnail in Thesis WordPress Theme
In the thesis theme, we can customize the post image and thumbnail but it need manual work. It is easy if all these things can be done automatically using existing…