Gui смотреть последние обновления за сегодня на .
A GUI or graphical user interface is a system of interactive visual components for computer software. A GUI displays objects that convey information, and represent actions that can be taken by the user. The objects change colour, size, or visibility when the user interacts with them. In this video, we will talk about it. Hope you enjoy this video :) #GUI #graphicaluserinterface Image credit:- 1. Mac user Interface: 🤍
$1000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 🤍 This is a REAL project from Princeton! 🤍 An easy way to make a GUI (Graphical User Interface) in java is with swing. Swing is outdated, but a good way to start learning. Swing has code that lets us call methods with GUI objects to make our own GUI. I hope this helps you make your first java gui :) This is GREAT practice for getting your feet wet making a GUI! I hope you enjoyed java gui tutorial! - Full Java Course: 🤍 Free tips: 🤍 Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
Learn Tkinter in this full course for beginners. Tkinter is the fastest and easiest way to create the Graphic User Interfaces (GUI applications) with Python. Tkinter comes with Python already, so there's nothing to install! 💻Code: 🤍 🎥Course created by Codemy.com. Check out their YouTube channel: 🤍 ⭐️Course Contents ⭐️ ⌨️ (0:00:00) Intro to Tkinter ⌨️ (0:10:32) Positioning With Tkinter's Grid System ⌨️ (0:19:29) Creating Buttons ⌨️ (0:29:30) Creating Input Fields ⌨️ (0:38:51) Build A Simple Calculator App ⌨️ (1:18:19) Using Icons, Images, and Exit Buttons ⌨️ (1:27:42) Build an Image Viewer App ⌨️ (1:49:37) Adding A Status Bar ⌨️ (1:59:45) Adding Frames To Your Program ⌨️ (2:07:49) Radio Buttons ⌨️ (2:24:36) Message Boxes ⌨️ (2:35:31) Create New Windows in tKinter ⌨️ (2:44:30) Open Files Dialog Box ⌨️ (2:56:09) Sliders ⌨️ (3:08:25) Checkboxes ⌨️ (3:17:29) Dropdown Menus ⌨️ (3:23:50) Using Databases ⌨️ (3:32:28) Building Out The GUI for our Database App ⌨️ (3:59:48) Delete A Record From Our Database ⌨️ (4:15:18) Update A Record With SQLite ⌨️ (4:42:57) Build a Weather App ⌨️ (5:04:32) Change Colors In our Weather App ⌨️ (5:16:36) Add Zipcode Lookup Form ⌨️ (5:26:22) Matplotlib Charts Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍
Java GUI tutorial for beginners swing graphics #Java #GUI #tutorial #beginners #1 (00:00:00) frames 🖼 #2 (00:12:09) labels 👨💻 #3 (00:29:35) panels 🟥 #4 (00:42:27) buttons 🛎 #5 (00:56:19) BorderLayout 🧭 #6 (01:07:25) FlowLayout 🌊 #7 (01:14:53) GridLayout 🔳 #8 (01:19:45) JLayeredPane 📚 #9 (01:27:54) open new window 💻 #10 (01:38:12) JOptionPane 🛑 #11 (01:50:03) textfields 📛 #12 (01:59:36) checkboxes ✔ #13 (02:07:58) radio buttons 🔘 #14 (02:18:16) combo boxes 📑 #15 (02:28:12) sliders 🌡 #16 (02:40:45) progress bar 📊 #17 (02:51:23) menubars 🗄 #18 (03:06:05) select a file 🔎 #19 (03:15:03) color chooser 🎨 #20 (03:21:25) KeyListener 🚀 #21 (03:34:01) MouseListener 🖱 #22 (03:45:12) drag & drop 👈 #23 (03:59:29) key bindings ⌨ #24 (04:11:38) 2D graphics 🖍 #25 (04:31:15) 2D animations 👾 Link to the full playlist 🎞️ : = 🤍 = Bro Code merch store 👟 : = 🤍 =
Who's in control? The real difference between programming for command line, or programming for GUI. Dr Steve Bagley introduces the differences between the two. 🤍 🤍 This video was filmed and edited by Sean Riley. Computer Science at the University of Nottingham: 🤍 Computerphile is a sister project to Brady Haran's Numberphile. More at 🤍
$1000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 🤍 An easy way to make a GUI (Graphical User Interface) in java is with swing. Swing is outdated, but a good way to start learning. This is a slightly more complicated GUI than last week's, so if you want a simpler example, checkout my first GUI tutorial: 🤍 I hope this helps you make your first java gui :) This is GREAT practice for getting your feet wet making a GUI! I hope you enjoyed java gui tutorial! - Full Java Course: 🤍 Free tips: 🤍 Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee
Vous pouvez vous abonner à notre chaîne en CLIQUANT ici : 🤍 Rejoignez nous sur: Facebook - 🤍 Instagram - 🤍 Tik Tok - 🤍 Twitter - 🤍
Kepar Gui du 30 mai 2023 sur Walf FM 99.0
Learn how to build a graphical user interface (GUI) using App Designer in MATLAB. App Designer integrates the two primary tasks of app building – laying out the visual components of a graphical user interface (GUI) and programming app behavior. It is the recommended environment for building apps in MATLAB. MATLAB App Designer: 🤍 MATLAB App Designer Component Gallery: 🤍 Comparing GUIDE and App Designer: 🤍 GUIDE to App Designer Migration Tool: 🤍 Tutorial - Creating a Simple App using App Designer: 🤍 Ways to Share Apps: 🤍 Get a free product trial: 🤍 Learn more about MATLAB: 🤍 Learn more about Simulink: 🤍 See what's new in MATLAB and Simulink: 🤍 © 2022 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc. See 🤍mathworks.com/trademarks for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.
#gui #tkinter #python In this tutorial, we'll build a PDF-extracting program that fetches text from a user-selected file. We'll create a graphic interface with Tkinter, manipulate PDF files with PyPDF2 and present the logo of our app with Pillow/PIL. 🛑 You may need to adjust "filetype" tp "filetypes" in line 24 🛑: file = askopenfile(parent=root, mode='rb', title="Choose a file", filetypes=[("Pdf file", "*.pdf")]) ⭐ STARTER FILES: 🤍 ⭐ PART 2 OF THIS PROJECT (much bigger font 😉): 🤍 - 🖇️ MUCH NEWER TUTORIALS 🖇️ - ⭐ Create GUI App with SQLite and Tkinter (Random Recipe Picker): 🤍 ⭐ From Python App to Real Program (using Random Recipe Picker): 🤍 - ⏰ Time Stamps ⏰ - 00:00 - Intro 01:23 - Import modules 02:02 - Save as a Python file 02:30 - Run Python file in the terminal 03:43 - Create a Window/Root object with Tkinter 04:48 - Create a Tkinter Canvas Widget 06:14 - Tkinter Image Widget 08:35 - Add Text with a Tkinter Label Widget 10:10 - Discuss "Browse" Button Functionality 10:25 - Change the Text of a Button Widget 12:34 - Tkinter Widget Rowspan 12:57 - Stylize Button Widget 13:38 - Add Vertical Margins in Tkinter 14:18 - Attach Command Function to Button Widget 16:00 - Open Browse File Dialog 16:52 - Limit File Dialogue to Browse only for PDF files 17:48 - Read PDF file with PyPDF2 18:11 - Select a PDF page 18:25 - Extract Text from PDF file 19:36 - Create a Tkinter Text Widget 20:01 - Padding with Tkinter Widgets 20:12 - Insert Text into a Text Widget 21:08 - Justify Widget Text to the Center 22:35 - Test the App 22:54 - Thanks for Watching! - Tkinter Documentation: 🤍 - 🤝 Connect with me 🤝 - 🔗 Github: 🤍 🔗 Discord: 🤍 🔗 LinkedIn: 🤍 🔗 Twitter: 🤍 🔗 Blog: 🤍
Learn how to create a graphical user interface using GUIDE, the graphical user interface development environment of MATLAB. Learn more about MATLAB App Designer: 🤍 Learn more about MATLAB: 🤍 See what's new in the latest release of MATLAB and Simulink: 🤍 Free MATLAB Trial: 🤍
Keep exploring at 🤍 Get started for free, and hurry—the first 200 people get 20% off an annual premium subscription. In today's episode we will be building a modern python GUI app using Tkinter and CustomTkinter. We will also be integrating pytube which will allow us to download our youtube videos in different resolutions and formats. This is a beginner python project that you can follow along without any previous python knowledge. Upgrade your programming skills with my courses 🤍 This video was sponsored by Brilliant 🛴 Follow me on: Twitch: 🤍 Twitter: 🤍 Instagram: 🤍 Github: 🤍 #programming #python
what is gui, graphical user interface, gui, graphical user interface in hindi, what is graphical user interface, gui computer, what is gui in hindi, gui kya hai...in hindi, gui in computer graphics in hindi, user interface, gui computer class, gui in computer, what is g u i, gui operating system in hindi, what is a gui, computer gui, cui and gui operating system, GUI ( Graphical user interface ) Full concept in hindi | HMI tutorials, What is GUI (Graphical User Interface)?, CUI VS GUI in hindi | GUI vs CUI in hindi | DOS vs Windows in hindi |, Graphical User Interface, what is gui in hindi, GUI Operating System- An Introduction, What is GUI in Hindi |GUI kya hai |Full Detail of GUI , Graphical User Interfaces: Crash Course Computer Science, What is Graphical user interface || Operating System || Lecture in Urdu/Hindi, User Interface(HINDI), GUI vs CUI - Graphical User Interface and Character User Interface, GUI का मतलब क्या होता है | What is the meaning of GUI in Hindi | GUI ka matlab kya hota hai, What is GUI?, What is Netbeans IDE in Hindi | Eduvellari, GUI Operating System- Desktop Management, Graphical user interface Meaning, What is GUI in hindi (Graphical User Interface) ?, What is GUI (Hindi), Command Line Interface (CLI) vs Graphical User Interface (GUI) | HINDI |, Python GUI with Tkinter in hindi, Interface meaning in Hindi | Interface ka kya matlab hota hai | daily use English words, What is GUI and Components of GUI,Computer Basics, What is GUI and CUI in computer || Graphical User Interface || Character User interface || (Hindi), What is Interpreter ?, What is GUI (Graphical User Interface) in Hindi | GUI क्या है?, What is a Graphical User Interface?, Graphical Interface vs Command Line Interface | explained (hindi), The history of the graphic user interface, Advantages and Disadvantages of Graphical User Interface in Human Machine Interaction in Hindi, Class 3 Computer GUI Operating System - An Introduction, Difference Between GUI and CUI | CUI vs GUI in Hindi, User Interface | types of. UI,CLI,GUI,NUI,OUI,VUI., First GUI Program in Java Netbeans | Step by Step Explaination, MATLAB GUI for Image Processing, CUI & GUI : DIFFERENCE BETWEEN CHARACTER USER INTERFACE AND GRAPHICAL USER INTERFACE, What is USER INTERFACE? What does USER INTERFACE mean? USER INTERFACE meaning & explanation, What is GUI (Graphical User Interface) ?, What is UI Design (in Hindi) - User Interface Design kya hain, GUI and CUI|Difference between GUI and CUI|Graphical User Interface|Character User Interface, Graphical User Interface , Computer Science Lecture, Operating System and GUI- Role and Functions class-8, Java Swing Netbeans IDE GUI Tutorial - 6 - What is Event Handling - Hindi
In this video course we learn the basics of GUI development in Python using Tkinter. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ 📚 Programming Books & Merch 📚 🐍 The Python Bible Book: 🤍 💻 The Algorithm Bible Book: 🤍 👕 Programming Merch: 🤍 🌐 Social Media & Contact 🌐 📱 Website: 🤍 📷 Instagram: 🤍 🐦 Twitter: 🤍 🤵 LinkedIn: 🤍 📁 GitHub: 🤍 🎙 Discord: 🤍 🎵 Outro Music From: 🤍
Java GUI intro JOptionPane #Java #GUI #into #JOptionPane
Cockpit gives you a GUI for your server, which can be accessed via a web browser. Cockpit makes it easy to start containers, administer storage, configure networks, inspect logs, and perform system tasks with a mouse. You can think of Cockpit like a graphical “desktop interface”, but for individual servers. Chapters: 0:00 Introduction 0:46 Access Cockpit in the Browser 2:39 Cockpit Interface Overview 5:50 How to Install Cockpit 8:16 Managing Networking in Cockpit 8:53 Managing User Accounts in Cockpit 9:57 Managing System Services in Cockpit 11:04 Using the Terminal in Cockpit 12:10 Conclusion New to Linode? Get started here with a $100 credit → 🤍 Read the doc for more information on Cockpit→ 🤍 Learn more about installing Cockpit → 🤍 Subscribe to get notified of new episodes as they come out → 🤍 #Linode #Linux #Cockpit #CommandLine Product: Linode, Cockpit, Linux Server; Jay LaCroix;
We're all trapped in an alternate reality where the GUI is still bad. I don't know if we're going to make it. Link to forum discussion: 🤍 Link to reddit discussion: 🤍 🤍
Inscreva-se no Blaze com o código nobre e receba um bônus de boas-vindas. Você deve ter mais de 18 anos para usar o aplicativo Blaze. Se você tem menos de 18 anos, não jogue. Compartilha o vídeo com 2 amigos ou mais e deixa seu like com seu comentário incrível pra mim saber oque estão achando dos vídeos e aguardem os próximos episódios !! Insta: guinobreyt guinobre🤍agencia11k.com.br
Role Swap (3): Gui Ge turns into a male mother and gets needles#Shorts #ENSUB #GuiGe Hey! I'm super talented GuiGe, this is my Only Official Channel on YouTube.😎 I made super creative funny videos with my family! What plot twists will there be for detective mom and genius son? What story will the gluttonous fat daughter Boniu have on food and weight? We will start our family war in more amazing ways than you can imagine, and the ending will be absolutely unexpected. All videos are original and hope to bring joy and relaxation to your life. If you like our funny comedy videos, don’t forget to Subscribe【GuiGe】and turn on the little bell! Follow us on YouTube: 🤍 Click to watch more amazing vides: 【Boniu's Weight Crisis】 🤍 【Mom and Son Spider-man Episode】 🤍 【Role SwapThe Rise Of GuiGe】 🤍 【Boniu Wants Meat!!!💥】 🤍 【Go Swimming With Girlfriend】 🤍 Detective Mom and Pranker Son Playlist: 🤍 #guige #momandson #funny#comedy #funnyvideos #trynottolaugh
This tutorial covers everything you need to know about user interfaces in Python. I will go over all of tkinter, Python's default GUI framework, cover all the basics and then create a BMI app, a calculator and a photoshop style image editor. If you enjoy this course, consider buying the tutorial that covers 7 additional apps: A responsive weather app, the ios stopwatch, a stock market tracker, a map viewer, a paint app, a snake game and qr code generator. Link to the paid course: 🤍 Other social stuff Patreon - 🤍 Twitter - 🤍 Discord - 🤍 Code: 🤍 Timestamps: 00:00:00 - Intro 00:01:05 - Overview of tkinter + demo app 00:21:27 - Basic widgets 00:40:36 - Gettings and setting widget data 00:54:19 - Tkinter variables 01:06:06 - Buttons 01:32:34 - Buttons with arguments 01:40:37 - Events 01:53:40 - Combobox & Spinbox 02:10:08 - Canvas 02:34:41 - Treeview (Tables) 02:49:24 - sliders 03:08:49 - Frames & parenting 03:20:30 - Tabs 03:27:52 - Menus 03:46:51 - Customizing the window 04:04:28 - Layout intro 04:22:29 - Pack 04:46:18 - Pack + Parenting 05:01:46 - Grid 05:24:30 - Place 05:45:20 - Understanding widget sizes 05:51:34 - Stacking widgets 06:01:07 - Toggling widgets 06:17:28 - Combining layout methods 06:36:59 - Using classes 07:05:21 - Creating widgets in classes 07:25:56 - Responsive layouts 07:56:51 - Understanding scrolling 08:17:47 - Creating a scrollable frame 08:49:39 - Multiple windows 09:03:04 - Styling 09:17:50 - Using themes 09:25:49 - Colors 09:34:28 - Customtkinter 09:54:17 - Creating a ctk app 10:00:42 - ttkbootstrap 10:13:42 - ttkbootstrap editor 10:16:55 - ttkbootstrap extra widgets 10:40:11 - Animating widgets 11:11:03 - Using images 11:42:59 - Image animations 12:15:34 - Changing the title bar color 12:27:12 - BMI setup 12:36:54 - BMI widgets 13:01:04 - BMI functionality 13:16:01 - Metric units 13:24:57 - Imperial units 13:43:09 - Calculator setup 13:57:58 - Output labels 14:10:31 - Button setup 14:25:16 - Image buttons 14:34:58 - Number buttons 14:47:38 - Math buttons 15:00:32 - Calculator logic 15:21:45 - Extra operations 15:33:02 - Editor setup 15:46:19 - image import 15:57:28 - Scaling the image 16:10:39 - Closing the image 16:16:45 - Creating the menu 16:34:26 - Manipulating the image 16:56:17 - Managing the menu data 17:23:39 - Applying the effects 17:42:28 - Reverting the effects 17:53:44 - Creating the export panels 18:14:43 - Exporting the image
Compartilha o vídeo com 2 amigos ou mais e deixa seu like com seu comentário incrível pra mim saber oque estão achando dos vídeos e aguardem os próximos episódios !! Insta: guinobreyt guinobre🤍agencia11k.com.br
The Mongolian girls band The Wasabies: 🤍 Composed by: B.Naranzun Lyrics by: B.Naranzun Arranged by: Temuulen Recorded by: Tuvshuu T-SouL Director: Enkhgerel /Geelee/ Artist: Bat-Erdene Cinematography: Uguudei, Tserenpurev Edited by: Erdenebat, Bayarsaikhan Follow us: 🤍 🤍 The Wasabies - 'Ү-гүй' Yг, ая: Б. Hаранзун Биелүүлж чадаагүй амлалтаа чи мартсан Одоо гэхдээ бүх юм дууссан Ямар нэгэн тайлбар хэрэггүй Бие сэтгэл чинь тусдаа болсныг анзаарсан Түрүүлж түүнийг мэдэрсэн Бүтэхгүй хайрыг хүсэхгүй Гишгэсэн мөр чинь дэндүү тод Гэтэлж чадахгүй бол замаас холд Хуурамч дүрийг будаад ч нэмэргүй ээ Хийсэн зүйлээ эргээд бод Баталж чадахгүй бол дахиад шод Хагарсан сэтгэлийг наах хэрэггүй ээ Дахилт: Дам дам дам яриа, даанч хэрэггүй яриа Дассан сэтгэлээ хая аа Дам дам дам яриа, даанч хэрэггүй яриа Дассан сэтгэлээ хая аа Сая сая оддын доор Сая сая хүмүүс хайраа олно Буцаж ирэхгүй цаг мөчийг хүлээхгүй ээ Өөр найз охинтой болсон гэж сонссон Надтай төстэй гэж хэлсэн Өөрийгөө хуурах хэрэггүй Өдөр биш шөнөөр мессэж бичих болсон Тайлбар чинь дэндүү оройтсон Өнгөрснөө зөвтгөх хэрэггүй Хийсэн үйлдэл чинь дэндүү шог Хийсэж одсон цаг бүхэн хог Хөрсөн сэтгэлийг оролдоод хэрэггүй ээ Бодсон зүйл чинь чамд л лаг Буцааж асуухаар тэгээд таг Хагарсан сэтгэлийг нааж чадахгүй ээ Дахилт: Дам дам дам яриа, даанч хэрэггүй яриа Дассан сэтгэлээ хая аа Дам дам дам яриа, даанч хэрэггүй яриа Дассан сэтгэлээ хая аа Сая сая оддын доор Сая сая хүмүүс хайраа олно Буцаж ирэхгүй цаг мөчийг хүлээхгүй ээ I can live without you Биелүүлж чадаагүй амлалтаа чи мартсан Одоо гэхдээ бүх юм дууссан Ямар нэгэн тайлбар хэрэггүй Бие сэтгэл чинь тусдаа болсныг анзаарсан Түрүүлж түүнийг мэдэрсэн Бүтэхгүй хайрыг хүсэхгүй
📧 Contato: renan🤍agencia11k.com.br 🛵 Minha moto: Kawasaki KX250F 2021 Kawasaki KX250F 2012 YAMAHA PW50 YAMAHA XT660 KAWASAKI z900 2021 HONDA CRF 230 KAWASAKI KLX110 🚗 Meu carro: BMW M2 Competition 2019 BMW 325i 1998 "Faço oque mais amo que é gravar vídeos" SE INSCREVAAAAAAA
In this video we'll learn how to create Modern GUI Design using the CustomTkinter Library for Tkinter and Python. Tkinter looks old and clunky, you can't deny it. But now, with the CustomTkinter library by Tom Schimansky, you can make awesome modern looking apps with ease! This should blow the doors off App GUI Design! 🤍 #tkinter #codemy #JohnElder Timecodes 0:00 - Introduction 2:56 - Pip Install CustomTkinter 3:14 - Copy The Example App 3:41 - Comment Out The First Line 4:18 - Play With The Example App 4:56 - Change Colors 6:27 - Quick Walkthru 7:36 - Conclusion
Se você curte ver vídeos de reforma de casa, transformações de ambientes e muitas ideias de decoração, vem assistir a reforma que fizemos na cozinha do nosso apartamento novo! Ela tava muito desatualizada e bem detonada! Curte vídeos assim?! Que tal se inscrever no nosso canal? 🥰 É só clicar aqui: 🤍 Nós moramos nesse apartamento há poucos meses e já não aguentávamos mais conviver com a cozinha daquela forma. Ela tinha azulejos detonados, armários quase caindo aos pedaços e um tubo preto de energia que percorria a cozinha inteira. Por isso precisávamos reformar tudo para ter uma imagem melhor dessa cozinha que apelidamos de Cozinha Girassol (sim, pelas dezenas de girassóis estampadas nos revestimentos kkkkkkk) Então logo de começo já tivemos vontade de atualizar tudo e dar o nosso toque pessoal. Lembrando que moramos em um apartamento alugado e só fizemos tudo isso porque conseguimos negociar com o proprietário do apartamento. Para solucionar os azulejos antigos das paredes, surgimos com duas ideias: cobrimos uma parte com massa acrílica e pintamos a outra parte. Isso é uma ótima solução para renovar ambientes com revestimentos nas paredes porque é mais barato e não gera resíduos no meio ambiente. Nessa parte coberta, fizemos uma pintura marmorizada, o foco era parecer com uma pintura caiada, aquelas pinturas com cal que se faziam nos muros de muitas casas brasileiras antigamente e o processo foi simples: pintar a parede com um fundo de cor, no caso a Amizade Antiga da Coral, adicionar um pouco de branco na tinta e manchar a parede com um rolinho bem seco, ou uma esponja larga e então repetir algumas vezes. Já os azulejos pintados fizemos com tinta epóxi base água branca acetinada da Coral. O chão que também estava detonado foi solucionado pintando também com tinta epóxi base água na cor Clareza da Manhã, porém não recomendamos. Aqui a pintura ficou MUITO frágil e descascou com facilidade. Se você quer solucionar um piso antigo, talvez tenha que pensar em outra ideia, ou pintar com uma tinta diferente. Nosso gabinete estava baixo, mas nós ainda tentamos restaurar o mármore limpando com esses produtos pós obras que limpam pedras. Deu uma clareada boa! Foi aí que pensamos em cobrir o gabinete com um adesivo vinílico em um tom amadeirado. Deu uma cara nova para essa parte da cozinha e o custo foi baixo! Os detalhes finais ficaram por conta dos armários verdes da linha Botanic da Kappesberg. Ele é vendido nas maiores lojas de móveis do Brasil inteiro e é uma boa opção pra trazer leveza e modernidade pra decoração. O verde mais fechado, o tom da madeira e o dourado fosco dos detalhes trouxeram uma delicadeza pra cozinha que nós amamos! Agora se você quer conferir outros modelos da Kappesberg, pode usar nosso cupom GUIERAFA10 pra ganhar 10% de desconto nas compras do site oficial! Se você também gosta de decoração barata e com poucos materiais, conta aqui nos comentários! Chegou até aqui e ainda não se inscreveu no nosso canal? É só clicar aqui, isso nos ajuda demais 🥰 🤍 E se você gostou do nosso conteúdo (DIY, decoração, casa, criatividade), compartilha com mais alguém que curte tudo isso também! 🔸 Grupo do Telegram: 🤍 🔸 Segue a gente no instagram: 🤍 🔸 Tem tiktok? Também estamos por lá! 🤍 🔸 Você ama o Pinterest como nós? Nos siga lá também! 🤍 Reforma total de cozinha antiga. Ficou incrível! | Gui e Rafa #decoração #cozinha #transformação
Want a simple desktop environment for Ubuntu WSL or any other Debian distro? Well, it's simple enough to set up and jump right into. This guide shows you everything you need to know and more. Read the article and get the commands: 🤍 Timestamps: 0:00 - Explanation 0:44 - Install WSL 1:17 - Set WSL version 2 2:04 - Install 3:30 - Fix DNS 4:30 - Installing Desktop environment 5:20 - Set up RDP 5:56 - Connect using Windows Remote Desktop 6:28 - Using other desktop environments #WSL #Ubuntu #Windows - 💸 Found this useful? Help me make more! Support me by becoming a member: 🤍 - 💸 Direct donations via Ko-Fi: 🤍 💬 Discuss the video & Suggest (Discord): 🤍 👉 Game guides & Simple tips: 🤍 🌐 Website: 🤍 📧 Need voiceovers done? Business query? Contact my business email: TroubleChute (at) tcno.co Everything in this video is my personal opinion and experience and should not be considered professional advice. Always do your own research and ensure what you're doing is safe.