1
0

misc.md 988 B


title: Linux Server Miscellaneous breadcrumbs:

  • title: Configuration
  • title: Linux Server --- {% include header.md %}

Distros

Distro RHEL/CentOS Debian/Ubuntu
Nobody user and group nobody:nobody nobody:nogroup
Release file(s)

/etc/redhat-release

/etc/centos-release

/etc/debian_version

random VS urandom

random blocks when running out of entropy while urandom does not. Use random for creating keys etc. and urandom for everything else.

{% include footer.md %}