I don't know how useful this would be for sysadmins. Looking at the tutorials, the first one is <i>How To Add a User With Root Privileges on Ubuntu 14.04.</i> A few problems I see with this:<p>- Why have a distro (and version) specific tutorial to accomplish something that's pretty much global?<p>- Adduser isnt even Ubuntu 14.04 specific. A default sudo group might be limited to ubuntu, but not 14.04, debian has wheel, but nothing by default in sudoers, sudo isn't even in a base install IIRC, but thats maybe an extra paragraph to explain.<p>- Using adduser, which is only installed on some (deb based?) systems instead of useradd which exists pretty much everywhere and is equally as simple to use. So instead of learning something that can be applied to any system, you learn something specific to this setup.<p>- What if the `sudo` group isnt in /etc/sudoers? Why not show visudo, a quick example of the syntax, maybe adding a group to sudoers.<p>- It'd be nice to explain what these commands actually do and show the changes in /etc/passwd and /etc/group that they make.<p>- A user with root privileges would have [ug]id 0, this is just adding the user to a group that has sudo privs.<p>Looking at the tools on the page, I can maybe see the dns propagation checker being useful (I keep my own lists to check against but I don't think that's standard practice), and maybe the geolocation, though it doesnt offer anything more than every other geolocation tool, or just hitting the maxmind db, which I assume this uses. The rest of the tools exist locally on most nix systems, and I dont see much advantage to running them off the site, unless they offered a choice of locations/networks/transit/PoPs to test from. A traceroute from some random server doesn't really tell you much without knowing the network layout, or at the very least the location, other than maybe for "down for everyone or just me" type problems.<p>In all I don't see much here for sysadmins, maybe for people just starting to learn how to become a sysadmin, but I wouldn't recommend it for that either, as the tutorials all seems to have the same kind of problems I mentioned above.<p>[0] <a href="https://syscoding.com/tutorials/7/how-to-add-a-user-with-root-privileges-on-ubuntu-1404/" rel="nofollow">https://syscoding.com/tutorials/7/how-to-add-a-user-with-roo...</a><p><i>Edit: You might wanna seriously consider rate limiting the network tools, especially the port scanner.</i>