quinta-feira, 22 de junho de 2023

How to Enable KVM Kernel Module on Raspberry Pi OS?

0 comentários
Fontes:How to Enable KVM Kernel Module on Raspberry Pi OS? (linuxhint.com)How to configure network bridge for KVM virtual machines in Linux (bobcares.com)The KVM, or Kernel Virtual Machine, is the virtualization solution for Linux. It is a Linux kernel module that allows the Linux kernel to act as a hypervisor program like VMware ESXi or VSphere.Earlier it was impossible to get KVM running on the Raspberry Pi using the Raspberry Pi OS (also known ...
Continue reading →
quarta-feira, 14 de junho de 2023

Servidor WEB NGINX + PHP 8.2 + PostgreSQL +Let’s Encrypt Debian 12 Bookworm (LNP)

0 comentários
 Fonte: https://blog.remontti.com.br/7413123456789101112131415161718server {    listen 80;    listen [::]:80;     root /var/www/html;    index index.php index.html index.htm;     server_name _;     location / {        try_files $uri $uri/ =404;    }     location ...
Continue reading →