Earlier quoted context omitted.
You are not supposed to "identify" anything on UNIX-like operating systems; that is what the file(1) command is for, specifically, especially so since the entire concept of UNIX is that everything is a stream of bytes . Attempting to manually manage files in this way defeats the purpose of the OS abstracting it away for the user; and the users of your executable should not have to care what your executable is written…
As someone who did grow up on Windows and still uses it regularly alongside Linux, I want to respond to this comment just to play the Devil's advocate (i.e. infuriate you). > especially so since the entire concept of UNIX is that everything is a stream of bytes. I consider this an archaic, anachronistic, ancient, outdated, primitive (they all mean the same thing; I just used a thesaurus to really drive home my point)…
GameShell: A game to learn or teach the Unix shell
51–60 of 69 posts
Re: GameShell: A game to learn or teach the Unix shell
#52Earlier quoted context omitted.
^ bot? Doesn't make any sense to me, OP link is not an article.
Their first line is a quote from the README.
bwrap --dev /dev --ro-bind /usr/bin /usr/bin --ro-bind /usr/lib /usr/lib --symlink usr/bin /bin --symlink usr/lib /lib64 --unshare-user --uid 256 --gid 512 --bind TP2 /TP2 /usr/bin/bash
Re: GameShell: A game to learn or teach the Unix shell
#53Re: GameShell: A game to learn or teach the Unix shell
#54Re: GameShell: A game to learn or teach the Unix shell
#55I really liked https://overthewire.org/wargames/bandit/ when I was starting out! Basically 30 levels of capture the flag, starting with `ls -lrth`, then going up to scanning ports etc
Re: GameShell: A game to learn or teach the Unix shell
#56Earlier quoted context omitted.
Google is your friend https://www.unix.com/man-page/bsd/1/LEARN/
Sure. I just couldn't think of a way to convince google to find the right answer. Anything like "on unix learn tool" or "unix learn command" wouldn't bring me it. What search did you use to find it on google?
Re: GameShell: A game to learn or teach the Unix shell
#57Re: GameShell: A game to learn or teach the Unix shell
#58Re: GameShell: A game to learn or teach the Unix shell
#59Looks like fun! Reminds me Terminal Quest: https://github.com/KanoComputing/terminal-quest
I got as far as:
"Terminal Quest [...] linux-story is installed by default on Kano OS, and is provided as a debian package in our repositories. As it has a lot of dependencies from other packages in Kano OS, it is recommended you run it on Kano OS."
I guess the use-case here is that an experienced person installs it for a newbie?
I think I'm disappointed because I was hoping for something in a web page. Oh well :)
Re: GameShell: A game to learn or teach the Unix shell
#60Looks like fun! Reminds me Terminal Quest: https://github.com/KanoComputing/terminal-quest
I was hoping this would be a quick and easy way to help other people (students) get started. I got as far as: "Terminal Quest [...] linux-story is installed by default on Kano OS, and is provided as a debian package in our repositories. As it has a lot of dependencies from other packages in Kano OS, it is recommended you run it on Kano OS." I guess the use-case here is that an experienced person installs it for a new…
I have not tried installing it on Debian so I don't know how well it works in non-Kano environments.