Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

74 total results found

Network - Homelab

Good Doctor ?

3D Printing - Homelab

test

Linux

Nixos

etckeeper

Desks

Replace it

Thermistor replacement

Proxmox

Fulfilling archives' destruction spreadsheet

Debian

Common

K8s

Plex

Docker composes

Networking

openldap

ldap

PRUSA

Thermistor replacement

PRUSA

Install

Proxmox

Ceph

Proxmox

Lvm

Proxmox

Nodes

Proxmox

Vm

Proxmox

Users management

Debian

Install

K8s

Plugins

Plex

Transcoding

Plex

Plex suite (server)

Docker composes

Plex suite (UI)

Docker composes

Gitea

Docker composes

SSH

Networking

NetworkManager

Networking

WPA_supplicant

Networking

fd

ldap

ipsec - strongswan

Networking

Install and setup

etckeeper

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

Desks

New Page

Replace it

https://help.prusa3d.com/guide/how-to-replace-a-hotend-thermistor-mk3s-mk3s_131675

MK3S+

Thermistor replacement PRUSA

PRUSA Manual Don't forget to run thermal calibration (and PID calibration to your wanted temperature(s)) after it !  

Default

Proxmox Install

Graphical option Just do it https://docs.napo280.ovh/link/1#bkmrk-page-title

Old screens (black screen issue)

Proxmox Install

use https://dev-pages.info/troubleshooting-proxmox-installation-issues-fixing-black-screen-problem/ to fix it

Remove

Proxmox Ceph

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

Proxmox Lvm

Delete it in proxmox web UI If ghost drive, go to your node's /etc/pve/storage.cfg file and edit it.

Rename

Proxmox Nodes

https://pve.proxmox.com/wiki/Renaming_a_PVE_node

Install

Proxmox Ceph

Use proxmox WebUI, no special options needed

Pool setup

Proxmox Ceph

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

Proxmox 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

Fulfilling archives' destruction spread...

Resize vm disk

Proxmox Vm

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

Proxmox Vm

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

Common

userdel -r <username> -r delete users repertory and mail spool

Master nodes

K8s Install

for now following these : https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/

New Page

K8s Install

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

Plex Transcoding

https://www.reddit.com/r/PleX/comments/hycu6f/optimization_what_is_the_point_of_optimizing_in/

SSH setup

Proxmox Vm

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