Играем с Python - видео - все видео

Новые видео из канала RuTube на сегодня - 21 April 2026 г.

Играем с Python
  04.12.2023
Играем с Python
  04.12.2023
Играем с Python
  04.12.2023
Играем с Python
  04.12.2023
Играем с Python
  04.12.2023
Играем с Python
  04.12.2023
Играем с Python
  04.12.2023
Играем с Python
  04.12.2023

Видео на тему: Играем с Python - видео


I tackle one of the biggest first-world problems of our time - controlling all our different accessories! Every day I find myself doing acrobatics just to turn on and off my lights, TV, and camera. I've had enough and I've come up with a solution to automate all of these devices! I got a Stream Deck Plus for Christmas and I'm going to make it the control center of my entire setup. I'll be using some smart plugs, a Broadlink RM4 Pro, and a dummy battery for my camera to get this all set up. The real magic happens when I set up Home Assistant - an amazing program that acts as a smart home hub. I'm going to use my Stream Deck to control Home Assistant so that I can control all my smart devices with ease. In this video, I'll walk you through the setup process and show you all the tricks I learned along the way. I'll also give you a quick overview of the equipment I used and how I set up my Home Assistant on a Kubernetes cluster running on Ubuntu. So if you're ready to take control of your accessories, hit that like and subscribe button, and let's get started! And if you want to see more on setting up Microk8s, leave me a comment, and I'll make a video about it. #homeassistant #microk8s #kubernetes #streamdeck #streamdeckplus ### values.yaml file: https://gist.github.com/gmorse81/e64eb8b4b9e93754b6aa1d8d925c01aa Helm Command: helm install --namespace=has --create-namespace home-assistant ./ Helm chart: https://staging.artifacthub.io/packages/helm/k8s-at-home/home-assistant ### Products in this video: https://kit.co/AskCloudArchitech/smart-office-studio-equipment Software used in this video: Home Assistant - https://www.home-assistant.io/ Microk8s - https://microk8s.io/ Helm - https://helm.sh/ ======================================= I get a lot of questions about my gear so I've created a few lists of the stuff I use. These are affiliate links. If you click and literally buy anything, it helps support the channel! Thank you. Here's a link to my home office gear: https://kit.co/AskCloudArchitech/my-home-office-gear Here's a link to my youtube "studio" gear: https://kit.co/AskCloudArchitech/youtube-recording-gear ======================================= My website for written versions of these vids: https://askcloudarchitech.com ============================================================== If you want to keep up on the latest in tech and development-related news, Subscribe to the weekly cloud, my weekly email newsletter where I sift through the internet so you don’t have to. http://eepurl.com/hZWCJ9 Chapters: Intro - 00:00 Things that need automating - 00:18 Intro to Stream Deck Plus - 01:10 Smart devices to automate my setup - 01:38 Setting up Broadlink RM4 Pro and Kasa Smart Plugs - 03:02 Installing Home Assistant on Kubernetes - 04:06 Adding Kasa Integration to Home Assistant - 08:34 Adding Broadlink RM4 pro to Home Assistant - 09:03 Setting up scripts in Home Assistant - 11:08 Setting up virtual switches in Home Assistant - 12:31 Control Home Assistant with Stream Deck - 14:15 How much did this cost? - 15:33Welcome to The Hackers Meetup, Ahmedabad - Application Security special edition! In this exciting session, we delve into the critical topic of #container security. Join us as we uncover the secrets and best practices to secure your ship in the ever-evolving world of containers. ?️ ? Why is container security so important? We'll explore the significance of container security in the context of #docker and VMware, shedding light on the potential risks and consequences of neglecting this crucial aspect. By understanding the importance, you'll be equipped to fortify your systems effectively. ?What are the common container #security risks? From neglecting fundamental security practices to failing in configuring tools and environments, we highlight the pitfalls that can compromise container security. Learn from real-world examples and avoid these mistakes in your own setup. ?To help you navigate container security successfully, we present five best practices you must adopt! ?Discover the top container security tools and techniques that can empower you Join us at The Hackers Meetup to take your container security knowledge to the next level. Don't miss out on this valuable opportunity to secure your ship effectively. Hit that play button and let's dive in together! ?? Mote details about the event can be found here: https://github.com/nomadicmehul/THM-Ahmedabad-May-23 ------------------------------------------------ ? Download my FREE eBook for DevOps beginner roadmap: https://topmate.io/nomadicmehul/468125?coupon_code=CloudCaptain ? Connect with Mehul Patel: https://bio.link/nomadicmehul If you liked my content: ❤️ Like, comment, and share this with your friends. ? Subscribe to my channel for more awesome content. ?? Your support motivates me to come up with more exciting content. ? Got any suggestions or topics you'd like to see on my channel? Comment below! For Business Enquiries: hello@nomadicmehul.com ?️ CloudCaptain - your one-stop destination for all things Cloud, DevOps, and DevSecOps! ? ? Join our vibrant community on: https://nas.io/cloudcaptain ☁️ Stay ahead in the cloud world and embark on a journey of continuous learning!안녕하세요, 이성미 강사입니다! 오늘은 쿠버네티스의 꽃, Controller의 두번째 시간 ReplicaSet에 대해 알아봅시다. 영상 마지막 문제를 풀어보시고 댓글에 답을 남겨주시면 피드백 드릴 예정이니 한번 도전해 보시기 바랍니다! 00:00 인트로 00:15 Pod 복습 03:23 Controller란? 07:45 Controller의 종류 09:23 Replication Controller 17:42 Replication Controller 실습 36:40 총정리 37:50 실습 예제 문제, 풀어보세요! ========== 5분 22초의 화면 슬라이드 오타입니다. selector: matchLabels: app: webui matchExpressions: - {key: version, operator: In, values: ["2.1"]} ====== values로 수정되어야 합니다. 참고: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/Initial review of GCP GKE servicesLi Chen & Ravi Sahita In this talk, we juxtapose the resiliency and trustworthiness of composition of DL and classical ML algorithms for security, via a case study of evaluating the resiliency of ransomware detection via the generative adversarial network (GAN). We propose to use GAN to automatically produce dynamic features that exhibit generalized malicious behaviors that can reduce the efficacy of black-box ransomware classifiers. We examine the quality of the GAN-generated samples by comparing the statistical similarity of these samples to real ransomware and benign software. Further we investigate the latent subspace where the GAN-generated samples lie and explore reasons why such samples cause a certain class of ransomware classifiers to degrade in performance. The automatically generated adversarial samples can then be fed into the training set to reduce the blind spots of the detectors. There has been a surge of interest in using machine learning (ML) particularly deep learning (DL) to automatically detect malware through their dynamic behaviors. These approaches have achieved significant improvement in detection rates and lower false positive rates at large scale compared with traditional malware analysis methods. ML in threat detection has demonstrated to be a good cop to guard platform security. However it is imperative to evaluate - is ML-powered security resilient enough? To generate reliable traces of system activity, we can utilize CPU-based telemetry such as Intel Processor Trace which can be extracted via a hypervisor without guest instrumentation. We advocate that file I/O events extracted from Intel processor trace together with algorithmic improvements have shown potential stronger defense in ML -based model deployment in the wild to combat ransomware attack. Our results and discoveries should pose relevant questions for defenders such as how ML models can be made more resilient for robust enforcement of security objectives.Hello Security Folks, We are going to see How you can use Shodan for Bug Bounties & Penetesting We are going to discuss it and show you how you can hunt for those targets and do exploitation for FUN & Profit for Bug Bounties. This Live session will be focussed on enumeration of data, finding targets, and exploit targets & perform hunting for Bug Bounties. ------------------------------------------------------------------------------ Assets:- Awesome Shodan Queries - https://github.com/jakejarvis/awesome-shodan-queries My Filters & Dorks - https://github.com/shifa123/shodandorks/blob/master/shodandorks Shodan Pro API Key - rohit@Rohits-MacBook-Pro ~ % shodan init 61TvA2dNwxNxmWziZxKzR5aO9tFD00Nj Successfully initialized rohit@Rohits-MacBook-Pro ~ % shodan info Query credits available: 171497 Scan credits available: 65534 ------------------------------------------------------------------------------ Best Seller Bug Bounty Course on Udemy - https://www.udemy.com/course/website-hacking-penetration-testing-bug-bounty-hunting-live-attacks/?referralCode=DD93379953A1FC8EC312 Network Pentesting Nmap Course - https://www.udemy.com/course/ethical-hacking-network-security-pentesting-nmap/?referralCode=C3F2D9B9CECA12E2F49F Top 5 Tools & Techniques for Pentesting - https://www.udemy.com/course/top-5-tools-techniques-for-bugbounty-pentesting-in-cyber-security/?referralCode=1C077004D4B03F43D7D8 Follow us on Linkedin:- https://www.linkedin.com/in/iamrohitg/ https://www.linkedin.com/in/shifa/ Visit our website:- www.hacktify.in Join Facebook Group - https://www.facebook.com/groups/3312188492177983 -~-~~-~~~-~~-~- Please watch: "Concrete5 CMS : Identification, Mass Hunting, Nuclei Template Writing & Reporting " https://www.youtube.com/watch?v=kGs_Td4kb3o -~-~~-~~~-~~-~-Don’t miss out! Join us at our next event: KubeCon + CloudNativeCon Europe 2022 in Valencia, Spain from May 17-20. Learn more at https://kubecon.io The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects. Kui – CLIs With a Graphical Twist- Nick Mitchell, IBM The kubectl CLI is the "daily driver" for many Kubernetes users. Like other CLIs, kubectl is fast to use, allows succinct expressiveness, and is an ideal way to facilitate sharing, learning, and automation. However, ASCII art only takes us so far. The browser-based consoles offered by cloud vendors allow easier navigation via point and click, and reflect common developer workflows visually. Yet, given the general preference for kubectl, it seems that these benefits are overshadowed by the monumental power of a CLI. We will discus the open source project Kui (https://github.com/kubernetes-sigs/kui), a sub-project of the Kubernetes SIG-CLI. Kui selectively enriches kubectl without masking its expressive power. For example, "kubectl get pods" responds with a table of clickable resources. There is no need to copy and paste, or to remember which command is needed to drill down from one view to another. Kui's core framework enables visual enhancement of any CLI. Thus, we also provide starting points for those interested in using the platform to enhance their favorite CLI. We hope that this is a start of opening the world of CLIs to the imagination of designers.DevOps & SysAdmins: docker nginx container as reverse proxy Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA https://meta.stackexchange.com/help/licensing | Music: https://www.bensound.com/licensing | Images: https://stocksnap.io/license & others | With thanks to user Talon (serverfault.com/users/495416), user alexander.polomodov (serverfault.com/users/342349), and the Stack Exchange Network (serverfault.com/questions/939075). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.comThis video demonstrates how to configure custom monitors in PATROL for Light Weight Protocols. For more information, see https://docs.bmc.com/docs/display/lwp21/Custom+monitor on the BMC Online Documentation Portal.This video helps you to make a local kubeadm cluster. 1. 2 VMs with Network setting (adapter1 is NAT, adapter 2 is Host-only) setting the static IP same as host-only adapter IP. Note: your dashboard does not look like as mine because I show the dashboard after did a lot of work.Установка Xpenology 6 на VMware Workstation Файлы для Xpenology 6 https://youtu.be/Ujjl7HOoNdsThis is 1st video from series "Learn Kubernetes from ground zero". In this session, we will talk about: 1. Monolithic Architecture. 2. Cloud (IaaS) 3. Platform as a Service (PaaS) & Container as a Service (CaaS). 4. Docker Engine.#Amazon CloudWatch Tutorial In Hindi #Cloudwatch #Monitoring #CloudWatch Rule Creation AWS Cloudwatch | AWS Cloudwatch Rule | AWS Monitoring | aws cloudwatch monitoring for beginners Hello and welcome to this series on AWS/amazon solution architect. In this video, I will go over what is AWS cloudwatch monitoring rule creation and how to attach rules for EC2 machine CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, and visualizes it using automated dashboards so you can get a unified view of your AWS resources, applications, and services that run in AWS and on-premises Below topics are explained in this aws/amazon CLI Tutorial: 1. what is cloudwatch monitoring 2. how to enable cloudwatch monitoring 3. create SNS topic 4. Create Rule for EC2 notification change 10. Demo Just follow the steps given in the video. Do let me know in comments if you face any problem ============================ Subscribe my channel - https://www.youtube.com/channel/UC64uVt_nEYJQsMTrCmL6liA/?sub_confirmation=1 ========================== Learn AWS Tutorial How to work with Amazon CloudWatch How to create CloudWatch Rule ============================ 00:00 - Introduction ====================================== THINGS YOU NEED TO KNOW Most Recent Video - https://youtu.be/zWiGITeh5YE Most Trending Video - https://youtu.be/Ee0GX668aYc ============================================ Playlists Terraform playlist - https://youtube.com/playlist?list=PLpLjvo3GR71urQn7RNj-Hokw60NX3C5-R Python-boto3-AWS playlist - https://youtube.com/playlist?list=PLpLjvo3GR71tQvNWutAe4YWbShtfGbdhk Docker playlist - https://youtube.com/playlist?list=PLpLjvo3GR71sKtwJLbzxn3fnmIxnqpIWr AWS-EC2 playlist - https://youtube.com/playlist?list=PLpLjvo3GR71stF6P90EDrjf1bCYNR9uwH AWS Tutorial playlist - https://youtube.com/playlist?list=PLpLjvo3GR71uHS4ESDSVT_yg2HeAXvB2V Devops with AWS Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71t0yUHw5NvL2tsvZXqWFVYH AWS IAM Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71s-J0PAEd8ntS0sdUsOpJN8 AWS-Lambda Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71u8TgqvTd7iCyy8CTi7rsBf Python playlist - https://youtube.com/playlist?list=PLpLjvo3GR71u1J6BKBfZvwMpxHFfcln04 Git playlist - https://youtube.com/playlist?list=PLpLjvo3GR71ufBv7csReXdGElrLle4xnH =============================================== Thanks for watching! If you like my content, please subscribe. https://www.youtube.com/channel/UC64uVt_nEYJQsMTrCmL6liA/?sub_confirmation=1 ============================================ WHO AMI I : I am Vicky Seth, a DEVOPS—AWS—CLOUD Engineer, I use my technical background to make videos about technology that help you to grow. Email - trainerdevopsactive@gmail.comJenkins infrastructure meeting with discussions including upcoming core release, archive.jenkins.io, Docker image builds, and Jenkins release candidate build/testThis talk will present the version 4 of Launchpad; a Pharo CLI to start, list and explain end-user applications available in an image. It provides abstractions so your application: can declare configuration parameters in a structured way provide its values by command-line arguments, environment variables or setting files set-up logging infrastructure and stack trace generation on errors provide inline help about the supported configuration can be containerized using a Launchpad Docker image as base #Smalltalks2022These three distributions are the only ones you need.In this video, I verify that the cluster has been successfully created. Videos in this series: - (Part 1) https://www.youtube.com/watch?v=4YBzMZY4QX4 - (Part 2) https://www.youtube.com/watch?v=3fDhKp3yw1s - (Part 3) https://www.youtube.com/watch?v=azo1caUD6DQ - (Part 4) https://www.youtube.com/watch?v=JeYmP-C_qGY - (Part 5) https://www.youtube.com/watch?v=rKdvgyxgRCQ - (Part 6) https://www.youtube.com/watch?v=AdEl24Vdp1k - (Part 7) https://www.youtube.com/watch?v=dJyfl1LokO8 - (Part 8) https://www.youtube.com/watch?v=aSynr_eQqNA - (Part 9) https://www.youtube.com/watch?v=hZUC6bOYu40Both web-console & byebug come by default when you run `rails new`, let's have a quick dive into them. # Sources ➡ https://github.com/rails/web-console ➡ https://github.com/deivid-rodriguez/byebug ➡ https://guides.rubyonrails.org/debugging_rails_applications.html ➡ https://github.com/Ruby-Starter-Kits/Docker-Rails-Template/blob/3040ef78edd96ecd9b62d1b4db9e744b1e08903e/config/initializers/opinionated_defaults/web_console.rb # Chapters 0:00 - What are we going to do 0:29 - web-console 3:17 - web-console & Docker 5:07 - byebug 5:53 - byebug & Docker 7:16 - Thank you # Follow Me Online ➡ Blog: https://mikerogers.io/ ➡ Twitter: https://twitter.com/MikeRogers0 ➡ GitHub: https://github.com/mikerogers0 ➡ YouTube: https://www.youtube.com/c/MikeRogers0 ➡ BuyMeACoffee: https://www.buymeacoffee.com/MikeRogers0 ➡ Dev.to: https://dev.to/mikerogers0 #RubyOnRails #Debugging #LearnToCodePowered by Restream https://restream.io/ Информатика, функцииLearn how you can configure local and remote backup targets like S3 buckets and snapshots on Dell PowerScale. Learn more - http://dell.to/3UXI2xx