Git Product home page Git Product logo

archlinux_lxc's Introduction

About this repository

  1. The "archlinux" subfolder contains the archlinux_initial_config.sh that will get your new Arch Linux LXC ready to be used for whatever purpose you like.
    You should run this script everytime you created a new Arch Linux LXC.

  2. Each subfolder contains an indiviual README.md file explaining how to install and configure certain services.

  3. ⚠️ Watch out for scripts and commands that need to be run as non-root user! ⚠️




⚠️ Troubleshooting ⚠️

  1. If you haven't updated your Arch Linux (LXC) in a while you will likely get some of the errors below when using any of my scripts.

    To fix them you will have to do what is shown in the following links or use my all-in-one command below.
    https://wiki.archlinux.org/title/Pacman/Package_signing#Resetting_all_the_keys
    https://wiki.archlinux.org/title/Pacman/Package_signing#Upgrade_system_regularly

    rm -rf /etc/pacman.d/gnupg && pacman-key --init && pacman-key --populate archlinux && pacman -Sy --noconfirm archlinux-keyring && pacman -Su --noconfirm && if pacman -Qtdq >/dev/null; then pacman -Rns --noconfirm $(pacman -Qtdq); fi && yes | pacman -Scc && reboot
    



Things to know about Arch Linux LXCs on Proxmox

  1. Arch Linux LXCs need to have nesting=enabled in order for networking to function properly.

  2. Partial system / package updates are not supported (not advisable) on Arch Linux.
    Because of that my scripts always perform a full LXC system upgrade while installing new packages.
    https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported




Disclaimer

!!! Make a backup of your LXC before running any of my scripts or commands in it. !!!

These scripts are only tested to be working on a freshly made Arch Linux LXC running on Proxmox.
Even though I tested these scripts to be working well on my system they can still misbehave on your system.
I take no responsibility at all for anything that happens to your system or your data.

archlinux_lxc's People

Contributors

thehellsite avatar m0n4 avatar micwoj92 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.