New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 11:05, 26 October 2024PVE Node Rename Test (hist | edit) ‎[583 bytes]Tinker (talk | contribs) (Created page with "* <span style="color: rgb(0, 128, 128);" >service pve-cluster stop</span> * <span style="color: rgb(0, 128, 128);" >pmxcfs --local</span> * cp -r /etc/pve/nodes/BunnyToots/ /etc/pve/nodes/RabbitFarts * vi /etc/hosts /etc/hostname /etc/mailname /etc/postfix/main.cf /etc/pve/corosync.conf ** Change '''BunnyToots''' to '''RabbitFarts''' ** (Also, increment '''config_version''') * <span style="color: rgb(0, 128, 128);" >service pve-cluster stop</span> * <span style="color: r...")
  • 11:04, 26 October 2024Renaming a Node (hist | edit) ‎[3,040 bytes]Tinker (talk | contribs) (Created page with "[https://forum.proxmox.com/threads/changing-name-of-nodes-in-cluster.136623/#post-707583 Original Source] [[PVE Node Rename Test{{!}}Working? Sample]] Stopped all VMs [ Also Moved all important VM to another Node for my peace of mind] Actually... Just back them up. They're gonna bork anyhow... From the node terminal which I want to rename, I ran these and made changes for '''new_hostname''' * <span style="color: rgb(0, 128, 128);">cp -r /etc/pve /root/pve_backup</spa...")
  • 12:33, 28 September 2024PVE Backup Failure Issues (hist | edit) ‎[311 bytes]Tinker (talk | contribs) (Created page with "Problem: "Status: Stopped, Config locked (backup)" if it's a VM: * <code>qm unlock <vmid></code> * <code>qm start <vmid></code> if it's a LXC: * <code>pct unlock <vmid></code> * <code>pct start <vmid></code>")
  • 21:57, 21 September 2024Database - Python-Poetry (hist | edit) ‎[771 bytes]Guruofnothing (talk | contribs) (Created page with "Python-Poetry is a dependencies manager for Python * <code>curl -sSL https://install.python-poetry.org {{!}} python3 -</code><br>")
  • 17:18, 15 August 2024TFTP Serving (hist | edit) ‎[1,414 bytes]Tinker (talk | contribs) (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- --="" debian="" {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 11 (bullseye) {{!}} <br> {{!}}} = Reference Material = * TecMint: [https://www.tecmint.com/install-tftp-server-on-ubuntu-debian/ How to Install and Co...")
  • 14:08, 3 August 2024Building a Storage Server (hist | edit) ‎[7,401 bytes]Tinker (talk | contribs) (Created page with "{{{!}} class="wikitable" style="float: right; width: 322px;" border="2" {{!}}+ Proven on: {{!}}- --="" debian="" {{!}} style="text-align: center; width: 60px;" {{!}} [[File:Logo Debian.png{{!}}60px{{!}}link=https://www.debian.org/{{!}}center{{!}}middle{{!}}frameless]] {{!}} style="text-align: center; width: 40px;" {{!}} 12 (bookworm) {{!}} <br> {{!}}} We will be creating our storage server as an LXC under Proxmox with dedicated physical drives on the physical server....")
  • 15:26, 1 August 2024Installing Docker on a Debian-based system (hist | edit) ‎[1,086 bytes]Tinker (talk | contribs) (Created page with "Add Docker's official GPG key: * <code>sudo apt-get update</code> * <code>sudo apt-get install ca-certificates curl</code> * <code>sudo install -m 0755 -d /etc/apt/keyrings</code> * <code>sudo curl -fsSL <nowiki>https://download.docker.com/linux/debian/gpg</nowiki> -o /etc/apt/keyrings/docker.asc</code> * <code>sudo chmod a+r /etc/apt/keyrings/docker.asc</code> Add the repository to Apt sources: * <code>echo \</code> ** <code>"deb [arch=$(dpkg --print-architecture) signe...")