brain/04 Ressourcen/IT/Linux/Test CachyOS.md

93 lines
2.0 KiB
Markdown

[Windows zu Linux: Mein 5-Monitor C# Dev Setup](https://www.youtube.com/watch?v=iqjoo98VSF0)
## Festplattenverschlüsselung
nach der ersten Installation, LUKS-Verschlüsselung nicht immer eingeben zu müssen:
```
# Verschlüsselte Partition finden
lsblk -f
# systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+7 DEINE_PARTITION
systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+7 /dev/sdX
```
## Cachy Snapshots erstellen
[https://claude.ai/share/dd557f65-fa36-413d-9ac6-23f2317c0bfb](https://claude.ai/share/dd557f65-fa36-413d-9ac6-23f2317c0bfb)
```
sudo snapper -c root create --description "Frische Installation vor weiteren Paketen"
sudo snapper -c root list
```
## Sophos
Für künftige CachyOS-Installationen von Sophos also merken: `libselinux` muss vorab installiert sein — `sudo pacman -S libselinux` gehört in die Standardvorbereitung.
![[Pasted image 20260412165859.png]]
## Backup
### auf NAS
- neue Paketquelle synocommunity: [https://packages.synocommunity.com](https://packages.synocommunity.com)
- Borg installieren
### Pika-Backup einrichten
Pika Backup installiert
Adresse:
```
ssh://chk@10.40.0.134:2218/volume1/homes/chk/CachyBackup
```
Befehlszeilenerweiterung:
```
--remote-path=/volume1/@appstore/borgbackup/env/bin/borg --rsh=/home/d-chrka@internal.lan/.local/bin/ssh-borg
```
## Endpoint Central
```
sudo pacman -S lib32-glibc lib32-gcc-libs lib32-libx11 lib32-libxext
systemctl status dcservice
```
![[Pasted image 20260412165933.png]]
## Citrix
- alte Farm geht, neue nicht
## SAP-GUI
```
conn=/H/10.99.40.17/S/3200&clnt=100&user=chrka&lang=DE&systemName=KEP
```
## OneDrive
### rclode gui
```
rclone rcd --rc-web-gui
```
```
# Sync sofort auslösen
systemctl --user start rclone-onedrive.service
# Live-Log verfolgen
journalctl --user -u rclone-onedrive.service -f
# basline vergleich erstellen, wenn Sync mal nicht läuft
rclone bisync ~/OneDrive/cachyos_windows_share onedrive:cachyos_windows_share --resync --verbose --progress
```