Posts
Alpine Linux VM for K3S Cluster
Download Alpine Linux: Download Alpine Linux
The Alpine Linux Wiki: Alpine linux - Tutorials and Howtos
Get the K3S_Auto_Cluster_Generator: https://github.com/nic0michael/K3S_Auto_Cluster_Generator
1. Create an Alpine VM in the proxmox VM server 1.1 Specifications to Create Proxmox VM IMAGE: Minimum Image
Optionally [*] QME Agent
disk [32GB] // we may want more for kubernetes
Sockets[1] CPU[2] Cores
MEMORY [2] GB RAM // we may want more for kubernetes
2. Alpine O/S Setup Initially login as root no password
Posts
VIM Procedures
Install vim sudo apt install vim-nox Modes [Esc] return to normal Mode : to enter commands in Normal Mode i to enter Insert Mode V to enter Visual Mode Navigation Commands h to move left one char j to move up one line k to move down one line l to move right one char gg to Move to top row G to move to bottom row 2G to move two lines down [->] to move to right one char 2[->] to move two chars to right [<-] to move left one char 3[<-] to move left 3 chars Quit Commands ZZ to quit if no change made :quit to quit if no change made :q to quit if no change made :wq to write and quit :q!
Posts
Install My Linux Programs
###### To upgrade to Linux Mint sudo apt update sudo apt install mintupgrade # To launch the Upgrade Tool: sudo mintupgrade # When the tool is done and the upgrade is successful uninstall it and reboot your computer. sudo apt remove mintupgrade sudo reboot ###### get Ubuntu version lsb_release -a ## add 32 bit acrhitecture for a 64bit machine sudo dpkg --add-architecture i386;sudo apt-get update sudo apt update && sudo apt upgrade sudo apt install ubuntu-restricted-extras sudo apt install gcc sudo apt install gedit sudo apt install aptoncd #sudo update-pepperflashplugin-nonfree sudo apt install traceroute sudo apt install rar sudo apt install zip sudo apt install locate sudo apt install partitionmanager sudo partitionmanager sudo apt-get install -y simple-scan ###sudo apt install snapd DONT ###sudo apt install flatpack DONT ###sudo apt install gnome-software-plugin-flatpak DONT sudo apt install python3-pip sudo apt install pulseaudio sudo apt install gphoto2 libgphoto2* ##### gEDA and Gerber Viewer sudo apt install geda pcb gerbv ##### Fritzing sudo apt install fritzing fritzing-data fritzing-parts ## Free CAD sudo apt-get install freecad ## install pip on Python3 sudo apt install python3-pip pip3 --version ## instal Thonny Python Ide sudo apt install thonny ## Install Retext MD Editor pip3 install ReText #################### important things ################################## sudo dpkg --add-architecture i386; sudo apt-get update apt-get install libgphoto2-6sudo apt install obs-studio ##### Disable Automatic Updates from Command Line sudo nano /etc/apt/apt.
Posts
Usefull Linux Commands
Ubuntu 2204 server install ping sudo apt update sudo apt install iputils-ping 1. Miscelaneous Commands # get Ubuntu version lsb_release -a # Upgrade to next version of this Linux Distro sudo apt update sudo apt dist-upgrade # To change host name sudo hostnamectl set-hostname gitlab90 hostname sudo nano /etc/hosts ## put this there 127.0.0.1 localhost 127.0.1.1 gitlab90 sudo nano /etc/hostname sudo reboot # How to reload .bashrc settings without logging out and back in again .