<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://ssl.webangel.ie/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="http://ssl.webangel.ie/feed.php">
        <title>Opbzil - linux:linux-services</title>
        <description></description>
        <link>http://ssl.webangel.ie/</link>
        <image rdf:resource="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-28T10:33:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-services:ftp&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-services:nfs&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-services:ntp&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-services:samba&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-services:vnc&amp;rev=1759830220&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Opbzil</title>
        <link>http://ssl.webangel.ie/</link>
        <url>http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-services:ftp&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ftp</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-services:ftp&amp;rev=1759830220&amp;do=diff</link>
        <description>Settings up FTP

Initial Setup

Setup directory that will be root for ftp in this case it is /core/Interfaces

 mkdir -p /core/Interfaces

Install VSFTPD

yum install vsftpd 

Main configuration file for VSFTP is /etc/vsftpd/vsftpd.conf
Here is what needs to be in it</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-services:nfs&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nfs</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-services:nfs&amp;rev=1759830220&amp;do=diff</link>
        <description>Setting Up NFS

Used to share files and foldes between 2 machines. 

The NFS Server needs to have nfs installed and the /etc/exports file created

NFS Tools

Showing what is available

This command is used to show what is being shared by a server
shomount -e nfs_share_server</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-services:ntp&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ntp</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-services:ntp&amp;rev=1759830220&amp;do=diff</link>
        <description>Setting up NTP

Initial setup

NTP is installed by default in Linux 6 and 7

Main config file is /etc/ntp.conf

Making Sure its Running

THings have changed a bit 
RHEL 6 and older
chkconfig ntpd on
service ntpd start

RHEL 7
systemctl enable ntpd
systemctl status ntpd</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-services:samba&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>samba</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-services:samba&amp;rev=1759830220&amp;do=diff</link>
        <description>Setting up SAMBA

Installing Samba

Here is an  excellent link on setting up Samba

Samba Tools

To check the status of samba you can run the 

 smbstatus this will give you a listing of what shares are available and of any users connectect to those shares



Another way to check from a Linux clinet machine is with</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-services:vnc&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vnc</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-services:vnc&amp;rev=1759830220&amp;do=diff</link>
        <description>Setting up VNC

Here is a great link to setup VNC from Dell
&lt;http://www.dell.com/support/article/us/en/19/SLN283098/EN&gt;</description>
    </item>
</rdf:RDF>
