Arch/NVIDIA/Wayland/VAAPI
TL;DR => try:
export LIBVA_DRIVER_NAME=""Host Open WebUI on your VPS and connect it to your PC to use local LLMs.
As an alterantive to Open WebUI you can consider Kurczak, which is simplified, lightweight UI for Ollama I've made.
+ --------------------- + + ---------------- +
| Ollama API (PC) | <==== WireGuard VPN tunnel =====> | Open WebUI (VPS) |
| http://10.0.0.2:11434 | 10.0.0.0/24 | 10.0.0.1 |
Modern(er) version of https://infosec.mozilla.org/guidelines/openssh configuration, including post-quantum algorithms.
Example usage:
./sshd_hardening.sh | tee /etc/ssh/sshd_config.d/sshd_hardening.conf
rc-service sshd restart || service sshd restart || systemctl restart sshdCheck the current runtime sshd config to make sure that the hardening is effective:
Using the Rescue environment, we can mount or partition the VM disk.
Let's say the VM disk is "/dev/vda". It's recommended to wipe the disk before continuing with wipefs -a /dev/vda
Rescue environments usually have limited disk space, so we copy the disk image via SSH
and use dd to directly write it to the VM disk.
The cloud image doesn't have a password set by default, which prevents us from logging in. Therefore, we must first prepare the image by mounting it locally and setting a password inside chroot.
All you need to know in one place.
Table of contents:
TL;DR: This extension for Chrome and Brave is malicious, do not use it.
(Update) A follow up story by Wladimir Palant: https://palant.info/2024/10/30/the-karma-connection-in-chrome-web-store/
(Update 2024-11-11) The extension has been removed from CWS and marked as violating Chrome Web Store policies (which is good, but odd, as it should be marked as malware)
This setup allows restrictive chmods, which prevents users for reading the conents of each others directories and provides a layer of security against reading raw PHP code in case of FPM failure. You can set chmod 600 for all .php files and chmod 640/710 for any other static files/dirs.
certbot certonly -d example.com
useradd -m -d /home/example -s /bin/bash example
usermod -a -G nginx example
su - example -c "mkdir ~/www"
chmod 710 /home/example
chmod 710 /home/example/www
su - example -c "echo '' > ~/www/index.php"OS Setup: Linux (any), Postfix as a forwarder
Depends on: nodejs + AuroPick/epic-free-games
It's best to run cron once every 2-3 days, so as not to miss the release time window. The script compares with the last run to avoid sending duplicate emails.