Linux servers
Tutorials focused on configuring and managing Linux servers.
- Understanding file permissions in Unix / Linux based systems, and how to make files immutable.
- In this article I will explain how to enable a swapfile on small instances, and why it might be useful, even if you do have enough physical memory.
- How to determine an optimal value for pm.max_children and related php-fpm settings for your server and web applications.
- Tutorial showing how to configure a VirtualBox Guest VM with HOST-only and NAT adapter, while using the WWW folder from the HOST OS.
- You may have wondered what the /etc/php/8.0/conf.d/ directory is for in Debian and Ubuntu, and whether it is better to edit the conf.d files than editing php.ini directly; find out in this Tutorial.
- Hot to install the Apache HTTP server in Linux.
- How to configure a SMTP server with letsencrypt on an amazon EC2 instance.
- Changing the default charset for the Apache HTTP server may be done by changing either the v-host .conf files or the charset.conf file. If you do not have access to these files, you can try .htaccess instead. Find out how in this tutorial.
- How to have multiple public IPs with one AWS EC2 Instance
- How to easily block and unblock IPs in the UFW firewall.