Skip to content

Instantly share code, notes, and snippets.

@kamenzranchev
kamenzranchev / alpine-on-stardust-no-rescue.md
Created October 3, 2025 19:03 — forked from karolba/alpine-on-stardust-no-rescue.md
Install Alpine Linux on Scaleway Stardust without the rescue image using https://netboot.xyz

A way to install Alpine Linux on a Scaleway Stardust instance without the use of a rescue image, but by booting into the install image over the network using https://netboot.xyz.

  1. Connect to the serial console, using scw instance server console {uuid} zone={zone}

  2. Reboot the VM into UEFI settings

    • either by executing systemctl reboot --firmware on the machine
    • or by using scw instance server reboot {uuid} zone={zone} locally and repeatedly mashing the escape key on the serial console image
  3. Go to Device Manager -> Network Device List -> the only network device -> HTTP Boot Configuration -> Boot URI

@kamenzranchev
kamenzranchev / howto.md
Created October 3, 2025 18:58 — forked from unixfox/howto.md
Install Alpine Linux on Oracle Cloud ARM VPS with Ubuntu pre-installed
@kamenzranchev
kamenzranchev / my_ncspot_theme.md
Created October 1, 2025 09:49
my ncspot theme

put in config.toml the following:

[theme] background = "black" primary = "light white" secondary = "light black" title = "green" playing = "green" playing_selected = "light green" playing_bg = "black"

Export extentions

code --list-extensions > vscode-extensions.txt

Import extentions

PS

Windows fails to start any WSL distro with the error:

Logon failure: the user has not been granted the requested logon type at this computer

Restart vmms service. As Admin run:

sc stop vmms && sc start vmms

When I run code . inside the WSL, it simply doesn't do anything

  1. Within the WSL terminal, run
rm -r ~/.vscode-server 

to delete the VS Code WSL server.

  1. Exit the terminal and from your PowerShell/Cmd, run