I embedded sandbox.bio on this page, which means there's a linux terminal on this page. This is:
- pretty cool
- something I might use somewhere, in the future...
If you can't find the terminal, there should be a bar at the bottom of this web-page. Click on it and go clickity-clack on your little keeb.
And now...
You might want to try some things out... Here are some commands you can run.
# List all files in the current directory.
ls -al
# A "Fork bomb" which spawns a process which spawns two of itself
# immediately. "Cut off a head and two take it's place." It might
# be a good idea to reload this tab after pressing "Run".
:(){ :|:& };:
# This thing actually runs python fine...
python3
print(0.1 + 0.2)
# It appears the terminal can't reach the interwebz...
wget https://example.com/
# Let's take a look at what we get!
echo $PATH
ls /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/local/bin/kraken1
# Look mom! Multiple processes!
top
(Please note: the existence of a top command on linux does NOT imply the existence of the rumored and much anticipated bottom command.)