dual purpose linux stuff
Find a file
2026-02-18 15:26:23 -08:00
etc oopsie 2026-01-05 12:41:11 -08:00
home/dick don't now where I saw this exercise 2026-02-18 15:26:23 -08:00
usr moved 2026-02-16 10:17:15 -08:00
var/lib/AccountsService/icons oopsie 2026-01-05 12:41:11 -08:00
package.list oopsie 2026-01-05 12:41:11 -08:00
README.md correct title 2026-01-14 13:53:18 -08:00

YouTube
Steam
Forgejo

dplinux

after installing mpd run
systemctl --user enable --now mpd.service

do not use sudo

this is for me - you should probably go by the original

git clone https://github.com/UZDoom/UZDoom.git

# prepare

mkdir -p UZDoom/build

cd UZDoom

cmake                                \
  -DCMAKE_BUILD_TYPE=RelWithDebInfo  \
  -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
  -G Ninja                           \
  ..

# build

cmake --build build
sudo cmake --install build
sudo cp $HOME/dplinux/usr/share/applications/UZDoom.desktop /usr/share/applications/
sudo cp $HOME/dplinux/usr/share/pixmaps/uzdoom.png /usr/share/pixmaps/

#dick