brew services start colima
. You can skip the following work-around.
- Create an executable script to run in foreground and manage colima:
cat <<-EOF | sudo tee /usr/local/bin/colima-start-fg
#!/bin/bash
brew services start colima
. You can skip the following work-around.
cat <<-EOF | sudo tee /usr/local/bin/colima-start-fg
#!/bin/bash
Instructions for enabling dark theme (almost) everywhere on ElementaryOS
/usr/share/dbus-1/interfaces/io.elementary.pantheon.AccountsService.xml
with this file.<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
with <annotation name="org.freedesktop.Accounts.DefaultValue" value="1"/>
under PreferColorScheme section.Instructions for running Debian sid with systemd on WSL2
ver
)In Kubernetes, controllers are control loops that watch the state of your cluster, then make or request changes where needed. Each controller tries to move the current cluster state closer to the desired state
Kubernetes provides the following controllers:
Tips for running a single-node Kubernetes cluster on WSL2 with Podman
Edit /etc/containers/containers.conf
:
cgroup_manager
to cgroupfs
events_logger
to file
tar xf photon-*.ova
minikube ssh
)GatewayPorts
option is set to yes
in /etc/ssh/sshd_config
(and restart the SSH server if necessary)ssh -i