Skip to content

Instantly share code, notes, and snippets.

@enqack
enqack / valheim_debian_server_setup.md
Created October 30, 2022 14:19 — forked from mmercedes/valheim_debian_server_setup.md
Guide for creating a dedicated valheim server on debian

recommened you do this from within tmux since the steamcmd utility creates its own repl

Install SteamCMD

taken from here

$ sudo useradd -m steam
$ sudo apt update && sudo apt-get install lib32gcc1 -y
$ sudo su - steam
$ mkdir ~/Steam && cd ~/Steam
$ curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
@enqack
enqack / thin.sh
Last active August 29, 2015 14:12 — forked from sbeam/thin.sh
#!/bin/bash
### BEGIN INIT INFO
# Provides: thin
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: S 0 1 6
# Short-Description: thin initscript
# Description: thin
### END INIT INFO
@enqack
enqack / rsync_slackware_mirror.sh
Created February 22, 2013 05:46 — forked from breakliu/rsync_slackware_mirror.sh
rsync slackware mirror as you like :)
#!/bin/bash
# Define a valid Slackware Linux Version.
# NOTE: If you want to use Slackware Linux Current,set VERSION to 'current' (VERSION=current).
VERSION=13.37
# Choose the faster one from the sites below and un-comment it.
SOURCE="rsync://rsync.slackware.at/slackware/slackware-$VERSION"
#SOURCE="rsync://ftp.ntua.gr/pub/linux/slackware/slackware-$VERSION"
#SOURCE="rsync://ftp.slackware.com/slackware/slackware-$VERSION"