How to Install Ruby 1.9.3 and Rubygems 1.8.24 on CentOS 6.2

Ruby is an object-oriented programming language that is similar in syntax to Perl and Python. The version of Ruby that ships with CentOS 6.2 is 1.8.7. If you need the latest version, you can download, compile and install Ruby from source code. This is a quick tutorial on installing Ruby 1.9.3 and Rubygems 1.8.24 on CentOS 6.2 from source.

Read More

How to install and configure JBoss AS with Java and Apache2 as a reverse proxy

jboss-logoToday we are going to show you how to setup JAVA, JBoss AS and an Apache server acting as a reverse proxy using one of our Debian Virtual Servers. We assume you have a working Apache server in place.

So, what is JBoss ?
JBoss is an open-source application server developed by RedHat based on the J2EE platform for developing and deploying enterprise Java applications, Web applications, Services, Portals and more. The J2EE allows applications to be standardized and modular allowing JAVA to handle many programming aspects when developing an application.

Read More

How to install LAMP (Linux Apache MySQL and PHP) on CentOS 6 with phpMyAdmin and APC cache

Linux Apache MySQL and PHPIn today’s article we will cover the steps on how to install the LAMP (Linux Apache MySQL and PHP) stack on a CentOS 6 based VPS.

LAMP represents a full featured stack containing the most popular web server known as Apache, the most popular database server MySQL and the most popular open-source web programming language known as PHP.

Read More

Install ownCloud on CentOS 6

Install ownCloud on CentOS 6

We’ll show you, how to Install ownCloud on CentOS 6. OwnCloud is an open-source cloud application which can be used to set up your own cloud server for file-sharing, calendar, contacts, bookmarks, music-streaming, and a lot more. For more info about this application visit the ownCloud website. Installing ownCloud on CentOS 6, is easy task and should take less then 10 minutes to complete.

Read More

How to improve your Debian VPS security by using DenyHosts and Logwatch

DebianWhat is DenyHosts?

It is a python script intended to be run by GNU/Linux system administrators and users to help thwart SSH server attacks which are also known as dictionary based attacks and brute force attacks. It has the ability to run as a daemon and it can automatically block attackers and prevent them from gaining access to your server.

Read More