<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Linux Cloud Server  - CentOS  </title>
<link>http://faq.asphosthelpdesk.com/category.php?id=58</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content.</description>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=161</guid>
										<title>How To Add and Delete Users on Ubuntu 12.04 and CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=161</link>
										<description><![CDATA[When you log into a new freshly spun up server instance, you are accessing it from the root user. Although this gives you the power to make any changes you need on the server, you are much better off creating another new user with root privileges on...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=222</guid>
										<title>How To Install And Run A Node.js App On Centos 6.4 64bit</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=222</link>
										<description><![CDATA[Node.js installationNow that we&#039;re ready to install Node.js from sources. First, we&#039;ll move  to /usr/src directory - the usual place to hold software sources. cd /usr/srcNow, we pick the latest compressed source archive from Node.js website...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=274</guid>
										<title>How To Deploy Node.js Applications Using Systemd and Nginx</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=274</link>
										<description><![CDATA[This tutorial uses a simple Node.js application, but is applicable to most, if not all, others as well (be they Ruby, Python, etc). For PHP web applications, it is recommended to use a more specialized&nbsp;LAMP&nbsp;or&nbsp;LEMP&nbsp;stack instead....]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=290</guid>
										<title>How To Install Wordpress with nginx on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=290</link>
										<description><![CDATA[Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. Setup...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=236</guid>
										<title>How To Set Up an NFS Mount on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=236</link>
										<description><![CDATA[NFS mounts work to share a directory between several servers. This has the advantage of saving disk space, as the home directory is only kept on one server, and others can connect to it over the network. When setting up mounts, NFS is most effective...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=270</guid>
										<title>How To Work with the ZeroMQ Messaging Library</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=270</link>
										<description><![CDATA[ZeroMQ  ZeroMQ is a library used to implement messaging and communication systems between applications and processes - fast and asynchronously. If you have past experience with other application messaging solutions such as RabbitMQ, it might come a...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=268</guid>
										<title>How To Set Up Python 2.7.6 and 3.3.3 on CentOS 6.4</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=268</link>
										<description><![CDATA[More often than not, as a developer you will be responsible for managing the server(s) your application runs on to a certain degree. When it comes to choosing the operating system, especially for production, going with a sound choice such as CentOS...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=271</guid>
										<title>Top 10 Linux Easter Eggs</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=271</link>
										<description><![CDATA[Not a Definitive List...  Linux has a history of including some fun "easter eggs" in its software. In this article, we&#039;ll tell you about some fun commands and options to lighten up your day. Not all of them are "easter eggs", but we think you&...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=284</guid>
										<title>How To Create Nagios Plugins With PHP On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=284</link>
										<description><![CDATA[PHP is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using PHP.  Step 1 - Install RPMForge Repository and NRPE on client ...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=171</guid>
										<title>How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=171</link>
										<description><![CDATA[LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest. ...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=286</guid>
										<title>How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=286</link>
										<description><![CDATA[There are two ways to do backup: incremental and full backups. A full backup copies all the data, while the snapshot only handles the changes since the last update. Full Backup Full backup typically does the following:   Make an archive of all the...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=264</guid>
										<title>How To Create Nagios Plugins With Python On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=264</link>
										<description><![CDATA[This time, we will expand on this idea and create Nagios plugins using Python.  Step 1 - Install RPMForge Repository and NRPE  rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum -y install python nagios...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=151</guid>
										<title>How To Setup a Rails 4 App With Apache and Passenger on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=151</link>
										<description><![CDATA[When the user creates a server instance from a vanilla image (in our case: CentOS 6.4 x64), additional system administration work is needed before a Ruby on Rails application can be run and become available online. This tutorial provides the...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=285</guid>
										<title>How To Create Nagios Plugins With Bash On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=285</link>
										<description><![CDATA[Bash is a popular command processor available on Linux by default. This time, we will expand on this idea and create Nagios plugins using Bash.  Step 1 - Install RPMForge Repository and NRPE on client  rpm -ivh http://pkgs.repoforge.org/rpmforge...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=275</guid>
										<title>How To Install Nagios On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=275</link>
										<description><![CDATA[Step 1 - Install Packages on Monitoring Server  rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum -y install nagios nagios-plugins-all nagios...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=235</guid>
										<title>How To Install Ruby on Rails on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=235</link>
										<description><![CDATA[Ruby on Rails is an application stack that provides web developers with a framework to quickly create a variety of web applications.  There are three separate processes required to install Ruby on Rails: you need to install Ruby, then the Ruby Gems,...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=234</guid>
										<title>How to Setup and Configure an OpenVPN Server on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=234</link>
										<description><![CDATA[This article will guide you through the setup and configuration of OpenVPN server on your CentOS 6 cloud server. We will also cover how to configure your Windows, OS X, or Linux client to connect to your newly installed OpenVPN server.  Before we...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=240</guid>
										<title>How To Set Up ProFTPD on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=240</link>
										<description><![CDATA[ProFTPD is a popular ftp server. Because it was written as a powerful and configurable program, it is not necessarily the lightest ftp server available.  Step One&mdash;Install ProFTPD Before we do anything else, we need to download the EPEL...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=272</guid>
										<title>How To Get Started With mod_pagespeed with Apache on a CentOS and Fedora Cloud Server</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=272</link>
										<description><![CDATA[One of the more recently popular modules for Apache is mod_pagespeed. It is an output filter for Apache 2.2+ that can be configured through a variety of options through configuration files or a .htaccess file. An "output filter” is a something that...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=280</guid>
										<title>How To Create Nagios Plugins With Ruby On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=280</link>
										<description><![CDATA[Step 1 - Install RPMForge Repository and NRPE on client  rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm yum -y install ruby nagios-nrpe useradd nrpe &amp;&amp; chkconfig nrpe on  Step 2 - Create your...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=241</guid>
										<title>How To Install cPanel on a Virtual Server Running Centos 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=241</link>
										<description><![CDATA[cPanel is a convenient application that allows users to administer servers through a GUI interface instead of the traditional command line. Although the installation for cPanel is relatively simple, the script does take several hours to run. Notes  ...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=238</guid>
										<title>How To Protect SSH with fail2ban on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=238</link>
										<description><![CDATA[Servers do not exist in isolation, and those servers with only the most basic SSH configuration can be vulnerable to brute force attacks. fail2ban provides a way to automatically protect the server from malicious signs. The program works by scanning...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=273</guid>
										<title>How to Setup Additional Entropy for Cloud Servers Using Haveged</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=273</link>
										<description><![CDATA[Brief Introduction to Entropy and Randomness The Linux pseudo random number generator (PRNG) is a special device that generates randomness from hardware interrupts (keyboard, mouse, disk/network I/O) and other operating system sources. This...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=283</guid>
										<title>How To Create Nagios Plugins With Perl On CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=283</link>
										<description><![CDATA[Perl is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using Perl.  Step 1 - Install RPMForge Repository and NRPE on client ...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=237</guid>
										<title>How To Create a SSL Certificate on Apache for CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=237</link>
										<description><![CDATA[A SSL certificate is a way to encrypt a site&#039;s information and create a more secure connection. Additionally, the certificate can show the virtual private server&#039;s identification information to site visitors. Certificate Authorities can...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=239</guid>
										<title>How To Install Wordpress on Centos 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=239</link>
										<description><![CDATA[Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. Setup...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=173</guid>
										<title>How To Set Up vsftpd on CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=173</link>
										<description><![CDATA[The first two letters of vsftpd stand for "very secure" and the program was built to have strongest protection against possible FTP vulnerabilities.  Step One&mdash;Install vsftpdYou can quickly install vsftpd on your virtual private server in the...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=176</guid>
										<title>Initial Server Setup with CentOS 6</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=176</link>
										<description><![CDATA[When you first begin to access your fresh new virtual private server, there are a few early steps you should take to make it more secure. Some of the first tasks can include setting up a new user, providing them with the proper privileges, and...]]></description>

									</item>

</channel>

</rss>