diff --git a/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/README.md b/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/README.md index ce53ba9..a1cac33 100644 --- a/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/README.md +++ b/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/README.md @@ -14,7 +14,7 @@ Listed: true ## Setup guide -### Step 1: create `/usr/local/bin` folder +### Step 1: create `/usr/local/bin` directory ```shell sudo mkdir -p /usr/local/bin diff --git a/how-to-configure-borg-client-on-macos-using-command-line/README.md b/how-to-configure-borg-client-on-macos-using-command-line/README.md index 14d8b8f..346aeb9 100644 --- a/how-to-configure-borg-client-on-macos-using-command-line/README.md +++ b/how-to-configure-borg-client-on-macos-using-command-line/README.md @@ -352,7 +352,7 @@ EOF chmod +x /usr/local/bin/borg-prune.sh ``` -### Step 16: create `/usr/local/var/log` folder +### Step 16: create `/usr/local/var/log` directory ```shell mkdir -p /usr/local/var/log diff --git a/how-to-configure-hardened-debian-server/README.md b/how-to-configure-hardened-debian-server/README.md index 6f15d38..36560d2 100644 --- a/how-to-configure-hardened-debian-server/README.md +++ b/how-to-configure-hardened-debian-server/README.md @@ -117,7 +117,7 @@ Enter the new value, or press ENTER for the default Is the information correct? [Y/n] Y ``` -### Step 6: copy root `authorized_keys` file to server-admin home folder +### Step 6: copy root `authorized_keys` file to server-admin home directory ```shell mkdir /home/server-admin/.ssh diff --git a/how-to-configure-hardened-raspberry-pi/README.md b/how-to-configure-hardened-raspberry-pi/README.md index 5e00de8..ce08608 100644 --- a/how-to-configure-hardened-raspberry-pi/README.md +++ b/how-to-configure-hardened-raspberry-pi/README.md @@ -170,7 +170,7 @@ ssh pi@10.0.1.248 ### Step 10: configure pi SSH authorized keys -#### Create `.ssh` folder +#### Create `.ssh` directory ```shell mkdir ~/.ssh diff --git a/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md b/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md index 63f5329..1adc3d3 100644 --- a/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md +++ b/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md @@ -252,14 +252,14 @@ sudo ln -s /etc/pf.anchors/local.pf.strict /etc/pf.anchors/local.pf sudo pfctl -F all -f /etc/pf.conf ``` -### Step 10: create `/usr/local/sbin` folder +### Step 10: create `/usr/local/sbin` directory ```shell sudo mkdir -p /usr/local/sbin sudo chown ${USER}:admin /usr/local/sbin ``` -### Step 11: source `/usr/local/sbin` folder +### Step 11: source `/usr/local/sbin` directory Find which shell is configured using `echo $SHELL`. diff --git a/how-to-configure-strongswan-client-on-headless-debian-based-linux-computer/README.md b/how-to-configure-strongswan-client-on-headless-debian-based-linux-computer/README.md index 027bdc3..02bcec5 100644 --- a/how-to-configure-strongswan-client-on-headless-debian-based-linux-computer/README.md +++ b/how-to-configure-strongswan-client-on-headless-debian-based-linux-computer/README.md @@ -27,7 +27,7 @@ Listed: true ### Step 1: create client key and cert using certificate authority from [How to self-host hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS](../how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos) (on certificate authority computer). -#### Navigate to `strongswan-certs` folder +#### Navigate to `strongswan-certs` directory ```shell cd ~/Desktop/strongswan-certs @@ -198,21 +198,7 @@ sed -i 's/load = no/load = yes/' ./eap-tls.conf ./aes.conf ./dhcp.conf ./farp.co cd - ``` -### Step 8: copy certs and key to client and make private folder root-only. - - +### Step 8: copy certs and key to client and make private directory root-only. On certificate authority computer, run: diff --git a/how-to-self-host-hardened-borg-server/README.md b/how-to-self-host-hardened-borg-server/README.md index 8ddd9c2..1021841 100644 --- a/how-to-self-host-hardened-borg-server/README.md +++ b/how-to-self-host-hardened-borg-server/README.md @@ -169,7 +169,7 @@ apt install -y borgbackup ### Step 9: configure borg SSH authorized keys -#### Create `.ssh` folder +#### Create `.ssh` directory ```shell mkdir -p /home/borg/.ssh diff --git a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 1d79586..2a2782e 100644 --- a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -117,7 +117,7 @@ Enter the new value, or press ENTER for the default Is the information correct? [Y/n] Y ``` -### Step 6: copy root `authorized_keys` file to vpn-server-admin home folder +### Step 6: copy root `authorized_keys` file to vpn-server-admin home directory ```shell mkdir /home/vpn-server-admin/.ssh @@ -608,7 +608,7 @@ sed -i 's/After=network-online.target/After=dnsmasq.service/' /lib/systemd/syste systemctl daemon-reload ``` -### Step 25: create `strongswan-certs` folder +### Step 25: create `strongswan-certs` directory > Heads-up: for security reasons, steps 25 to 29 are done on Mac vs server. @@ -714,7 +714,7 @@ Enter Export Password: Verifying - Enter Export Password: ``` -### Step 30: copy certs and key to server and make private folder root-only. +### Step 30: copy certs and key to server and make private directory root-only. On Mac, run: diff --git a/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md b/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md index 8a41e10..b8f0aba 100644 --- a/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md +++ b/how-to-spoof-mac-address-and-hostname-automatically-at-boot-on-macos/README.md @@ -23,14 +23,14 @@ Listed: true ## Guide -### Step 1: create `/usr/local/sbin` folder +### Step 1: create `/usr/local/sbin` directory ```shell sudo mkdir -p /usr/local/sbin sudo chown ${USER}:admin /usr/local/sbin ``` -### Step 2: add `/usr/local/sbin` folder to `PATH` environment variable +### Step 2: add `/usr/local/sbin` directory to `PATH` environment variable Find which shell is configured using `echo $SHELL`.