Jupyter-R-Kernel
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…
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
sudo kubeadm certs check-expiration Reading configuration from the cluster... FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -o yaml' CERTIFICATE EXPIRES RESIDUAL TIME…
frank@kubemaster:~$ mkdir kubectl-convertfrank@kubemaster:~$ cd kubectl-convert/ curl -LO “https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert” curl -LO “https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert.sha256” echo “$(cat kubectl-convert.sha256) kubectl-convert” | sha256sum –check sudo install -o root -g root…
C:\Users\win10\Downloads\tower>ssh root@192.168.50.239 root@192.168.50.239's password: Activate the web console with: systemctl enable --now cockpit.socket Last login: Mon Mar 6 23:52:14 2023 from ::ffff:192.168.50.200 # pwd /root # mkdir ansible # cd…