<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://prod.jnet.julianscorner.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://prod.jnet.julianscorner.com/feed.php">
        <title>Julian&#039;s Notebook - bsd</title>
        <description></description>
        <link>https://prod.jnet.julianscorner.com/</link>
        <image rdf:resource="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-17T12:31:46+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/bsd/bash_install"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/bsd/cshrc"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/bsd/freenas-readonlyfilesystem"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/bsd/samba36_install"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/bsd/webmin_install"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png">
        <title>Julian's Notebook</title>
        <link>https://prod.jnet.julianscorner.com/</link>
        <url>https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://prod.jnet.julianscorner.com/bsd/bash_install">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install BASH shell on FreeBSD</title>
        <link>https://prod.jnet.julianscorner.com/bsd/bash_install</link>
        <description>Install BASH shell on FreeBSD

Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. csh / tcsh (C shell with file name completion and command line editing) is the default shell under FreeBSD. However, you can easily install and use bash as shell.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/bsd/cshrc">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>BSD Top-Off</title>
        <link>https://prod.jnet.julianscorner.com/bsd/cshrc</link>
        <description>BSD Top-Off

FreeBSD uses CSH for its shell so to configure the shell, open the ~/.cshrc file in an editor and add the following to the end of the file:


alias dir       &#039;ls -lah&#039;
alias ll        &#039;ls -lh&#039;
alias cls       &#039;clear&#039;
alias df        &#039;df -h&#039;
alias du        &#039;du -h&#039;
alias grep      &#039;grep --color&#039;
alias cd..      &#039;cd ..&#039;
alias ..        &#039;cd ..&#039;
alias ...       &#039;cd ../..&#039;
alias ....      &#039;cd ../../..&#039;
alias sha1      &#039;openssl sha1&#039;
alias mount     &#039;mount | column -t&#039;
alias now       &#039;da…</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/bsd/freenas-readonlyfilesystem">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Read-Only Filesystem on FreeNAS</title>
        <link>https://prod.jnet.julianscorner.com/bsd/freenas-readonlyfilesystem</link>
        <description>Read-Only Filesystem on FreeNAS

If you try to edit a file on a newer FreeNAS you may get a error message about it being a read-only filesystem. Most of the time, this is not a problem since FreeNAS is designed around having most of the system mounted a read-only. However, if you are trying to update the</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/bsd/samba36_install">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Samba 3.6.x on FreeBSD</title>
        <link>https://prod.jnet.julianscorner.com/bsd/samba36_install</link>
        <description>Install Samba 3.6.x on FreeBSD

	*  Update the ports snapshot


portsnap fetch update


	*  Install Samba 3.6.x


cd /usr/ports/net/samba36
make install clean


	*  Select the options that you want, then click OK.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/bsd/webmin_install">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install Webmin on FreeBSD</title>
        <link>https://prod.jnet.julianscorner.com/bsd/webmin_install</link>
        <description>Install Webmin on FreeBSD

Installation

	*  Update the ports snapshot


portsnap fetch update


	*  Install webmin


cd /usr/ports/sysutils/webmin
make install clean


	*  Accept the default options for perl.

Configuration

	*  Configure webmin on startup</description>
    </item>
</rdf:RDF>
