A problem I have encountered every time I use a USB drive as a Startup Disk, is that their block size get changed, and even gparted reports that it can’t fix the that. The following command will fix that.
Let’s Encrypt is a great service that provide SSL Certificates free of charge. It intends to make more data transferred through the WWW secure.
Using Linux Containers (LXC) is a good way to host multiple applications in a single server with separation of resources and applications.
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.
LXCs don’t normally auto start when the host server starts. We have to manually configure them to auto start.
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.
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.
Want to host a Laravel application in a shared hosting server, but can’t figure out how to point the domain to the public directory?
Just installed Ubuntu, ran apt-get update and apt-get upgrade to encounter a “perl: warning: Setting locale failed.” error?