pub:brick

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pub:brick [2025/10/17 10:53] fapub:brick [2025/10/18 11:30] (current) fa
Line 10: Line 10:
  
 <file> <file>
 +archinstall / LVM on LUKS
 +
 +echo brick > /etc/hostname
 +
 +```
 +# /etc/systemd/network/20-ethernet.network
 +
 +[Match]
 +Name=eno1
 +
 +[Network]
 +DHCP=no
 +Address=192.168.xx.xx/24
 +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 ripgrep tig jq 
-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:
  
 ``` ```
-/etc/systemd/sleep.conf.d/sleep.conf+/etc/systemd/sleep.conf.d/sleep.conf 
 [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
 ``` ```
  
  • pub/brick.1760698396.txt.gz
  • Last modified: 2025/10/17 10:53
  • by fa