My own Linux desktop and docker image on top of Ubuntu 20.04
- 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
Download Hexblade live and boot into it.
https://hub.docker.com/repository/docker/murer/hexblade
docker run -it -p 5900:5900 murer/hexblade
# apt-get install xtightvncviewer
vncviewer localhost:5900
You can find more information about the image on DOCKER.md
You can install using Ubuntu Installer on the Hexblade live
sudo ubiquity
Or you can install manually
This process is about to install Hexblade with full disk encryption (including /boot
)
Split your disks: DISK.md
https://github.com/murer/hexblade/blob/master/src/recipe/util/min_crypt_mbr.sh
./src/recipe/util/min_crypt_mbr.sh from_scratch
https://github.com/murer/hexblade/blob/master/src/recipe/util/min_lvm_crypt_efi.sh
./src/recipe/util/min_lvm_crypt_efi.sh from_scratch
Version | On top of | Branch |
---|---|---|
3.x.x | Ubuntu 20.04 | master |
2.x.x | Ubuntu 20.04 | ubuntu20 |
1.x.x | Ubuntu 18.04 | ubuntu18 |