Wednesday, May 31, 2023

Step to convert WebM to MP4 on a Linux machine:


Step to convert WebM to MP4 on a Linux machine:


https://geekbaniya.com/tutorials/how-to-convert-a-webm-file-to-mp4-in-4-easy-steps-on-a-linux-machine/



  1. To get the current app update on the Linux: Open the terminal and run “sudo apt-get update”
  2. Installation of ffmpeg library: Run the command “sudo apt-get install ffmpeg” this command will install the required libraries.
  3. First, we need to go into the directory like my videos are in the Video directory of my system that I want to convert from WebM to MP4 format. So I change the directory by running the command: “cd Video/” 
  4. To convert video from WebM to MP4: “ffmpeg -i input_filename.WebM output_filename.MP4” will start the process and take some time depending upon the machine’s power.

That’s it! Now you can try to convert your videos to some other video format similarly by running the command you learned from here. 

Note: Never forget Linux command terminal is case-sensitive. If you don’t consider this, you will end up with an error.

Thank you for connecting with GeekBaniya. 

See you soon!


https://geekbaniya.com/tutorials/how-to-convert-a-webm-file-to-mp4-in-4-easy-steps-on-a-linux-machine/#step-to-convert-web-m-to-mp-4-on-a-linux-machine

Saturday, May 20, 2023

ChatGPT : 10 advanced prompts to level up your productivity:

 

ChatGPT has 100,000,000+ users.

But almost everyone's STUCK in beginner mode.

10 advanced prompts to level up your productivity:

1. Improve your decision-making

Prompt:

"I am trying to decide if I should [insert decision]. Give me a list of pros and cons that will help me decide why I should or shouldn't make this decision."
________

2. Learn from the best

Prompt:

"Analyze the top performers in [insert your field of work]. Give me a list of the most important lessons I can learn from these top performers to boost my productivity." 
________

3. Create a personalized tutor to accelerate your learning

Prompt:

"I am currently learning about [insert topic]. Ask me a series of questions that will test my knowledge. Identify knowledge gaps in my answers and give me better answers to fill those gaps."
________

4. Turn ChatGPT into your intern

Sample prompt:

"I am creating a report about [insert topic]. Research and create an in-depth report with a step-by-step guide that will help readers understand how to [insert outcome]."
________

5. Learn any new skill

Prompt:

"I want to learn [insert skill]. Generate a 30 day plan that will help a beginner like me learn the skill from scratch."
________

6. Create any form of text or content

Sample prompt:

"Topic: How to write persuasively
Audience: Business executives
Format: Speech
Tone: Educational and inspiring
Goal: Inspire the audience to write effectively
Additional instructions: The speech should be under 15 minutes"
________

7. Learn faster than ever with the 80/20 technique

Prompt:

"I want to learn about [insert topic]. Identify and share the most important 20% of learnings from this topic that will help me understand 80% of it."
________

8. Rewrite and simplify complex texts

"Rewrite the text below in simple and easy to understand words. Simple and easy enough for anyone who doesn't know the subject to understand what I'm trying to say."

[insert text]
________

9. Learn faster with insight-packed summaries

Prompt:

"Summarize the text below in no more than 500 words. Create a list of bullet points of the most important learnings, along with brief summaries explaining each point."

[insert text]
________

10. Get ChatGPT to write prompts for you

Prompt:

"I am a [insert your profession]. Generate a list of the most powerful prompts that will help someone in my profession get more done and save time."
________

Ref: https://www.linkedin.com//zainkahn/

Tuesday, May 9, 2023

Terraform Labs

 1. Tutorials


🟣 Terraform Course – Automate your AWS cloud infrastructure

https://lnkd.in/dvpzNT5M

🟣 HashiCorp Terraform Associate Certification Course by Andrew Brown

https://lnkd.in/dn5m2NKQ

🟣 Terraform for DevOps Beginners + Labs by KodeKloud

https://lnkd.in/d8nkTj3n

🟣 Terraform Foundations Course by Derek Morgan

https://lnkd.in/dWYByZjH

🟣 HashiCorp Terraform Associate certification exam

https://lnkd.in/dhV35bJG

🟣 Learn Terraform (and AWS) by Building a Dev Environment - Full Course for Beginners

https://lnkd.in/dA44F__P

🟣 Complete Terraform Course - From BEGINNER to PRO! (Learn Infrastructure as Code)

https://lnkd.in/dRs3YFu3

🟣 Azure Terraform Full Course I Microsoft
Azure Terraform Course

https://lnkd.in/dM-h-R8y


2. Labs

🟣 Lab 1.Terraform Introduction | Terraform Tutorial for Beginners | Terraform for DevOps Engineer

https://lnkd.in/dCpQyKNz

🟣 Lab 2. How to Use Visual Studio code for Terraform | Creating EC2 Instance using Terraform

https://lnkd.in/dvMC5a2J

🟣 Lab 3. [Scenario-1]: How to Create VPC using Terraform | AWS VPC using Terraform | AWS Terraform

https://lnkd.in/dtT3zMzF

🟣 Lab 4. AWS NAT Gateway using Terraform | AWS Private Subnet using Terraform | Terraform Tutorial

https://lnkd.in/dqTeZQdc

🟣 Lab 5. Terraform Input Variables | How to Use Terraform Input Variables | Terraform Variables

https://lnkd.in/dqsAKSyH

🟣 Lab 6. Terraform Output Variables Example | Terraform Output Values | Terraform Outputs

https://lnkd.in/dhkgFexc

🟣 Lab 7. Terraform Local Values | How to use Terraform Local Values | Terraform Locals

https://lnkd.in/dHZEW_sy

🟣 Lab 8. How to Create EC2 Instance in AWS using Terraform | Create EC2 Instance using Terraform

https://lnkd.in/dKjwzqGT

🟣 Lab 9. AWS EC2 Instance,Security Group in AWS Using Terraform | Terraform Create Security Group AWS

https://lnkd.in/dMA-J7GE

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...