<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ndchost.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title> - guides</title>
        <description></description>
        <link>https://ndchost.com/wiki/</link>
        <lastBuildDate>Mon, 13 Apr 2026 11:03:32 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://ndchost.com/wiki/_media/wiki/logo.png</url>
            <title></title>
            <link>https://ndchost.com/wiki/</link>
        </image>
        <item>
            <title>How to convert a EXT2 file system to EXT4</title>
            <link>https://ndchost.com/wiki/guides/how-to-convert-ext2-to-ext4?rev=1472063974&amp;do=diff</link>
            <description>How to convert a EXT2 file system to EXT4

There may be a time when you need to convert a EXT2 file system to EXT4. This guide will help you through that process.

First ensure your filesystem is not mounted!

Before proceeding you should make sure your file system is not currently mounted. If the file system your going to be doing this too is your root file system then you should boot off a recovery disk or live env.  You must make sure your disk is not in use!</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 24 Aug 2016 18:39:34 +0000</pubDate>
        </item>
        <item>
            <title>How to Create a Swap File</title>
            <link>https://ndchost.com/wiki/guides/how-to-create-swap-file-in-linux?rev=1472664935&amp;do=diff</link>
            <description>How to Create a Swap File

On servers with low amounts of memory, it can be a good idea to create a swap file to prevent out of memory crashes. A swap file is a a designated space on your disk that can be used in addition to regular memory to give your system more, albeit much slower, memory.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 31 Aug 2016 17:35:35 +0000</pubDate>
        </item>
        <item>
            <title>How to Enable The Epel Respository with RPM</title>
            <link>https://ndchost.com/wiki/guides/how-to-enable-epel-with-rpm?rev=1456428162&amp;do=diff</link>
            <description>How to Enable The Epel Respository with RPM

The Epel respository offers CentOS and RHEL the ability to you the Fedora Extra Packages for Enterprise Linux, which includes many useful packages such as HAProxy and others.

Install with yum

Run the following as root or with sudo:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 25 Feb 2016 19:22:42 +0000</pubDate>
        </item>
        <item>
            <title>How to Get Yourself Removed From a Mail Blocklist/RBL</title>
            <link>https://ndchost.com/wiki/guides/how-to-get-yourself-removed-from-rbls-or-blocklists?rev=1472062151&amp;do=diff</link>
            <description>How to Get Yourself Removed From a Mail Blocklist/RBL

Mail delivery problems are a pain to deal with. We've created this six step walk through to make getting removed from RBLs a little bit easier.

What is an RBL? An RBL or Real-time Blackhole List</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 24 Aug 2016 18:09:11 +0000</pubDate>
        </item>
        <item>
            <title>How to install Node.js on CentOS</title>
            <link>https://ndchost.com/wiki/guides/how-to-install-node-js-on-centos?rev=1436464345&amp;do=diff</link>
            <description>How to install Node.js on CentOS

Node.js is a javascript platform that also includes the Node package manager (NPM). The EPEL installation is the simplest way to install and ensure that it's updated, but you may not want to use that if you prefer to install from source.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 09 Jul 2015 17:52:25 +0000</pubDate>
        </item>
        <item>
            <title>How to log in to the command line using SSH with PuTTY</title>
            <link>https://ndchost.com/wiki/guides/how-to-log-in-to-ssh-using-putty?rev=1427751656&amp;do=diff</link>
            <description>How to log in to the command line using SSH with PuTTY

Many of the most effective tools for managing your server can only be found on the command 

line. This guide will walk you through logging in to SSH using a free program named PuTTY.

Collect Information about your Server</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 30 Mar 2015 21:40:56 +0000</pubDate>
        </item>
        <item>
            <title>How to Open Ports for Passive FTP in CSF (Configserver Firewall &amp; Security)</title>
            <link>https://ndchost.com/wiki/guides/how-to-open-ports-for-passive-ftp-in-csf-on-cpanel?rev=1507842689&amp;do=diff</link>
            <description>How to Open Ports for Passive FTP in CSF (Configserver Firewall &amp; Security)

FTP passive mode can help with a Directory Listing Timeout error when connecting through an ISP that is not allowing port 20.

If you are using CSF on cPanel, it may be necessary to unblock the port range needed by the default</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 Oct 2017 21:11:29 +0000</pubDate>
        </item>
        <item>
            <title>How to Set Custom php.ini Values in Cagefs for PHP Selector</title>
            <link>https://ndchost.com/wiki/guides/how-to-set-custom-php-ini-values-in-cagefs-for-php-selector?rev=1472065662&amp;do=diff</link>
            <description>How to Set Custom php.ini Values in Cagefs for PHP Selector

CloudLinux's Cagefs allows each user to have their own custom php.ini settings with the php selector. However the options presented inside have pre-defined limits that may not work for all users.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 24 Aug 2016 19:07:42 +0000</pubDate>
        </item>
        <item>
            <title>How to Set Up Password Protection for Apache</title>
            <link>https://ndchost.com/wiki/guides/how-to-set-up-htpasswd-authentication-in-apache?rev=1471020327&amp;do=diff</link>
            <description>How to Set Up Password Protection for Apache

Apache can set up password protection for directories and files using htpasswd and htaccess rules.

Installing Tools

The installation of the needed tools are slightly different for Debian/Redhat based distros.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Aug 2016 16:45:27 +0000</pubDate>
        </item>
        <item>
            <title>How to Stream Local Video Using OBS and Mistserver</title>
            <link>https://ndchost.com/wiki/guides/how-to-stream-local-video-using-obs-and-mistserver?rev=1502470531&amp;do=diff</link>
            <description>How to Stream Local Video Using OBS and Mistserver

With only a single server, it's possible to stream video from any local source to a website with an embedded player.

To do this, you will need 3 things.

	*  Server
	*  OBS (Open Broadcaster Software)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 11 Aug 2017 16:55:31 +0000</pubDate>
        </item>
        <item>
            <title>How to Suppress Kernel Messages in SSH</title>
            <link>https://ndchost.com/wiki/guides/how-to-supress-kernel-messages-in-ssh?rev=1472065066&amp;do=diff</link>
            <description>How to Suppress Kernel Messages in SSH

If you have a firewall program or another program that regularly logs to the syslog, while in SSH or the console, you may be bombarded with messages that flood the console.

You may see messages like this:



DROP:IN=br0 OUT= MAC=xxx SRC=xxx DST=xxx LEN=60 TOS=0x00 PREC=0x00 TTL=128 ID=15731 DF PROTO=TCP SPT=63767 DPT=3493 WINDOW=8192 RES=0x00 SYN URGP=0</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 24 Aug 2016 18:57:46 +0000</pubDate>
        </item>
    </channel>
</rss>
