systemctl stop pve-cluster corosync
pmxcfs -l
rm -r /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
- After having the gpu instance
- sudo apt install nvidia-driver-535 nvidia-dkms-535
- apt install nvidia-cuda-toolkit
- https://brandolosaria.medium.com/setting-up-metaais-code-llama-34b-instruct-model-fc009aa937f6
- export FORCE_CMAKE=1
MOnitor
nvitop
nvidia-smi
- sonarr, radarr,jellyfin ,jackett,flaresolver
- jellyfin kod plugin make sure force http is disabled.
- when you add items make sure you add all, movies ,tvshows and music in jellyfin plugin in kodi
jellyfin works fine so no need to install jellycon
- Setup untagged VLAN network also works
- https://www.belgai.de/blog/harvester/harvester_bridge_network/ add cloud init network data made it to work
- Loadbalancer creation were failing. Goto settings in harvester and set vip pools.
- If you add one more extra nic using the untagged network then creating an service object will lead to issue. The best is use the default managment network and create and service object to get an ip in the Subnet.
- to ssh into vm using clusterIP we can do kubectl port-forward and ssh
- Goto preferences and enable all the 4 settings including longhorn and rancher UI.
- We can use Nodeport and forward traffic to host ip and nodeport in Route Virtual servers.
- When we are port forwarding in router to ingress make sure ingress is configured with static NodePort. so that recreation ingress will always leads to fixed port.
- nginx ingress with letsencrypt. https://cloud.yandex.com/en/docs/managed-kubernetes/tutorials/ingress-cert-manager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ---------------------------------------------------------------------------------- | |
# Script for checking the temperature reported by the ambient temperature sensor, | |
# and if deemed too high send the raw IPMI command to enable dynamic fan control. | |
# | |
# Requires: | |
# ipmitool – apt-get install ipmitool | |
# slacktee.sh – https://github.com/course-hero/slacktee | |
# ---------------------------------------------------------------------------------- |
- Create multi node cluster
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
sudo apt-get update
sudo apt install python3-minimal build-essential python3-setuptools python3-pip python3-venv
python3 -m venv fenv
source fenv/bin/activate
pip install pip --upgrade
sudo apt-get install software-properties-common
sudo apt-get install mariadb-server-10.3
- Official firmware did not work at all.
- Format the sd card and install https://github.com/smith3d/Marlin/releases/tag/2.0.x.14 - https://github.com/smith3d/Marlin/releases/download/2.0.x.14/Smith3D-E3V2-2.0.x.14-5x5-SlowProbe.bin
- in Cura machine settings G29 ; worked
M420 S1 Z2
failed andM420 S1
worked in cura machine settings- Adjusted the z axis offset to -2.70 mm after doing the manual bed leveling. Z offset tuned using Z-offset Tool
- try 5x5 fast firmware from smith3d
- Follow this to install esp8266 board manager https://github.com/esp8266/Arduino#installing-with-boards-manager
- Clone this repo https://github.com/Alictronix/TTGO-WIFI-OLED into /home/uva/softwares/arduino-1.8.13/hardware
- python3 /home/uva/softwares/arduino-1.8.13/hardware/TTGO-WIFI-OLED/esp8266/tools/get.py
Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
If you want a non password protected key just remove the -des3
option
NewerOlder