PalWorld update version to latest

Updating the Palworld Server with new game server files, please follow these steps: First, open SteamCMD and run these commands: Type this code: login anonymous and hit Enter. After that, download the latest Palworld server files with this command: SteamCMD will download the files and validate all of them. After that, go to the PalworldServer\steamapps\common\PalServer file location …

Nginx proxy Jupyter on websocket

This nginx config file is fairly standard fare except for the two location blocks within the main section for HUB.DOMAIN.tld. To create a new site for jupyterhub in your Nginx config, make a new file in sites.enabled, e.g. /etc/nginx/sites.enabled/jupyterhub.conf: Please refer to page: https://jupyterhub.readthedocs.io/en/stable/howto/configuration/config-proxy.html

airflow config with OSX

Target are listed below: install airflow on OSX Follow the link to see the details of how to install airflow with constraints file. https://airflow.apache.org/docs/apache-airflow/stable/start.html Please consider the command which will install 2.6.2 on python 3.10 Run Airflow standalone: Change the airflow working database to mysql: Install mysql connector: Create airflow database on mysql: Edit the …

Python3 + Postgresql14 with brew

The over all setting should be listed below: Python3 + Postgresql14 + pgvector plugin Here are some links for installing and setting the ‘brew’ tool and Postgresql database. After installing the ‘brew’ tool and Postgresql database, 70% of the tasks should have been done. 🙂 -> How to install Brew on Ubuntu 20.04 LTS Linux; -> How …