Windows Terminal: Finally!

Sdílet
Vložit
  • čas přidán 27. 06. 2024
  • Microsoft have released a free, tabbed terminal application that allows you to use PowerShell, Command Prompt, Linux, SSH and much more! This is a great application and I think it replaces all those old or expensive options on the market! No need to use Putty anymore for SSH or Telnet. No need to pay huge amounts of money for other applications unless you really need specific functionality. Fantastic to now see an OpenSource Terminal application released in 2020.
    It's so easy now to have a tabbed application that supports Powershell, Command Prompt, Azure, WSL 2, SSH, Telnet and other applications.
    Windows Terminal supports a lot of customization - you can change fonts, colors, background images and a whole bunch of other options.
    wsl2 is a fantastic Microsoft Windows 10 development: You can run Linux directly on Windows using the windows subsystem for linux. In this video I demonstrate ubuntu 20.04 and 18.04 using wsl2.
    Menu:
    Overview: 0:00
    Physical Device: 1:24
    SSH in the bad old days 1:38
    SSH in Windows 10: 2:22
    PowerShell: 2:49
    Windows Terminal Overview: 3:02
    Windows Terminal SSH Tab: 4:40
    Windows Terminal Telnet Tab: 5:30
    Background image: 5:50
    Use WSL 2 Ubuntu to SSH: 6:15
    Shortcuts: 7:15
    Terminal Settings: 8:39
    Terminal SSH configuration: 12:04
    Copy text automatically: 16:00
    Previous videos:
    Windows Terminal and WSL 2: • Windows Terminal and W...
    WSL 2 getting started: • WSL 2: Getting started
    WSL2 and Docker getting started: • WSL 2 with Docker gett...
    Documentation:
    Windows Terminal: docs.microsoft.com/en-us/wind...
    Window Terminal Introduction: devblogs.microsoft.com/comman...
    Windows Terminal GitHub: github.com/microsoft/terminal
    What is WSL? docs.microsoft.com/en-us/wind...
    WSL documentation: docs.microsoft.com/en-us/wind...
    WSL 2 Announcement: devblogs.microsoft.com/comman...
    ==============================
    My custom settings:
    ==============================
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "commandline": "powershell.exe",
    "hidden": false
    },
    {
    "name": "Windows PowerShell MyColors",
    "commandline": "powershell.exe",
    "hidden": false,
    "colorScheme": "Campbell Powershell",
    "icon": "c:\\temp\\test.ico"
    },
    {
    // Make changes here to the cmd.exe profile.
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "Command Prompt",
    "commandline": "cmd.exe",
    "hidden": false
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    },
    {
    "hidden": false,
    "name": "SSH to Cisco Nexus",
    "tabTitle": "SSH to Cisco Nexus",
    "commandline": "ssh admin@sbx-nxos-mgmt.cisco.com -p 8181"
    },
    {
    "hidden": false,
    "name": "SSH to Cisco 1941",
    "tabTitle": "SSH to Cisco 1941",
    "commandline": "ssh -c aes256-cbc wsl2@192.168.1.249",
    "backgroundImage": "c:\\temp\\1941v3.jpg",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight",
    "backgroundImageOpacity": 0.5
    },
    {
    "hidden": false,
    "name": "Ubuntu 20.04 SSH to Cisco 1941",
    "tabTitle": "Ubuntu 20.04SSH to Cisco 1941",
    "commandline": "wsl -d Ubuntu-20.04 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes128-cbc wsl2@192.168.1.249"
    },
    {
    "hidden": false,
    "name": "Telnet to Cisco 1941",
    "tabTitle": "Telnet to Cisco 1941",
    "commandline": "telnet 192.168.1.249"
    }
    ==============================
    Windows Terminal
    Microsoft Windows Terminal
    Microsoft
    WSL2
    Ubuntu 20.04
    WSL 2
    WSL 1
    Ubuntu 18.04
    windows subsystem for linux
    #windowsterminal #wsl2 #linux
  • Věda a technologie

Komentáře • 825

  • @SimmanGodz
    @SimmanGodz Před 4 lety +223

    Putty was updated 3 weeks ago. And its been actively updated for a long time. Yeah its old. But it works really well.

    • @satibel
      @satibel Před 3 lety +7

      also there's KiTTY which is a more often updated fork.
      and using cygwin it allows cmd and ps sessions.

    • @davidbombal
      @davidbombal  Před 3 lety +27

      I like Putty. It's great software. But it does have restrictions like not supporting tabs (I know you can use third party software) and the GUI hasn't been updated for a long time. I have used Putty for many, many years and the GUI is still very much the same. Windows Terminal has a lot of nice features, but it too has restrictions. Use what you like and find useful. It's great to see Microsoft supporting SSH natively and open source projects.

    • @paulmichaelfreedman8334
      @paulmichaelfreedman8334 Před 3 lety +4

      @@satibel Yes, Kitty is way more advanced. I especially like the reconnect feature as remote reboots are extremely common.

    • @satibel
      @satibel Před 3 lety

      @@paulmichaelfreedman8334 personally I mostly use juicessh on android. but it also has an autoreconnect and login saving, and I can attest, this is great, especially when using ssh on switches and the like.
      I don't use it, but the paid version can save commands, and run them on login, which is quite useful.

    • @paulmichaelfreedman8334
      @paulmichaelfreedman8334 Před 3 lety +3

      @@satibel Kitty is open source freeware, and has all those functionalities available by default. I use it in windows mostly, and in Linux.

  • @andrewlankford9634
    @andrewlankford9634 Před 4 lety +502

    Wow, almost sounds like Unix 35 years ago!

    • @toksick8287
      @toksick8287 Před 4 lety +7

      yeah lol

    • @jeremykothe2847
      @jeremykothe2847 Před 4 lety +19

      35 years ago unix had a gui?

    • @jeremykothe2847
      @jeremykothe2847 Před 4 lety +4

      @James Saunders 35 years ago everyone used VT-100 ancestor protocols. what about this did unix have 35 years ago that dos didn't also have?

    • @jeremykothe2847
      @jeremykothe2847 Před 4 lety +12

      I'm honestly curious. I was using various unix systems alongside dos systems in the 80s and apart from the actual scripting languages involved I never noticed a real difference. Unix shells had a slightly better pipe abstraction that worked through multiple chains of remoting, whereas dos shells had better character set and positioning control. So... what about this is what unix had 35 years ago?

    • @djebbaranon5892
      @djebbaranon5892 Před 3 lety

      @@jeremykothe2847 wow 80s you are legend grandpa 😓😓😓😓😓😓

  • @davidbombal
    @davidbombal  Před 4 lety +26

    Errata: I meant to say that the Putty interface hasn't been updated and looks the same as it has for a long time. I am aware that the software has been updated.
    Menu:
    Overview: 0:00
    Physical Device: 1:24
    SSH in the bad old days 1:38
    SSH in Windows 10: 2:22
    PowerShell: 2:49
    Windows Terminal Overview: 3:02
    Windows Terminal SSH Tab: 4:40
    Windows Terminal Telnet Tab: 5:30
    Background image: 5:50
    Use WSL 2 Ubuntu to SSH: 6:15
    Shortcuts: 7:15
    Terminal Settings: 8:39
    Terminal SSH configuration: 12:04
    Copy text automatically: 16:00
    Previous videos:
    Windows Terminal and WSL 2: czcams.com/video/GFgJgGV4d28/video.html
    WSL 2 getting started: czcams.com/video/_fntjriRe48/video.html
    WSL2 and Docker getting started: czcams.com/video/5RQbdMn04Oc/video.html
    Documentation:
    Windows Terminal: docs.microsoft.com/en-us/windows/terminal/
    Window Terminal Introduction: devblogs.microsoft.com/commandline/introducing-windows-terminal/
    Windows Terminal GitHub: github.com/microsoft/terminal
    What is WSL? docs.microsoft.com/en-us/windows/wsl/about
    WSL documentation: docs.microsoft.com/en-us/windows/wsl/
    WSL 2 Announcement: devblogs.microsoft.com/commandline/announcing-wsl-2/
    My custom settings:
    ==============================
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "commandline": "powershell.exe",
    "hidden": false
    },
    {
    "name": "Windows PowerShell MyColors",
    "commandline": "powershell.exe",
    "hidden": false,
    "colorScheme": "Campbell Powershell",
    "icon": "c:\\temp\\test.ico"
    },
    {
    // Make changes here to the cmd.exe profile.
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "Command Prompt",
    "commandline": "cmd.exe",
    "hidden": false
    },
    {
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    "hidden": false,
    "name": "Ubuntu-18.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    },
    {
    "hidden": false,
    "name": "SSH to Cisco Nexus",
    "tabTitle": "SSH to Cisco Nexus",
    "commandline": "ssh admin@sbx-nxos-mgmt.cisco.com -p 8181"
    },
    {
    "hidden": false,
    "name": "SSH to Cisco 1941",
    "tabTitle": "SSH to Cisco 1941",
    "commandline": "ssh -c aes256-cbc wsl2@192.168.1.249",
    "backgroundImage": "c:\\temp\\1941v3.jpg",
    "backgroundImageStretchMode": "none",
    "backgroundImageAlignment": "bottomRight",
    "backgroundImageOpacity": 0.5
    },
    {
    "hidden": false,
    "name": "Ubuntu 20.04 SSH to Cisco 1941",
    "tabTitle": "Ubuntu 20.04SSH to Cisco 1941",
    "commandline": "wsl -d Ubuntu-20.04 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes128-cbc wsl2@192.168.1.249"
    },
    {
    "hidden": false,
    "name": "Telnet to Cisco 1941",
    "tabTitle": "Telnet to Cisco 1941",
    "commandline": "telnet 192.168.1.249"
    }
    ==============================

    • @ArthursHD
      @ArthursHD Před 4 lety +1

      I use built-in ssh for almost a year now. I'm more interested in win-get development so I could seamlessly install and update apps just like with apt-get. Sure Windows terminal is a welcome change :)

    • @davidbombal
      @davidbombal  Před 4 lety

      @@ArthursHD Agreed - ssh in Windows been around for a while. Just nice to see how Microsoft have changed in recent times :)

  • @jonesconrad1
    @jonesconrad1 Před 3 lety +63

    Fantastic development from Microsoft, they've nearly got features on windows we've had on linux for 20 years.

    • @serix_16
      @serix_16 Před 3 lety +10

      Yeah! alongside the features you never had on linux 🤗

  • @user-st2cn8ye7e
    @user-st2cn8ye7e Před 4 lety +7

    David always shares everything new and exciting improvements!!!
    Great work!!!!

  • @askhowiknow5527
    @askhowiknow5527 Před 4 lety +326

    Finally, a Microsoft product that doesn’t make me want to self-harm

    • @toothrobber8076
      @toothrobber8076 Před 3 lety +7

      Why did it take Micro$. So long to deliver a terminal

    •  Před 3 lety +3

      ehhhhhhh Paint? Mine Sweeper? Space Cadet 3D Pinball?

    • @user-fl7px4hz9d
      @user-fl7px4hz9d Před 3 lety +4

      seems like u have just started using it... Trust me, it will... I've just switched back to linux, and it feels sooo damn good to use NORMAL terminal.

    • @djebbaranon5892
      @djebbaranon5892 Před 3 lety

      @ me and paint love story when I was 5

    • @dariogriffo
      @dariogriffo Před 3 lety

      I'm a windows user but found really odd the happiness of the OP for being able use a terminal a do ssh and telnet. Seems like he just discovered Linux :)

  • @TheAndjelika
    @TheAndjelika Před 3 lety +8

    Something that should be done 40 years ago is finally done! Good job MS! You are finally becoming part of the same planet! You can SSH ... now (:

  • @michaelanderson7902
    @michaelanderson7902 Před 4 lety +5

    Yes! Finally thank you very much David for uploading this, I was waiting for this and I also appreciate your motivational quotes.

    • @davidbombal
      @davidbombal  Před 4 lety +2

      Glad you enjoyed it!

    • @abdulhakimjama7991
      @abdulhakimjama7991 Před 4 lety

      @@davidbombal I have got the CCNA and currently doing Palo Alto Certification for Cybersecurity (PCCSA) then CCNP Enterprise .. what do you think about these choices ?

  • @refaiabdeen5943
    @refaiabdeen5943 Před rokem

    Another Awesome Introduction to us all David. Keep up the Great Work. Cheers.

  • @ldx8492
    @ldx8492 Před 3 lety +6

    You've earned a sub, really straightforward, precise and clear content, keep it up!

  • @EricTViking
    @EricTViking Před 3 lety +14

    "Now I can use SSH every day!" - Joey Tribiani

  • @KikiNation1
    @KikiNation1 Před 4 lety +41

    I’m in IT and I had no clue this was available. This is awesome, thank you for sharing this!

    • @davidbombal
      @davidbombal  Před 4 lety +4

      Really happy that the video was useful Enrique!

  • @kaiorafael429
    @kaiorafael429 Před 3 lety +30

    Welcome to 1998, Microsoft.

  • @mirjamdabdulahad6209
    @mirjamdabdulahad6209 Před 4 lety +1

    Thanks a ton to you Mr. Bombal. Keep helping the community and keep being awesome 👌. All the good wishes to you.

  • @williamguevara6015
    @williamguevara6015 Před 3 lety

    Just WOW!! This channel is amazing

  • @divanvanzyl7545
    @divanvanzyl7545 Před 3 lety +1

    Thank you for this, I just packed away a keyboard and monitor my 2nd pc was using, and now I’m doing everything on there via ssh! The videos you can get practical use out of, are the best ones. No click bait, no bs, just useful knowledge. Awesome stuff!

    • @davidbombal
      @davidbombal  Před 3 lety +1

      Great to hear that the video helped you Divan!

    • @anon4588
      @anon4588 Před 3 lety

      Nothing stopped you from doing it before?

    • @divanvanzyl7545
      @divanvanzyl7545 Před 3 lety

      @@anon4588 I got the idea to do it (and the "how to") from watching this video. So I wouldn't have thought of doing it without watching this.

  • @adamlicht6614
    @adamlicht6614 Před 4 lety +2

    Thanks David. This is a good step for the Professional DevOps folks working in Windows environments, as many of us are. WSL, VScode, and Teams have all been very solid, and this is a nice little cherry on top!

  • @fangboston4997
    @fangboston4997 Před 3 lety

    This has made my homelab a whole lot easier to maintain, thanks for the video!

  • @AbdirahmanEssa
    @AbdirahmanEssa Před 4 lety

    An absolutely perfect video and easy to understand, well done!

    • @davidbombal
      @davidbombal  Před 4 lety

      Thank you Abdirahman! Glad you enjoyed it :)

  • @epiphoney
    @epiphoney Před 4 lety +18

    The solarized themes make things invisible unless you make adjustments.

  • @TechSportz
    @TechSportz Před 4 lety +2

    Awesome video! Thanks for the inspiration to use this and learn what I can do with it.

  • @polliluiz
    @polliluiz Před 3 lety

    Excellent explanation David. Congrats!

  • @chillpenguin
    @chillpenguin Před 3 lety +3

    Thanks for detailing how you get Terminal to SSH directly into a remote device. I've seen it before but no one described exactly how to do it.

    • @davidbombal
      @davidbombal  Před 3 lety +1

      Glad it was helpful William!

    • @luisgeniole369
      @luisgeniole369 Před 3 lety

      I still remeber the excitment of my first ssh in a production environment. There's nothing like the first hit.

  • @ericlee532
    @ericlee532 Před 3 lety

    CZcams send this link to me and and I promptly download and use Windows Terminal. It is just more than great. Thanks for your video and clear introduction.

  • @julaoscisar
    @julaoscisar Před 4 lety +1

    Hi Mr. Bombal,
    Very good video, this is something what we need, thank you for the learning!!

    • @davidbombal
      @davidbombal  Před 4 lety +1

      Thank you .Glad it was helpful Julio!

  • @DustinGunnells
    @DustinGunnells Před 3 lety

    OMFG! You're awesome! Subscribed!

  • @nigel3270
    @nigel3270 Před 4 lety +1

    Awesome video David! You are a great teacher!

    • @davidbombal
      @davidbombal  Před 4 lety +1

      Thank you Nigel. I appreciate that!

  • @feznkez
    @feznkez Před 4 lety

    Interesting cool stuff! Your videos are great, easy to understand with great examples.

  • @BleedCubbieBlue
    @BleedCubbieBlue Před 4 lety +54

    The ability to add pictures will help cover my a**. I've been so close to configuring the wrong device so many times.

    • @davidbombal
      @davidbombal  Před 4 lety +4

      Agreed David - this will save a bunch of us!

    • @seand7603
      @seand7603 Před 3 lety +1

      set a unique /etc/motd on each system. problem solved.
      pictures.....

  • @zelaznog73
    @zelaznog73 Před 4 lety +1

    Great application and video, thanks again for your continuous contribution to network engineers

  • @techguy9023
    @techguy9023 Před 3 lety +1

    Looks interesting. I remember rolling a VT 101 across campus in an office chair for troubleshooting.

    • @davidbombal
      @davidbombal  Před 3 lety +1

      The good (or was it the bad) old days :)

    • @techguy9023
      @techguy9023 Před 3 lety

      David Bombal It was easier in some ways. A cable cut might mean a multiplexer was down and eight people’s VT 220’s were offline. A fiber cut was much worse. Then again the time a contractor dug between manholes was bad. 2400 pair (thankfully the phone co-not my problem) Those yellow fiber locators with Caterpillar on the side make me nervous.

  • @smarty007us
    @smarty007us Před 4 lety

    Your explanation is simple and awesome. I am not even a techy and I understood it completely. Great work and thanks a lot.

    • @davidbombal
      @davidbombal  Před 4 lety

      Great! Really happy to hear that Satyam!

  • @willembont4790
    @willembont4790 Před 4 lety

    indeed cool stuff. Thanks David.

    • @davidbombal
      @davidbombal  Před 4 lety

      Agreed Willem. Nice to see what Microsoft are doing these days.

  • @juswatv94
    @juswatv94 Před 4 lety +1

    I am using this now David because of your vids, thanks David.

  • @dsm420
    @dsm420 Před 3 lety

    Thanks for getting ms terminal to us

  • @jcornwall6228
    @jcornwall6228 Před 4 lety +1

    For you excellence is a lifestyle. Thank you once again for sharing your knowledge.

  • @AlphaFoxDelta
    @AlphaFoxDelta Před 3 lety +1

    Thanks for the info, this is my new terminal.

  • @jamesmwansa7436
    @jamesmwansa7436 Před 4 lety +1

    Mr. David, your lessons are so great i have also enrolled for CCNA with you on Udemy. So great videos and thanks for what you are doing for us. Your passion will pay you so much sir.

    • @davidbombal
      @davidbombal  Před 4 lety

      Thank you James! I appreciate your support.

  • @KarenTazayan
    @KarenTazayan Před 3 lety

    Great work!

  • @Ant-up3iy
    @Ant-up3iy Před 4 lety +1

    Quality video. Thanks David

  • @joshchinwendu
    @joshchinwendu Před 4 lety +3

    Did I forget to say THANK YOU you motivational quotes on your social media pages

    • @davidbombal
      @davidbombal  Před 4 lety +1

      Glad you are enjoying the motivational quotes Joshua!

  • @ShadowManceri
    @ShadowManceri Před 3 lety +16

    2:17 Putty last updated 2020-06-27. It gets constant updates.

    • @davidbombal
      @davidbombal  Před 3 lety +1

      Please read the pinned comment. I know this.

    • @hithere1219
      @hithere1219 Před 3 lety

      @@davidbombal there's no pinned comment

  • @dwnthk
    @dwnthk Před 4 lety

    Your vid is always professional. Thx dude.

  • @kishorgunjal5128
    @kishorgunjal5128 Před 4 lety +2

    Just an excellent news and software from microsoft.And a very very big thanks david for giving this video..You are always been motivational speaker and tech expert for me.😊

  • @williamhaddock1838
    @williamhaddock1838 Před 4 lety +1

    Nice, thanks David :)

  • @qymaruh
    @qymaruh Před 4 lety

    Very rarely does get excited about windows products. Well, this is one of those moments. Truly fantastic stuff

  • @nelsonking
    @nelsonking Před 3 lety

    I've been using this for over a month now. I quite like it. I configured my Windows Terminal to also use git bash but couldn't change the icon.

  • @artemu78
    @artemu78 Před 3 lety

    great tool, indeed, thanks David

  • @stoicfloor
    @stoicfloor Před 3 lety +17

    Wow! CZcams recommended this to me and I instantly downloaded and used Windows Terminal. Awesome! Thanks for the video and intro!

    • @davidbombal
      @davidbombal  Před 3 lety

      You're welcome! Glad to hear that you enjoyed the video :)

  • @alyfraga9923
    @alyfraga9923 Před 4 lety +13

    Finally!!! 👏

    • @davidbombal
      @davidbombal  Před 4 lety +1

      Agreed!

    • @StiekemeHenk
      @StiekemeHenk Před 4 lety +2

      Its been out for a long while now...

    • @davidbombal
      @davidbombal  Před 4 lety +1

      @@StiekemeHenk See all the other comments about people complaining how long this has taken. Just glad that Microsoft has made this now after all these years. For reference: Stable released May 20, 2020 and Preview release June 18, 2020. Windows Terminal ships with Cascadia Code 2005.15. In other words, even though the Initial release was May 3, 2019, it is still very new and will only be part of Windows with 2005.15.

  • @techwolfcave
    @techwolfcave Před 3 lety

    Great video 👌

  • @klaasweerstand9429
    @klaasweerstand9429 Před 4 lety

    Finally a normal way to install, I've installed the beta using visual studio... I'm happy to hear it's finally done

  • @bobwong8268
    @bobwong8268 Před 3 lety

    Thanks David. Glad to know that I have something kinda like Terminator + bash when I need to telnet or ssh into a device. And it's cool to be able to have multiple tabs. Esp like the device image @ the buttom right. The json config is also pretty nix style. Another way to be productive when the only OS can be used is Windows.

  • @jordanalex8674
    @jordanalex8674 Před 4 lety +31

    It's funny how this got me so excited. Loo

    • @davidbombal
      @davidbombal  Před 4 lety +4

      haha - it's cool to have a free tabbed windows terminal application :) We are allowed to get excited by this development.

  • @kingwing5963
    @kingwing5963 Před 3 lety

    My in-law made this, glad you enjoy it.

  • @NoorquackerInd
    @NoorquackerInd Před 3 lety +14

    Linux users: "Oh, cool. Anyways..."

  • @Jonathan-L
    @Jonathan-L Před 4 lety

    I think this video is more about the .json editor than the actual Microsoft Windows Terminal app. Many thanks for a great presentation.

    • @davidbombal
      @davidbombal  Před 4 lety

      You edit the settings of Windows Terminal via that json file. In future they may have a graphical user interface for that, but it doesn’t exist at the moment

  • @nelson32
    @nelson32 Před 4 lety +5

    David, your videos are great snippets of interesting technology. I love how a lot of these videos aren't something like "how to configure X in a X router" but rather technology that may sit adjacent to networking. This is great stuff especially since DEVOPS and Networking seem to be converging. You are my source for new tech out there that I'm not aware of.

    • @davidbombal
      @davidbombal  Před 4 lety

      Wow, thank you for the kind words Nelson!

  • @TheMiguelin21
    @TheMiguelin21 Před 3 lety +1

    I am not expert in these topics but I love your videos, I am doing my best to improve my skills on tech watching your videos, regards from Colombia!!!

  • @wisteela
    @wisteela Před 4 lety +1

    Excellent video, and excellent app.
    Subscribed

  • @Gglsucksbigballz
    @Gglsucksbigballz Před 3 lety

    Your way more excited about this than I am.

  • @mohamedelraie8927
    @mohamedelraie8927 Před 4 lety

    Much Appreciated David

  • @rajasekarravichandran7565

    Phew!! I was working with CML personal today and I configured Superputty. Now I'm seeing this and I'm like WOW I should have seen this video Yesterday.

  • @AdityaSharma-rb5tw
    @AdityaSharma-rb5tw Před 4 lety

    Thanks for the information sir 👍👍

  • @CdnMark
    @CdnMark Před 4 lety

    This is amazing!

  • @normanrobinson1932
    @normanrobinson1932 Před 4 lety +1

    This is excellent news..!!! 👌💯👏 Thanks for sharing the latest..!!! 🤔😯😳 I've just shared this with everyone whom I believe will be pleased to know about this very recent development..!!! 😉👍

  • @Patrick1985McMahon
    @Patrick1985McMahon Před 4 lety +39

    this should have been added into windows back in windows 7. it's crazy how it took them this long to add tabs to the terminal.

    • @MyNextShotWontMiss
      @MyNextShotWontMiss Před 3 lety +1

      Especially with what a leap forward Win 7 was. I came to leave nearly the same comment.

    • @Patrick1985McMahon
      @Patrick1985McMahon Před 3 lety +2

      @@MyNextShotWontMiss I would also like to see tabs on explorer.

    • @milesfarber
      @milesfarber Před 3 lety

      @@MyNextShotWontMiss I can't wait for the day you suddenly learn windows 7 is just Vista service pack 4.

    • @bm5543
      @bm5543 Před 3 lety +1

      Because now they won't survive without embracing open source, so they are doing it out of reluctance

    • @MyNextShotWontMiss
      @MyNextShotWontMiss Před 3 lety

      @@milesfarber Your reply to me comes across as very arrogant.
      Windows 7 is not Vista or a service pack. It's your right to think of it however you want, but by definition it's not.
      I've been primarily a Linux user since '06 anyway so I've got no dog in your fight, but I did have to deal with client systems running Windows as well as servers at work throughout the years.

  • @SilverBullet93GT
    @SilverBullet93GT Před 3 lety

    i can't wait for the new windows calculator and notepad apps!!!

  • @lpanebr
    @lpanebr Před 4 lety

    Excellent video!

  • @ThutoFizz
    @ThutoFizz Před 3 lety

    Finally so happy! 🔥

  • @matthewfernando6197
    @matthewfernando6197 Před 4 lety +4

    First to view!!! ..Thank you for this content David!

  • @Clefweb
    @Clefweb Před 3 lety

    I'm using it for more than a year and it's amazing!

  • @kironbest
    @kironbest Před 4 lety +1

    David! you are always best because you make video maximum times and reply comments to your subscribed user. 🙂🙂

  • @jean-francoisbouzereau6258

    Fantastic !!!! 50 years after unix, Windows provides a terminal application. Microsoft guys are really geniuses. I hope they provide soon a browser.

  • @syednajamuddin9222
    @syednajamuddin9222 Před 4 lety +1

    Very Useful !!!

  • @geertvancompernolle2586

    Yet again another great tutorial, David! One question I have regarding the usage of SSH from Windows Terminal (as a Putty replacement): is it also possible to use private/public keys in Windows Terminal like I'm using them through Putty? This way, you don't need to type in your password anymore, which is much more convenient. In Putty I know all the ins and outs to do that but I was wondering if Windows Terminal can do that too.

  • @d-techgaming
    @d-techgaming Před 4 lety

    Great work easy to understand

  • @squidiebah
    @squidiebah Před 3 lety

    OpenSSH for Windows has been built in for several years, also there was a Win32 OpenSSH port which I've been using for years. I have been using the new terminal for a few months now and quite enjoy it. Tabbed terminals has been an ask from MS for ages.

    • @davidbombal
      @davidbombal  Před 3 lety

      Agreed. Mentioned at 2:20 of the video. The tabs and direct integration of WSL 2 are nice :)

  • @TheBothWorlds
    @TheBothWorlds Před 3 lety

    This is a very nice video thank you!

  • @nanis967
    @nanis967 Před 3 lety

    Nice explained

  • @senantiasa
    @senantiasa Před 3 lety

    SSH directly?? Wow! Isn't it a better world when we all try to come together and meet in the middle? Great news indeed!:D

    • @davidbombal
      @davidbombal  Před 3 lety

      Horses for courses. The tabs and direct integration of WSL 2 are nice :)

  • @ianbird6997
    @ianbird6997 Před 3 lety

    Great video 👍

  • @trudyandgeorge
    @trudyandgeorge Před 3 lety

    Putty was updated last week lol. This dudes accent is really hard to pin down, my guess is a kiwi living in South Africa. Cool vid mate, keep it up (braai for life)

  • @BryanEaton
    @BryanEaton Před 3 lety +4

    Yea, I just run Linux native. WSL 2 is nice though.

  • @jiml.9026
    @jiml.9026 Před 3 lety

    I will be honest, I love their new terminal! I thought it would be eh....but it has been so useful for me not just at home but at work.

  • @baronaparts4382
    @baronaparts4382 Před 3 lety

    More great stuff. Subbed

  • @RafiulBariChowdhury
    @RafiulBariChowdhury Před 4 lety

    Thank you very much!!

  • @davepascual39
    @davepascual39 Před 4 lety

    I used cmder in Windows OS as a terminal for years. Most of the bash commands are there too. But I want to try this.

  • @Willeexd1337
    @Willeexd1337 Před 3 lety

    The new terminal is really nice. I need to use Windows because I’m a gamer too and this is such a relief

    • @davidbombal
      @davidbombal  Před 3 lety +1

      Great feedback William. Agreed - some people prefer to use Windows and this is a great option from Microsoft :)

  • @kencramer1697
    @kencramer1697 Před 3 lety

    This looks interesting. I will need to explore the documentation, but right offhand I see something missing that I need. A better way to store things. I need a good replacement for putty connection manager. As I support multiple clients with lots of gear it is great to have a list of folders off to the side for each client with sub-folders for their gear. The top level lists Client A, Client B, Client C and then if you expand the folder for client A you will see the sub-folders for Routers, Switches, Firewalls, load-balancers etc. Expanding one of these folders will show you the saved connections for the devices.

  • @tc2241
    @tc2241 Před 3 lety +7

    This, WSL2 and VSC really have me loving the ever loving s**t out of my dev box lately. My container development got a steroid boost

  • @meleardil
    @meleardil Před 3 lety

    So, after 40 YEARS they finally managed to copy the Unix terminal. What a gigantic achievement! I am speechless!!

  • @RobertSpreadborough
    @RobertSpreadborough Před 3 lety

    Really wow a TTY - like it can put words on your screen from another computer - GENIUS - I've heard the beatles have spit up also

  • @JohnColgan.
    @JohnColgan. Před 3 lety

    Hi David,
    is it possible to run powershell and command prompt in the elevated Administrator mode from a profile rather than running a separate powershell app?

  • @aurkito
    @aurkito Před 4 lety +1

    Thanks sir,
    for your Hard Work and providing us updates .
    You are a GREAT TEACHER, and GREAT PERSON
    Your Student
    Ayush

  • @Forest0922
    @Forest0922 Před 3 lety

    I've been using powershell to ssh into my router for years now, had to go to the add/remove features on the windows update screen and add the ssh capability into windows 10. New terminal app does look nice though, have to give it a try.

  • @tonik2558
    @tonik2558 Před 3 lety

    If you, configure settings.json, you can also have the Explorer functionality where you type in wt into the address bar of a folder, and it opens in that folder, like cmd or powershell.

  • @filovirus1
    @filovirus1 Před 3 lety

    thank you for this. subscribed.
    btw, would you mind sharing what type of chair you got here? looks very good

    • @davidbombal
      @davidbombal  Před 3 lety +1

      Thank you. Chair I have is this: www.amazon.co.uk/gp/product/B07GNCWJM1/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

  • @joepelletier6694
    @joepelletier6694 Před 3 lety +8

    This is part of Microsoft's attempt to Embrace extend extinguish Linux, but we (the links community) aren't that stupid.

  • @diegomirner
    @diegomirner Před 3 lety

    Hey David, thanks a lot for this video, excelent work, just check your playlists and great contect, will love to find same for cloud computing traning, anyways thanks a lot