<?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</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-29T10:34:06+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/development-platform-and-standards?rev=1706483687"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/gnu-readline-useful-command-line-shortcuts?rev=1774847518"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/home?rev=1687841337"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/quick-introduction-to-grep?rev=1697258613"/>
                <rdf:li rdf:resource="https://www.startupcto.com/server-tech/setting-up-the-first-server?rev=1699497396"/>
            </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/development-platform-and-standards?rev=1706483687">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-28T23:14:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Choosing a Development Platform &amp; Standards</title>
        <link>https://www.startupcto.com/server-tech/development-platform-and-standards?rev=1706483687</link>
        <description>Choosing a Development Platform &amp; Standards

Getting a bunch of engineers on the same page about anything has been likened to 'herding cats'. Getting them to agree on a development platform and language standards may as well be likened to 'herding tigers'. Read the fictional story of Global Amalgamated Worldwide Designs (GAWD) and learn why you should probably spend the energy.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/gnu-readline-useful-command-line-shortcuts?rev=1774847518">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-30T05:11:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GNU Readline: Useful Command Line Navigation Tools</title>
        <link>https://www.startupcto.com/server-tech/gnu-readline-useful-command-line-shortcuts?rev=1774847518</link>
        <description>GNU Readline: Useful Command Line Navigation Tools

Most varieties of Unix/Linux use GNU Readline which lets you edit commands on the command line, gives you a command-line history, handles tab-completion, and the like. 

Many of the basic commands are pretty obvious: you use the left/right arrow keys to move your cursor. Up/down arrow keys scroll through the saved command history.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/home?rev=1687841337">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-27T04:48:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Server Tech</title>
        <link>https://www.startupcto.com/server-tech/home?rev=1687841337</link>
        <description>Server Tech
server-tech index</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/quick-introduction-to-grep?rev=1697258613">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-14T04:43:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Quick Introduction to grep/egrep/fgrep</title>
        <link>https://www.startupcto.com/server-tech/quick-introduction-to-grep?rev=1697258613</link>
        <description>Quick Introduction to grep/egrep/fgrep

grep is a command line utility that lets you search for certain patterns in files, and pull out the lines that match said patterns. grep supports a limited set of regular expressions, but egrep (it's cousin) supports a more complete set. fgrep (the other cousin) is grep without regular expression support, making it much faster. Realistically, you'll almost certainly want to use egrep or fgrep, not normal grep.</description>
    </item>
    <item rdf:about="https://www.startupcto.com/server-tech/setting-up-the-first-server?rev=1699497396">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-09T02:36:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Setting Up a Basic First Server</title>
        <link>https://www.startupcto.com/server-tech/setting-up-the-first-server?rev=1699497396</link>
        <description>Setting Up a Basic First Server

If you're a young startup, it won't be long before you need a server. The legendary first server ... the one that will house all the initial code, run the first builds, and probably handle your email, website, wiki, bug tracker, and MP3 collection too. You'll probably want to get off the ground as quickly</description>
    </item>
</rdf:RDF>
