VIM
Basics
| Functionality | Keys |
|---|---|
| dd | Delete one line |
Delete a block of lines
Go to the starting line and type ma (mark "a"). Then go to the last line and enter d'a (delete to mark "a").
| Functionality | Keys |
|---|---|
| dd | Delete one line |
Go to the starting line and type ma (mark "a"). Then go to the last line and enter d'a (delete to mark "a").
I've typically connected to my servers via a WSL container in Windows. I wanted a cleaner way of getting to my machines without having to first install WSL and a Linux distribution. Here are the steps I took to set it up. To connect from Windows to Linux
I was greeted with the above screen after I had updated my computer. After much searching (and help from a friend), I was able to solve the issue. Immediate Workaround The first thing I needed to do was to get back into my computer. To do that, here are the
I use Immich as my photo server and storing files on a virtual drive is not a scalable solution. In order to get around that, I mount a USB drive to the VM to store the images. The first thing you have to do is to first identify what drives
There is a known issue where you aren't able to connect to a local IP address on Linux with Tailscale when using theĀ --accept-routesĀ flag. When you enable this flag, Tailscale's routing configuration can interfere with local network connectivity. What's happening When you use