- 16
- 8 038
Sri Lyfe
Приєднався 11 лип 2014
How I Passed the Google Cloud Professional Cloud Architect Certification
Chan here! 👋 I finally passed my Google Cloud Professional Cloud Architect Certification (10st Dec 2023) after months of preparation. 😄
In this video, I talk about:
• What resources I used / recommend
• My advice for studying the content / topics covered
• Exam strategy on the day
Timestamps:
0:00 Introduction
0:41 Resources I used for Exam
3:00 Advice for Exam Preparation
5:13 On-the-day Exam Strategy
▬▬▬▬ Links to Useful Resources ▬▬▬▬
// Video Courses:
• A Cloud Guru Course: learn.acloud.guru/course/google-certified-professional-cloud-architect/overview
// Practice Exams:
• Udemy Questions: www.udemy.com/course/google-professional-cloud-architect-gcp-pca-exams/
// Framework:
• Google Cloud Architecture Framework: cloud.google.com/architecture/framework
In this video, I talk about:
• What resources I used / recommend
• My advice for studying the content / topics covered
• Exam strategy on the day
Timestamps:
0:00 Introduction
0:41 Resources I used for Exam
3:00 Advice for Exam Preparation
5:13 On-the-day Exam Strategy
▬▬▬▬ Links to Useful Resources ▬▬▬▬
// Video Courses:
• A Cloud Guru Course: learn.acloud.guru/course/google-certified-professional-cloud-architect/overview
// Practice Exams:
• Udemy Questions: www.udemy.com/course/google-professional-cloud-architect-gcp-pca-exams/
// Framework:
• Google Cloud Architecture Framework: cloud.google.com/architecture/framework
Переглядів: 218
Відео
How to Make a Modded Minecraft Server on AWS | Forge Server 1.12.2 [2023]
Переглядів 3,3 тис.2 роки тому
Hey folks, hope this helps someone. Let me know if you want me to keep making these types of videos. Big shout out to Anthony Brown for providing the template, the link to his article is below. Timestamps 0:00 Setting up S3 Bucket 6:16 IAM policy 8:22 Create EC2 Instance 10:53 Configure EC2 Instance 19:21 Connect to Minecraft Server Github link: github.com/ChanukaGoonetilleke/AWSMinecraftModded...
Marathon (RIP Nip)
Переглядів 494 роки тому
If you want to see more then slap that like button, leave a comment and subscribe OGs!
Light at the End
Переглядів 314 роки тому
If you want to see more then slap that like button, leave a comment and subscribe OGs!
My HONEST Advice For Ontario Tech University Computer Science Majors
Переглядів 2,1 тис.5 років тому
If you want to see more then slap that like button, leave a comment and subscribe! Timestamps 0:00 Intro 1:11 Developing Social Skills 3:46 Surviving the School Year 6:18 How to take note in computer science classes.
Varsity Properties Oshawa - Tour
Переглядів 3235 років тому
If you want to see more then slap that like button, leave a comment and subscribe!
Sun-Shine Sri lyfe
Переглядів 265 років тому
If you want to see more then slap that like button, leave a comment and subscribe!
Fight - Sri Lyfe
Переглядів 315 років тому
If you want to see more then slap that like button, leave a comment and subscribe!
Journey - Sri Lyfe
Переглядів 285 років тому
If you want to see more then slap that like button, leave a comment and subscribe!
Level-Up Sri lyfe
Переглядів 705 років тому
If you want to see more then slap that like button, leave a comment and subscribe!
How to create a button that opens websites on Android Studio
Переглядів 126 років тому
If you want to see more then slap that like button, leave a comment and subscribe OGs!
How to Hide the Status Bar on Android Studios
Переглядів 1,1 тис.6 років тому
If you want to see more then slap that like button, leave a comment and subscribe OGs!
How to lock orientation in Android Studio activity
Переглядів 5587 років тому
If you want to see more than slap that like button, leave a comment and subscribe!
How to hide Action Bar on Android Studio
Переглядів 1717 років тому
If you want to see more than slap that like button, leave a comment and subscribe!
How to change your theme on Android Studio
Переглядів 237 років тому
How to change your theme on Android Studio
Hello sir, I just got an early admission from Ontario tech for CS major, I just want to know does it worth to get in to it, what is your experience? Thanks
Hello, when I put minecraft.service in the folder it doesn't go to /minecraft, what do I do?
hey so i know this is a older vid, but when i inter the s3 cp comand it gives me a 403 error with the specification 'forbidden' any help?
Hey, so i starter the proces from the start, but avoided any unecacery changes to names and directory ect and it fixed it somehow
awesome! thanks for the advice 😊
Very helpful video. Something to note, if you followed all the steps like I did and your installer.jar did not make a server.jar folder and you get a cannot find jarfile error, at the very instead instead of running -Xxm1024(whatever) command just run the run.sh script and it the server will work just fine. I did this on 1.20.1 Keep up the great work!
Hey what do you mean by running the run.sh scrip? Where do I find this script
would you pass me the command please?
$ sudo ./run.sh
@@baizzor in this case dont forget to download Java 17+ instead of Java 1.8 (use the same command the tutorial uses but instead of java-1.8 write java-17)
how do i acess the server properties folder?
java -Xmx1024M -Xms1024M -jar minecraft_server.1.12.2.jar nogui I keep getting an error saying No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at the end, it tells me "unable to access jarfile minecraft_server "
need some help
@@rethurz1133 @srilyfe8176 I'm getting the same thing as well not sure what step i've missed to not have a minecraft_server_<VER>.jar file
@@rethurz1133 This might be an issue with ur IAM roles
@@srilyfe8176 how can we fix ?
Hey Sri Lyfe, thank you for this great guide! I followed all of the steps you gave, and I was able to start and load into my server, but the mods don't seem to be working despite them showing up in JEI. When I try placing blocks (e.g. an EnderIO SAG mill), they immediately despawn. I zipped the mods from the mods folder of an unzipped download of FTB Revelation on my desktop and uploaded those to S3. I launched my client side using FTB Revelation from the FTB App. Am I missing something to get the mods to properly load in the server? I appreciate any insight you might have
I used forge on the client side to run open the server. You using "FTB Revelation" might be the issue. Try using forge
hey! if i ever want to change the version of minecraft or add mods or make those sort of changes, how could I do that?
if you want to change the version of minecraft or add mods you going to have to make the edits in the S3 bucket
how do i install java 17 instead of java 8?
I believe this is the command for java 17: sudo yum -y install java-1.17.0
On Linux based sudo yum install java-17
Do you have any idea on how to Connect AWS to PeroDytcl So i can start it at will without being in a certain pc
This dude is under rated And Amazing Content
He talks like he's paid hourly
Super helpful!
Glad it was helpful!❤
yurrrr this is sick chanuka perera
The king himself 😫
Periodt
Did you have to take physics in high school for you to be in Ontario tech
yes I did
like this comment if you want to know how to survive second year
Cool! May i ask you what the cost is for a month, thanks!!
650 but its gone up i think
If you know of anybody looking to rent I have one for $675. Send them to me please.
What IDE's are taught for C++ and python in OntarioTech?
I used atom to write my code and ubuntu as my compiler
Thank you so much brother, it dint work on the main activity but it worked fine on the second activity without the toolbar. Thank you
sir please tell me fee of mechatronics course
i think its like $14000 a year
Hi wat is ur area of specialisation in computer Science ??
Applications development
What were your marks like in your first year?
3.7 gpa
Dope
You making music now?
Thanks man
Thanks So much Man....you Could do more 2.3.3 videos please