Skip to content

Commit f8fbaa1

Browse files
committed
working on foreignkey django page
1 parent 5c3146c commit f8fbaa1

File tree

4 files changed

+1982
-1
lines changed

4 files changed

+1982
-1
lines changed

content/pages/05-deployment/17-freebsd.markdown

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,15 @@ within the Unix family tree that can be used used for
1919
### FreeBSD Python resources
2020
* [How to Get Started with FreeBSD](https://www.digitalocean.com/community/tutorials/how-to-get-started-with-freebsd)
2121
covers the first steps of logging into a FreeBSD server with SSH,
22-
updating the `root` password and setting your default shell.
22+
updating the `root` password and setting your default shell. There is also
23+
a follow-up post for setting up your
24+
[SSH keys on FreeBSD](https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-freebsd-server).
25+
26+
* The
27+
[FreeBSD Developer's Handbook](https://www.freebsd.org/doc/en/books/developers-handbook/book.html)
28+
shows the extensive documentation available to you as you work with Python
29+
and other programming languages on this operating system.
30+
31+
* [Recommended Steps For New FreeBSD 12.0 Servers](https://www.digitalocean.com/community/tutorials/recommended-steps-for-new-freebsd-12-0-servers)
32+
explains setting time zones, setting up the IPFW Firewall and configuring
33+
NTP for accurate time.

0 commit comments

Comments
 (0)