Lateo.net - Flux RSS en pagaille (pour en ajouter : @ moi)

🔒
❌ À propos de FreshRSS
Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hiernixCraft

How do I list lxc snapshots for LXD on Linux?

Par : Vivek Gite
See all GNU/Linux related FAQ

I explained a long time ago how to take LXD instance snapshots using the lxc command. Today I will talk about how to list lxc snapshots and automatically purge those snapshots from LXD to free up disk space on Linux operating systems.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How do I list lxc snapshots for LXD on Linux? appeared first on nixCraft.

Linux Filesystem Error: Transaction failed when using LXD

Par : Vivek Gite
See all LXD related Howtos/Tutorials

I am a big fan of LXD, a next-generation Linux system container manager and default on Ubuntu. It allows me to run desktop apps or server apps in an isolated environment. Ubuntu provides LXD with robust security in mind. However, this might lead to undesired side effects, such as individual packages under OpenSUSE or CentOS Linux may not be updated. One such package is the filesystem package. Let us see how to fix Error: Transaction failed when you try to update filesystem package under CentOS, OpenSUSE, and other Linux containers running under LXD.

The post Linux Filesystem Error: Transaction failed when using LXD appeared first on nixCraft.

How To check LXD container BTRFS disk usage on Linux

Par : Vivek Gite
Here is a quick and dirty shell script I put to check LXD container size and how much space they are taking on the BTRFS subvolume. Naturally, you must run the script as a root user, and LXD must be configured with BTRFS storage backend on Linux operating systems. See how to set up and install LXD on Ubuntu 20.04 LTS using the apt command

How to delete container with lxc (LXD) command on Linux

Par : Vivek Gite

Want to delete LXD based container with lxc command on Linux? Try these simple tips. To delete LXD instances/container and snapshots, we use the lxc delete command. However, the container/instance must be stopped, and all snapshots must be removed before removing the Linux container with the lxc command.

The post How to delete container with lxc (LXD) command on Linux appeared first on nixCraft.

How to disable firewall and NAT rules on the LXD bridge

Par : Vivek Gite

I followed your Ubuntu LXD tutorial, and I noticed LXD automatically created firewall and NAT rules. Is there any way to disable this feature? I want to manage a firewall using custom rule sets. How can I disable firewall and NAT rules on the LXD bridge under Linux?

The post How to disable firewall and NAT rules on the LXD bridge appeared first on nixCraft.

How to backup and restore LXD containers

Par : Vivek Gite

LXD backup and restore
Now that I set up an LXD container, how do I backup and restore LXD containers running on Ubuntu/Debian or Fedora/CentOS Linux server?

The post How to backup and restore LXD containers appeared first on nixCraft.

Install LXD on Ubuntu 20.04 LTS using apt

Par : Vivek Gite

How can I install LXD pure-container hypervisor on Ubuntu 20.04 LTS Linux to runs unmodified Debian/Ubuntu/CentOS/Fedora/Arch Linux operating systems at incredible speed? How do I set up and use LXD on the Ubuntu Linux server? How do I install LXD on Ubuntu cloud server?

The post Install LXD on Ubuntu 20.04 LTS using apt appeared first on nixCraft.

How to Set Up and Use LXD on CentOS 8.x / RHEL 8.x

Par : Vivek Gite

LXD is a next generation system container manager. It offers a user experience similar to virtual machines but using Linux containers instead. It's image based with pre-made images available for a wide number of Linux distributions. How do I set up and install LXD on a CentOS 8.x or RHEL 8.x server?

The post How to Set Up and Use LXD on CentOS 8.x / RHEL 8.x appeared first on nixCraft.

How to add or mount directory in LXD (Linux container)

Par : Vivek Gite

I have two LXD containers running. One is for Nginx, and another is for processing data. I need to share data between two containers. How do I add or mount a shared directory between two?

The post How to add or mount directory in LXD (Linux container) appeared first on nixCraft.

How to create snapshots with lxc command for LXD

Par : Vivek Gite

I need to save the state of my existing app running on LXD before I push new Python-based app. How do I create snapshots with lxc command for LXD based Linux container?

The post How to create snapshots with lxc command for LXD appeared first on nixCraft.

How to update LXD container Ubuntu image from 16.04 to 18.04

Par : Vivek Gite

I run my app inside Ubuntu Linux 16.04 LTS lxd Linux container. To upgrade Ubuntu 16.04 to 18.04 LTS container, I run do-release-upgrade command, but I am getting the error message that read as "Must be connected to a terminal." How do I fix this problem to upgrade from Ubuntu Linux 16.04 to 18.04 image?

The post How to update LXD container Ubuntu image from 16.04 to 18.04 appeared first on nixCraft.

❌