Comparing command line tasks on current operating systems:
- Windows
- Red Hat Enterprise Linux (and CentOS) 7
- Debian
- Ubuntu
- Arch Linux
- macOS
- OpenBSD
- FreeBSD
- SmartOS
Inspired by the original, but sadly no longer maintained, Unix Rosetta Stone.
The Command Line Rosetta Stone
Simply edit rosetta-stone.md
and send a pull request.
Please note:
-
Add references to official documentation, preferably from the OS distributor, since this will match the version distributed with the OS. If you can't find this, use a reference from the upstream Open Source project.
-
If there are two ways doing something, add the one the distributor uses in their own documentation. Eg, it's possible to use 'sudo' on OpenBSD. But OpenBSD team prefer 'doas', so that's what we use.
-
Use current, maintained methods. For example, that means
ip
notifconfig
on Linux OSs, andGet-CimInstance
notGet-WmiObject
on Windows.
You don't need to build to contribute, but if you want to build the HTML and see what your changes look like yourself:
-
Install node.js
-
Install gulp
sudo npm install -g gulp
-
Clone the repo:
git clone [email protected]:certsimple/rosetta-stone.git
-
Edit
rosettastone.md
-
Run
gulp
, and visithttp://localhost:7777
You can read more about the history of the Rosetta Stone and the rationale for recreating it at CertSimple.