vault backup: 2026-02-15 16:07:01

This commit is contained in:
2026-02-15 16:07:01 +01:00
parent dfd82d7199
commit d7d9c83e4f
2 changed files with 24 additions and 7 deletions
+13 -3
View File
@@ -3,17 +3,27 @@ tags:
- IT/Development/Rust
---
## Install rustup
### Link
- https://rust-lang.org/tools/install/
### Linux
```
curl https://sh.rustup.rs -sSf | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
### Windows
- Download and execute rustup installer from [[rust#Link]]
## Update
```
rustup update
```
## Uninstall
```
rustup self uninstall
```
## Links
- https://www.rust-lang.org/tools/install
+11 -4
View File
@@ -1,7 +1,9 @@
---
id: tmux
aliases: []
tags: []
aliases:
- psmux
tags:
- IT/Tools/Terminal
- IT/Tools/Shell
---
@@ -9,6 +11,11 @@ tags: []
- https://github.com/tmux/tmux/wiki/Installing
- https://github.com/nelsonenzo/tmux-appimage/releases
- https://github.com/marlocarlo/psmux/releases
```powershell
irm https://raw.githubusercontent.com/marlocarlo/psmux/master/scripts/install.ps1 | iex
```
### Plugins
- https://github.com/thewtex/tmux-mem-cpu-load
@@ -44,5 +51,5 @@ tags: []
- https://tmuxcheatsheet.com/
- https://builtin.com/articles/tmux-config
- [Tmux Config: A Guide | Built In](https://builtin.com/articles/tmux-config)
-
- https://github.com/marlocarlo/psmux