Skip to content

Instantly share code, notes, and snippets.

@sherandrej
sherandrej / LPIC-101 400-1
Created March 14, 2021 18:34 — 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.)
@sherandrej
sherandrej / kubectl
Created February 1, 2022 12:12 — forked from kevsersrca/kubectl
Kubernetes команды примеры
kubernetes commands
kubectl get pods && kubectl get services --all-namespaces
kubectl get nodes - список нодов
kubectl taint nodes --all node-role.kubernetes.io/master- - запуска подов на мастере.
kubectl get pod redis --watch