home.social

Search

343 results for “rustconf”

  1. Today is officially the last day at NSCON for me. After almost 13 years I decided to leave the company I was Co-Founder because of personal reasons. 👋

    Many thanks to all employees, colleagues, partners, and customers who worked together with me during the past years. I‘m very thankful for all the support and the great projects we accomplished together as a team. 🤝

    Now I‘m looking for a new challenge in the area of IT Networking with focus on Network Programmability and Automation! 🤓

    #NetworkProgrammability #NetworkAutomation #DevNet #NetOps #NetDevOps #Python #PyATS #Netmiko #Nornir #Ansible #Terraform #Docker #Kubernetes #CICD #Git #Gitlab #IaC #REST #NETCONF #RESTCONF #YANG #Postman #NSO #CML #Cisco #Meraki #CheckPoint #Fortinet

  2. Cisco decided to make it a Patch Wednesday. Here are 17 security advisories:

    • CVE-2024-20354 (4.7 medium) Cisco Aironet Access Point Software Resource Exhaustion Denial of Service Vulnerability
    • CVE-2024-20303 (7.4 high) Cisco IOS XE Software for Wireless LAN Controllers Multicast DNS Denial of Service Vulnerability
    • CVE-2024-20311 (8.6 high) Cisco IOS and IOS XE Software Locator ID Separation Protocol Denial of Service Vulnerability
    • CVE-2024-20312 (7.4 high) Cisco IOS and IOS XE Software Intermediate System-to-Intermediate System Denial of Service Vulnerability
    • CVE-2024-20324 (5.5 medium) Cisco IOS XE Software for Wireless LAN Controllers Privilege Escalation Vulnerability
    • CVE-2024-20306 (6.0 medium) Cisco IOS XE Software Unified Threat Defense Command Injection Vulnerability (analyst note: their advisory link is broken)
    • CVE-2024-20278 (6.5 medium) Cisco IOS XE Software Privilege Escalation Vulnerability
    • CVE-2024-20313 (7.4 high) Cisco IOS XE Software OSPFv2 Denial of Service Vulnerability
    • CVE-2024-20314 (8.6 high) Cisco IOS XE Software SD-Access Fabric Edge Node Denial of Service Vulnerability
    • CVE-2024-20276 (7.4 high) Cisco IOS Software for Catalyst 6000 Series Switches Denial of Service Vulnerability
    • CVE-2024-20307 and CVE-2024-20308 (8.6 high) Cisco IOS and IOS XE Software Internet Key Exchange Version 1 Fragmentation Denial of Service Vulnerabilities
    • CVE-2024-20316 (5.8 medium) Cisco IOS XE Software NETCONF/RESTCONF IPv4 Access Control List Bypass Vulnerability
    • CVE-2024-20259 (8.6 high) Cisco IOS XE Software DHCP Snooping with Endpoint Analytics Denial of Service Vulnerability
    • CVE-2024-20333 (4.3 medium) Cisco Catalyst Center Authorization Bypass Vulnerability
    • CVE-2024-20309 (5.6 medium) Cisco IOS XE Software Auxiliary Asynchronous Port Denial of Service Vulnerability
    • CVE-2024-20265 (5.9 medium) Cisco Access Point Software Secure Boot Bypass Vulnerability
    • CVE-2024-20271 (8.6 high) Cisco Access Point Software Denial of Service Vulnerability

    The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.

    #Cisco #PatchTuesday #securityadvisory #vulnerability #CVE

  3. Today is officially the last day at NSCON for me. After almost 13 years I decided to leave the company I was Co-Founder because of personal reasons. 👋

    Many thanks to all employees, colleagues, partners, and customers who worked together with me during the past years. I‘m very thankful for all the support and the great projects we accomplished together as a team. 🤝

    Now I‘m looking for a new challenge in the area of IT Networking with focus on Network Programmability and Automation! 🤓

    #NetworkProgrammability #NetworkAutomation #DevNet #NetOps #NetDevOps #Python #PyATS #Netmiko #Nornir #Ansible #Terraform #Docker #Kubernetes #CICD #Git #Gitlab #IaC #REST #NETCONF #RESTCONF #YANG #Postman #NSO #CML #Cisco #Meraki #CheckPoint #Fortinet

  4. Today is officially the last day at NSCON for me. After almost 13 years I decided to leave the company I was Co-Founder because of personal reasons. 👋

    Many thanks to all employees, colleagues, partners, and customers who worked together with me during the past years. I‘m very thankful for all the support and the great projects we accomplished together as a team. 🤝

    Now I‘m looking for a new challenge in the area of IT Networking with focus on Network Programmability and Automation! 🤓

    #NetworkProgrammability #NetworkAutomation #DevNet #NetOps #NetDevOps #Python #PyATS #Netmiko #Nornir #Ansible #Terraform #Docker #Kubernetes #CICD #Git #Gitlab #IaC #REST #NETCONF #RESTCONF #YANG #Postman #NSO #CML #Cisco #Meraki #CheckPoint #Fortinet

  5. Today is officially the last day at NSCON for me. After almost 13 years I decided to leave the company I was Co-Founder because of personal reasons. 👋

    Many thanks to all employees, colleagues, partners, and customers who worked together with me during the past years. I‘m very thankful for all the support and the great projects we accomplished together as a team. 🤝

    Now I‘m looking for a new challenge in the area of IT Networking with focus on Network Programmability and Automation! 🤓

  6. Как просто добавить ИИ в приложения на Rust: универсальный опенсорсный инструмент

    Системный разработчик ИТ-компании «Криптонит» написал статью про новый инструмент на Rust, который облегчает запуск моделей машинного обучения и их внедрение в приложения. Дальше публикуем текст от первого лица. Статья написана по материалам выступления Михаила на RustCon 2024. Посмотреть видеозапись доклада можно в VK Видео .

    habr.com/ru/companies/kryptoni

    #rust #библиотека #машинное_обучение #ml #модели #triton #deepstream #tensorrt #cuda #ии

  7. Day 58 of my 100 days of DevNet Expert challenge. Today I went through the "Terraform Introduction" tutorial on #CiscoU. Even if it's a beginner course I learned something new.

    I already knew the "terraform graph" command which generates the code to visualize the Terraform resource dependency graph for example with the graphviz extension in VS Code.

    But I didn't know that you can install graphviz locally (MacOS or Linux) and use the command "terraform graph | dot -Tpng > tf_graph.png" to generate a PNG file directly. Very cool.

    Other than that I did another full scale lab session with the following tasks:

    ✅ Docker Compose with a 3-tier application
    ✅ Kubernetes with a 5-tier application
    ✅ Python with APIC REST API and filtering
    ✅ IOS-XE configuration via RESTCONF and Python
    ✅ Streaming Telemetry on IOS-XE
    ✅ pyATS validation together with Vault
    ✅ Terraform with ACI

    ...and I was able to solve them all.

    #100daysofCCDevE #CCDevE #CiscoCert #DevNet #CiscoChampion #NetEng

  8. @vavakado Sophia, one of the people who resigned over it, put it in no uncertain terms that racism is one of the reasons: sophiajt.com/why-i-left-rust/

    The summary by Amos is very centrist, but it provides a good overview into all the statements made (you can notice how toothless they are, but at least they are corporately apologetic): fasterthanli.me/articles/the-r

    Then, dtolnay wrote his own perspective, 3 months after the fact, in which he gave a non-apology and suggested that ThePhdDev wanted to do the talk much later and was "pressured" into doing it early. This is utter bullshit, ThePhdDev had regular nervousness and was encouraged many times, he wanted to give that talk.

    ThePhdDev rightfully exploded on Fedi for this fucker, being one of the most vocal enemies of that talk, saying this gross lie and half-assing a non-apology. You'll have to forgive me; I don't have a link to it handy. I hope it should still be available.

    #Rust #RustLang #dtolnay

  9. In the spirit of trying new things, I'm running Fedora 44 Workstation (i.e. Gnome50) on my laptop... whilst I run the KDE spin on my desktop.

    I've noticed that setting up remote login on both is really easy... and using the default RDP viewer in KDE I can simply connect to my laptop... great.

    However, trying to connect from my laptop to my desktop isn't working. (Firewalls have been configured, thanks).

    Using the "Connections" app just fails to connect but never stops trying. I downloaded RustConn and that gives me an error telling me that it's spawned an external viewer (it hasn't) as the RDP server isn't compatible.

    I can, however, connect to my desktop just fine from a Windows VM with the "Windows App" 🤢

    Anyone have helpful suggestions?

    #rdp #kde #gnome #fedora #linux

  10. In the spirit of trying new things, I'm running Fedora 44 Workstation (i.e. Gnome50) on my laptop... whilst I run the KDE spin on my desktop.

    I've noticed that setting up remote login on both is really easy... and using the default RDP viewer in KDE I can simply connect to my laptop... great.

    However, trying to connect from my laptop to my desktop isn't working. (Firewalls have been configured, thanks).

    Using the "Connections" app just fails to connect but never stops trying. I downloaded RustConn and that gives me an error telling me that it's spawned an external viewer (it hasn't) as the RDP server isn't compatible.

    I can, however, connect to my desktop just fine from a Windows VM with the "Windows App" 🤢

    Anyone have helpful suggestions?

    #rdp #kde #gnome #fedora #linux

  11. In the spirit of trying new things, I'm running Fedora 44 Workstation (i.e. Gnome50) on my laptop... whilst I run the KDE spin on my desktop.

    I've noticed that setting up remote login on both is really easy... and using the default RDP viewer in KDE I can simply connect to my laptop... great.

    However, trying to connect from my laptop to my desktop isn't working. (Firewalls have been configured, thanks).

    Using the "Connections" app just fails to connect but never stops trying. I downloaded RustConn and that gives me an error telling me that it's spawned an external viewer (it hasn't) as the RDP server isn't compatible.

    I can, however, connect to my desktop just fine from a Windows VM with the "Windows App" 🤢

    Anyone have helpful suggestions?

    #rdp #kde #gnome #fedora #linux

  12. In the spirit of trying new things, I'm running Fedora 44 Workstation (i.e. Gnome50) on my laptop... whilst I run the KDE spin on my desktop.

    I've noticed that setting up remote login on both is really easy... and using the default RDP viewer in KDE I can simply connect to my laptop... great.

    However, trying to connect from my laptop to my desktop isn't working. (Firewalls have been configured, thanks).

    Using the "Connections" app just fails to connect but never stops trying. I downloaded RustConn and that gives me an error telling me that it's spawned an external viewer (it hasn't) as the RDP server isn't compatible.

    I can, however, connect to my desktop just fine from a Windows VM with the "Windows App" 🤢

    Anyone have helpful suggestions?

    #rdp #kde #gnome #fedora #linux

  13. In the spirit of trying new things, I'm running Fedora 44 Workstation (i.e. Gnome50) on my laptop... whilst I run the KDE spin on my desktop.

    I've noticed that setting up remote login on both is really easy... and using the default RDP viewer in KDE I can simply connect to my laptop... great.

    However, trying to connect from my laptop to my desktop isn't working. (Firewalls have been configured, thanks).

    Using the "Connections" app just fails to connect but never stops trying. I downloaded RustConn and that gives me an error telling me that it's spawned an external viewer (it hasn't) as the RDP server isn't compatible.

    I can, however, connect to my desktop just fine from a Windows VM with the "Windows App" 🤢

    Anyone have helpful suggestions?

    #rdp #kde #gnome #fedora #linux