DevOps(Document Repository) – Telegram
DevOps(Document Repository)
10.4K subscribers
55 photos
689 files
736 links
🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀
The first Devops documentary community on Telegram🚀
🌀🌀🌀🌀🌀🌀🌀🌀🌀🌀

🟡 لینک گروه جهت تبادل:
https://news.1rj.ru/str/DevopsDocGP
Download Telegram
3
Which command redirects both standard output and standard error to /dev/null?
Anonymous Quiz
79%
command > /dev/null 2>&1
8%
command 1> /dev/null
7%
command 2> /dev/null
6%
command | /dev/null
2
Which command allows you to check the status of all services managed by systemd?
Anonymous Quiz
92%
Use 'systemctl list-units --type=service'
3%
Run 'servicelist'
2%
Type 'listservices'
3%
Use 'show-services'
2
How do you configure a network interface with a static IP address using ifconfig in Ubuntu?
Anonymous Quiz
90%
Use 'sudo ifconfig eth0 IP_ADDRESS netmask NETMASK up'
4%
Run 'netset static'
5%
Type 'ifcfg static'
2%
Use 'netconfig -manual'
3
Which command is used to recover deleted files from an ext4 file system in Ubuntu?
Anonymous Quiz
81%
Use 'extundelete /dev/sdX --restore-all'
11%
Run 'recover-files ext4'
0%
Type 'undelete sdX'
8%
Use 'restore-data ext4'
5
2🐳2
💥به گروه دواپس داک بپیوندید.💥

🌀🔜🔜🔜 @DevopsDocGp 🔙🔙🔙🌀

📌رفع چالش های فنی
📌مشاوره با متخصصین حوزه
📌یادگیری نکات اموزنده با همراهی کامیونیتی های همکار
📌اطلاع از وبینار ها، فرصت های شغلی و ... مربوطه سازمان ها.

🌀🔜🔜🔜 @DevopsDocGp 🔙🔙🔙🌀

Please open Telegram to view this post
VIEW IN TELEGRAM
How to list all services sorted by name in Kubernetes?
Anonymous Quiz
14%
kubectl get services --sort=.name
12%
kubectl get services --sort-by=.metadata.name
19%
kubectl get services --sort-by=name
🤩4
Which of the following runlevel will reboot the system?
Anonymous Quiz
28%
5
49%
6
16%
3
7%
4
2🤩1
Kubernetes cluster data is stored in which of the following?
Anonymous Quiz
15%
Kube-apiserver
11%
Kubelet
67%
Etcd
7%
None of the above
🤩21
Which of the following command can give documentation of a command?
Anonymous Quiz
70%
man
6%
info
10%
doc
3%
show
10%
help
👌1
How do you configure Ubuntu to forward logs to a remote syslog server?
Anonymous Quiz
3%
Run 'logforward setup'
6%
Type 'syslog remote config'
2%
Use 'rsyslog send'
2
You need to change the permissions of a file to allow read, write, and execute for the owner, and only read for others on a Linux server. Which command should you use for this task?
Anonymous Quiz
90%
chmod 751
9%
chown
1%
perm
1%
permissions
1👌1