This commit is contained in:
JMARyA 2023-12-22 00:39:15 +01:00
parent 95cdf40e4c
commit 5ed8bcb4b3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 3 additions and 2 deletions
technology/applications
SSH.md
package managers

View file

@ -83,6 +83,7 @@ Host myserver
Hostname server-address
Port port
IdentityFile ~/.ssh/id_rsa
User you
ProxyJump host
ProxyCommand corkscrew <proxy-host> <proxy-port> %h %p # HTTP Proxy
```

View file

@ -20,7 +20,7 @@ Runtimes are collections of libraries and services that applications can use. Fl
A Flatpak ref is a specific version of a runtime or an application. It is identified by a unique hash, allowing multiple versions to coexist on a system.
## Usage
#refactor
#refactor #notnow
```shell
flatpak install <app> # Install applications
flatpak update # Update applications