murer / hexblade

My own Linux desktop and docker image on top of Ubuntu.

Home Page:https://github.com/murer/hexblade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexblade

My own Linux desktop and docker image on top of Ubuntu 20.04

Build Status

Features

  • Small and light weight, but functional as any other ubuntu distro
  • Openbox and LXDM live iso
  • Full Disk Encryption (including /boot)
  • Dockerhub image with xfvb and vnc server
  • Installation script for atom, chrome, docker, VirtualBox, etc

Live ISO

Download Hexblade live and boot into it.

Docker

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

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)

Split your disks: DISK.md

Install MBR

https://github.com/murer/hexblade/blob/master/src/recipe/util/min_crypt_mbr.sh

./src/recipe/util/min_crypt_mbr.sh from_scratch

Install EFI

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

Connect to WIFI using command line

NETWORK.md

Versions

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

About

My own Linux desktop and docker image on top of Ubuntu.

https://github.com/murer/hexblade


Languages

Language:Shell 71.5%Language:Jupyter Notebook 26.5%Language:Dockerfile 1.8%Language:CSS 0.2%