While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- EA Javelin Anticheat job listing mentions future support for Linux and Proton
- Sony PlayStation reportedly moving away from PC ports
- > See more over 30 days here
Recently Updated
- Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
..Decent and easily readable Documentation is always nice to have..
..Optimizing and 'minifying' stuffs is always good!
..CAN YOU DO STUFF TO BUILD MULTIARCHTECTUREs ON ALPINE LINUX, BUSYBOX OR [TOYBOX](http://www.landley.net/toybox/)?? love that!! :wub:
..Could you script a tool to convert a Dockerfile/Docker image into a VirtualBox "*.OCI" image?
..Are you a wizard at [dialog](https://invisible-island.net/dialog/dialog.html#documentation) or (n/not)[curses](https://docs.python.org/3/howto/curses.html) scripting/programming?
..Do you stride lofty and lanky among [QEMU](https://www.qemu.org/docs/master/)s and [VirtualBox](https://www.virtualbox.org/manual/ch07.html)es? [Dosbox](https://www.dosbox.com/wiki/Connectivity)? [FreeDOS](http://wiki.freedos.org/wiki/index.php/Main_Page)?
..Are you chock full of ideas, however crazy and silly they may seem?
.. (insert stuffs about netcat, softether, nginx, netplay etc. etc.)
..do you do shit just for fun and giggles? 🍻
source code: https://bitbucket.org/duckhuntpr0/mountandbladeserver_docker
docker hub auto builds: https://hub.docker.com/repository/docker/duckhp/warbandviking
initial steam post: https://steamcommunity.com/sharedfiles/filedetails/?id=2180994411

^-- the tmux 'dashboard'
(INSERT FREEMIND MINDMAP HERE)
[url=https://youtu.be/6-78xjN418c]
[img]https://i.imgflip.com/49r8p4.jpg[/img][/url]
Skål! :woot:
Spoiler, click me
never happened..
Last edited by Duck Hunt-Pr0 on 31 Jul 2020 at 9:09 am UTC
(neither 'wineconsole --backend=user *' or 'wineconsole --backend=user *' appear to make any difference)
Last edited by Duck Hunt-Pr0 on 31 Jul 2020 at 2:04 am UTC
$ make -j$(( ($(nproc) / 3)+1 ))
#this will _always_ be 'make' with at least '-j1' or more (?) , depending on number of CPU cores
This is apparently how [Bash arithmetic](https://ryanstutorials.net/bash-scripting-tutorial/bash-arithmetic.php) is done, but it would nice to know if it could work in ANY shell.. SH in particular. But is there a better, more ultimate, way?
https://linux.die.net/man/1/nproc
https://ryanstutorials.net/bash-scripting-tutorial/bash-arithmetic.php
Last edited by Duck Hunt-Pr0 on 31 Jul 2020 at 9:14 am UTC