I just want something as a proof of concept that this can be for me. I am aware I am the problem.
But everything is wildly difficult for me. I pulled back from docker after realising it was above my skillset, I just want to try home assisstant with a few lights but fair enough it is beyond me.
I opted to install a game, fail. Learn about wine and bottles. Start a bottle and get told I only have 8gb free in directory, I cannot for the life of me see where it is getting that from.
Please god someone tell me there is a step by step for the fucking imbeciles out there on where to start!?
so just to be clear:
These are all the same thing?
For the most part yes!
There is a difference between
/bin/sh
(Bourne Shell) and/bin/bash
(Unix Shell), the Bourne shell is still used on more light-weight distro’s like Apache whereas BASH is more feature rich and larger which you use on the more heavier distributions.There is Zsh which is an extension of the Bourne Shell.
Fun fact; Your system may fallback to
/bin/sh
if it cannot boot properly or is unable to run/bin/bash
.