mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00:00
Reorganized static folder
This commit is contained in:
parent
7400bd41a4
commit
053cfc1a82
10 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ tags: ["Packaging"]
|
|||
|
||||
One way to distribute to different Linux distributions is to compile the source under each of them and distribute it separately. This can be a pain to manage if you target multiple distributions and multiple versions of those distributions. Instead, let's take a look at AppImage. This allows us to package up our binaries and shared libraries under one file which we can distribute.
|
||||
|
||||

|
||||

|
||||
|
||||
Source: https://docs.appimage.org/reference/architecture.html
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ I was scrolling around in the [Free Music Archive](https://freemusicarchive.org/
|
|||
|
||||
{{< addaudio "https://files.freemusicarchive.org/storage-freemusicarchive-org/music/WFMU/Kevin_Lax/The_New_Birthday_Song_Contest/Kevin_Lax_-_Happy_Birthday.mp3" >}}
|
||||
|
||||
Even though the competition is long over (and I don't have much skill) I still decided to record a small entry which I'll title [Happy Birthday](/music/happybday.ogg) licensed under [Creative Commons Attribution v4](https://creativecommons.org/licenses/by/4.0/).
|
||||
Even though the competition is long over (and I don't have much skill) I still decided to record a small entry which I'll title [Happy Birthday](/files/music/happybday.ogg) licensed under [Creative Commons Attribution v4](https://creativecommons.org/licenses/by/4.0/).
|
||||
|
||||
{{< addaudio "/music/happybday.ogg" >}}
|
||||
{{< addaudio "/files/music/happybday.ogg" >}}
|
||||
|
|
|
@ -11,7 +11,7 @@ Netboot.xyz is commonly used for PXE booting, but in this post I'll describe usi
|
|||
|
||||
Download the [Netboot ISO](https://boot.netboot.xyz/ipxe/netboot.xyz.iso) and [load it onto a flash drive](/blog/ddforiso/). Then boot a computer from the flash drive and you should see something similar to this animation from their website:
|
||||
|
||||

|
||||

|
||||
|
||||
Another benefit of this approach over Ventoy is that we don't have to manually update the flash drive. It always comes fresh with the ISOs available on their website.
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ To install Ventoy onto a flash drive, follow the [Get Started](https://www.vento
|
|||
- Tails
|
||||
- UBCD
|
||||
|
||||

|
||||

|
||||
|
||||
Example screenshot from their website.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue