Embedotronics Technologies
Embedotronics Technologies
  • Видео 122
  • Просмотров 1 146 103
How to Install Ngrok on Ubuntu and Make Your Localhost Publicly Accessible (2025 Latest)
Learn how to install and configure Ngrok on your Ubuntu system to make your localhost publicly accessible. Whether you're a developer testing webhooks or hosting a local project for remote access, Ngrok simplifies the process by securely exposing your local server to the internet. This step-by-step tutorial covers installation, setting up an account, generating authentication tokens, and creating secure tunnels. Perfect for beginners and advanced users alike. Watch the video to unlock the power of Ngrok on Ubuntu!
Don’t forget to like, comment, and subscribe for more tutorials!
#ngrok
#ubuntu
#localhost
#WebDevelopment
#linuxtutorial
#tutorial
#NgrokUbuntu
#ExposeLocalhost
#programming
#te...
Просмотров: 157

Видео

How to Install LAMP Stack & phpMyAdmin on Ubuntu 24.04 LTS | Step-by-Step Guide
Просмотров 3582 месяца назад
Description: In this video, learn how to install the LAMP stack (Linux, Apache, MySQL, PHP) and set up phpMyAdmin for managing your MySQL database on Ubuntu 24.04 LTS. This step-by-step tutorial is perfect for beginners and developers looking to create a powerful web development environment. What you’ll learn: Install and configure the Apache web server. Set up MySQL for database management. In...
How to Install and Use SimpleScreenRecorder in Ubuntu | Switch from Wayland to Xorg
Просмотров 4912 месяца назад
In this video, I walk you through the complete process of installing SimpleScreenRecorder on Ubuntu and configuring it to work seamlessly. SimpleScreenRecorder is a powerful tool for screen recording, but it struggles with certain features on Wayland, which is the default display server on many modern Linux distributions, including Ubuntu. To unlock the full potential of SimpleScreenRecorder, I...
How to Switch Between Wayland and Xorg(X11) on Ubuntu | Complete Guide for Ubuntu 18.04 to 24.04 LTS
Просмотров 1,6 тыс.2 месяца назад
In this video, I will show you how to switch between Wayland and Xorg (X11) display servers on Ubuntu. Whether you are using an older version like Ubuntu 18.04, 20.04 or the latest 22.04 and 24.04 LTS, this step-by-step guide will help you seamlessly switch between these two display servers. Ubuntu provides both Wayland and Xorg (X11) as display options: Wayland: A modern, faster, and secure di...
Perfect OBS Studio Mic Settings: Eliminate Background Noise & Hissing Sound for Crystal Clear Audio
Просмотров 3232 месяца назад
Struggling with unwanted background noise or annoying hissing sounds in your recordings or live streams? In this video, I’ll guide you step-by-step through the best mic settings in OBS Studio to achieve studio-quality audio. Although I’m using an Ubuntu machine, these settings will work seamlessly on Windows 10/11 and other operating systems, as OBS Studio offers the same configuration across p...
How to Install OBS Studio on Ubuntu | Step-by-Step Guide
Просмотров 4873 месяца назад
Welcome to this tutorial on how to install OBS Studio on your Ubuntu system! 🎥 Whether you're a content creator, gamer, or someone who wants to live stream or record your desktop, OBS Studio is an excellent, free, and open-source software for capturing and streaming. In this video, I'll guide you through each step of the installation process to help you get OBS Studio up and running on your Ubu...
Maximize Pagekite Trials with Temp Mail: Make Your Local Host Publicly Accessible!
Просмотров 543 месяца назад
Are you looking to make your local host publicly accessible without going through the hassle of complex configurations? In this video, I’ll show you how to maximize your free Pagekite trials using Temp Mail, allowing you to access your local server from anywhere in the world! What You’ll Learn: How to set up Pagekite to expose your localhost. Using Temp Mail to extend your free trial period on ...
How to Install Cygwin on Windows 10/11 and Integrate Its Terminal in VS Code
Просмотров 7783 месяца назад
In this video, I'll guide you through the complete process of installing Cygwin on Windows 10/11 and show you how to integrate its terminal into Visual Studio Code (VS Code). Cygwin provides a powerful Unix-like environment on Windows, making it a great tool for developers. Follow along to streamline your workflow with Cygwin and VS Code integration for a more efficient coding experience! Hasht...
How to Make Your Localhost Public with PageKite: Host Any Local Server Online
Просмотров 4783 месяца назад
In this tutorial, I will show you how to make your local server publicly accessible using PageKite. Whether you are running a web server on a Raspberry Pi, Arduino, or a WordPress site on your localhost, this guide will walk you through the steps to expose your local development environment to the internet securely. PageKite is a powerful tool that helps you expose localhost servers, bypassing ...
Integrate MSYS2 Shell into Visual Studio Code on Windows | Step-by-Step Guide (2024 Latest)
Просмотров 4153 месяца назад
In this video, we will guide you through the entire process of integrating the MSYS2 shell into Visual Studio Code on Windows. If you work with open-source development, you know that MSYS2 is a powerful toolset offering a collection of GNU utilities and libraries, making it easier to work with Linux-style tools in a Windows environment. Combining this with the flexibility of Visual Studio Code ...
How to Disable Any Key on Your Keyboard in Windows 10/11 | Quick & Easy Tutorial (2024 Latest)
Просмотров 5 тыс.4 месяца назад
In this video, I'll show you a simple and effective way to disable any key on your keyboard in Windows 10 or Windows 11. Whether you're looking to block an annoying key, prevent accidental presses, or customize your keyboard experience, this guide will walk you through the process step by step. No complicated software or coding required! 📌 Topics Covered: Easy method to disable any key Compatib...
How to Push Your VS Code Project to GitHub (Step-by-Step Guide: 2024)
Просмотров 1,4 тыс.4 месяца назад
In this video, we walk you through the process of pushing your Visual Studio Code project to GitHub. Whether you're new to Git or just looking for a refresher, this step-by-step tutorial will help you easily commit and push your code to a GitHub repository using the Git tools. We'll cover: 1. Download Git and Setting up Git in VS Code 2. Creating a new repository on GitHub 3. Linking your local...
Send Temperature & Humidity Data from Arduino(Ethernet Shield) to Public MySQL by ngrok & PlatformIO
Просмотров 1,3 тыс.7 месяцев назад
Welcome to our tutorial on sending temperature and humidity data from an Arduino with an Ethernet shield to a MySQL server(phpmyadmin) using PlatformIO and ngrok! In this video, we'll guide you step-by-step through the process of setting up your Arduino, configuring the necessary software, and making your local server accessible from anywhere using ngrok. What You'll Learn: Setting Up the Ardui...
How to Install Ngrok on Windows 11/10 and Make Your Localhost Publicly Accessible (2024 Latest)
Просмотров 4,6 тыс.7 месяцев назад
Are you a developer looking to share your local projects with others or need to test webhooks on your local machine? In this tutorial, we’ll show you how to install Ngrok on Windows 11/10 and make your localhost publicly accessible. Ngrok creates a secure tunnel to your localhost, making it easy to share your work with colleagues or test webhooks in real-time. We’ll cover everything from downlo...
How to Install Pip in Python (2024 Updated Guide)
Просмотров 2227 месяцев назад
Learn how to install Pip in Python with our comprehensive 2024 updated guide. Pip is an essential tool for managing Python packages, and this step-by-step tutorial will walk you through the installation process on various operating systems. Whether you're a beginner or looking to refresh your skills, this video has got you covered. Follow along and get Pip up and running in no time! Tags: Pytho...
Getting Started with GPT-4o: First Impressions and Tips
Просмотров 727 месяцев назад
Getting Started with GPT-4o: First Impressions and Tips
How to Download and Install Free Cam Screen Recorder on Windows 10/11
Просмотров 1,8 тыс.7 месяцев назад
How to Download and Install Free Cam Screen Recorder on Windows 10/11
How to convert Python Scripts into Executables: Easy Steps to Create .exe Files
Просмотров 4467 месяцев назад
How to convert Python Scripts into Executables: Easy Steps to Create .exe Files
How to Organize Your Python Code: Splitting One File into Multiple for Better Organization
Просмотров 1,8 тыс.8 месяцев назад
How to Organize Your Python Code: Splitting One File into Multiple for Better Organization
How to Setup Python in Visual Studio Code on Windows 11/10 (2024 latest)
Просмотров 4558 месяцев назад
How to Setup Python in Visual Studio Code on Windows 11/10 (2024 latest)
How to Wirelessly Connect and Mirror Your Laptop Screen to Any Smart TV (No HDMI cable required)
Просмотров 7 тыс.8 месяцев назад
How to Wirelessly Connect and Mirror Your Laptop Screen to Any Smart TV (No HDMI cable required)
How to install Python on Windows 10/11
Просмотров 3498 месяцев назад
How to install Python on Windows 10/11
Installing XAMPP, Creating & Running Your First PHP Program in Browser
Просмотров 1308 месяцев назад
Installing XAMPP, Creating & Running Your First PHP Program in Browser
Arduino interfacing with DHT11 with PlatformIO using VS Code
Просмотров 4638 месяцев назад
Arduino interfacing with DHT11 with PlatformIO using VS Code
How to safely remove Ubuntu (Linux) from dual boot in Windows 10/11
Просмотров 42 тыс.9 месяцев назад
How to safely remove Ubuntu (Linux) from dual boot in Windows 10/11
How to Dual boot Ubuntu 22.04 LTS and Windows 11/10
Просмотров 3,4 тыс.9 месяцев назад
How to Dual boot Ubuntu 22.04 LTS and Windows 11/10
How to Dual boot Ubuntu 23.10 and Windows 11/10
Просмотров 1,5 тыс.Год назад
How to Dual boot Ubuntu 23.10 and Windows 11/10
Easiest way to install windows 11 on unsupported hardware
Просмотров 2 тыс.Год назад
Easiest way to install windows 11 on unsupported hardware
How to install Windows 11 23H2 on unsupported hardware without Data Loss
Просмотров 1,8 тыс.Год назад
How to install Windows 11 23H2 on unsupported hardware without Data Loss
How to program Arduino in VS Code using PlatformIO IDE
Просмотров 636Год назад
How to program Arduino in VS Code using PlatformIO IDE

Комментарии

  • @MrDudsiLOL
    @MrDudsiLOL 40 минут назад

    Thank you! All of a sudden my F12 key is stuck thus creating chaos whenever I type words. This help me solved it.

  • @krufkowiak
    @krufkowiak День назад

    You need to have a WIFI connection in PC right? Couse i have cabel to my PC and WiFi to my TV and can’t do that what you did here

  • @maissayellas3367
    @maissayellas3367 2 дня назад

    I did the same and when i reboot it show reset system !

  • @SachinKumar-ov3uz
    @SachinKumar-ov3uz 12 дней назад

    Thankyou ❤❤

  • @Dima_Volkov81
    @Dima_Volkov81 13 дней назад

    Very good!!!

  • @anissbenthami
    @anissbenthami 14 дней назад

    Thank you

  • @thecodingbot1122
    @thecodingbot1122 16 дней назад

    amazing sir i making this project.

  • @bennguyen1313
    @bennguyen1313 23 дня назад

    I have an ESP32-C3 which has a single RiscV but does have an ultra-low-power core. Do you think the same principles would apply? BTW, any chance you can do a websocket project using the EspressIF IDE?

  • @eternaldoorman5228
    @eternaldoorman5228 27 дней назад

    Thank you! I don't know how I would ever have figured that out myself. I was looking for a setting in /etc/xdm.conf file or something.

  • @znedj
    @znedj 27 дней назад

    Thanks.

  • @Pawan_Thathsara
    @Pawan_Thathsara 28 дней назад

    Thanks a lot.

  • @markgreen2170
    @markgreen2170 Месяц назад

    is anyone still using cygwin? ... i liked it back in the day but, with virtual machines, isn't it just better to have a vm of a linux distro?

  • @EmanDeMoan
    @EmanDeMoan Месяц назад

    THANKS!! I disabled the stupid a$$ NumLock key that's been getting my nerves for months now

    • @ultragaming4810
      @ultragaming4810 4 дня назад

      Yaah i just disabled my - key as it repeatedly was typing but now I use external keyboard

  • @nagalakshmis6585
    @nagalakshmis6585 Месяц назад

    thank u so much

  • @FerozKhan-c2v7s
    @FerozKhan-c2v7s Месяц назад

    Hello i have bought scooter which they use these ESP32-solo-1 how to program this ?

  • @arthuratkins17
    @arthuratkins17 Месяц назад

    Thank you so much I was trying to do this for a while love you very much

  • @phillipmaser132
    @phillipmaser132 Месяц назад

    Understanding a Task and Semaphore in a switch; Light, State Machine situation is more useful. I do see some advantages to semaphore. Give and Take Notification is send it out then an acknowledgment is recognized then the semaphore executes the code. So what is the big timing big picture. I want to turn on 3 things at the same time and one off. Using Core 0.

  • @teachingenglishasia587
    @teachingenglishasia587 Месяц назад

    thanks a lot!

  • @duk794
    @duk794 Месяц назад

    Good afternoon. /Espressif/millis_in_esp_IDF/main/main.c:14:16: error: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Werror=format=] . How to fix it or how it will be correct?

  • @bennguyen1313
    @bennguyen1313 Месяц назад

    What is "Amazon Corterro 11 JDK" and is it necessary if you want to use Eclipse+IDF Plugin to build and debug onto an ESP32-C3 (via the chip's built-in jtag debugger)? For example, instead of uploading via serial, I'd like to use OpenOcd! BTW, what is the difference between creating a new EspressIF IDF *project* versus *component*? Also, what is that 'example_test.py' file that's automatically generated when you selected the hello-world template? And Where are the specific of the board specified? For example aside from the target chip (C3 vs S6), where do you set which GPIOs are mapped to actual LEDs versus not connected? BTW, interesting is how you can just type 'idf.py'... instead of 'python idf.py'?! Is that because powershell automatically invokes python when it sees #!/usr/bin/env python ?

  • @aleksey5732
    @aleksey5732 Месяц назад

    Good day. Thank you for your video. I have a question how to transfer arduino libraries to esp-idf?

  • @youngarnold3480
    @youngarnold3480 Месяц назад

    thanks it was helpful

  • @Feedbackparking01
    @Feedbackparking01 Месяц назад

    God Bless man🙃

  • @joelpinto3336
    @joelpinto3336 Месяц назад

    Boss awaz thoda jyada.

  • @maheshmustapure7668
    @maheshmustapure7668 Месяц назад

    So there is one project on git hub and I want to use it But the problem is There are two files inside one As usb_uvc and Webserver How can I use both at the same time It's not compiling at the same time

  • @steellegion7054
    @steellegion7054 Месяц назад

    Thank you Boss.

  • @AyanMalik-us9nd
    @AyanMalik-us9nd Месяц назад

    Bhai ye bta dyn partition k bgr window p ksy jna h

  • @AyanMalik-us9nd
    @AyanMalik-us9nd Месяц назад

    Bhai partition to ki hi ni h

  • @तोॆोीदपगुपेगुपू

    Dude... This didnt work... Now pc says... Reboot and select proper boot device

  • @Shivam-nj9ly
    @Shivam-nj9ly 2 месяца назад

    great help, thanks!

  • @MahmoudSayed-hg8rb
    @MahmoudSayed-hg8rb 2 месяца назад

    Thanks sir

  • @nandinibhatt3691
    @nandinibhatt3691 2 месяца назад

    If it is coming in ucrt64 then do u have to change it or is okay to keep the content there only??

  •  2 месяца назад

    hello. ı have a problem. my esp-idf eclipse plugin not found serial port. but its working on the vs code. can you help me. its windows 11 and 3.1.0 esp-idef

  • @user-ps9mk3pi7o
    @user-ps9mk3pi7o 2 месяца назад

    What if i want ngrok on jupyter notebook

  • @vingolae
    @vingolae 2 месяца назад

    Guys, if you really happened to do this, don't forget go back to diskpart, then sel disk X, sel vol Y, and then type remove letter=Z. Otherwise you will see EFI partition everytime you get into your "My Computer".

  • @vingolae
    @vingolae 2 месяца назад

    I don't agree it's "safe" way to do this, and this method is repeatedly posted on every corner of all these blogs and communities.

  • @MuhammadUsmanMurtaza-q4v
    @MuhammadUsmanMurtaza-q4v 2 месяца назад

    Can anyone tell how to reinstall Mingw file, this is not the one that is inside of msys2 file rather it is beside it!!😢😢

  • @JigishaParekh-t1n
    @JigishaParekh-t1n 2 месяца назад

    can you help me with Bsec2 library with arduino component in esp-idf? there is a linker error.

  • @Hmmm313
    @Hmmm313 2 месяца назад

    Nonesense. What r you talking about???😅

  • @samyukthasahana2083
    @samyukthasahana2083 2 месяца назад

    when i select x: in cmd promt im getting access is denied...what should i do

    • @pratikrane149
      @pratikrane149 2 месяца назад

      make sure you are running cmd as administrator

  • @shankarpaul5808
    @shankarpaul5808 2 месяца назад

    thanks bro

  • @longautomation
    @longautomation 2 месяца назад

    thanks, sir !

  • @RogerPack
    @RogerPack 2 месяца назад

    answer is at 1:40 (logout first)

  • @snopz
    @snopz 2 месяца назад

    Thanks man you are really helping me getting started with esp idf framework, continue the great work ☺

  • @三水-z6t
    @三水-z6t 2 месяца назад

    it is useful for me

  • @cowanweks
    @cowanweks 2 месяца назад

    bash does not have full system path

  • @tvhax
    @tvhax 2 месяца назад

    Is it possible to use in Android? Also i have my own domain. Can i use it on my sub domain?

  • @scottyan
    @scottyan 2 месяца назад

    For those who want to hide the parition X after deletion. Basically again follow the steps in the video, and a bit different at the end: Run CMD as administrator. > diskpart > list disk > select disk [number] > list partition > select partition [number] > remove letter=x Done

  • @salmanbaig3983
    @salmanbaig3983 3 месяца назад

    Thank you soo much!

  • @marlonsamaniego7884
    @marlonsamaniego7884 3 месяца назад

    It worked ! Thank you for posting