This article will show you how to setup and configure the BIND DNS Server. If you are looking for a guide on how to use DigitalOcean’s integrated DNS service, you may want to review the "How to Set Up a Host Name with DigitalOcean" article instead.
Category Archives: Linux
CentOS 6.2, phpMyAdmin, Apache 2.2 – Segmentation fault
Today I installed phpMyAdmin on fresh CentOS 6.2 (with EPEL repository) and it was not working. Looking at Apache logs revealed only notice:
Install centos minimal server 6
After installation complete follow this steps
Opensource load balancing
Load balancing is a computer networking method for distributing workloads across multiple computing resources, such as computers, a computer cluster, network links, central processing units or disk drives. Load balancing aims to optimize resource use, maximize throughput, minimize response time, and avoid overload of any one of the resources. Using multiple components with load …
Failover Name Servers for Reliability and Uptime
Name Servers are a forgotten piece of the internet puzzle. Having failover name servers for reliability and uptime is a consideration often overlooked from the client, to the web services provider, and all the way up to the webhost. While name servers are (theoretically) geographically separated and located on separate networks, they are not impregnable …
Continue reading “Failover Name Servers for Reliability and Uptime”
Install and use the latest Libav (instead of FFMPEG) and x264 on Ubuntu
It appears that libav, a fork of ffmpeg (see discussion here), is a more actively developed multimedia SDK and encoder. In order to install libav, instead of ffmpeg, on Ubuntu, I follow the wonderfulHOWTO on installing and using the latest FFMPEG and x264, with the following changes: