Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pub:brick [2025/10/17 10:53] – fa | pub:brick [2025/10/18 11:30] (current) – fa | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| < | < | ||
| + | archinstall / LVM on LUKS | ||
| + | |||
| + | echo brick > / | ||
| + | |||
| + | ``` | ||
| + | # / | ||
| + | |||
| + | [Match] | ||
| + | Name=eno1 | ||
| + | |||
| + | [Network] | ||
| + | DHCP=no | ||
| + | Address=192.168.xx.xx/ | ||
| + | Gateway=192.168.xx.1 | ||
| + | DNS=9.9.9.9 | ||
| + | |||
| + | ``` | ||
| + | |||
| # Basic setup | # Basic setup | ||
| - | pacman -S zsh htop powertop tmux git colordiff wget openssh neovim | + | ``` |
| - | pacman -S sway foot wlr-randr fuzzel | + | pacman -S zsh htop powertop tmux git colordiff wget openssh neovim |
| - | pacman -S i3 keepassxc xorg-xrandr dmenu | + | pacman -S podman podman-compose podman-docker |
| + | pacman -S xfce4 keepassxc xorg-xrandr dmenu | ||
| + | |||
| + | # pacman -S sway foot wlr-randr fuzzel | ||
| systemctl enable sshd | systemctl enable sshd | ||
| systemctl start sshd | systemctl start sshd | ||
| + | ``` | ||
| Line 24: | Line 45: | ||
| ``` | ``` | ||
| - | / | + | # / |
| [Sleep] | [Sleep] | ||
| # Disable suspend | # Disable suspend | ||
| Line 40: | Line 62: | ||
| cd xrdp | cd xrdp | ||
| makepkg | makepkg | ||
| - | sudo pacman -U xrdp.... | + | sudo pacman -U xrdp... |
| cd .. | cd .. | ||
| Line 46: | Line 68: | ||
| cd xorgxrdp | cd xorgxrdp | ||
| makepkg | makepkg | ||
| - | sudo pacman -U xorgxrdp.... | + | sudo pacman -U xorgxrdp... |
| ``` | ``` | ||
| Line 61: | Line 83: | ||
| export XDG_SESSION_TYPE=x11 | export XDG_SESSION_TYPE=x11 | ||
| export GDK_BACKEND=x11 | export GDK_BACKEND=x11 | ||
| - | exec i3 | + | exec xfce4-session |
| ``` | ``` | ||