<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.startupcto.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.startupcto.com/feed.php">
        <title>StartupCTO server-tech:centos</title>
        <description></description>
        <link>https://www.startupcto.com/</link>
        <image rdf:resource="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico" />
       <dc:date>2026-04-29T06:08:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/adding-a-user?rev=1688857161"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/adding-formatting-a-new-drive?rev=1777440038"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/centos-server-setup?rev=1698505240"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/home?rev=1697258583"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/running-fsck?rev=1687841394"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/single-user-mode?rev=1697258513"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/centos/staying-up-to-date?rev=1697835193"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico">
        <title>StartupCTO</title>
        <link>https://www.startupcto.com/</link>
        <url>https://www.startupcto.com/lib/tpl/scto/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/adding-a-user?rev=1688857161">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-08T22:59:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Adding a User &amp; Groups in CentOS</title>
        <link>https://www.startupcto.com/server-tech/centos/adding-a-user?rev=1688857161</link>
        <description>Adding a User &amp; Groups in CentOS

If you're using command line CentOS, adding a user is a bit complicated. FreeBSD has a nice command line script (adduser), but in CentOS:


 useradd -d /home/bobsmith -s /bin/bash -c &quot;Bob Smith&quot; bobsmith
 passwd bobsmith</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/adding-formatting-a-new-drive?rev=1777440038">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-29T05:20:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Adding &amp; Formatting a New Drive Under CentOS</title>
        <link>https://www.startupcto.com/server-tech/centos/adding-formatting-a-new-drive?rev=1777440038</link>
        <description>Adding &amp; Formatting a New Drive Under CentOS

I always have trouble remembering the magic set of incantations required to add a new drive in CentOS... particularly without rebooting.

Here's what I usually do. Note this makes some assumptions:

	*  You want to use LVM so you can expand/contract the size of the disk later.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/centos-server-setup?rev=1698505240">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-28T15:00:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Basic CentOS Server Setup</title>
        <link>https://www.startupcto.com/server-tech/centos/centos-server-setup?rev=1698505240</link>
        <description>Basic CentOS Server Setup

This document details basic steps for getting a CentOS server setup. This is based on CentOS 5.

	*  First up, install CentOS from the DVDs. A basic install is fine. 
*  CentOS comes in 32-bit (i386) and 64-bit (x86_64) editions. Most machines these days are 64-bit, so that is probably what you want.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/home?rev=1697258583">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:43:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CentOS</title>
        <link>https://www.startupcto.com/server-tech/centos/home?rev=1697258583</link>
        <description>CentOS
centos index</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/running-fsck?rev=1687841394">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-27T04:49:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Running fsck in CentOS 5</title>
        <link>https://www.startupcto.com/server-tech/centos/running-fsck?rev=1687841394</link>
        <description>Running fsck in CentOS 5

It is apparently a very bad idea to run fsck on a mounted filesystem, even via single user mode. There are two good options for running it:

Boot from a CD

Boot from a CD with CentOS on it, and run it from the CD. Then none of your filesystems are mounted.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/single-user-mode?rev=1697258513">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:41:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Getting into Single User Mode in CentOS 5</title>
        <link>https://www.startupcto.com/server-tech/centos/single-user-mode?rev=1697258513</link>
        <description>Getting into Single User Mode in CentOS 5

Unlike FreeBSD, which lets you boot into single user mode from a startup menu, getting into Single User Mode in CentOS is a little more complicated. Here's how:

	*  Reboot the system:
bash# reboot

*  When the system reboots, it will say 'Press any key to enter the boot menu</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/centos/staying-up-to-date?rev=1697835193">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-20T20:53:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Keeping CentOS Up To Date</title>
        <link>https://www.startupcto.com/server-tech/centos/staying-up-to-date?rev=1697835193</link>
        <description>Keeping CentOS Up To Date

CentOS includes the yum package manager, and keeping the system up-to-date is surprisingly easy, at least if you don't need to do anything fancy.

Run yum update

Just run yum update, which will update the system.</description>
    </item>
</rdf:RDF>
