What is OpenStack?

OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a data center. These components are managed with a unique dashboard which gives administrators complete control while empowering the end users to provision resources through a web interface. We can also say that

How to Install FFmpeg , Mplayer , Mencoder , MP4Box , Flvtool2.

FFmpeg is a free software project that produces libraries and programs for handling multimedia data. FFmpeg includes libavcodec, an audio/video codec library used by several other projects, libavformat, an audio/video container mux and demux library, and the ffmpeg command line program for transcoding multimedia files. You will need to login

To Colocate or Lease – The Age Old Question

Many potential customers come to us each day asking if they would be better off colocating or simply leasing a server from us. I am hoping to shed some light on this age old question to help those of you who are pondering this very scenario. As we tell each

How to Determine What Your Colocation Needs Really Are

Shortcode: Making the leap to outsource your data center can be both a liberating and harrowing move. On one hand, the transition offloads much of the overhead of IT infrastructure management to the colocation facility, allowing the firm’s staff to focus on other core competencies; on the other hand, relinquishing

Minecraft Server Buying Guide

By: Jason Sayre When shopping for a Minecraft server, you’re often presented with servers traditionally meant for one thing: hosting websites. By now, you’re used to running a java heavy server application that eats ram like candy. Your hosting company may not be used to these types of applications and

How can you have a page which would show you apache status?

You can also check and monitor Apache server’s current status on the web page without using log files. Modify httpd.conf file and add the following code into it: ExtendedStatus On <Location /server-status> SetHandler server-status Deny from all Order deny,allow Allow from localhost 192.168,1,56 Allow from .anotherdomain.com </Location>   Restart apache

How to Install Nagios

Nagios is a popular open source network monitoring application. It’s mainly used to monitor services On the server. Steps to configure nagios on Linux Machine:- For Configuring Nagios, download nagios core and nagios plugins from nagios.org site. Initially create users and groups. #useradd nagios # passwd nagios #groupadd nagcmd #usermod

How is Linux Licensed?

Linux is a popular operating system that is widely used by developers, programmers, and enthusiasts. Linux is not a single product, but rather a collection of software components that work together to provide a functional and customizable system. One of the most important components of Linux is the kernel, which

Install Fantastico on cpanel server

Install Fantastico on Linux cpanel server Before installing Fantastico you must replace the buggy version of wget that ships with your OS or Fantastico will not install. After you fix this you can continue with the installation process: If you have Fedora Core 5/6 or CentOS 5 or Red Hat

Apache status is not showing up in WHM.

Solution This is usually due to the server-status directive being commented out. 1. Back up your current httpd.conf root@cpanel [~]# cd /usr/local/apache/conf root@cpanel [/usr/local/apache/conf]# cp httpd.conf httpd.conf.save.`date +%s` root@cpanel [/usr/local/apache/conf]# ls -la httpd.conf* -rw——- 1 root root 45279 Oct 28 18:44 httpd.conf -rw——- 1 root root 45279 Nov 10 01:27

Apache is not starting after update on FreeBSD ?

An issue with php/apache is causing apache not to start in FreeBSD. It segfaults and core dumps, logged in the /var/log/httpd/error_log. Try removing –with-openssl from your configure.php file and recompile php. cd /usr/local/directadmin/customapache vi configure.php #remove –with-openssl from the file, save, exit. ./build clean ./build php n Possibly a mod_perl