https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#_install_proxmox_ve_on_debian
https://linustechtips.com/topic/1083818-a-beginners-guide-to-proxmox
https://pve.proxmox.com/wiki/Unprivileged_LXC_containers
| .tooltipped[aria-label*="review approval"] { | |
| background-color: green !important; | |
| color: white !important; | |
| padding-left: 5px; | |
| padding-right: 5px; | |
| padding-top: 3px; | |
| padding-bottom: 3px; | |
| border-radius: 5px; | |
| } |
| .tooltipped[aria-label*="review approval"] { | |
| background-color:green !important; | |
| color: white !important; | |
| padding-left: 5px; | |
| padding-right: 5px; | |
| padding-top: 3px; | |
| padding-bottom: 3px; | |
| border-radius: 5px; | |
| } |
| Import-Module posh-git | |
| Import-Module TabExpansionPlusPlus | |
| Import-Module NPMTabCompletion | |
| # Set up a simple prompt, adding the git prompt parts inside git repos | |
| function global:prompt { | |
| $realLASTEXITCODE = $LASTEXITCODE | |
| Write-Host($pwd.ProviderPath) -nonewline -ForegroundColor green | |
| Write-VcsStatus | |
| $global:LASTEXITCODE = $realLASTEXITCODE |
CSS layouts https://flexbox.ninja/
| conky.config = { | |
| background = false, | |
| update_interval = 1.5, | |
| cpu_avg_samples = 2, | |
| net_avg_samples = 2, | |
| out_to_console = false, | |
| override_utf8_locale = true, | |
| double_buffer = true, | |
| no_buffers = true, | |
| text_buffer_size = 32768, |