-
[NYCU 2023 Fall] Computer System Administration
-
Professor: Meng-Hsun Tsai
-
Course Website(public) here
-
You can see homework explanation pdf file in each folder.
-
My detailed building guide for hw3 and hw4 can be found here
- This is the iso file of the FreeBSD I downloaded.
- You can use it to install FreeBSD in VirtualBox
- Write a shell script
hw2.sh
that could parse a yaml file. - You could use
yq
in this homework, install it from here
- Set up sftp & ssh settings on chrooted directory
- Write a rc script that captures all the sftp-related logs
- Use ZFS to write a backup system for the sftp directory built in part 1.
- Combined due to limited schedule
- Learn how set up http, https(ssl), http3.
- Learn how to set up firewall rules(i.e. packet filter).