-
Enabling Bash Autocompletion in LXCs
Bash autocompletion is disabled inside LXCs by default. This is how to enable it.
-
Hosting Multiple Applications in a Server, with Linux Containers (LXC)
Using Linux Containers (LXC) is a good way to host multiple applications in a single server with separation of resources and applications.
-
Set up SSH Access into LXCs
By default, it’s not possible to SSH into LXCs from outside, but we can accomplish that by setting up a SSH server in LXC and some port forwarding magic.
-
How to Auto Start LXCs when Host Starts
LXCs don’t normally auto start when the host server starts. We have to manually configure them to auto start.
-
How to Point a Domain to LXC using NGINX in Host
If you have a website or a web application in a LXC, you need a way to let people access it. We can do it by assigning a domain to the LXC.
-
Assign Static Internal IP Addresses to LXC
LXC assigns random internal IP addresses to Containers by default. But it can be hard to refer to them that way. A good practice is to set static IPs.
-
How to Create Linux Containers in Ubuntu
Here’s how to do it: