Skip to content

Commit fbb9f90

Browse files
committed
Change GitHub links to Codeberg
1 parent 93b2d5b commit fbb9f90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/blog/2023-10-wifi-packet-capture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $ lspci | grep Network
132132

133133
#### 3\.2 Determine PHY name of radio
134134

135-
**NOTE:** You can use the [`list_interfaces.py`](https://github.com/a-gavin/talks/blob/main/lfnw_2023_wifi_pcap/list_interfaces.py) script to both determine the radio PHY name/number and all interfaces created using that radio. With this information in hand, you can then skip to the [Manage existing interfaces using radio](#4-2-manage-existing-interfaces-using-radio) section.
135+
**NOTE:** You can use the [`list_interfaces.py`](https://codeberg.org/a-gavin/talks/src/branch/main/lfnw_2023_wifi_pcap/list_interfaces.py) script to both determine the radio PHY name/number and all interfaces created using that radio. With this information in hand, you can then skip to the [Manage existing interfaces using radio](#4-2-manage-existing-interfaces-using-radio) section.
136136

137137
Find the `phyX` which matches the PCI bus found in the previous step:
138138

content/blog/2024-06-linux-home-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ I initially embarked on this journey using NetworkManager. To do so, I configure
1414

1515
Since then, I evolved this project to make it more easily-reproducible and flexible to different configurations. The project continues to use `dhcpd` and `nftables` but also leverages new tools as well. An Ansible playbook replaces configuration notes, and `systemd-networkd` takes the place of NetworkManager. I also introduced `hostapd` to optionally configure WiFi access points and Vagrant to streamline testing the Ansible playbook.
1616

17-
This project is available [here](https://github.com/a-gavin/linux-home-router) on my GitHub and includes setup instructions in the [README](https://github.com/a-gavin/linux-home-router/blob/main/README.md). It currently supports Fedora and Ubuntu, but that may change in the future as I explore new tools to accomplish this.
17+
This project is available [here](https://codeberg.org/a-gavin/linux-home-router) on my GitHub and includes setup instructions in the [README](https://codeberg.org/a-gavin/linux-home-router/src/branch/main/README.md). It currently supports Fedora and Ubuntu, but that may change in the future as I explore new tools to accomplish this.
1818

19-
To set this up on your own system, I recommend at least being familiar with [these commands](http://a-gavin.github.io/blog/linux-cmds/#querying-network-information), in addition to Linux generally. Please reach out if you have any questions!
19+
To set this up on your own system, I recommend at least being familiar with [these commands](http://a-gavin.github.io/blog/linux-cmds/#querying-network-information), in addition to Linux generally. Please reach out if you have any questions!

0 commit comments

Comments
 (0)