From 97dca92181f840b87c3e7d83ed8197d7728fbdb1 Mon Sep 17 00:00:00 2001 From: Moni Ghaoui Date: Wed, 10 Dec 2025 22:31:43 +0100 Subject: [PATCH] park Bastille for now --- os/FreeBSD/FreeBSD_on_Lenovo_Thinkcentre.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/os/FreeBSD/FreeBSD_on_Lenovo_Thinkcentre.md b/os/FreeBSD/FreeBSD_on_Lenovo_Thinkcentre.md index cd8cf5a..d1c95b5 100644 --- a/os/FreeBSD/FreeBSD_on_Lenovo_Thinkcentre.md +++ b/os/FreeBSD/FreeBSD_on_Lenovo_Thinkcentre.md @@ -21,7 +21,7 @@ pkg update Install my favorite packages ```sh -pkg install -y bash doas tmux htop neovim git ncdu bastille tailscale aria2 +pkg install -y bash doas tmux htop neovim git ncdu tailscale aria2 ``` For doas you need to copy the config file: @@ -31,7 +31,7 @@ cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf nvim /usr/local/etc/doas.conf ``` -Remove all the stuff about alice, bob, cindy and david. Keep the wheel. +Remove all the stuff about alice, bob, cindy and david. Keep the wheel. Use this vim command: ``` g/\\|\\|\\|\/d @@ -90,8 +90,6 @@ service sshd reload # PF -Note, if you're using Bastille, the `/etc/pf.conf` file is going to look different. See [Bastille](../FreeBSD/Bastille/Bastille.md). - Now we need to get the filewall going. ```sh @@ -115,7 +113,7 @@ pass out all keep state ``` ```sh -sysrc pf_enable=yes +service pf enable service pf start ```