Hexblade
My own Linux desktop and docker image on top of Ubuntu 20.04
Features
- Small and light weight, but functional as any other ubuntu distro
Openbox
andLXDM
live iso- Full Disk Encryption (including
/boot
) - Dockerhub image with
xfvb
andvnc
server - Installation script for
atom
,chrome
,docker
,VirtualBox
, etc
Live ISO
Download Hexblade live and boot into it.
Docker
That is a image you can use to have a desktop inside container.
That would let you run any graphical application without the need to export the screen out.
Additionally you can connect using vnc client any time if you need to see the screen.
Basically it will start hexblade desktop inside xfvb and vnc server.
You can find more information about the image on HEXBLADE_DOCKER.md
docker run -it -p 5900:5900 murer/hexblade
Connect using any vnc client
# apt-get install xtightvncviewer
vncviewer localhost:5900
Install Hexblade
You can install using Ubuntu Installer on the Hexblade live
sudo ubiquity
Or you can install manually
Manual Installation
This process is about to install Hexblade with full disk encryption (including /boot
)
Follow these steps: INSTALL_MANUAL.md
Versions
Version | On top of | Branch |
---|---|---|
2.x.x | Ubuntu 20.04 | ubuntu20 master |
1.x.x | Ubuntu 18.04 | ubuntu18 |