You can of course do it this way too, it's just extra typing:
docker container stop $(docker container ls -qf name=snikket)
You can of course do it this way too, it's just extra typing:
docker container stop $(docker container ls -qf name=snikket)
Yes,
systemctl start [servicename]
But I wanted to see what I have stopped and not started again
Only if you know what the [service] is. In my case, I'm prone to forgetting so this way I can see what should be running but isn't
Yeah now I stand a better chance of recovering files if something catastrophic happens
True, now you have the power to find your files manually!
We don't, it's a psy-op.
And a poetry button.
I can't believe this hasn't happened yet
I would be so keen on that!
Reminds me of Arx Fatalis. I think it's the only game I've seen where casting spells requires you to trace a rune in the air instead of pressing the cast button.
Any type of game (sandbox, RTS, etc) where the landscape changes dynamically.
All games are either player vs player or player vs mobs or player vs game-mechanics-that-affect-your-stats. But I have never played a game where I have to consider a river overflowing and destroying a village, or an avalanche, or earthquakes.
Even when there are environmental hazards, the base map never changes. Rivers never change their course, islands don't appear or disappear, oceans don't dry up, dams don't burst, quarries aren't excavated.
The world and nature are always dead and static.
Edit:
Actually, Dwarf Fortress does tick those boxes quite often.
Tried a different way:
filefrag -v testfile
Filesystem type is: ef53
File size of testfile is 6 (1 block of 4096 bytes)
ext: logical_offset: physical_offset: length: expected: flags:
0: 0.. 0: 4660742.. 4660742: 1: last,eof
Went to offset 4660742 in wxhexeditor, but still when I copy out the hex and convert to ascii, it's nonsense
Cool, didn't know that!
Just tested, so you have to cd to the directory with the docker-compose.yml file in it first