gitea-docker-LFS_CONTENT_PATH
vi /mnt/user/appdata/gitea/conf/app.ini
vi /mnt/user/appdata/gitea/conf/app.ini
Shutdown VM, Edit Settings/VM Options/Advanced/Configuration Parameters To make this GLOBAL: ssh to ESXi server
Create an account https://wandb.ai Install wandb python module Login with API Key Run test script
Working on AI-900-Fundamentals and wanted to test R script, but my self-hosted Jupyter notebook did not have working R kernel, as seen in below image. Steps taken to get R…
https://youtu.be/AinV4kD56eM https://youtu.be/DErtw8tbA2Y
"C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" [2023-03-12T04:42:36.234756100Z][com.docker.diagnose.exe][I] set path configuration to OnHost Please specify a command. USAGE: com.docker.diagnose.exe [options] COMMAND [options] Gather and upload diagnostics bundles for Docker Desktop. Commands: check login gather upload…
Install the SDK Install the .NET Desktop Runtime Install the ASP.NET Core Runtime Install the .NET Runtime Build On Windows: Run on Ubuntu
sudo vi /etc/vim/vimrc
While trying to generate a certificate for awx-operator using the following: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ansible-awx.pfs.lan.key -out ansible-awx.pfs.lan.crt -subj “/CN=ansible-awx.pfs.lan/O=ansible-awx.pfs.lan” -addext “subjectAltName = DNS:ansible-awx.pfs.lan” openssl…
sudo curl -L “https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose docker-compose –version