Skip to content

Instantly share code, notes, and snippets.

View dildilbag's full-sized avatar

Dilbag Singh Thind dildilbag

  • dsign Solutions GmbH
  • Grabfeld
View GitHub Profile
@dildilbag
dildilbag / LPIC-101 400-2
Created October 31, 2024 13:50 — forked from ntwobike/LPIC-101 400-2
Sample questions and answers for LPIC-101-400 part 2
Exam A
QUESTION 1
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
A. Boot device order
B. Linux kernel version
C. Timezone
D. Hardware configuration
@dildilbag
dildilbag / LPIC-101 400-1
Last active October 31, 2024 13:46 — forked from ntwobike/LPIC-101 400-1
Sample questions for LPIC -101-400 part-1
QUESTION 1
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
A. /etc/keys
B. /proc/keys
C. /etc/inittab
D. /proc/inittab
E. /etc/reboot
QUESTION 2
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
@dildilbag
dildilbag / eb-api-gw.tf
Created August 16, 2023 07:54 — forked from ijin/eb-api-gw.tf
[Terraform] API Gateway to get Elastic Beanstalk IP(s)
provider "aws" {
region = "ap-northeast-1"
allowed_account_ids = ["${var.names.account_id}"]
}
variable "names" {
default = {
account_id = "$ACCOUNT_ID"
}
}