From bd763623ca0702cd1bb360b1e5c830be195d3536 Mon Sep 17 00:00:00 2001 From: taradiddles Date: Tue, 15 Aug 2023 09:34:37 +0300 Subject: [PATCH] Update qubes-community links to point to the forum --- developer/general/documentation-style-guide.md | 2 +- .../building-guides/building-archlinux-template.md | 2 +- .../building-non-fedora-template.md | 2 +- .../building-guides/building-whonix-template.md | 2 +- external/configuration-guides/change-time-zone.md | 2 +- external/configuration-guides/disk-trim.md | 2 +- external/configuration-guides/external-audio.md | 2 +- external/configuration-guides/fetchmail.md | 2 +- .../configuration-guides/install-nvidia-driver.md | 2 +- external/configuration-guides/multiboot.md | 2 +- external/configuration-guides/multimedia.md | 2 +- external/configuration-guides/mutt.md | 2 +- .../configuration-guides/network-bridge-support.md | 2 +- external/configuration-guides/network-printer.md | 2 +- external/configuration-guides/postfix.md | 2 +- external/configuration-guides/rxvt.md | 2 +- external/configuration-guides/tips-and-tricks.md | 9 --------- external/configuration-guides/vpn.md | 2 +- external/configuration-guides/w3m.md | 2 +- external/configuration-guides/zfs.md | 2 +- external/customization-guides/dark-theme.md | 2 +- .../fedora-minimal-template-customization.md | 2 +- .../customization-guides/language-localization.md | 2 +- .../removing-templatevm-packages.md | 2 +- .../windows-template-customization.md | 2 +- external/os-guides/centos.md | 2 +- external/os-guides/gentoo.md | 2 +- external/os-guides/linux-hvm-tips.md | 2 +- external/os-guides/netbsd.md | 2 +- external/os-guides/pentesting.md | 9 --------- external/os-guides/pentesting/blackarch.md | 2 +- external/os-guides/pentesting/kali.md | 2 +- external/os-guides/pentesting/ptf.md | 2 +- external/os-guides/ubuntu.md | 2 +- .../privacy-guides/anonymizing-your-mac-address.md | 2 +- external/privacy-guides/signal.md | 2 +- external/privacy-guides/tails.md | 2 +- external/privacy-guides/torvm.md | 2 +- external/privacy-guides/whonix.md | 2 +- .../security-guides/multifactor-authentication.md | 2 +- external/security-guides/security-guidelines.md | 2 +- external/security-guides/split-bitcoin.md | 2 +- .../troubleshooting/application-troubleshooting.md | 2 +- .../troubleshooting/intel-igfx-troubleshooting.md | 2 +- .../troubleshooting/macbook-troubleshooting.md | 2 +- external/troubleshooting/nvidia-troubleshooting.md | 2 +- external/troubleshooting/sony-vaio-tinkering.md | 2 +- external/troubleshooting/tails-troubleshooting.md | 2 +- .../troubleshooting/thinkpad-troubleshooting.md | 2 +- introduction/faq.md | 4 ++-- user/advanced-topics/standalones-and-hvms.md | 2 +- user/how-to-guides/how-to-organize-your-qubes.md | 8 ++++---- user/how-to-guides/how-to-use-optical-discs.md | 2 +- user/security-in-qubes/anti-evil-maid.md | 4 ++-- user/security-in-qubes/firewall.md | 2 +- user/templates/minimal-templates.md | 14 +++++++------- .../installation-troubleshooting.md | 4 ++-- user/troubleshooting/pci-troubleshooting.md | 2 +- user/troubleshooting/uefi-troubleshooting.md | 2 +- 59 files changed, 69 insertions(+), 87 deletions(-) delete mode 100644 external/configuration-guides/tips-and-tricks.md delete mode 100644 external/os-guides/pentesting.md diff --git a/developer/general/documentation-style-guide.md b/developer/general/documentation-style-guide.md index 84881663..4b4334e8 100644 --- a/developer/general/documentation-style-guide.md +++ b/developer/general/documentation-style-guide.md @@ -262,7 +262,7 @@ Duplicating documentation is almost always a bad idea. There are many reasons fo ### Core vs. external documentation -Core documentation resides in the [Qubes OS Project's official repositories](https://github.com/QubesOS/), mainly in [qubes-doc](https://github.com/QubesOS/qubes-doc). External documentation can be anywhere else (such as forums, community websites, and blogs), but there is an especially large collection in the [Qubes Community](https://github.com/Qubes-Community) project. External documentation should not be submitted to [qubes-doc](https://github.com/QubesOS/qubes-doc). If you've written a piece of documentation that is not appropriate for [qubes-doc](https://github.com/QubesOS/qubes-doc), we encourage you to submit it to the [Qubes Community](https://github.com/Qubes-Community) project instead. However, *linking* to external documentation from [qubes-doc](https://github.com/QubesOS/qubes-doc) is perfectly fine. Indeed, the maintainers of the [Qubes Community](https://github.com/Qubes-Community) project should regularly submit PRs against the documentation index (see [How to edit the documentation index](/doc/how-to-edit-the-documentation/#how-to-edit-the-documentation-index)) to add and update Qubes Community links in the ["External documentation"](/doc/#external-documentation) section of the documentation table of contents. +Core documentation resides in the [Qubes OS Project's official repositories](https://github.com/QubesOS/), mainly in [qubes-doc](https://github.com/QubesOS/qubes-doc). External documentation can be anywhere else (such as forums, community websites, and blogs), but there is an especially large collection in the [Qubes Forum](https://forum.qubes-os.org/docs). External documentation should not be submitted to [qubes-doc](https://github.com/QubesOS/qubes-doc). If you've written a piece of documentation that is not appropriate for [qubes-doc](https://github.com/QubesOS/qubes-doc), we encourage you to submit it to the [Qubes Forum](https://forum.qubes-os.org/docs) instead. However, *linking* to external documentation from [qubes-doc](https://github.com/QubesOS/qubes-doc) is perfectly fine. Indeed, the maintainers of the [Qubes Forum](https://forum.qubes-os.org/) should regularly submit PRs against the documentation index (see [How to edit the documentation index](/doc/how-to-edit-the-documentation/#how-to-edit-the-documentation-index)) to add and update Qubes Community links in the ["External documentation"](/doc/#external-documentation) section of the documentation table of contents. The main difference between **core** (or **official**) and **external** (or **community** or **unofficial**) documentation is whether it documents software that is officially written and maintained by the Qubes OS Project. The purpose of this distinction is to keep the core docs maintainable and high-quality by limiting them to the software output by the Qubes OS Project. In other words, we take responsibility for documenting all of the software we put out into the world, but it doesn't make sense for us to take on the responsibility of documenting or maintaining documentation for anything else. For example, Qubes OS may use a popular Linux distribution for an official [TemplateVM](/doc/templates/). However, it would not make sense for a comparatively small project like ours, with modest funding and a lean workforce, to attempt to document software belonging to a large, richly-funded project with an army of paid and volunteer contributors, especially when they probably already have documentation of their own. This is particularly true when it comes to Linux in general. Although many users who are new to Qubes are also new to Linux, it makes absolutely no sense for our comparatively tiny project to try to document Linux in general when there is already a plethora of documentation out there. diff --git a/external/building-guides/building-archlinux-template.md b/external/building-guides/building-archlinux-template.md index d6bce239..9894d001 100644 --- a/external/building-guides/building-archlinux-template.md +++ b/external/building-guides/building-archlinux-template.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/building-archlinux-template/ - /doc/BuildingArchlinuxTemplate/ - /wiki/BuildingArchlinuxTemplate/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md +redirect_to: https://forum.qubes-os.org/t/19052 ref: 116 title: Building Arch Linux template --- diff --git a/external/building-guides/building-non-fedora-template.md b/external/building-guides/building-non-fedora-template.md index 9bc8490e..a07b726f 100644 --- a/external/building-guides/building-non-fedora-template.md +++ b/external/building-guides/building-non-fedora-template.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/building-non-fedora-template/ - /doc/BuildingNonFedoraTemplate/ - /wiki/BuildingNonFedoraTemplate/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md +redirect_to: https://forum.qubes-os.org/t/18972 ref: 117 title: Building non-Fedora template --- diff --git a/external/building-guides/building-whonix-template.md b/external/building-guides/building-whonix-template.md index 23e29760..a0bbb0e7 100644 --- a/external/building-guides/building-whonix-template.md +++ b/external/building-guides/building-whonix-template.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/building-whonix-template/ - /en/doc/building-whonix-template/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md +redirect_to: https://forum.qubes-os.org/t/18981 ref: 115 title: Building Whonix templates --- diff --git a/external/configuration-guides/change-time-zone.md b/external/configuration-guides/change-time-zone.md index a7666f47..e0cc6bb4 100644 --- a/external/configuration-guides/change-time-zone.md +++ b/external/configuration-guides/change-time-zone.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/change-time-zone/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md +redirect_to: https://forum.qubes-os.org/t/18983 ref: 109 title: Changing your time zone --- diff --git a/external/configuration-guides/disk-trim.md b/external/configuration-guides/disk-trim.md index 60bc1aa7..c8102a07 100644 --- a/external/configuration-guides/disk-trim.md +++ b/external/configuration-guides/disk-trim.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/disk-trim/ - /doc/DiskTRIM/ - /wiki/DiskTRIM/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/disk-trim.md +redirect_to: https://forum.qubes-os.org/t/19054 ref: 104 title: Disk TRIM --- diff --git a/external/configuration-guides/external-audio.md b/external/configuration-guides/external-audio.md index 4fe19b8b..64392b87 100644 --- a/external/configuration-guides/external-audio.md +++ b/external/configuration-guides/external-audio.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/external-audio/ - /doc/ExternalAudio/ - /wiki/ExternalAudio/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md +redirect_to: https://forum.qubes-os.org/t/18984 ref: 100 title: External audio --- diff --git a/external/configuration-guides/fetchmail.md b/external/configuration-guides/fetchmail.md index 84d9e772..4f13adcc 100644 --- a/external/configuration-guides/fetchmail.md +++ b/external/configuration-guides/fetchmail.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/fetchmail/ - /doc/Fetchmail/ - /wiki/Fetchmail/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/fetchmail.md +redirect_to: https://forum.qubes-os.org/t/18985 ref: 114 title: Fetchmail --- diff --git a/external/configuration-guides/install-nvidia-driver.md b/external/configuration-guides/install-nvidia-driver.md index 8c997052..d1b1e967 100644 --- a/external/configuration-guides/install-nvidia-driver.md +++ b/external/configuration-guides/install-nvidia-driver.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/install-nvidia-driver/ - /doc/InstallNvidiaDriver/ - /wiki/InstallNvidiaDriver/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md +redirect_to: https://forum.qubes-os.org/t/18987 ref: 96 title: How to install an Nvidia driver --- diff --git a/external/configuration-guides/multiboot.md b/external/configuration-guides/multiboot.md index 2d7e1841..92aec5bf 100644 --- a/external/configuration-guides/multiboot.md +++ b/external/configuration-guides/multiboot.md @@ -1,7 +1,7 @@ --- lang: en layout: doc -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multiboot.md +redirect_to: https://forum.qubes-os.org/t/18988 ref: 112 title: Multibooting --- diff --git a/external/configuration-guides/multimedia.md b/external/configuration-guides/multimedia.md index 24369540..5941f17b 100644 --- a/external/configuration-guides/multimedia.md +++ b/external/configuration-guides/multimedia.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/multimedia/ - /doc/Multimedia/ - /wiki/Multimedia/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md +redirect_to: https://forum.qubes-os.org/t/19055 ref: 105 title: How to make a multimedia template --- diff --git a/external/configuration-guides/mutt.md b/external/configuration-guides/mutt.md index 6ba929df..1b057c17 100644 --- a/external/configuration-guides/mutt.md +++ b/external/configuration-guides/mutt.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/mutt/ - /doc/Mutt/ - /wiki/Mutt/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/mutt.md +redirect_to: https://forum.qubes-os.org/t/18989 ref: 106 title: Mutt --- diff --git a/external/configuration-guides/network-bridge-support.md b/external/configuration-guides/network-bridge-support.md index 5a460a6e..ea84f401 100644 --- a/external/configuration-guides/network-bridge-support.md +++ b/external/configuration-guides/network-bridge-support.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/network-bridge-support/ - /doc/NetworkBridgeSupport/ - /wiki/NetworkBridgeSupport/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md +redirect_to: https://forum.qubes-os.org/t/18990 ref: 113 title: Network bridge support --- diff --git a/external/configuration-guides/network-printer.md b/external/configuration-guides/network-printer.md index b29ae5ed..848ab9f1 100644 --- a/external/configuration-guides/network-printer.md +++ b/external/configuration-guides/network-printer.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/network-printer/ - /doc/NetworkPrinter/ - /wiki/NetworkPrinter/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md +redirect_to: https://forum.qubes-os.org/t/19056 ref: 108 title: Network printer --- diff --git a/external/configuration-guides/postfix.md b/external/configuration-guides/postfix.md index 1ee8be06..03b2c7e3 100644 --- a/external/configuration-guides/postfix.md +++ b/external/configuration-guides/postfix.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/postfix/ - /doc/Postfix/ - /wiki/Postfix/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/postfix.md +redirect_to: https://forum.qubes-os.org/t/18991 ref: 107 title: Postfix --- diff --git a/external/configuration-guides/rxvt.md b/external/configuration-guides/rxvt.md index 9c47538b..b34dd736 100644 --- a/external/configuration-guides/rxvt.md +++ b/external/configuration-guides/rxvt.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/rxvt/ - /doc/Rxvt/ - /wiki/Rxvt/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/rxvt.md +redirect_to: https://forum.qubes-os.org/t/18992 ref: 103 title: Rxvt --- diff --git a/external/configuration-guides/tips-and-tricks.md b/external/configuration-guides/tips-and-tricks.md deleted file mode 100644 index 099e51ab..00000000 --- a/external/configuration-guides/tips-and-tricks.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -lang: en -layout: doc -redirect_from: -- /doc/tips-and-tricks/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md -ref: 110 -title: Tips and tricks ---- diff --git a/external/configuration-guides/vpn.md b/external/configuration-guides/vpn.md index 5431af63..f0cd50d8 100644 --- a/external/configuration-guides/vpn.md +++ b/external/configuration-guides/vpn.md @@ -7,7 +7,7 @@ redirect_from: - /en/doc/vpn/ - /doc/VPN/ - /wiki/VPN/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md +redirect_to: https://forum.qubes-os.org/t/19061 ref: 102 title: VPN --- diff --git a/external/configuration-guides/w3m.md b/external/configuration-guides/w3m.md index 50f3642c..c2b701eb 100644 --- a/external/configuration-guides/w3m.md +++ b/external/configuration-guides/w3m.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/mutt/ - /doc/W3m/ - /wiki/W3m/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/w3m.md +redirect_to: https://forum.qubes-os.org/t/18993 ref: 101 title: Reducing the fingerprint of the text-based web browser w3m --- diff --git a/external/configuration-guides/zfs.md b/external/configuration-guides/zfs.md index 55fb87b2..4d2bf1cd 100644 --- a/external/configuration-guides/zfs.md +++ b/external/configuration-guides/zfs.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/zfs/ - /doc/ZFS/ - /wiki/ZFS/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/zfs.md +redirect_to: https://forum.qubes-os.org/t/18994 ref: 111 title: ZFS --- diff --git a/external/customization-guides/dark-theme.md b/external/customization-guides/dark-theme.md index 2494fca9..364f926f 100644 --- a/external/customization-guides/dark-theme.md +++ b/external/customization-guides/dark-theme.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/dark-theme/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md +redirect_to: https://forum.qubes-os.org/t/18997 ref: 74 title: Dark theme --- diff --git a/external/customization-guides/fedora-minimal-template-customization.md b/external/customization-guides/fedora-minimal-template-customization.md index d9773499..fbb2dc1c 100644 --- a/external/customization-guides/fedora-minimal-template-customization.md +++ b/external/customization-guides/fedora-minimal-template-customization.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /en/doc/fedora-minimal-template-customization/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md +redirect_to: https://forum.qubes-os.org/t/18999 ref: 76 title: Fedora minimal template customization --- diff --git a/external/customization-guides/language-localization.md b/external/customization-guides/language-localization.md index 61015d39..00d729c3 100644 --- a/external/customization-guides/language-localization.md +++ b/external/customization-guides/language-localization.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/language-localization/ - /doc/LanguageLocalization/ - /wiki/LanguageLocalization/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md +redirect_to: https://forum.qubes-os.org/t/19001 ref: 73 title: Language localization --- diff --git a/external/customization-guides/removing-templatevm-packages.md b/external/customization-guides/removing-templatevm-packages.md index 23efe5a7..7c12637c 100644 --- a/external/customization-guides/removing-templatevm-packages.md +++ b/external/customization-guides/removing-templatevm-packages.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/removing-templatevm-packages/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md +redirect_to: https://forum.qubes-os.org/t/19002 ref: 75 title: Removing template packages --- diff --git a/external/customization-guides/windows-template-customization.md b/external/customization-guides/windows-template-customization.md index ac368c23..48e0a345 100644 --- a/external/customization-guides/windows-template-customization.md +++ b/external/customization-guides/windows-template-customization.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/windows-template-customization/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md +redirect_to: https://forum.qubes-os.org/t/19005 ref: 72 title: Windows template customization --- diff --git a/external/os-guides/centos.md b/external/os-guides/centos.md index 68c43e11..149dac25 100644 --- a/external/os-guides/centos.md +++ b/external/os-guides/centos.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/templates/centos/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/centos.md +redirect_to: https://forum.qubes-os.org/t/19006 ref: 81 title: CentOS template --- diff --git a/external/os-guides/gentoo.md b/external/os-guides/gentoo.md index ac9f89c2..1b2b9607 100644 --- a/external/os-guides/gentoo.md +++ b/external/os-guides/gentoo.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/templates/gentoo/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/gentoo.md +redirect_to: https://forum.qubes-os.org/t/19007 ref: 221 title: Gentoo template --- diff --git a/external/os-guides/linux-hvm-tips.md b/external/os-guides/linux-hvm-tips.md index 7b1c0e3d..33c45dd1 100644 --- a/external/os-guides/linux-hvm-tips.md +++ b/external/os-guides/linux-hvm-tips.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/linux-hvm-tips/ - /doc/LinuxHVMTips/ - /wiki/LinuxHVMTips/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md +redirect_to: https://forum.qubes-os.org/t/19008 ref: 82 title: Linux HVM tips --- diff --git a/external/os-guides/netbsd.md b/external/os-guides/netbsd.md index 9e37cc5f..2d825bb7 100644 --- a/external/os-guides/netbsd.md +++ b/external/os-guides/netbsd.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/netbsd/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/netbsd.md +redirect_to: https://forum.qubes-os.org/t/19009 ref: 84 title: How to create a NetBSD qube --- diff --git a/external/os-guides/pentesting.md b/external/os-guides/pentesting.md deleted file mode 100644 index 8828e5d8..00000000 --- a/external/os-guides/pentesting.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -lang: en -layout: doc -redirect_from: -- /doc/pentesting/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting.md -ref: 83 -title: Penetration testing ---- diff --git a/external/os-guides/pentesting/blackarch.md b/external/os-guides/pentesting/blackarch.md index a353c37b..d23081e1 100644 --- a/external/os-guides/pentesting/blackarch.md +++ b/external/os-guides/pentesting/blackarch.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/pentesting/blackarch/ - /doc/blackarch/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/blackarch.md +redirect_to: https://forum.qubes-os.org/t/19010 ref: 88 title: How to create a BlackArch qube --- diff --git a/external/os-guides/pentesting/kali.md b/external/os-guides/pentesting/kali.md index 817b5aba..9bd1f6b4 100644 --- a/external/os-guides/pentesting/kali.md +++ b/external/os-guides/pentesting/kali.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/pentesting/kali/ - /doc/kali/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md +redirect_to: https://forum.qubes-os.org/t/19071 ref: 87 title: How to create a Kali Linux qube --- diff --git a/external/os-guides/pentesting/ptf.md b/external/os-guides/pentesting/ptf.md index 440b660b..b8639f32 100644 --- a/external/os-guides/pentesting/ptf.md +++ b/external/os-guides/pentesting/ptf.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/pentesting/ptf/ - /doc/ptf/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/ptf.md +redirect_to: https://forum.qubes-os.org/t/19011 ref: 89 title: How to create penetration testers framework (PTF) qube --- diff --git a/external/os-guides/ubuntu.md b/external/os-guides/ubuntu.md index 3a877c8f..6a98b073 100644 --- a/external/os-guides/ubuntu.md +++ b/external/os-guides/ubuntu.md @@ -7,7 +7,7 @@ redirect_from: - /en/doc/templates/ubuntu/ - /doc/Templates/Ubuntu/ - /wiki/Templates/Ubuntu/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/ubuntu.md +redirect_to: https://qubes.3isec.org ref: 80 title: Ubuntu template --- diff --git a/external/privacy-guides/anonymizing-your-mac-address.md b/external/privacy-guides/anonymizing-your-mac-address.md index b7ff2f67..99518ef1 100644 --- a/external/privacy-guides/anonymizing-your-mac-address.md +++ b/external/privacy-guides/anonymizing-your-mac-address.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/anonymizing-your-mac-address/ - /doc/randomizing-your-mac-address/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md +redirect_to: https://forum.qubes-os.org/t/19072 ref: 67 title: Anonymizing your MAC address --- diff --git a/external/privacy-guides/signal.md b/external/privacy-guides/signal.md index 9999a1f1..2341d865 100644 --- a/external/privacy-guides/signal.md +++ b/external/privacy-guides/signal.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/signal/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/signal.md +redirect_to: https://forum.qubes-os.org/t/19073 ref: 70 title: Signal --- diff --git a/external/privacy-guides/tails.md b/external/privacy-guides/tails.md index 6de580b5..ffc55e54 100644 --- a/external/privacy-guides/tails.md +++ b/external/privacy-guides/tails.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/tails/ - /doc/running-tails/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md +redirect_to: https://forum.qubes-os.org/t/19012 ref: 71 title: Running Tails in qubes --- diff --git a/external/privacy-guides/torvm.md b/external/privacy-guides/torvm.md index b5177ff3..8010e81d 100644 --- a/external/privacy-guides/torvm.md +++ b/external/privacy-guides/torvm.md @@ -8,7 +8,7 @@ redirect_from: - /doc/TorVM/ - /doc/UserDoc/TorVM/ - /wiki/UserDoc/TorVM/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/torvm.md +redirect_to: https://forum.qubes-os.org/t/19013 ref: 68 title: TorVM --- diff --git a/external/privacy-guides/whonix.md b/external/privacy-guides/whonix.md index 8f8c7abb..580b2a87 100644 --- a/external/privacy-guides/whonix.md +++ b/external/privacy-guides/whonix.md @@ -16,7 +16,7 @@ redirect_from: - /doc/privacy/uninstall-whonix/ - /doc/whonix/update/ - /doc/privacy/updating-whonix/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md +redirect_to: https://forum.qubes-os.org/t/19014 ref: 69 title: Whonix for privacy & anonymity --- diff --git a/external/security-guides/multifactor-authentication.md b/external/security-guides/multifactor-authentication.md index 7912b8ed..4d0e8c4f 100644 --- a/external/security-guides/multifactor-authentication.md +++ b/external/security-guides/multifactor-authentication.md @@ -5,7 +5,7 @@ redirect_from: - /doc/multifactor-authentication/ - /en/doc/multifactor-authentication/ - /doc/Multi-factorAuthentication/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md +redirect_to: https://forum.qubes-os.org/t/19016 ref: 78 title: Multifactor authentication --- diff --git a/external/security-guides/security-guidelines.md b/external/security-guides/security-guidelines.md index eb4d4542..36af472a 100644 --- a/external/security-guides/security-guidelines.md +++ b/external/security-guides/security-guidelines.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/security-guidelines/ - /doc/SecurityGuidelines/ - /wiki/SecurityGuidelines/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md +redirect_to: https://forum.qubes-os.org/t/19075 ref: 79 title: Security guidelines --- diff --git a/external/security-guides/split-bitcoin.md b/external/security-guides/split-bitcoin.md index a192a5e6..8ffc3258 100644 --- a/external/security-guides/split-bitcoin.md +++ b/external/security-guides/split-bitcoin.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/split-bitcoin/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md +redirect_to: https://forum.qubes-os.org/t/19017 ref: 77 title: Split Bitcoin --- diff --git a/external/troubleshooting/application-troubleshooting.md b/external/troubleshooting/application-troubleshooting.md index 5c5efb04..b10ddc7f 100644 --- a/external/troubleshooting/application-troubleshooting.md +++ b/external/troubleshooting/application-troubleshooting.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/application-troubleshooting/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md +redirect_to: https://forum.qubes-os.org/t/19019 ref: 236 title: Application troubleshooting --- diff --git a/external/troubleshooting/intel-igfx-troubleshooting.md b/external/troubleshooting/intel-igfx-troubleshooting.md index f616fbda..f733031b 100644 --- a/external/troubleshooting/intel-igfx-troubleshooting.md +++ b/external/troubleshooting/intel-igfx-troubleshooting.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/intel-igfx-troubleshooting/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md +redirect_to: https://forum.qubes-os.org/t/19081 ref: 90 title: Intel integrated graphics troubleshooting --- diff --git a/external/troubleshooting/macbook-troubleshooting.md b/external/troubleshooting/macbook-troubleshooting.md index 955e21ad..face9f66 100644 --- a/external/troubleshooting/macbook-troubleshooting.md +++ b/external/troubleshooting/macbook-troubleshooting.md @@ -1,7 +1,7 @@ --- lang: en layout: doc -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md +redirect_to: https://forum.qubes-os.org/t/19020 ref: 238 title: Apple MacBook troubleshooting --- diff --git a/external/troubleshooting/nvidia-troubleshooting.md b/external/troubleshooting/nvidia-troubleshooting.md index f9d686f9..a628141b 100644 --- a/external/troubleshooting/nvidia-troubleshooting.md +++ b/external/troubleshooting/nvidia-troubleshooting.md @@ -4,7 +4,7 @@ layout: doc redirect_from: - /doc/NvidiaTroubleshooting/ - /wiki/NvidiaTroubleshooting/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/nvidia-troubleshooting.md +redirect_to: https://forum.qubes-os.org/t/19021 ref: 91 title: Nvidia troubleshooting --- diff --git a/external/troubleshooting/sony-vaio-tinkering.md b/external/troubleshooting/sony-vaio-tinkering.md index 19fe54c4..7191850b 100644 --- a/external/troubleshooting/sony-vaio-tinkering.md +++ b/external/troubleshooting/sony-vaio-tinkering.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/sony-vaio-tinkering/ - /doc/SonyVaioTinkering/ - /wiki/SonyVaioTinkering/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/sony-vaio-tinkering.md +redirect_to: https://forum.qubes-os.org/t/19022 ref: 93 title: Sony Vaio tinkering --- diff --git a/external/troubleshooting/tails-troubleshooting.md b/external/troubleshooting/tails-troubleshooting.md index 6b815f49..1d933244 100644 --- a/external/troubleshooting/tails-troubleshooting.md +++ b/external/troubleshooting/tails-troubleshooting.md @@ -3,7 +3,7 @@ lang: en layout: doc redirect_from: - /doc/tails-troubleshooting/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/tails-troubleshooting.md +redirect_to: https://forum.qubes-os.org/t/19023 ref: 237 title: Tails troubleshooting --- diff --git a/external/troubleshooting/thinkpad-troubleshooting.md b/external/troubleshooting/thinkpad-troubleshooting.md index 42f25997..e0e99603 100644 --- a/external/troubleshooting/thinkpad-troubleshooting.md +++ b/external/troubleshooting/thinkpad-troubleshooting.md @@ -11,7 +11,7 @@ redirect_from: - /en/doc/lenovo450-tinkering/ - /doc/Lenovo450Tinkering/ - /wiki/Lenovo450Tinkering/ -redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/thinkpad-troubleshooting.md +redirect_to: https://forum.qubes-os.org/t/19024 ref: 95 title: Lenovo ThinkPad troubleshooting --- diff --git a/introduction/faq.md b/introduction/faq.md index 5b334e91..2258ee1b 100644 --- a/introduction/faq.md +++ b/introduction/faq.md @@ -459,7 +459,7 @@ You have to restart the NetVM after the template has been shut down. ### Can I install Qubes OS together with other operating system (dual-boot/multi-boot)? You shouldn't do that, because it poses a security risk for your Qubes OS installation. -But if you understand the risk and accept it, read [documentation on multibooting](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multiboot.md). +But if you understand the risk and accept it, read [documentation on multibooting](https://forum.qubes-os.org/t/18988). It begins with an explanation of the risks with such a setup. ### Which version of Qubes am I running? @@ -806,4 +806,4 @@ If you need to support not-fully-updated systems, check for the existence of `/u Yes, Qubes natively supports automation via [Salt (SaltStack)](/doc/salt/). There is also the unofficial [ansible-qubes toolkit](https://github.com/Rudd-O/ansible-qubes). -(**Warning:** Since this is an external project that has not been reviewed or endorsed by the Qubes team, [allowing it to manage dom0 may be a security risk](https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md#dom0-precautions).) +(**Warning:** Since this is an external project that has not been reviewed or endorsed by the Qubes team, [allowing it to manage dom0 may be a security risk](https://forum.qubes-os.org/t/19075#dom0-precautions).) diff --git a/user/advanced-topics/standalones-and-hvms.md b/user/advanced-topics/standalones-and-hvms.md index a911dc55..038f4f71 100644 --- a/user/advanced-topics/standalones-and-hvms.md +++ b/user/advanced-topics/standalones-and-hvms.md @@ -440,4 +440,4 @@ qemu-img -h | tail -n1 Other documents related to HVMs: - [Windows VMs](https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm.md) -- [Linux HVM Tips](https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md) +- [Linux HVM Tips](https://forum.qubes-os.org/t/19008) diff --git a/user/how-to-guides/how-to-organize-your-qubes.md b/user/how-to-guides/how-to-organize-your-qubes.md index 406d346d..e5c9891b 100644 --- a/user/how-to-guides/how-to-organize-your-qubes.md +++ b/user/how-to-guides/how-to-organize-your-qubes.md @@ -99,7 +99,7 @@ the other. Alice's setup looks like this: - **Several email qubes.** Since Alice is a command-line aficionado, she likes to use a terminal-based email client, so both her work and personal email qubes are based on a template with - [Mutt](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/mutt.md) + [Mutt](https://forum.qubes-os.org/t/18989) installed. The email qubes where she sends and receives PGP-signed and encrypted email securely accesses the private keys in her PGP backend qube (more on that below). To guard against malicious attachments, she configured @@ -199,7 +199,7 @@ for work, which contains: communication. - **Two qubes for - [Signal](https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/signal.md).** + [Signal](https://forum.qubes-os.org/t/19073).** Bob has two Signal app qubes (both on the same template in which the Signal desktop app is installed). One is linked to his own mobile number for communicating with co-workers and other known, trusted contacts. The other is @@ -217,7 +217,7 @@ for work, which contains: the side benefit of helping to keep things organized. - **A [VPN - qube](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md) + qube](https://forum.qubes-os.org/t/19061) and associated qubes for accessing work resources.** The servers at work can only be accessed from the organization's network, so Bob has certain qubes that are connected to a VPN qube so that he can upload his work and access @@ -391,7 +391,7 @@ Carol has added the following to her Qubes setup: physically air-gapped machine, but she's figures they all have different security properties. She also recently heard about using [Electrum as a "split" wallet in - Qubes](https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md) + Qubes](https://forum.qubes-os.org/t/19017) and is interested in exploring that further. - **Whonix qubes.** Carol read somewhere that Bitcoin nodes should be run over diff --git a/user/how-to-guides/how-to-use-optical-discs.md b/user/how-to-guides/how-to-use-optical-discs.md index 4d9cf4f7..4b7b536e 100644 --- a/user/how-to-guides/how-to-use-optical-discs.md +++ b/user/how-to-guides/how-to-use-optical-discs.md @@ -17,7 +17,7 @@ Currently, the only options for reading and recording optical discs (e.g., CDs, 1. Use a USB optical drive. 2. Attach a SATA optical drive to a secondary SATA controller, then assign this secondary SATA controller to a VM. 3. Use a SATA optical drive attached to dom0. - (**Caution:** This option is [potentially dangerous](https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md#dom0-precautions).) + (**Caution:** This option is [potentially dangerous](https://forum.qubes-os.org/t/19075#dom0-precautions).) To access an optical disc via USB follow the [typical procedure for attaching a USB device](/doc/how-to-use-usb-devices/#with-the-command-line-tool), then check with the **Qubes Devices** widget to see what device in the target qube the USB optical drive was attached to. Typically this would be `sr0`. diff --git a/user/security-in-qubes/anti-evil-maid.md b/user/security-in-qubes/anti-evil-maid.md index 19ac3193..0bcf0964 100644 --- a/user/security-in-qubes/anti-evil-maid.md +++ b/user/security-in-qubes/anti-evil-maid.md @@ -39,7 +39,7 @@ For more information, see the [qubes-antievilmaid](https://github.com/QubesOS/qu Security Considerations ----------------------- -[Qubes security guidelines](https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md) dictate that USB devices should never be attached directly to dom0, since this can result in the entire system being compromised. +[Qubes security guidelines](https://forum.qubes-os.org/t/19075) dictate that USB devices should never be attached directly to dom0, since this can result in the entire system being compromised. However, in its default configuration, installing and using AEM requires attaching a USB drive (i.e., [mass storage device](https://en.wikipedia.org/wiki/USB_mass_storage_device_class)) directly to dom0. (The other option is to install AEM to an internal disk. However, this carries significant security implications, as explained [here](https://blog.invisiblethings.org/2011/09/07/anti-evil-maid.html).) This presents us with a classic security trade-off: each Qubes user must make a choice between protecting dom0 from a potentially malicious USB drive, on the one hand, and protecting the system from Evil Maid attacks, on the other hand. @@ -50,7 +50,7 @@ Therefore, it is up to each individual Qubes user to evaluate the relative risk For example, a user who frequently travels with a Qubes laptop holding sensitive data may be at a much higher risk of Evil Maid attacks than a home user with a stationary Qubes desktop. If the frequent traveler judges her risk of an Evil Maid attack to be higher than the risk of a malicious USB device, she might reasonably opt to install and use AEM. On the other hand, the home user might deem the probability of an Evil Maid attack occurring in her own home to be so low that there is a higher probability that any USB drive she purchases is already compromised, in which case she might reasonably opt never to attach any USB devices directly to dom0. -(In either case, users can--and should--secure dom0 against further USB-related attacks through the use of a [USB VM](https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md#creating-and-using-a-usbvm).) +(In either case, users can--and should--secure dom0 against further USB-related attacks through the use of a [USB VM](https://forum.qubes-os.org/t/19075#creating-and-using-a-usbvm).) For more information, please see [this discussion thread](https://groups.google.com/d/msg/qubes-devel/EBc4to5IBdg/n1hfsHSfbqsJ). diff --git a/user/security-in-qubes/firewall.md b/user/security-in-qubes/firewall.md index 7a5ad072..2974209b 100644 --- a/user/security-in-qubes/firewall.md +++ b/user/security-in-qubes/firewall.md @@ -88,7 +88,7 @@ The sys-firewall-2 proxy ensures that: If you adopt this model, you should be aware that all traffic will arrive at the `network service qube` appearing to originate from the IP address of `sys-firewall-2`. -For the VPN service please also look at the [VPN documentation](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md). +For the VPN service please also look at the [VPN documentation](https://forum.qubes-os.org/t/19061). Enabling networking between two qubes ------------------------------------- diff --git a/user/templates/minimal-templates.md b/user/templates/minimal-templates.md index 8d63fbc4..4b5a394f 100644 --- a/user/templates/minimal-templates.md +++ b/user/templates/minimal-templates.md @@ -155,12 +155,12 @@ list of packages to be installed): `qubes-usb-proxy` to provide USB devices to other Qubes and `qubes-input-proxy-sender` to provide keyboard or mouse input to dom0. - [VPN - qube](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md): + qube](https://forum.qubes-os.org/t/19061): Use the `dnf search "NetworkManager VPN plugin"` command to look up the VPN packages you need, based on the VPN technology you'll be using, and install them. Some GNOME related packages may be needed as well. After creation of a machine based on this template, follow the [VPN - instructions](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) + instructions](https://forum.qubes-os.org/t/19061#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) to configure it. - `default-mgmt-dvm`: requires `qubes-core-agent-passwordless-root` and `qubes-mgmt-salt-vm-connector`. @@ -206,7 +206,7 @@ You may also wish to consider additional packages from the `qubes-core-agent` suite. See -[here](https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md) +[here](https://forum.qubes-os.org/t/18999) for further information on customizing `fedora-minimal`. #### Logging @@ -254,11 +254,11 @@ list of packages to be installed): pair it with `qubes-core-agent-passwordless-root` or manually activate the user session with `loginctl activate `.) - [VPN - qube](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md): + qube](https://forum.qubes-os.org/t/19061): You may need to install network-manager VPN packages, depending on the VPN technology you'll be using. After creating a machine based on this template, follow the [VPN - howto](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) + howto](https://forum.qubes-os.org/t/19061#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) to configure it. - `default-mgmt-dvm`: requires `qubes-core-agent-passwordless-root` and `qubes-mgmt-salt-vm-connector`. @@ -334,11 +334,11 @@ list of packages to be installed): `qubes-usb-proxy` to provide USB devices to other Qubes and `qubes-input-proxy-sender` to provide keyboard or mouse input to dom0. - [VPN - qube](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md): + qube](https://forum.qubes-os.org/t/19061): You may need to install network-manager VPN packages, depending on the VPN technology you'll be using. After creating a machine based on this template, follow the [VPN - howto](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) + howto](https://forum.qubes-os.org/t/19061#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) to configure it. - `default-mgmt-dvm`: requires `qubes-core-agent-passwordless-root` and `qubes-mgmt-salt-vm-connector`. diff --git a/user/troubleshooting/installation-troubleshooting.md b/user/troubleshooting/installation-troubleshooting.md index ddbf1a5c..ffc53e7a 100644 --- a/user/troubleshooting/installation-troubleshooting.md +++ b/user/troubleshooting/installation-troubleshooting.md @@ -75,11 +75,11 @@ These errors may also occur due to an incompatible Nvidia graphics card. If you noexitboot=1 modprobe.blacklist=nouveau rd.driver.blacklist=nouveau --- intitrd.img ``` -For more information, look at the [Nvidia Troubleshooting guide](https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/nvidia-troubleshooting.md#disabling-nouveau). +For more information, look at the [Nvidia Troubleshooting guide](https://forum.qubes-os.org/t/19021#disabling-nouveau). ## Installation freezes at "Setting up Networking" -If you are facing this problem on an Apple computer, check out the [Macbook Troubleshooting guide](https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md). +If you are facing this problem on an Apple computer, check out the [Macbook Troubleshooting guide](https://forum.qubes-os.org/t/19020). If you are installing Qubes 4.0 on an external storage device, you may have forgotten to disable `sys-usb` during the [initial setup](/doc/installation-guide/#initial-setup), which is generally required for that setup to work. diff --git a/user/troubleshooting/pci-troubleshooting.md b/user/troubleshooting/pci-troubleshooting.md index c1aad95b..42d30254 100644 --- a/user/troubleshooting/pci-troubleshooting.md +++ b/user/troubleshooting/pci-troubleshooting.md @@ -120,7 +120,7 @@ You can also configure strict reset directly from the Qubes interface by followi ## Broadcom BCM43602 Wi-Fi card causes system freeze -You may face the problem where the BCM43602 Wi-Fi chip causes a system freeze whenever it is attached to a VM. To fix this problem on a Macbook, follow the steps in [Macbook Troubleshooting](https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md#system-freezes-after-attaching-broadcom-bcm43602-wi-fi-card). +You may face the problem where the BCM43602 Wi-Fi chip causes a system freeze whenever it is attached to a VM. To fix this problem on a Macbook, follow the steps in [Macbook Troubleshooting](https://forum.qubes-os.org/t/19020#system-freezes-after-attaching-broadcom-bcm43602-wi-fi-card). For other non-Macbook machines, it is advisable to replace the Broadcom BCM43602 with one known to work on Qubes, such as the Atheros AR9462. diff --git a/user/troubleshooting/uefi-troubleshooting.md b/user/troubleshooting/uefi-troubleshooting.md index 0c84934a..35e33877 100644 --- a/user/troubleshooting/uefi-troubleshooting.md +++ b/user/troubleshooting/uefi-troubleshooting.md @@ -30,7 +30,7 @@ If you've installed successfully in legacy mode but had to change some kernel pa ## Installation freezes before displaying installer -If you have an Nvidia card, see also [Nvidia Troubleshooting](https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/nvidia-troubleshooting.md#disabling-nouveau). +If you have an Nvidia card, see also [Nvidia Troubleshooting](https://forum.qubes-os.org/t/19021#disabling-nouveau). ### Removing `noexitboot` and `mapbs`