Desktop? Can use the Networks GUI in the tray.
Ubuntu uses NetworkManager in 2025.
Refresh IP using NetworkManager:
nmcli connection show
- Copy UUID.
nmcli connection down <UUID>
nmcli connection up <UUID>
Desktop? Can use the Networks GUI in the tray.
Ubuntu uses NetworkManager in 2025.
Refresh IP using NetworkManager:
nmcli connection show
nmcli connection down <UUID>
nmcli connection up <UUID>
<html> | |
<head> | |
<title>iOS test</title> | |
</head> | |
<body> | |
<thing>Yo</thing> | |
<thing_test>Yo</thing_test> | |
<thing_-test>Yo</thing_-test> | |
<_thing_test>Yo</_thing_test> | |
<-thing_test>Yo</-thing_test> |
Many "languages" can get away without one, however, if your language has one of:
https://www.youtube.com/watch?v=sGzulYJnTCo
<html> | |
<head> | |
<script src="https://gnat.github.io/css-scope-inline/script.js"></script> | |
<script src="https://gnat.github.io/surreal/surreal.js"></script> | |
</head> | |
<body> | |
<style> | |
* { box-sizing: border-box; } | |
html, body { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } | |
body { font-family: system-ui, sans-serif; perspective: 1500px; background: linear-gradient(#666, #222); } |
Sublime in 2023 only has "Save on Build" not "Build on Save" built in.. use: https://github.com/alexnj/SublimeOnSaveBuild
{
<html> | |
<head> | |
<title>Inline real time stylus demo</title> | |
<script> | |
function stylus_to_css(string){ | |
var cursor=0 | |
// Remove excess indentation (dedent). | |
var indent='' | |
while (cursor < string.length) { |
/main
lets us have supporting files excluded from Caddy, Godot, etc with zero extra config!Use ideas you like, leave ideas you dislike. The intention is to be simple adaptable starting point.