Advanced Search
Search Results
36 total results found
Install and setup
These commands install and initialize etckeeper : as sudo-user sudo apt-get -y install etckeeper sudo etckeeper init cd /etc sudo git checkout -b <branch name> sudo etckeeper init sudo git add . sudo etckeeper commit -m "Initial commit" sudo git gc ...
Target code scheme
New Page
https://help.prusa3d.com/guide/how-to-replace-a-hotend-thermistor-mk3s-mk3s_131675
MK3S+
PRUSA Manual Don't forget to run thermal calibration (and PID calibration to your wanted temperature(s)) after it !
Default
Graphical option Just do it https://docs.napo280.ovh/link/1#bkmrk-page-title
Old screens (black screen issue)
use https://dev-pages.info/troubleshooting-proxmox-installation-issues-fixing-black-screen-problem/ to fix it
Remove
systemctl stop ceph-mon.target systemctl stop ceph-mgr.target systemctl stop ceph-mds.target systemctl stop ceph-osd.target rm -rf /etc/systemd/system/ceph* killall -9 ceph-mon ceph-mgr ceph-mds rm -rf /var/lib/ceph/mon/ /var/lib/ceph/mgr/ /var/lib/cep...
Remove old drives
Delete it in proxmox web UI If ghost drive, go to your node's /etc/pve/storage.cfg file and edit it.
Rename
https://pve.proxmox.com/wiki/Renaming_a_PVE_node
Install
Use proxmox WebUI, no special options needed
Pool setup
Setup osds Create a pool, set min size to 2 ( min size and size are nb of hosts )After it was created, set it to 1. This is not recommended, but for now we only have 1 host operational ( and with enough storage )
Create a vm
Using proxmox webUI, don't forget to check Qemu agent.After having installed it EACH vm, don't forget to remove CD/DVD iso as it won't be used anymore, otherwise you'll get an error if you need to migrate your vm.
sop-001038
Resize vm disk
Resize disk in the vm's hardware tab using proxmox webUI Find disk's name (usually for us sda) launch parted parted /dev/sda use print to print the current partition table (replace sda with disk's name) resize your taget partition with resizepart <PART'...
Disable swap
If you have GParted open, close it. Its Swapoff feature does not appear to to be permanent. Open terminal and become root (su); if you have sudo enabled, you may also do for example sudo -i; see man sudo for all options): sudo -i (Or use sudo for each comma...
Delete an user
userdel -r <username> -r delete users repertory and mail spool
Master nodes
for now following these : https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
New Page
https://spacelift.io/blog/install-kubernetes IPADDR="192.168.1.41"NODENAME=$(hostname -s)POD_CIDR="192.168.0.0/24" sudo kubeadm init --apiserver-advertise-address=$IPADDR --apiserver-cert-extra-sans=$IPADDR --pod-network-cidr=$POD_CIDR --node-name $NODENAM...
New Page
https://www.reddit.com/r/PleX/comments/hycu6f/optimization_what_is_the_point_of_optimizing_in/
SSH setup
28 sudo vim /etc/ssh/sshd_config.d/disable_root_login.conf 29 /etc/init.d/ssh reload 30 sudo systemctl restart ssh sudo vim /etc/ssh/sshd_config.d/disable_root_login.confsudo systemctl restart sshd arthur_wambst@wingsBackup:~$ cat /etc/ssh/sshd...