I'm searching for a job, this video is Very important video for me sir.... To learn interview point of questions... Please continue this video sir .. thank you
Hello brother, thanks for helping Us!!! I have a questions which was asked me in an interviewers? 1. How to reduce the size of 5gb docker image? 2. A file contains 100 lines or some lines. How to print some like servergyan data in a file on wherever or which line it is in that file?? 3. what is webhooks in git? 4. How to find a file in entire linux server without knowing any path details? We have only file name? 5. Write an Ansible playbook for downloading antivirus in 10 systems?
How to reduce the size of 5gb docker image? Copy only Required files in docker. Don't install additions software like vim nmap etc. Remove apt cache after installing software. Don't run apt-get install multiple times (but mentions all required package in one command) A file contains 100 lines or some lines. How to print some like servergyan data in a file on wherever or which line it is in that file?? grep -r root /etc/passwd what is webhooks in git? This is used to trigger an event-based Jenkins build. How to find a file in entire linux server without knowing any path details? We have only file name? Use can use:_ locate filename If locate command is not available you can use yum install mlocate -y ; updatedb Ansible playbool I will explain in some videos
Hello Dear, Firstly, good luck for your coming interview, Moreover, I will suggest not to prepare for any specific organization. Just be ready for any interview which comes in future. I know you can do it in a very good manner.
If a file is being used by any process and you delete it, operating system doesn’t release the disk space. In order to reclaim the space you need to figure out the file and service Then you can get space back
I have observed in most of your videos, either you simply skip few questions without even touching them or even if you touch them then you don't elaborate properly at all. In this video also you didn't speak about the question# 9,10 and 11 from the top. This is very disappointing. If you didn't have to elaborate them then why did you put them in the list ?? This is very frustrating and utter time waste that i have to google them separately. This is not about this video only. In most of your videos you have done such things..
Very infomatically videos clasess Thankx sir
I'm searching for a job, this video is Very important video for me sir.... To learn interview point of questions... Please continue this video sir .. thank you
Thanks, Akhil for your works, It matters a lot to me.
Thank you. I'm preparing for the interviews for Canonical.
Best of luck!
Excellent video plz continue
Excellent Sessions.
Hi Sir, Good Morning Sir one video, what work is done on the live production and how is it done ?
Great teacher.
Thank you anna for giving information
Welcome Subba, Happy Learning
Super bro, upload more interview video on linex
Okay dear
Great Video sir ...keep it up 👍
Thank you dear, happy learning
Hello brother, thanks for helping Us!!!
I have a questions which was asked me in an interviewers?
1. How to reduce the size of 5gb docker image?
2. A file contains 100 lines or some lines. How to print some like servergyan data in a file on wherever or which line it is in that file??
3. what is webhooks in git?
4. How to find a file in entire linux server without knowing any path details? We have only file name?
5. Write an Ansible playbook for downloading antivirus in 10 systems?
How to reduce the size of 5gb docker image?
Copy only Required files in docker.
Don't install additions software like vim nmap etc.
Remove apt cache after installing software.
Don't run apt-get install multiple times (but mentions all required package in one command)
A file contains 100 lines or some lines. How to print some like servergyan data in a file on wherever or which line it is in that file??
grep -r root /etc/passwd
what is webhooks in git?
This is used to trigger an event-based Jenkins build.
How to find a file in entire linux server without knowing any path details? We have only file name?
Use can use:_
locate filename
If locate command is not available you can use
yum install mlocate -y ; updatedb
Ansible playbool I will explain in some videos
@@ServerGyan thank you so much brother for spending your valuable time for my questions...very helpful...thanks a lot
Thank you
Please make a video for shell scripts?
Very nice
Thank you dear
My question is that " we are using web hooks in git and that will not triggering any build in Jenkins". How will we troubleshoot that Issue????
Hello dear, you need to check 3 things
1- changes made to git
2- Jenkins proper url given in github
3- Jenkins job accepting webhook triggers
Thank you Soo much for this video bro..,can you kindly tell me what are the sample shell script/ python used in day to day Life by devops engineer
Sure dear, I will explain shall scripts
Hi Sir, please make video on TCPDUMP and Strace
Okay, I was planning for network troubleshooting, thank you for your suggestions
superb, if application is down what would be the root cause and how to troubleshoot??
HI Anil,
That will completely depend on the error code you get from the side of your applicaiton.
Hi Sir, Can you upload kubernetes & container interview q&a along with practical scenario
Sure dear
I will do that in coming time
I have a CSE: Linux Interview Coming up with AWS
Feel free to send me any recommendations
Excited to check these out
Hello Dear, Firstly, good luck for your coming interview, Moreover, I will suggest not to prepare for any specific organization. Just be ready for any interview which comes in future. I know you can do it in a very good manner.
Plz Upoload real time scenarios..
Surely, I will upload
Disk space is still full even after deleting a file of 5GB? i did not understand the explanation of this question
If a file is being used by any process and you delete it, operating system doesn’t release the disk space.
In order to reclaim the space you need to figure out the file and service
Then you can get space back
If we have route added but no DNS entry, then can I get download anything from internet
Using IP address online, because DNS won’t be able to resolve name.
Thank you very much for your quick response
Thanks
This video very helpful for me. Please complete remaining questions as soon.
Sir
Please upload aws from the very basic
Sure Dear, Well Multiple videos are already there on Channel explaining basic things related to AWS.
Sir
How to eject add-on harddisk from command in rhel 7
Dear Bharat,
Can you please elaborate your question?
How to restore the grub if it's deleted
There is no backup file
You can restore it in recovery mode
You have missed couple of questions in between related to bashrc
Next video when will u update
Hello dear, it is scheduled for tomorrow 8:00 am
what is difference between giving permission through chmod and suid?? please include this also in ur coming videos?? BTW g8 video..thanks ...
Okay, u will add in today's video
Hai sir plese telme pitr
#..Don't escape the questions brother.. try to explain all..
Dear srikanth,
Next video is coming today
I have observed in most of your videos, either you simply skip few questions without even touching them or even if you touch them then you don't elaborate properly at all. In this video also you didn't speak about the question# 9,10 and 11 from the top. This is very disappointing. If you didn't have to elaborate them then why did you put them in the list ?? This is very frustrating and utter time waste that i have to google them separately. This is not about this video only. In most of your videos you have done such things..
( Lsof | grep deleted ) here what you are actually trying to do...tell me clearly