Skip to content
Snippets Groups Projects
Commit 56b68eec authored by Florent Gluck's avatar Florent Gluck
Browse files

Change to use almost the full range of ports (1100 to 65000) for spice instead of 50k to 52k

Updated installation details in tools/distribs_install.md
parent 6e16c9c9
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ const (
DefaultLogLevel = "info"
APIDefaultPort = 1077
APIPortMin = 1025
APIPortMax = 1099
APIPortMin = 1025
APIPortMax = 1099
VMSpiceMinPort = 50000
VMSpiceMaxPort = 52000
VMSpiceMinPort = 1100
VMSpiceMaxPort = 65000
MaxUploadSize = "30G"
)
......@@ -6,6 +6,27 @@
- hostname: `nexus-pc`
- login without password if selectable (autologin)
TODO:
- flatpak:
```
sudo flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install io.atom.Atom
```
- VSCode:
```
sudo snap install code --classic
ctrl+p: ext install ms-vscode.cpptools
ctrl+p: ext install ms-vscode.cpptools-extension-pack
```
- Keyboard tweaks:
- rate: 250ms
- char/sec: 40
- Extra packages?
```
git geany clang libsdl2-dev neovim valgrind python3-matplotlib python3-numpy openjdk-18-jdk screen tmux uuid-runtime gnutls-bin
```
# Ubuntu/Xubuntu
Images: `ubuntu-22.04-desktop-amd64.iso` and `xubuntu-22.04-desktop-amd64.iso`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment