Reorganized static folder
|
@ -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.
|
||||
|
||||
![AppImage Architecture Diagram](/img/appimage-architecture-overview.svg)
|
||||
![AppImage Architecture Diagram](/files/images/appimage-architecture-overview.svg)
|
||||
|
||||
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:
|
||||
|
||||
![](/img/netboot.xyz.gif)
|
||||
![](/files/images/netboot.xyz.gif)
|
||||
|
||||
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
|
||||
|
||||
![](/img/ventoy.png)
|
||||
![](/files/images/ventoy.png)
|
||||
|
||||
Example screenshot from their website.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
|
@ -1 +1 @@
|
|||
Subproject commit d7035309052e62bea774698be06e136b82263dc8
|
||||
Subproject commit 97d21d0722da87b7d05a6902e7aa0712c8774937
|