top of page
Forum Posts
Balaji Shari
Dec 02, 2022
In Questions & Answers
If you increase EBS volume(in AWS console) size from 10GB to 20GB then, will it increase automatecally or need to do anything?
0
0
24
Balaji Shari
Dec 02, 2022
In Questions & Answers
Interview Q: How can you delete log file only for 10days out of 60days logs ?
0
2
17
Balaji Shari
Nov 08, 2022
0
0
12
Balaji Shari
Nov 08, 2022
In Questions & Answers
Ans: folder structure of Ansible Roles 1. Templates 2. tests 3. vars 4. defaults 5. tasks 6. files 7. handlers 8. meta
1
0
16
Balaji Shari
Nov 08, 2022
In Questions & Answers
Ans: By using "Import_Task:" u can call other yml file.
2
0
74
Balaji Shari
Nov 07, 2022
In Questions & Answers
Swap memory is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. While swap space can help machines with a small amount of RAM, it should not be considered a replacement for more RAM.
Commands : sudo fallocate -l 1G /swapfile (for 1 GB swap memory) sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile free -m
1
0
52
Balaji Shari
Nov 04, 2022
In Questions & Answers
How can i use/run custom host file in my play-book ?
0
1
23
Balaji Shari
Nov 03, 2022
In Questions & Answers
Linux Additon Script for sum echo "enter value for x" read x echo "enter value for y" read y echo "sum value for x and y= " z=$(($x + $y)) echo $z
1
0
11
Balaji Shari
Oct 14, 2022
In Questions & Answers
What is the default type of a service in Kubernetes ? A. Cluster IP B. Node Port C. Load Balancer
0
2
48
Balaji Shari
Oct 14, 2022
In General Discussion
Please tell me what is Master and Slave env. in Jenkins... its asking in max. interviews...
0
0
22
Balaji Shari
Sep 29, 2022
In Questions & Answers
How can we run ''docker node ls'' command with service user ?
1
1
14
Balaji Shari
Sep 22, 2022
In General Discussion
What is diffrece bewteen COPY & ADD ? (interview question)
0
1
21
Balaji Shari
Sep 20, 2022
In General Discussion
Below command not working in my Instance what shoul i do ?? netstat -anp|grep 81 -bash: netstat: command not found
0
2
19
Balaji Shari
Sep 12, 2022
In General Discussion
0
3
98
Balaji Shari
Altre azioni
bottom of page