All Projects → itoffshore → alpine-linux-scripts

itoffshore / alpine-linux-scripts

Licence: GPL-2.0 license
Alpine Linux Setup Scripts

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to alpine-linux-scripts

pam panic
A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
Stars: ✭ 35 (-7.89%)
Mutual labels:  gpt, luks-partition
gpt
A Python toolkit for lattice field theory, quantum computing, and machine learning
Stars: ✭ 60 (+57.89%)
Mutual labels:  gpt
pyspark-algorithms
PySpark Algorithms Book: https://www.amazon.com/dp/B07X4B2218/ref=sr_1_2
Stars: ✭ 72 (+89.47%)
Mutual labels:  partitioning
FasterTransformer
Transformer related optimization, including BERT, GPT
Stars: ✭ 1,571 (+4034.21%)
Mutual labels:  gpt
Basic-UI-for-GPT-J-6B-with-low-vram
A repository to run gpt-j-6b on low vram machines (4.2 gb minimum vram for 2000 token context, 3.5 gb for 1000 token context). Model loading takes 12gb free ram.
Stars: ✭ 90 (+136.84%)
Mutual labels:  gpt
parts
A GPT Partition Manager
Stars: ✭ 14 (-63.16%)
Mutual labels:  gpt
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+178.95%)
Mutual labels:  gpt
A-Personal-Arch-Installation-Guide
A Personal Arch Installation Guide In Case of Amnesia
Stars: ✭ 58 (+52.63%)
Mutual labels:  gpt
minGPT-TF
A minimal TF2 re-implementation of the OpenAI GPT training
Stars: ✭ 36 (-5.26%)
Mutual labels:  gpt
zabbix-pgsql-partitioning
Partitioning scripts for Zabbix on PostgreSQL
Stars: ✭ 26 (-31.58%)
Mutual labels:  partitioning
ansible-archlinux
Automated arch linux desktop environment
Stars: ✭ 56 (+47.37%)
Mutual labels:  lvm
kube-lvm-flexvolume
Enhanced LVM flexVolume driver for Kubernetes
Stars: ✭ 14 (-63.16%)
Mutual labels:  lvm
NLP-paper
🎨 🎨NLP 自然语言处理教程 🎨🎨 https://dataxujing.github.io/NLP-paper/
Stars: ✭ 23 (-39.47%)
Mutual labels:  gpt
TabFormer
Code & Data for "Tabular Transformers for Modeling Multivariate Time Series" (ICASSP, 2021)
Stars: ✭ 209 (+450%)
Mutual labels:  gpt
Archived-SANSA-Query
SANSA Query Layer
Stars: ✭ 31 (-18.42%)
Mutual labels:  partitioning
ESP32Partitions
No description or website provided.
Stars: ✭ 30 (-21.05%)
Mutual labels:  partitioning
LUKS-OPs
A bash script to automate the most basic usage of LUKS volumes in Linux VPS
Stars: ✭ 30 (-21.05%)
Mutual labels:  luks-partition
dderl
Web based Data Explorer / Data Jump Station with Erlang In-Memory Support
Stars: ✭ 23 (-39.47%)
Mutual labels:  partitioning
gpt-j-api
API for the GPT-J language model 🦜. Including a FastAPI backend and a streamlit frontend
Stars: ✭ 248 (+552.63%)
Mutual labels:  gpt
kafka-workers
Kafka Workers is a client library which unifies records consuming from Kafka and processing them by user-defined WorkerTasks.
Stars: ✭ 30 (-21.05%)
Mutual labels:  partitioning

Alpine Linux Setup Scripts

To install to gpt disks you will need to choose a (b)oot disk layout in setup-partitions for the boot drive to be confgured correctly.

Boot an Alpine Linux iso &:

setup-interfaces # <enter> x 3
ifup eth0
setup-apkrepos   # choose one near you
apk add wget ca-certificates
wget http://it-offshore.co.uk/alpine/setup-disk       #redirects to raw github script
wget http://it-offshore.co.uk/alpine/setup-partitions #redirects to raw github script
chmod +x set*
./setup-partitions
./setup-disk -m sys -E # hard disk encrypted installation

asciicast asciicast asciicast

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].