Inshellisense is teaching me a lot. :) It's an autocompleter.
https://github.com/microsoft/inshellisense
Also, Atuin for history.
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Inshellisense is teaching me a lot. :) It's an autocompleter.
https://github.com/microsoft/inshellisense
Also, Atuin for history.
watch -g
-g
is not documented, what does it do?
Note: this made me discover topless (SFW) and its Caveat section.
-g, --chgexit Exit when the output of command changes
+1 to caddy. There are some services that set safe headers following the recommendations outlined by Mozilla but others don't control headers as strictly. Caddy is the only web server that I found that supports loose default header values. These values will be selected unless the upstream application specifies their own values.
You can do something similar in nginx but it requires playing with maps and has a little more indirection than I'd like.
Just wish caddy was capable of starting as root and stepping down permissions like Nginx. I have certs being managed by other tools and have to make sure they are installed and chowned for caddy's use when they are cycled.
On the subject of editors, joe
is just awesome: lightweight, powerful, had coffee coloring and line numbers, and you can choose it with Ctrl+C:)