News

Linux. Run your package manager and install Apache. I run Arch, so here was what I input: sudo pacman -S apache; Run the service. sudo rc.d start apache; Visit 192.168.1.1 to see the Apache test page.
Running a custom Linux image on Distrobox. Aside from Fedora 39, it’s possible to run other OCI-compatible Linux distro inside Distrobox, for example, Arch Linux. To install a custom Linux distro, run ...
Once you’ve got DNS and your web server configured, you need to tell your router at home to accept traffic on ports 80 and 443 (the ports for http and https traffic) and route them to your Linux ...
I am going to demonstrate how to make this work using Ubuntu Server 18.04, so you’ll need an instance of Linux up and running as well as a user with sudo privileges.
For open-source Web servers, the most popular stack of software is the Apache server, MySQL database, and PHP scripting language. Drawing from their initials, implementations of this on Windows ...
Bash on WSL is intended for running command-line programs that developers might need, but it's possible to run graphical Linux desktop programs on Windows using the Bash shell. To be more precise, you ...