iso's i use


Some of these iso's are expermental: use at your own risk, i'm not anyway connected to any of these iso's other than being a user.

All of these iso's i run in vertmanager qemu/kvm running on archlinux on a Dell Precision 7720 Intel Core i7-6820HQ.

I have a number of laptops, most of the 2008 vintage. i also test and use these iso's on them.




vuu-do-openbox iso nonsystemd 5.03-ob-mini-z

Devuan, reflector installer.


systemback can be installed and will build iso, an exact back up of your vuu-do install.

systemback2 systemback2 by alien-tec this works on 12 not sure about 13


back to top

x11vnc vuu-do/Devuan linux with lightdm

Everything in red needs attention.

Any line in a green box should be ran in a terminal.

sudo apt install x11vnc

x11vnc -storepasswd not as sudo/root.

sudo nano /etc/rc.local ....add below line to the file rc.local.

User needs to be changed to your user name.

x11vnc -noipv6 -ncache 0 -display :0 -auth /var/run/lightdm/root/:0 -rfbauth /home/user/.vnc/passwd -rfbport 5900 -forever -loop -noxdamage &



vuu-do/Devuan linux static ip


nmcli con show this shows your connection name

sudo nmcli con mod "Wired connection 1" ipv4.addresses 192.168.1.24/24 this sets your static ip (/24 sets your 255.255.255.0 your subnet)

sudo nmcli con mod "Wired connection 1" ipv4.gateway 192.168.1.1 this sets the ip of your gateway cable box/router

sudo nmcli con mod "Wired connection 1" ipv4.dns "8.8.8.8,1.1.1.1" this line sets your dns servers notice the (,) between the two ip's

sudo nmcli con mod "Wired connection 1" ipv4.method manual this sets your connection to manual, to use the same ip all the time


back to top


crowz-openbox iso nonsystemd crowz-5.0.1-daedalus

Devuan, with Calamares installer.

back to top


d77void-openbox iso nonsystemd d77void-openbox

Void, with Calamares installer.


x11vnc d77void-openbox linux with sddm

Everything in red needs attention.

Any line in a green box should be ran in a terminal.

sudo apt install x11vnc

x11vnc -storepasswd not as sudo/root.

sudo nano /etc/rc.local ....add below line to the file rc.local.

User needs to be changed to your user name.

/usr/bin/x11vnc -noipv6 -ncache 0 -display :0 -auth /var/run/sddm/* -rfbauth /home/user/.vnc/passwd -rfbport 5900 -forever -loop -noxdamage &



back to top


antiX-23.2 iso's nonsystemd antix iso's

debian/Devuan, with reflector installer.

reflector, will build an iso, of the installed antix iso with any updates and changes.


x11vnc antix/Devuan linux with slimski

Everything in red needs attention.

Any line in a green box should be ran in a terminal.

sudo apt install x11vnc

x11vnc -storepasswd not as sudo/root.

sudo nano /etc/rc.local ....add below line to the file rc.local.

User needs to be changed to your user name.

x11vnc -noipv6 -ncache 0 -display :0 -auth /var/run/slimski.auth -rfbauth /home/user/.vnc/passwd -rfbport 5900 -forever -loop -noxdamage &


back to top

antix/Devuan linux static ip

this page will explain in detail.

connmanctl config this is the command to change connman settings

wifi_00242b7eee8a_64642d7772742d323467687a_managed_psk this is the wifi conection

--ipv4 this is to set ipv4 or ipv6

manual this sets the connection to manual

192.168.1.10 this is the ip address you would like to use

255.255.255.0 this is the subnet mask

192.168.1.1 this is the gateway address

connmanctl config wifi_00242b7eee8a_64642d7772742d323467687a_managed_psk --ipv4 manual 192.168.1.10 255.255.255.0 192.168.1.1

back to top

antix/Devuan name servers

connmanctl config this is the command to change connman settings.

wifi_00242b7eee8a_64642d7772742d323467687a_managed_psk this is the wifi conection.

--nameservers this is to set the name servers.

8.8.8.8 this is the first name server address (Google DNS) you don't have to use google.

4.4.4.4 this is the second name server address (Google DNS) you don't have to use google.

connmanctl config wifi_00242b7eee8a_64642d7772742d323467687a_managed_psk --nameservers 8.8.8.8 4.4.4.4

back to top


Calam-Arch-Installer iso systemd Calam-Arch-Installer iso

arch linux, with Calamares installer, severial desktops, OPENBOX.




back to top