Шпаргалка с командами Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, | |
| "enable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "grafana", | |
| "uid": "-- Grafana --" | |
| }, | |
| "enable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ===== History Settings ===== | |
| HISTSIZE=5000 | |
| HISTFILE=~/.zsh_history | |
| SAVEHIST=$HISTSIZE | |
| HISTDUP=erase | |
| # Options for better history management | |
| setopt append_history share_history # share history across sessions | |
| setopt hist_ignore_space hist_ignore_all_dups hist_save_no_dups | |
| setopt hist_ignore_dups hist_find_no_dups |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/smithumble/starship-cockpit | |
| "$schema" = 'https://starship.rs/config-schema.json' | |
| add_newline = true | |
| command_timeout = 2000 | |
| format = """ | |
| $os\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ===== History Settings ===== | |
| HISTSIZE=5000 | |
| HISTFILE=~/.zsh_history | |
| SAVEHIST=$HISTSIZE | |
| HISTDUP=erase | |
| # Options for better history management | |
| setopt appendhistory sharehistory # share history across sessions | |
| setopt hist_ignore_space hist_ignore_all_dups hist_save_no_dups | |
| setopt hist_ignore_dups hist_find_no_dups |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Quick fix from here https://www.reddit.com/r/Ubuntu/comments/1ga9shh/audio_stuttering_issue_in_ubuntu_2410_virtual/ | |
| ############################################## | |
| # original rows from .vmx | |
| sound.autoDetect = "TRUE" | |
| sound.fileName = "-1" | |
| sound.present = "TRUE" | |
| sound.pciSlotNumber = "34" | |
| # added sound settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| ## PowerShell | |
| ### PowerShell User Profile | |
| # | |
| ### Constants | |
| $PROFILE_ROOT = $PROFILE | Split-Path | |
| $SSH_KEY_PATH = "$env:USERPROFILE\.ssh\id_ed25519.pub" | |
| $HOSTS_PATH = "$env:SystemRoot\System32\drivers\etc\hosts" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "$$hashKey": "object:2875", | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, |
Beelink GTR5 + Proxmox VE + Windows Guest using the Vega8 Graphics Card
- Current BIOS version: 5.19
- 1TB Kingston NVMe SSD (shipped with the device, used for system)
- 1TB Samsung 860 EVO 2.5" SATA SSD (bought additionally, for Windows 10)
- Installation images for Proxmox VE, Windows 10 (e.g. using Ventoy)
NewerOlder






