Late Developer
Late Developer
  • 52
  • 201 290
Teltonika Router Set-up - WiFi Not Working - Upgrade Firmware
I've tried using this industrial router, the RUT950 by Teltonika, at home as someone who does not know much about network engineering.
I've found the set-up to be frustrating as it has not worked out of the box, unlike my TP-Link router (which was half the price).
That said, this video shows you how to upgrade the firmware (which is more frustrating that it sounds) and then a few other things to try.
Check back for an update on more.
Thanks
มุมมอง: 18

วีดีโอ

SQL Server Management Studio - How to Create Local Database - EASY!
มุมมอง 52วันที่ผ่านมา
The easy way to create a local db in SQL Server Management Studio. Commands used: sqllocaldb create "VerbTables" sqllocaldb info "VerbTables" sqllocaldb start "VerbTables" To delete, use: sqllocaldb stop "VerbTables" To find your local db instances: Win R (or just search Windows for 'run') then paste in: %LOCALAPPDATA%\Microsoft\Microsoft SQL Server Local DB\Instances\ Remember - it's never too...
SQL Server Management Studio - How to Create Local Database, Table & Add Data to It (Easy Tutorial)
มุมมอง 8114 วันที่ผ่านมา
The easy way to create a local db in SQL Server Management Studio and populate it with data. Commands used: sqllocaldb create "VerbTables" sqllocaldb info "VerbTables" sqllocaldb start "VerbTables" To delete, use: sqllocaldb stop "VerbTables" To find your local db instances: Win R (or just search Windows for 'run') then paste in: %LOCALAPPDATA%\Microsoft\Microsoft SQL Server Local DB\Instances\...
Visual Studio 2022 - 2 Ways to Connect to a Local Database
มุมมอง 8373 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
Microsoft SQL Server Management Studio - Create a Database (Simple But Clear Tutorial)
มุมมอง 1814 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
C# Delegates: Tutorial for Beginners - In-depth with Simple Example
มุมมอง 394 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
.NET - Working with and Creating Directories (Beginner Quick Tip on Paths)
มุมมอง 134 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
FIX: How to Delete Windows Folder or Directory with Invalid Name Error 0x80004005
มุมมอง 2164 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
Edit in DaVinci Resolve With JUST a Keyboard! Here's How
มุมมอง 1085 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
My Most Used (Non-obvious) Visual Studio Keyboard Shortcuts!
มุมมอง 255 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
FIX: Visual Studio Code Resolve Git Conflicts (Including Deleted Files)
มุมมอง 2265 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
DaVinci Resolve Free Version - Quick and Easy Editing Workflow for YouTubers!
มุมมอง 715 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve Timestamps 0:00 Intro 0:12 Firs look - Creating a Project 0:27 Tip 1 - Media, Edit, Cut and Deliver Tabs 1:03 Tip 2 - Always Check Tabs Not to Get Lost 1:10 Importing Your Clips 1:40 Tip 3 - Change Frame Rate When Prompted 2:20 Save Your Project 2:36 Adding Clips to Timeline for Editing 3:10 Working with Clips on the Timeline 3:27 Using the Timehead...
Fix for DaVinci Resolve - Clip Audio Visible BUT No Sound!
มุมมอง 2055 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
Try this for Monitor on But No Display from PC or Laptop! (The ONLY Thing that Worked for Me!)
มุมมอง 4356 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
FIX: GitHub Repository Already Exists Error in Visual Studio Code
มุมมอง 4906 หลายเดือนก่อน
Remember - it's never too late! Cheers, Steve
How to Update Node Version in Windows (FIX for JSON Server Not Working/Parse Args Error, Too)
มุมมอง 1896 หลายเดือนก่อน
How to Update Node Version in Windows (FIX for JSON Server Not Working/Parse Args Error, Too)
Easy Guide on How to Debug React App in Visual Studio Code
มุมมอง 1.2K7 หลายเดือนก่อน
Easy Guide on How to Debug React App in Visual Studio Code
PESKY React Error FIXED! Removing Files Issue Covered 👍
มุมมอง 807 หลายเดือนก่อน
PESKY React Error FIXED! Removing Files Issue Covered 👍
EASY GitHub Repos Tutorial for Beginners!
มุมมอง 557 หลายเดือนก่อน
EASY GitHub Repos Tutorial for Beginners!
Code FASTER - How to Customise Keyboard Shortcuts in Visual Studio 2022
มุมมอง 2927 หลายเดือนก่อน
Code FASTER - How to Customise Keyboard Shortcuts in Visual Studio 2022
DEBUG JavaScript NOW! Easy Tutorial for Visual Studio Code
มุมมอง 4728 หลายเดือนก่อน
DEBUG JavaScript NOW! Easy Tutorial for Visual Studio Code
JavaScript - Uncaught TypeError TypeError - Array.from...foreach is not a function - FIX
มุมมอง 2748 หลายเดือนก่อน
JavaScript - Uncaught TypeError TypeError - Array.from...foreach is not a function - FIX
CRC Decoding - Binary Long Division Worked Example
มุมมอง 379ปีที่แล้ว
CRC Decoding - Binary Long Division Worked Example
CRC Encoding - Binary Long Division Example
มุมมอง 1Kปีที่แล้ว
CRC Encoding - Binary Long Division Example
Fix for 'Error running main dart' in Android Studio for Flutter and Dart
มุมมอง 11K2 ปีที่แล้ว
Fix for 'Error running main dart' in Android Studio for Flutter and Dart
Fix for "cmdline tools component is missing" Error on Android Studio Installation
มุมมอง 2.1K2 ปีที่แล้ว
Fix for "cmdline tools component is missing" Error on Android Studio Installation
FIX for 'ng is not recognized' Error - Angular CLI Installed But Still Not Working
มุมมอง 15K2 ปีที่แล้ว
FIX for 'ng is not recognized' Error - Angular CLI Installed But Still Not Working
Fix for SQLSTATE42S02 Base table or view not found 1146 Table with Laravel / Sail / Tinker
มุมมอง 7K2 ปีที่แล้ว
Fix for SQLSTATE42S02 Base table or view not found 1146 Table with Laravel / Sail / Tinker
Class 'DOMDocument' not found (Fix for Php Server Error in Linux/Ubuntu/Debian)
มุมมอง 3.7K2 ปีที่แล้ว
Class 'DOMDocument' not found (Fix for Php Server Error in Linux/Ubuntu/Debian)
Fix for 'Could not open input file artisan' (Php) Server Error
มุมมอง 7K2 ปีที่แล้ว
Fix for 'Could not open input file artisan' (Php) Server Error

ความคิดเห็น

  • @AB-mp4nh
    @AB-mp4nh 4 วันที่ผ่านมา

    Thank you very much, sir.!

  • @Sh-Butterflyy
    @Sh-Butterflyy 10 วันที่ผ่านมา

    🍀💚

  • @USMANHEART
    @USMANHEART 12 วันที่ผ่านมา

    I wished could give you 100 likes

  • @rajurocker128
    @rajurocker128 19 วันที่ผ่านมา

    thanks<3

  • @RajatMehta-e6q
    @RajatMehta-e6q 19 วันที่ผ่านมา

    thank you so much sir.❤❤

  • @bosobot
    @bosobot 20 วันที่ผ่านมา

    it's the only thing that worked! tried changing privileges, deleting with cmd and in safe mode but nothing worked until this

    • @latedeveloper7836
      @latedeveloper7836 19 วันที่ผ่านมา

      glad to hear it helped! It was very frustrating for me, too 👍🏻

  • @vibithaxavier5543
    @vibithaxavier5543 25 วันที่ผ่านมา

    It worked for me. Thank you so much Late Developer thanks a lot.

  • @robertlaudensack376
    @robertlaudensack376 25 วันที่ผ่านมา

    OMG - so easy ... had searched for hours to rename a folder which was calles "S20." and it only returned errors - THANKS for this tip

    • @latedeveloper7836
      @latedeveloper7836 23 วันที่ผ่านมา

      Glad it helped! I know it drove me nuts before finding this way of doing it!

  • @bhavanaduggirala1006
    @bhavanaduggirala1006 หลายเดือนก่อน

    Thnakyou🤗🤗

  • @AravindSuresh-e1v
    @AravindSuresh-e1v หลายเดือนก่อน

    usefull video

  • @chennakesav1124
    @chennakesav1124 หลายเดือนก่อน

    thanks bro

  • @sarthaksaran2671
    @sarthaksaran2671 หลายเดือนก่อน

    You deserve more subs 😀 Great Video 👍🏻

  • @colorfullmuchroom
    @colorfullmuchroom หลายเดือนก่อน

    Holy shiiii thank you so much, I was so stuck

  • @vineethes9225
    @vineethes9225 หลายเดือนก่อน

    very useful video thanks frnd

  • @tanmaypatel5722
    @tanmaypatel5722 2 หลายเดือนก่อน

    Thanks you so much brother.

  • @hinduscience108
    @hinduscience108 2 หลายเดือนก่อน

    thankyou brother

  • @anshpradhan1954
    @anshpradhan1954 2 หลายเดือนก่อน

    All i want to say is thank u buddy

  • @Salamanca-joro
    @Salamanca-joro 2 หลายเดือนก่อน

    thank you so much man , this waas really helpful , now what would be the pre image of d?? i think the answer will be none or does not exist right? please correct me if i am wrong

  • @Mr.GK_WORD2001
    @Mr.GK_WORD2001 3 หลายเดือนก่อน

    Thanks Bro

  • @shikshawithshalini8294
    @shikshawithshalini8294 3 หลายเดือนก่อน

    Font is very small n breathing sound😢

  • @abcdfcb
    @abcdfcb 3 หลายเดือนก่อน

    Thx for your video bro, it helps me a lot !!!

    • @latedeveloper7836
      @latedeveloper7836 3 หลายเดือนก่อน

      Happy to help, I know it drove me nuts too!

  • @gessiaconrado1893
    @gessiaconrado1893 3 หลายเดือนก่อน

    Thank you bud

  • @TejaswiniReddyKothakota
    @TejaswiniReddyKothakota 4 หลายเดือนก่อน

    I literally wasted 1 hour to get my issue resolved, this video is magic 😄

    • @latedeveloper7836
      @latedeveloper7836 4 หลายเดือนก่อน

      glad it helped you to solve it👍🏻

  • @saigangadharreddymallidi1311
    @saigangadharreddymallidi1311 4 หลายเดือนก่อน

    Thanks for the keen exoplanation!! kudoos!!

  • @product_of_august
    @product_of_august 4 หลายเดือนก่อน

    The restart is crucial

  • @poetandpoem673
    @poetandpoem673 4 หลายเดือนก่อน

    😍

  • @RealEverythingComputers
    @RealEverythingComputers 5 หลายเดือนก่อน

    Great simple example. Thx

  • @leru-fx
    @leru-fx 5 หลายเดือนก่อน

    Downgrade to v 18.5.1 if you're on 18.6 (which is a mess). Didn't tried 19 yet, so no idea if its buggy or not.

    • @latedeveloper7836
      @latedeveloper7836 5 หลายเดือนก่อน

      Thanks for the tip, appreciate it!

  • @JeyachandranA-h5e
    @JeyachandranA-h5e 5 หลายเดือนก่อน

    It worked for me. Thank you so much Late Developer.

  • @sathviks7334
    @sathviks7334 5 หลายเดือนก่อน

    thanksalot

  • @Orincaby
    @Orincaby 5 หลายเดือนก่อน

    shout out to vs code having the worst implementation of git, like ever!

  • @caiborg1184
    @caiborg1184 5 หลายเดือนก่อน

    Cool video! Thanks

  • @RaviRajput-eo2sh
    @RaviRajput-eo2sh 5 หลายเดือนก่อน

    Thank you brother i was stuck here for 2 hours to configure how can i edit this xml file, you saved me brother

    • @latedeveloper7836
      @latedeveloper7836 5 หลายเดือนก่อน

      Glad it helped - I know I found it so confusing, not a good experience!

  • @RahulKumar-wg6mr
    @RahulKumar-wg6mr 5 หลายเดือนก่อน

    Thank you so much 👍😊

  • @ahaque_
    @ahaque_ 5 หลายเดือนก่อน

    Hey, Thank you for saving my day!

  • @rojasunkana9036
    @rojasunkana9036 6 หลายเดือนก่อน

    Thank you so much i stuck many hours i was shutdown my laptop right time i saw this video

  • @prajwalchougule
    @prajwalchougule 6 หลายเดือนก่อน

    most accurate explanation. thanks!

  • @dancingqueenpayal
    @dancingqueenpayal 6 หลายเดือนก่อน

    Thank you so much 😌💗.. you don't know how much you have helped me.

    • @latedeveloper7836
      @latedeveloper7836 6 หลายเดือนก่อน

      I'm glad to hear that, I know I found it so frustrating when I had to do it, hence I put this out for others 👍🏻👍🏻

    • @dancingqueenpayal
      @dancingqueenpayal 6 หลายเดือนก่อน

      ​@@latedeveloper7836 🥰

  • @duurenjargalaltanhundaga4755
    @duurenjargalaltanhundaga4755 6 หลายเดือนก่อน

    how if find npm file i don't have npm file pls help Windowd 11

    • @latedeveloper7836
      @latedeveloper7836 6 หลายเดือนก่อน

      do you definitely have npm installed? best to work through that scenario first as it sounds like it might not be there in the first instance

  • @observerZZ-007
    @observerZZ-007 6 หลายเดือนก่อน

    nice

  • @Suryakant-i3c
    @Suryakant-i3c 6 หลายเดือนก่อน

    I really appreciate your help 👍🏻

    • @latedeveloper7836
      @latedeveloper7836 6 หลายเดือนก่อน

      Happy to help 👍🏻👍🏻

  • @JavaPro_Hub
    @JavaPro_Hub 6 หลายเดือนก่อน

    Thankyou Brother..

  • @SkyTuch-d9w
    @SkyTuch-d9w 6 หลายเดือนก่อน

    thanks for creating such easy helpfull video

  • @kuchbhi-to2ru
    @kuchbhi-to2ru 7 หลายเดือนก่อน

    still not working brother

    • @latedeveloper7836
      @latedeveloper7836 7 หลายเดือนก่อน

      have you tried this video with a few more tips? Hopefully that will work - th-cam.com/video/QzmnjUpfRuU/w-d-xo.html

  • @Roi-31
    @Roi-31 7 หลายเดือนก่อน

    ينعلي مافهمت شي اشرح بلعربي كنكم كلكم اجانب المحاضره هذي😭

    • @latedeveloper7836
      @latedeveloper7836 7 หลายเดือนก่อน

      هل يمكنك تغيير التسميات التوضيحية المغلقة إلى اللغة العربية واتباع هذه الطريقة؟ آمل أن تكون هذه الترجمة منطقية! حظ سعيد

    • @latedeveloper7836
      @latedeveloper7836 7 หลายเดือนก่อน

      باختصار ، الصورة المسبقة للدالة هي المكان الذي تبدأ فيه ، والصورة هي المكان الذي تنتهي فيه. إنها مجرد أسماء معقدة للغاية لعملية أساسية للغاية (أتمنى أن يشرح المعلمون هذا بشكل أفضل ولكن لا يبدو أنهم يفعلون ذلك) The above was translated from my English response: in short, the pre-image of a function is where it starts, the image is where it ends. They are just over-complicated names for a very basic process (I wish teachers explained this better but they don't seem to)

  • @stuped1106
    @stuped1106 7 หลายเดือนก่อน

    nice. helped

  • @lofty247
    @lofty247 8 หลายเดือนก่อน

    In your previous video when you encoded the message originally your remainder was 100, I believe your codeword here should be 1101100, but as you said below the process is still very helpful!

    • @latedeveloper7836
      @latedeveloper7836 8 หลายเดือนก่อน

      Yes, you are right, glad to hear it was still helpful all the same 👍

  • @AAAA-e5p4l
    @AAAA-e5p4l 8 หลายเดือนก่อน

    finally a good one, thanks

  • @ashureddy4995
    @ashureddy4995 8 หลายเดือนก่อน

    This is very helpful thank you bro

  • @loving_Fruits669
    @loving_Fruits669 9 หลายเดือนก่อน

    It's working right now, thanks man.