Projet Linux Inventaire

linux_info

get inventory of your linux.

get linux infos, facts, with a bash script

  • Trying to be compatible with any linux distributions and any linux versions
  • Trying to use linux natives commands to avoid any complementary package.
  • Try to stay simple

Keep trace of

  • Version of linux os
  • version of kernel
  • Selinux Mode
  • Firewwal state
  • reverse path filter

Network

  • Name
  • interface link layer
  • interface ip layer
  • routing (ip r)

Other

  • Number of CPU
  • Boot Type EFI? legacy? UEFI?
  • installed packet for linux Debian, Ubuntu, Centos , Redhat

Code

Insertion de code via gist shortcodes

{{< gist "alpern95/89d72b9833c7363e22be37b2dc17be1c" 89d72b9833c7363e22be37b2dc17be1c >}}

Le projet sur github

Github Project!