Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Linux games

sudo snap install xonotic
# frozen-bubble
sudo apt-get -y install frozen-bubble

Links
https://tools.w3cub.com/g2048

Diablo

Install from snap
https://snapcraft.io/devilutionx

sudo snap install devilutionx
wget http://cdn.pvpgn.pro/diablo1/DIABDAT.MPQ

ReadMe
https://archive.org/details/Diablo_1996_Blizzard

Download Diablo ISO

wget https://ia601007.us.archive.org/8/items/Diablo_1996_Blizzard/Diablo%20%281996%29%28Blizzard%29.iso

Mount ISO

sudo mount ~/Downloads/iso/Diablo\ \(1996\)\(Blizzard\).iso /mnt/
wine /mnt/setup.exe
Install and paly Diablo
C:\Diablo
killall diablo.exe
xrandr --output LVDS-1 --mode 1600x900

# copy diablo data into installation directory
cp /mnt/diabdat.mpq ~/.wine/drive_c/Diablo

Tchernobog

#https://mod.diablo.noktis.pl/
#https://lutris.net/games/install/14053/view

# https://mod.diablo.noktis.pl/download

wget https://github.com/qndel/tchernobog_versions/releases/download/0.2.0e/Release0.2.0e.zip -P ~/Downloads/
wget https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Diablo/Tchernobog_plus.7z -P ~/Downloads/

cd ~/.wine/drive_c/Diablo/

unzip ~/Downloads/Release0.2.0e.zip
7z e ~/Downloads/Tchernobog_plus.7z
wine Tchernobog.exe

Diablo Hellfire mod / The Hell 2

# https://ams4.dl.dbolical.com/dl/2018/10/24/TH2_v0.8016.rar?st=O2eP2dwewyiksy22SLTwtw==&e=1551019067
cd ~/.wine/drive_c/Diablo/
unrar /tmp/TH2_v0.8016.rar
chmod +x TH2.exe
wine TH2.exe

Install audio

wget http://openal.org/downloads/oalinst.zip -O /tmp/oalinst.zip
unzip -d /tmp/ /tmp/oalinst.zip 
wine /tmp/oalinst.exe

Install video

Lakka (Retro game emulation distribution)

# download and create installation usb disc

#URL=http://mirror.lakka.tv/nightly/Generic.x86_64/Lakka-Generic.x86_64-devel-20161221183017-r21729-g274b40f.img.gz

URL=http://le.builds.lakka.tv/Generic.i386/Lakka-Generic.i386-2.2.img.gz
DEV=/dev/sdb
wget ${URL} -q -O - | gunzip | sudo dd of=${DEV}
# fix slow menu

Second Icon > Menu > Menu Shader Pipeline > Off

# gamepad

http://www.lakka.tv/doc/Input-settings/
http://www.lakka.tv/doc/Contributing-your-joypad-config/

# links

http://www.lakka.tv/get/linux/generic/
https://emulator.games/roms/
https://www.loveroms.com/
http://html5gamepad.com/ - HTML5 Gamepad Tester

Install OpenRA (Command & Conquer Red Alert) under Ubuntu

Install openRA with snap

sudo snap install openra

Install original videos for C&C
https://github.com/OpenRA/OpenRA/wiki/Game-Content
https://cncnz.com/features/freeware-classic-command-conquer-games/

sudo snap connect openra:removable-media

sudo apt install unrar

sudo mkdir /media/openra

# C&C
wget https://files.cncnz.com/cc1_tiberian_dawn/full_game/GDI95.zip -q -P /tmp
wget https://files.cncnz.com/cc1_tiberian_dawn/full_game/NOD95.zip -q -P /tmp
wget https://files.cncnz.com/cc1_tiberian_dawn/full_game/CovertOps_ISO.zip -q -P /tmp

unzip /tmp/GDI95.zip -d /tmp/
unzip /tmp/NOD95.zip -d /tmp/
unzip /tmp/CovertOps_ISO.zip -d /tmp/

sudo mount /tmp/GDI95.iso /media/openra

openra.cnc

# Manage Content > Detect Disc or Installation > Select content > Continue

sudo umount /media/openra
sudo mount /tmp/NOD95.iso /media/openra

# Detect Disc or Installation > Select content > Continue

sudo umount /media/openra
sudo mount /tmp/covert.iso /media/openra

# Detect Disc or Installation > Select content > Continue

sudo umount /media/openra

Install original videos for RedAlert

wget https://files.cncnz.com/red_alert/full_game/RedAlert1_AlliedDisc.rar -qP /tmp/
wget https://files.cncnz.com/red_alert/full_game/RedAlert1_SovietDisc.rar -qP /tmp/

unrar x /tmp/RedAlert1_AlliedDisc.rar /tmp/
unrar x /tmp/RedAlert1_SovietDisc.rar /tmp/

sudo mount  /tmp/RedAlert1_AlliedDisc/RedAlert1_AlliedDisc/CD1_ALLIED_DISC.ISO /media/openra

opnera.ra
Manage Content > Detect Disc or Installation

sudo umount /media/openra
sudo mount  /tmp/RedAlert1_SovietDisc/RedAlert1_SovietDisc/CD2_SOVIET_DISC.ISO /media/openra

Retry

sudo umount /media/openra

rm -r /media/openra
rm -r /tmp/RedAlert1_*

Check for latest version
https://snapcraft.io/openra

Install OpenTTD (Transport Tycoon Deluxe) under Ubuntu

Homepage
https://www.openttd.org/

Install from snap
https://snapcraft.io/install/openttd/ubuntu

sudo snap install openttd

Install from APT package
http://www.openttd.org/en/download-stable
[embed_url: https://raw.githubusercontent.com/panticz/installit/master/install.openttd.sh]

Install newest Version
wget https://raw.githubusercontent.com/panticz/installit/master/install.openttd.sh -O - | bash -s -- -n

Notes

# sudo apt-get install -y libsdl1.2debian

# pre configure
debconf-set-selections <<\EOF
openttd openttd/datafiles select
EOF

# install openttd
sudo apt-get install -y openttd timidity
wget http://www.tt-ms.de/downloads/ttdwin302011.rar -P /tmp
mkdir /tmp/ttd
unrar x /tmp/ttdwin302011.rar /tmp/ttd

# copy data
sudo cp /tmp/ttd/*.grf /tmp/ttd/*.cat /usr/share/games/openttd/data
sudo cp /tmp/ttd/gm/* /usr/share/games/openttd/gm

# clean up
rm /tmp/ttdwin302011.rar
rm -r /tmp/ttd

Links
http://wiki.ubuntuusers.de/Spiele/OpenTTD
http://www.tt-ms.de/downloads/

game
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung