Using Logs to Help You Track Down an Issue in Linux || #qwiklabs || #coursera ||

preview_player
Показать описание
Please do like, share and subscribe❤

Please make sure to open the document in normal window

##Lean_to_earn #GoogleCloudReady #30DaysOfGoogleCloud #Qwiklabs #googlecloud
Рекомендации по теме
Комментарии
Автор

hey all here all the command would help you to \\ #Using logs to help you track Down an issue in linux
#Fix low disk space
ls /var/log
sudo cat /var/log/syslog
sudo du -a /home | sort -n -r | head -n 5
sudo rm
#remove corrupted file
sudo rm /home/lab/corrupted_file
#Update vlc
sudo apt-get install -f
dpkg -s vlc
#End malicious processes
ps ax
ps aux |grep "totally_not_maliicious"
sudo kill 315
#change permission of secret file to public
sudo chmod 777

samydza
Автор

dawg you are such a life saver! I hope your pillow is nice and cool for you tonight :))

norbertopena
Автор

Great video, on point without wasting time. Thank you for assisting me on the journey bro.

ElNegus
Автор

For the sudo kill command just a note : (and it may be different for my end to others) its the root id that you get when you use the grep previously:
so instead of sudo kill (student id) its sudo kill the first root command for the malicious content and that is what was correct for me hope this helps

rachelloof
Автор

You are an absolute life saver!! Thanks! The sudo kill command, I did the student ID, then the first root command and so on -- worked perfectly!

laurriebrooks
Автор

I am in love with all your video, they are super self-explanatory, keep it up

AkorJohnOmaaka
Автор

You a real one for this the world needs more sharing 🙌🏾

aliciadonaldson
Автор

Thank you, thank you.
This and reading the comments did more to help me understand the process than the videos.

athomas
Автор

Thank you my friends, it helped a lot. Keep posting more resolutions for these labs, thank you in advance, I'm taking the Ti support course on Coursera. Thanks

chayanesilvaaraujo
Автор

as soon as cd/home/lab
begin, it won't work anymore, it says "there is no such file or directory"

ShaineUzumaki
Автор

thank you so much for all your videos, they are really helpful and easy to follow, you've really helped me to finish this Coursera course i needed for university

arianabvtchh
Автор

Thank you Quick Lab.I have made it through by
following all your steps.

andrisjoseph
Автор

You are such a life saver! Thank you!!

cdod
Автор

YOU SAVED ME, I HOPE YOU GET A LUCKY SCRATCH TICKED :))) !!!

deathetron
Автор

muito obrigado novamente, você é incrível.

CarlosEduardo-dhse
Автор

How do you know to search for a super secret file? Can you explain to me?

Nino-xeoj
Автор

make sure you use -ls to verify the correct name file - on task 5

sapilson
Автор

Thanks for file bro i just finished it

Fitwomenfitsociety
Автор

I'm being honest here I could be wrong here. Do they really expect us to memorize all of this right here?

MikesAMiner
Автор

change permission of secret file to public does not work for me. Followed it exactly and it says "No such file or directory"

Skeptic_Tank