Install docker on Ubuntu/Debian
| |

Install docker on Ubuntu/Debian

Docker is a popular platform for creating, deploying, and managing applications in containers. Containers provide a lightweight and portable way to package applications with their dependencies, making it easier to move them between environments and ensuring consistency across different platforms. Docker simplifies the process of building, shipping, and running applications, making it easier to develop, test, and deploy software in a fast and efficient way. It is widely used by developers, IT professionals, and organizations of all sizes to improve the efficiency, scalability, and portability of their applications.

Nginx ProxMox Proxy using Letsencrypt SSL cert
| |

Nginx ProxMox Proxy using Letsencrypt SSL cert

Why use a nginx proxmox proxy using letsencrypt ssl? 1st: why not? 2nd: Load balancing! Nginx is built to handle many concurrent connections at the same time from multitude of clients. This makes it ideal for being the point-of-contact for said clients. The server can pass requests to any number of backend servers to handle the…

Enable WebGL on Chrome or Firefox
| |

Enable WebGL on Chrome or Firefox

WebGL on Chrome Enable hardware acceleration : browse to chrome://settings/advanced scroll to the bottom and look for Use hardware acceleration when available make sure Use hardware acceleration when available is checked ✓ if it tells you to then click the relaunch button Check if webGL is enabled in Chrome Copy paste the following in your browser’s address bar chrome://gpu  Look…