Skip to content

Commit 1f1f3ee

Browse files
committed
add freebsd page stub
1 parent 1da2ed1 commit 1f1f3ee

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: FreeBSD
2+
category: page
3+
slug: freebsd
4+
sortorder: 0517
5+
toc: False
6+
sidebartitle: FreeBSD
7+
meta: FreeBSD is an operating system within the Unix family tree that is sometimes used for developing and deploying Python applications.
8+
9+
10+
FreeBSD is an [operating system](/operating-systems.html)
11+
within the Unix family tree that can be used used for
12+
[developing Python applications](/learning-programming.html).
13+
14+
<img src="/img/logos/freebsd.png" width="100%" alt="FreeBSD logo, copyright The FreeBSD Foundation." class="shot">
15+
16+
<div class="well see-also">FreeBSD is an implementation of the <a href="/operating-systems.html">operating systems</a> concept. Learn more in the <a href="/deployment.html">deployment</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
17+
18+
19+
### FreeBSD Python resources
20+
* [How to Get Started with FreeBSD](https://www.digitalocean.com/community/tutorials/how-to-get-started-with-freebsd)
21+
covers the first steps of logging into a FreeBSD server with SSH,
22+
updating the `root` password and setting your default shell.

static/img/logos/freebsd.png

43.7 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What's next after setting up FreeBSD?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/application-dependencies.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/web-servers.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/django.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/choices/macos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>What's next after setting up macOS?.</h3>
1+
<h3>What's next after setting up macOS?</h3>
22
<div class="row">
33
<div class="c4">
44
<div class="well select-next">

0 commit comments

Comments
 (0)