home.social

#qubes — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #qubes, aggregated by home.social.

fetched live
  1. #Qubes zerfickt meinen Kopf. Ich hab gerade ernsthaft daeüber nachgedacht, einen Qube, also eine VM, nur für Zeitsynchronisatiom zu erstellen. #qubesos #paranoid #paranoia

  2. #Qubes zerfickt meinen Kopf. Ich hab gerade ernsthaft daeüber nachgedacht, einen Qube, also eine VM, nur für Zeitsynchronisatiom zu erstellen. #qubesos #paranoid #paranoia

  3. #Qubes zerfickt meinen Kopf. Ich hab gerade ernsthaft daeüber nachgedacht, einen Qube, also eine VM, nur für Zeitsynchronisatiom zu erstellen. #qubesos #paranoid #paranoia

  4. #Qubes zerfickt meinen Kopf. Ich hab gerade ernsthaft daeüber nachgedacht, einen Qube, also eine VM, nur für Zeitsynchronisatiom zu erstellen. #qubesos #paranoid #paranoia

  5. SecureDrop Workstation 1.9.0 is now available!

    This release hardens the updater against some edge cases discovered during the 1.8.0 release.

    securedrop.org/news/securedrop

    #OpenSource #Whistleblowing #Qubes

  6. SecureDrop Workstation 1.9.0 is now available!

    This release hardens the updater against some edge cases discovered during the 1.8.0 release.

    securedrop.org/news/securedrop

    #OpenSource #Whistleblowing #Qubes

  7. SecureDrop Workstation 1.9.0 is now available!

    This release hardens the updater against some edge cases discovered during the 1.8.0 release.

    securedrop.org/news/securedrop

    #OpenSource #Whistleblowing #Qubes

  8. SecureDrop Workstation 1.9.0 is now available!

    This release hardens the updater against some edge cases discovered during the 1.8.0 release.

    securedrop.org/news/securedrop

    #OpenSource #Whistleblowing #Qubes

  9. SecureDrop Workstation 1.9.0 is now available!

    This release hardens the updater against some edge cases discovered during the 1.8.0 release.

    securedrop.org/news/securedrop

    #OpenSource #Whistleblowing #Qubes

  10. @simontatham I guess now I really need to start giving #Qubes OS a try. I understand it isolates clipboard access as well...

    > "Qubes prevents clipboard hijacking by using a secure, manual key-combination method to copy text or files between isolated virtual machines."

  11. @simontatham I guess now I really need to start giving #Qubes OS a try. I understand it isolates clipboard access as well...

    > "Qubes prevents clipboard hijacking by using a secure, manual key-combination method to copy text or files between isolated virtual machines."

  12. @simontatham I guess now I really need to start giving #Qubes OS a try. I understand it isolates clipboard access as well...

    > "Qubes prevents clipboard hijacking by using a secure, manual key-combination method to copy text or files between isolated virtual machines."

  13. @simontatham I guess now I really need to start giving #Qubes OS a try. I understand it isolates clipboard access as well...

    > "Qubes prevents clipboard hijacking by using a secure, manual key-combination method to copy text or files between isolated virtual machines."

  14. @simontatham I guess now I really need to start giving #Qubes OS a try. I understand it isolates clipboard access as well...

    > "Qubes prevents clipboard hijacking by using a secure, manual key-combination method to copy text or files between isolated virtual machines."

  15. something i came across looking into distributions to replace debian is the stance that qubes takes on secure boot:

    "UEFI Secure Boot is not supported out of the box as UEFI support in Xen is very basic. Arguably secure boot reliance on UEFI integrity is not the best design. [...] See the [Heads project] for a better-designed non-UEFI-based secure boot scheme with very good support for Qubes."

    doc.qubes-os.org/en/latest/int

    alas, i don't think my framework amd laptop (their first-gen amd) supports open firmware...

    #debian #secureboot #qubes

  16. something i came across looking into distributions to replace debian is the stance that qubes takes on secure boot:

    "UEFI Secure Boot is not supported out of the box as UEFI support in Xen is very basic. Arguably secure boot reliance on UEFI integrity is not the best design. [...] See the [Heads project] for a better-designed non-UEFI-based secure boot scheme with very good support for Qubes."

    doc.qubes-os.org/en/latest/int

    alas, i don't think my framework amd laptop (their first-gen amd) supports open firmware...

    #debian #secureboot #qubes

  17. something i came across looking into distributions to replace debian is the stance that qubes takes on secure boot:

    "UEFI Secure Boot is not supported out of the box as UEFI support in Xen is very basic. Arguably secure boot reliance on UEFI integrity is not the best design. [...] See the [Heads project] for a better-designed non-UEFI-based secure boot scheme with very good support for Qubes."

    doc.qubes-os.org/en/latest/int

    alas, i don't think my framework amd laptop (their first-gen amd) supports open firmware...

    #debian #secureboot #qubes

  18. something i came across looking into distributions to replace debian is the stance that qubes takes on secure boot:

    "UEFI Secure Boot is not supported out of the box as UEFI support in Xen is very basic. Arguably secure boot reliance on UEFI integrity is not the best design. [...] See the [Heads project] for a better-designed non-UEFI-based secure boot scheme with very good support for Qubes."

    doc.qubes-os.org/en/latest/int

    alas, i don't think my framework amd laptop (their first-gen amd) supports open firmware...

    #debian #secureboot #qubes

  19. Note to self: how to configure the network manually on #QubesOS AppVM: use qubesdb-read <path> to read these paths /qubes-ip, /qubes-gateway, /qubes-ip6, /qubes-gateway6. If you can't use qubesdb-read because the AppVM has no #Qubes daemons running, you have a bigger problem.

    In systemd-networkd, the usual configuration format is:

    [Match]
    Name=eth0
    [Network]
    Address=<IPv4>
    Gateway=<IPv4>
    Address=<IPv6>
    Gateway=<IPv6>

    But QubesOS AppVMs have IP addresses with /32 or /128 netmasks, I guess it's a basic firewall, so the router is not in the subnet, so systemd-networkd doesn't work. In this case, you need:
    [Network]
    Address=<IPv4>/32
    Address=<IPv6>/128
    [Route]
    Gateway=<IPv4>
    GatewayOnLink=yes
    [Route]
    Gateway=<IPv6>
    GatewayOnLink=yes

  20. Note to self: how to configure the network manually on #QubesOS AppVM: use qubesdb-read <path> to read these paths /qubes-ip, /qubes-gateway, /qubes-ip6, /qubes-gateway6. If you can't use qubesdb-read because the AppVM has no #Qubes daemons running, you have a bigger problem.

    In systemd-networkd, the usual configuration format is:

    [Match]
    Name=eth0
    [Network]
    Address=<IPv4>
    Gateway=<IPv4>
    Address=<IPv6>
    Gateway=<IPv6>

    But QubesOS AppVMs have IP addresses with /32 or /128 netmasks, I guess it's a basic firewall, so the router is not in the subnet, so systemd-networkd doesn't work. In this case, you need:
    [Network]
    Address=<IPv4>/32
    Address=<IPv6>/128
    [Route]
    Gateway=<IPv4>
    GatewayOnLink=yes
    [Route]
    Gateway=<IPv6>
    GatewayOnLink=yes

  21. Note to self: how to configure the network manually on #QubesOS AppVM: use qubesdb-read <path> to read these paths /qubes-ip, /qubes-gateway, /qubes-ip6, /qubes-gateway6. If you can't use qubesdb-read because the AppVM has no #Qubes daemons running, you have a bigger problem.

    In systemd-networkd, the usual configuration format is:

    [Match]
    Name=eth0
    [Network]
    Address=<IPv4>
    Gateway=<IPv4>
    Address=<IPv6>
    Gateway=<IPv6>

    But QubesOS AppVMs have IP addresses with /32 or /128 netmasks, I guess it's a basic firewall, so the router is not in the subnet, so systemd-networkd doesn't work. In this case, you need:
    [Network]
    Address=<IPv4>/32
    Address=<IPv6>/128
    [Route]
    Gateway=<IPv4>
    GatewayOnLink=yes
    [Route]
    Gateway=<IPv6>
    GatewayOnLink=yes

  22. Note to self: how to configure the network manually on #QubesOS AppVM: use qubesdb-read <path> to read these paths /qubes-ip, /qubes-gateway, /qubes-ip6, /qubes-gateway6. If you can't use qubesdb-read because the AppVM has no #Qubes daemons running, you have a bigger problem.

    In systemd-networkd, the usual configuration format is:

    [Match]
    Name=eth0
    [Network]
    Address=<IPv4>
    Gateway=<IPv4>
    Address=<IPv6>
    Gateway=<IPv6>

    But QubesOS AppVMs have IP addresses with /32 or /128 netmasks, I guess it's a basic firewall, so the router is not in the subnet, so systemd-networkd doesn't work. In this case, you need:
    [Network]
    Address=<IPv4>/32
    Address=<IPv6>/128
    [Route]
    Gateway=<IPv4>
    GatewayOnLink=yes
    [Route]
    Gateway=<IPv6>
    GatewayOnLink=yes

  23. does anyone have a link for @micahflee's talk that involved a proof of concept steganographic encrypted OS that hides in the filesystem of another OS? I need it for a blog post I'm writing
    #encryption #steganography #qubes

  24. does anyone have a link for @micahflee's talk that involved a proof of concept steganographic encrypted OS that hides in the filesystem of another OS? I need it for a blog post I'm writing
    #encryption #steganography #qubes

  25. does anyone have a link for @micahflee's talk that involved a proof of concept steganographic encrypted OS that hides in the filesystem of another OS? I need it for a blog post I'm writing
    #encryption #steganography #qubes

  26. does anyone have a link for @micahflee's talk that involved a proof of concept steganographic encrypted OS that hides in the filesystem of another OS? I need it for a blog post I'm writing
    #encryption #steganography #qubes

  27. Huge thanks for hanging out and diving into the Qubes setup and Hacker Summer Camp! Appreciate the chill vibes and Linux gaming chat. Really fun stream! 💻🛡️ #Qubes #Cybersecurity

  28. Huge thanks for hanging out and diving into the Qubes setup and Hacker Summer Camp! Appreciate the chill vibes and Linux gaming chat. Really fun stream! 💻🛡️ #Qubes #Cybersecurity

  29. Huge thanks for hanging out and diving into the Qubes setup and Hacker Summer Camp! Appreciate the chill vibes and Linux gaming chat. Really fun stream! 💻🛡️ #Qubes #Cybersecurity

  30. Huge thanks for hanging out and diving into the Qubes setup and Hacker Summer Camp! Appreciate the chill vibes and Linux gaming chat. Really fun stream! 💻🛡️ #Qubes #Cybersecurity

  31. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    youtube.com/@chiefgyk3d/live

  32. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    youtube.com/@chiefgyk3d/live

  33. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    youtube.com/@chiefgyk3d/live

  34. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    youtube.com/@chiefgyk3d/live

  35. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    twitch.tv/chiefgyk3d

  36. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    twitch.tv/chiefgyk3d

  37. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    twitch.tv/chiefgyk3d

  38. Qubes setup continues! 💻

    Join the Hacker Summer Camp watch party – cybersecurity deep dives, rants, chill vibes, and some Linux gaming sprinkled in. Let's build and watch the chaos unfold. 🔴

    #Qubes #Cybersecurity #LinuxGaming

    twitch.tv/chiefgyk3d

  39. Thanks for chilling with me while I wrestled with Qubes and dove into some Solarpunk vibes! Appreciate the company during the cybersecurity rants and Linux gaming fun. ✌️ #Qubes #Cybersecurity

  40. Thanks for chilling with me while I wrestled with Qubes and dove into some Solarpunk vibes! Appreciate the company during the cybersecurity rants and Linux gaming fun. ✌️ #Qubes #Cybersecurity