-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rahul Jadhav <nyrahul@gmail.com>
- Loading branch information
Showing
9 changed files
with
17,169 additions
and
0 deletions.
There are no files selected for viewing
4,953 changes: 4,953 additions & 0 deletions
4,953
Debian GNU_Linux 12 (bookworm)/6.1.0-18-cloud-amd64/bootconfig.md
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
Debian GNU_Linux 12 (bookworm)/6.1.0-18-cloud-amd64/hostnamectl.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# hostnamectl | ||
``` | ||
Static hostname: (unset) | ||
Transient hostname: test-vm.us-central1-a.c.abiding-splicer-402417.internal | ||
Icon name: computer-vm | ||
Chassis: vm 🖴 | ||
Machine ID: a08e6b9dc925edbf82de2688e3dfaac3 | ||
Boot ID: d347cc5ae64a42d1a4a477a5dc62cbc0 | ||
Virtualization: kvm | ||
Operating System: Debian GNU/Linux 12 (bookworm) | ||
Kernel: Linux 6.1.0-18-cloud-amd64 | ||
Architecture: x86-64 | ||
Hardware Vendor: Google | ||
Hardware Model: Google Compute Engine | ||
Firmware Version: Google | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Boot Config | ||
|
||
Command used: `cat /sys/kernel/security/lsm` | ||
``` | ||
lockdown,capability,landlock,yama,apparmor,tomoyo,bpf | ||
``` |
12 changes: 12 additions & 0 deletions
12
Debian GNU_Linux 12 (bookworm)/6.1.0-18-cloud-amd64/os-release.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# /etc/os-release | ||
``` | ||
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" | ||
NAME="Debian GNU/Linux" | ||
VERSION_ID="12" | ||
VERSION="12 (bookworm)" | ||
VERSION_CODENAME=bookworm | ||
ID=debian | ||
HOME_URL="https://www.debian.org/" | ||
SUPPORT_URL="https://www.debian.org/support" | ||
BUG_REPORT_URL="https://bugs.debian.org/" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.