All Projects → murer → hexblade

murer / hexblade

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

Programming Languages

shell
77523 projects
Jupyter Notebook
11667 projects
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to hexblade

dextop
Dextop - Linux-based distribution workstation on Android
Stars: ✭ 24 (+60%)
Mutual labels:  openbox, vnc
cloud-computer
☁️ The Cloud Native Computer
Stars: ✭ 5 (-66.67%)
Mutual labels:  vnc, xvfb
ee.Yrewind
Can rewind and save YouTube live stream
Stars: ✭ 133 (+786.67%)
Mutual labels:  live
YouTube to m3u
Grabs m3u from YouTube live.
Stars: ✭ 95 (+533.33%)
Mutual labels:  live
encfs4win
Windows port of EncFS
Stars: ✭ 356 (+2273.33%)
Mutual labels:  disk-encryption
installer
remote.it command line installer tool
Stars: ✭ 21 (+40%)
Mutual labels:  vnc
php-aliyun-open-api-live
阿里云直播API,使用guzzleHttp 中间件方式实现,单文件
Stars: ✭ 18 (+20%)
Mutual labels:  live
foreman bootdisk
ISO and USB boot disk support for Foreman
Stars: ✭ 62 (+313.33%)
Mutual labels:  iso
geometa
R tools to write, read & validate geographic metadata (OGC/ISO 19110, 19115, 19119, 19136 and 19139)
Stars: ✭ 37 (+146.67%)
Mutual labels:  iso
liveshop
融合电商与直播的跨平台APP,主要采用了Flutter技术开发而成,目前开发中
Stars: ✭ 24 (+60%)
Mutual labels:  live
home
厦门大学攻略大全 Import files, learning materials and useful links of XMU to help XMUers live and learn better.
Stars: ✭ 67 (+346.67%)
Mutual labels:  live
Dotfiles
A Mess....
Stars: ✭ 15 (+0%)
Mutual labels:  openbox
piping-vnc-web
VNC over pure HTTPS via Piping Server on Web browser
Stars: ✭ 57 (+280%)
Mutual labels:  vnc
MediaCreationTool.bat
Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
Stars: ✭ 3,836 (+25473.33%)
Mutual labels:  iso
rt-mrcnn
Real time instance segmentation with Mask R-CNN, live from webcam feed.
Stars: ✭ 47 (+213.33%)
Mutual labels:  live
ows4R
R Interface for OGC Web-Services (OWS)
Stars: ✭ 29 (+93.33%)
Mutual labels:  iso
acfunlive-backend
AcFun直播通用后端
Stars: ✭ 19 (+26.67%)
Mutual labels:  live
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (+120%)
Mutual labels:  iso
imageburner
An elementary OS app
Stars: ✭ 43 (+186.67%)
Mutual labels:  iso
live-graphql
Código da live de GraphQL do Bootcamp GoStack 🎓
Stars: ✭ 22 (+46.67%)
Mutual labels:  live

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].