|
You are here |
debianaddict.com | ||
| | | | |
dustymabe.com
|
|
| | | | | Last time I walked through creating a sparse disk image using dd and cp --sparse=always. OK, we have a disk image. Now what? Normally it would suffice to just set up a loop device and then mount, but this disk image doesn't just contain a filesystem. It has 4 partitions each with their own filesystem. This means in order to mount one of the filesystems we have to take a few extra steps. | |
| | | | |
barretts.club
|
|
| | | | | What do you do when you need more space? Well, you use fdisk of course! | |
| | | | |
nabijaczleweli.xyz
|
|
| | | | | 005a. A single-disk but slightly more cursed ZFS-on-root corollary | |
| | | | |
pingbin.com
|
|
| | | [AI summary] The provided content outlines a comprehensive guide for deploying C# ASP.NET Core 6.0 applications to an Ubuntu server using GitHub Actions CI/CD, with NGINX as a reverse proxy and MySQL as an optional database. It includes steps for setting up a virtual machine, installing .NET Core, configuring NGINX, setting up MySQL, and automating the deployment process with GitHub Actions. | ||