rosetta-stone
v1.6.4
Published
Convert command line tasks between common Operating Systems
Downloads
168
Readme
The Modern Unix Rosetta Stone
Comparing command line tasks on current operating systems:
- Windows
- Red Hat Enterprise Linux (and CentOS) 7
- Debian
- Ubuntu
- Arch Linux
- OS X
- OpenBSD
- FreeBSD
- SmartOS
Inspired by the original, but sadly no longer maintained, Unix Rosetta Stone.
Where can I see it online?
The Command Line Rosetta Stone
Contributing
Simply edit rosetta-stone.md
and send a pull request. Please note:
Add references to official documentation, preferably from the 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.
Building
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]:mikemaccana/rosetta-stone.git
Edit
rosettastone.md
Run
gulp
, and visithttp://localhost:7777
Motivation
You can read more about the history of the Rosetta Stone and the rationale for recreating it at CertSimple.