linux-general.md 988 B


title: Linux General Notes breadcrumbs:

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

Resources

Security

Distros

Debian/Ubuntu

RHEL/CentOS

  • Nobody user and group: nobody:nobody
  • Release info file: /etc/redhat-release or /etc/centos-release

Miscellaneous

  • urandom VS random: random blocks when running out of entropy while urandom does not. For all practical purposes, urandom will almost never be less random than random and random may block at inappropriate times, so always use urandom.

{% include footer.md %}