[qubes-users] Resizing storage in Windows 10 StandaloneVMs

2020-11-17 Thread Knut von Walter
Hi,

At the moment I am still happy with my freshly configured Windows 10
StandaloneVM. But now I want to resize it from 30 GB to 60 GB. I have
read the documentation on, link:
https://www.qubes-os.org/doc/resize-disk-image/
 . However Windows 10
StandaloneVMs are not explicitly mentioned. Therefore to make it
absolutely sure I am asking about best practice on how to resize Windows
10 StandaloneVMs?

All help is appreciated.

Thank you.

Best Knut

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6b43e07f-c451-0140-c06b-43b4ecfc3813%40websecur.eu.


Re: [qubes-users] How to setup Win10 HVM ?

2020-11-13 Thread Knut von Walter
Yes, I can do this with my configuration.

On 11/13/20 12:07 PM, 'M' via qubes-users wrote:
> I think if it's possible to right-click on a file -> "Send to" ->
> "Copy to other VM" and the file gets copied to the chosen VM, then the
> installed "Qubes Windows Tools" seems to work properly.
>
> fredag den 13. november 2020 kl. 11.29.36 UTC+1 skrev Knut von Walter:
>
> Thank you so much for your precious help! Now with the help of the
> excellent forum of Qubes OS, link:
> https://qubes-os.discourse.group/
> <https://qubes-os.discourse.group/> . I managed to install Windows
> 10 in a StandaloneVM completely. Including the Qubes Windows Tools.
> Stay healthy & safe.
> Best
>         Knut
>
>
> Am 08.11.20 um 23:40 schrieb 'M' via qubes-users:
>> Now I have found a way to make it work without getting Windows 7
>> downloaded first. And I have updated the procedure above and
>> inserted the updated/edited version below.
>>
>>
>> *Updated steps to setup a Win 10 HVM*
>>
>>
>>
>> How to setup a Win 10 HVM according to this page:
>> https://github.com/elliotkillick/qvm-create-windows-qube ?
>> 
>> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Felliotkillick%2Fqvm-create-windows-qube=D=1=AFQjCNHygrrCGNRnSzK0GPvO5Iylynm6eA>
>>
>>
>> See below for my detailed description on how to use this method:
>>
>> 1)  Open your Firefox browser in a VM - for example in the
>> untrusted VM.
>>
>> 2)  To save the install.sh script file:  Open this page:
>> 
>> https://raw.githubusercontent.com/elliotkillick/qvm-create-windows-qube/master/install.sh
>> 
>> <https://raw.githubusercontent.com/elliotkillick/qvm-create-windows-qube/master/install.sh>
>> and save it as install.sh
>>
>> 3)  To copy the file to dom0: Open the dom0 terminal and execute
>> this command:  qvm-run -p --filter-escape-chars --no-color-output
>> untrusted "cat '/home/user/Downloads/install.sh'" > install.sh
>>
>> 4)  To check that the file is copied to dom0: Execute this
>> command in the dom0 terminal: ls
>>
>> 5)  To get Qubes OS to execute the script in the "install.sh"
>> file: Execute this command in the dom0 terminal: chmod +x
>> install.sh && ./install.sh
>>   If the installation script ends up in a loop where the pc
>> is trying to download Windows 7 but can't, then close the dom0
>> terminal, open a new one and follow these steps (they are the
>> same as the 4 last steps in the script inside the "install.sh" file):
>>
>>  5a)  Execute this command in the dom0 terminal: qvm-prefs
>> windows-mgmt netvm
>>
>>  5b)  To download qubes-windows-tools (for easy copy and
>> moving fiiles to and from the Win10 HVM, etc.), execute this
>> command in the dom0 terminal: sudo qubes-dom0-update -y
>> qubes-windows-tools
>>
>>  5c)  To copy "qvm-create-windows-qube.sh" to dom0, execute
>> this command in the dom0 terminal: qvm-run -p
>> --filter-escape-chars --no-color-output windows-mgmt "cat
>> 
>> '/home/user//Documents/qvm-create-windows-qube/qvm-create-windows-qube.sh'
>> " > qvm-create-windows-qube.sh
>>
>>  5d)  To make the file able to be executed, execute this
>> command in the dom0 terminal: chmod +x qvm-create-windows-qube.sh
>>
>> 6)  Download the version of Windows 10 you want to use to the
>> "windows-mgmt" VM.
>>  You can execute the script in the file "download-windows.sh
>> , but it might not work - I couldn't make it work. In that case,
>> do the following:
>>
>>  6a)  Open the “Qube Settings” for the domain “windows-mgmt”.
>> Under “Network”, choose the “default” one and click on “Apply”.
>>
>>  6b)  Open the domains Firefox browser and search the web for
>> “how to download windows 10”.
>>         One of the first results is a link to a Microsoft
>> webpage from which it is possible to download the file in the
>> local language.
>>         The file gets downloaded to the download folder in
>> the domain.
>>
>>  6c)  Open the “Qube Settings” for the domain “windows-mgmt”.
>> Under “Network”, choose “(none)” and click on “Apply”.
>>
>>  6d)  Move or copy the downloaded Wi

Re: [qubes-users] How to setup Win10 HVM ?

2020-11-13 Thread Knut von Walter
Thank you so much for your precious help! Now with the help of the
excellent forum of Qubes OS, link: https://qubes-os.discourse.group/ . I
managed to install Windows 10 in a StandaloneVM completely. Including
the Qubes Windows Tools.
Stay healthy & safe.
Best
        Knut


Am 08.11.20 um 23:40 schrieb 'M' via qubes-users:
> Now I have found a way to make it work without getting Windows 7
> downloaded first. And I have updated the procedure above and inserted
> the updated/edited version below.
>
>
> *Updated steps to setup a Win 10 HVM*
>
>
>
> How to setup a Win 10 HVM according to this page:
> https://github.com/elliotkillick/qvm-create-windows-qube ?
> 
>
>
> See below for my detailed description on how to use this method:
>
> 1)  Open your Firefox browser in a VM - for example in the untrusted VM.
>
> 2)  To save the install.sh script file:  Open this page:
> https://raw.githubusercontent.com/elliotkillick/qvm-create-windows-qube/master/install.sh
> and save it as install.sh
>
> 3)  To copy the file to dom0: Open the dom0 terminal and execute this
> command:  qvm-run -p --filter-escape-chars --no-color-output untrusted
> "cat '/home/user/Downloads/install.sh'" > install.sh
>
> 4)  To check that the file is copied to dom0: Execute this command in
> the dom0 terminal: ls
>
> 5)  To get Qubes OS to execute the script in the "install.sh" file:
> Execute this command in the dom0 terminal: chmod +x install.sh &&
> ./install.sh
>   If the installation script ends up in a loop where the pc is
> trying to download Windows 7 but can't, then close the dom0 terminal,
> open a new one and follow these steps (they are the same as the 4 last
> steps in the script inside the "install.sh" file):
>
>  5a)  Execute this command in the dom0 terminal: qvm-prefs
> windows-mgmt netvm
>
>  5b)  To download qubes-windows-tools (for easy copy and moving
> fiiles to and from the Win10 HVM, etc.), execute this command in the
> dom0 terminal: sudo qubes-dom0-update -y qubes-windows-tools
>
>  5c)  To copy "qvm-create-windows-qube.sh" to dom0, execute this
> command in the dom0 terminal: qvm-run -p --filter-escape-chars
> --no-color-output windows-mgmt "cat
> '/home/user//Documents/qvm-create-windows-qube/qvm-create-windows-qube.sh'
> " > qvm-create-windows-qube.sh
>
>  5d)  To make the file able to be executed, execute this command
> in the dom0 terminal: chmod +x qvm-create-windows-qube.sh
>
> 6)  Download the version of Windows 10 you want to use to the
> "windows-mgmt" VM.
>  You can execute the script in the file "download-windows.sh , but
> it might not work - I couldn't make it work. In that case, do the
> following:
>
>  6a)  Open the “Qube Settings” for the domain “windows-mgmt”.
> Under “Network”, choose the “default” one and click on “Apply”.
>
>  6b)  Open the domains Firefox browser and search the web for “how
> to download windows 10”.
>         One of the first results is a link to a Microsoft webpage
> from which it is possible to download the file in the local language.
>         The file gets downloaded to the download folder in the
> domain.
>
>  6c)  Open the “Qube Settings” for the domain “windows-mgmt”.
> Under “Network”, choose “(none)” and click on “Apply”.
>
>  6d)  Move or copy the downloaded Win10 ISO-file to this
> destination: /Documents/qvm-create-windows-qube/windows-media/isos
>
>  6e)  Open the terminal in dom0 and execute the following script
> (remember to write the name of the ISO-file you downloaded in step 6b
> instead of “filename”): ./qvm-create-windows-qube.sh -n sys-whonix
> -oyw -i filename.iso -a win10x64-pro.xml Win10
>     Info: "Win10" will be the name of the domain.
>     Do NOT close the terminal before it says the installation
> was complete (successfully) !  Let the terminal do the job, it
> restarts the qube and so on when it is necessary.
>
> 7)  When you get into Windows there might appear three message boxes.
> One saying that the pc has to be restarted. A second one saying that
> drive D has to be formatted. And the third one saying something about
> a private drive. Just click on "Yes" or "OK". Then Windows will close
> immediately and restart. Afterwards the terminal should write that the
> installation was completed successfully.
>  When Windows start up again you probably do not have a
> functioning internet connection.
>
> 8)  To get on the internet: Shut down the Win10 HVM.
>
> 9)  To view the Windows GUI-window again the next time you start the
> Win10 HVM, execute the following command in the dom0 terminal:
> qvm-features  gui 1
>  Write the name of the domain (for example "Win10"), instead of
>  .
>
> 10)  Start the Win10 HVM again by going into the "Qubes Menu" ->
> "Win10" -> either  click on "Start" or on a application shortcut to
> start the Win10 HVM.

Re: [qubes-users] How to setup Win10 HVM ?

2020-11-10 Thread Knut von Walter
Hi

well I just ran the command in the dom0 terminal: sudo qubes-dom0-update
qubes-windows-tools . This successfully installed
qubes-windows-tools.noarch 4.0.1-3 in dom0 :

However in order to test my successful installation I tried to test my
clipboard to copy text from AppVM vault to StandaloneVM windows-10. This
was not working.

As far as I know this is the main feature of Qubes-Windows-Tools.

Please correct me if I am wrong.

Does anyone have an idea how to get my clipboard working?

Thank you.

Best

            Knut

On 11/9/20 7:07 PM, 'M' via qubes-users wrote:
> Have you done this:
>
> 9)  To view the Windows GUI-window again the next time you start the
> Win10 HVM, execute the following command in the dom0 terminal:
> qvm-features  gui 1
>  Write the name of the domain (for example "Win10"), instead of
>  .
>
> To install the Qubes Tools for Windows, I would try this if I was you:
>
>  5b)  To download qubes-windows-tools (for easy copy and moving
> fiiles to and from the Win10 HVM, etc.), execute this command in the
> dom0 terminal: sudo qubes-dom0-update -y qubes-windows-tools
>
> If this isn't enough, then I guess you properly have to do the
> following also (but I don't know ! - I'm not a very experienced
> Qubes-user):
>
>  5c)  To copy "qvm-create-windows-qube.sh" to dom0, execute this
> command in the dom0 terminal: qvm-run -p --filter-escape-chars
> --no-color-output windows-mgmt "cat
> '/home/user//Documents/qvm-create-windows-qube/qvm-create-windows-qube.sh'
> " > qvm-create-windows-qube.sh
>
>  5d)  To make the file able to be executed, execute this command
> in the dom0 terminal: chmod +x qvm-create-windows-qube.sh
>
>  6e)  Open the terminal in dom0 and execute the following script
> (remember to write the name of the ISO-file you downloaded in step 6b
> instead of “filename”): ./qvm-create-windows-qube.sh -n sys-whonix
> -oyw -i filename.iso -a win10x64-pro.xml Win10
>     Info: "Win10" will be the name of the domain.
>     Do NOT close the terminal before it says the installation
> was complete (successfully) !  Let the terminal do the job, it
> restarts the qube and so on when it is necessary.
>
> If that doesn't work, then you may have to delete both the
> windows-mgmt VM and the Win10 HVM and follow my procedure from the
> beginning to the end.
>
> In worst case you would have to start from a backup before you began
> the creation of the windows-mgmt VM and installation of the Win10 HVM
> or install Qubes again to make it function properly. But hopefully you
> won't have to do that. Ask others in here before you do this in case
> they can tell you if and how this can be avoided - if you doesn't
> succeed with my suggested steps above.
>
> mandag den 9. november 2020 kl. 13.21.11 UTC+1 skrev Knut von Walter:
>
> Hi
> Well I am happy with my Windows 10 configuration. However I still
> have problems with installing Qubes Tools for Windows 4.0.1.3,
> link:
> 
> https://qubes-os.discourse.group/t/usability-of-qubes-tools-for-windows-10/1075/6
> 
> <https://qubes-os.discourse.group/t/usability-of-qubes-tools-for-windows-10/1075/6>
> 1 . As far as step Nr. 8 everything is fine. But my GUI of Windows
> 10 is not starting afterwards.
> Can you please send me an instruction on how to install the Qubes
> Tools for Windows? The name of my Windows 10 HVM in Qubes Manager
> is called windows-10-clone-1-xen : It would be great if you could
> send me instructions with the necessary commands for installing
> Qubes Tools for Windows in my HVM.
> Thank you.
> Stay healthy & safe
> Best
>
>         Knut
> Am 08.11.20 um 23:40 schrieb 'M' via qubes-users:
>> Now I have found a way to make it work without getting Windows 7
>> downloaded first. And I have updated the procedure above and
>> inserted the updated/edited version below.
>>
>>
>> *Updated steps to setup a Win 10 HVM*
>>
>>
>>
>> How to setup a Win 10 HVM according to this page:
>> https://github.com/elliotkillick/qvm-create-windows-qube ?
>> 
>> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Felliotkillick%2Fqvm-create-windows-qube=D=1=AFQjCNHygrrCGNRnSzK0GPvO5Iylynm6eA>
>>
>>
>> See below for my detailed description on how to use this method:
>>
>> 1)  Open your Firefox browser in a VM - for example in the
>> untrusted VM.
>>
>> 2)  To save the install.sh script file:  Open this page:
>> 
>> https://raw.githubusercontent.com/elliotkillick/qvm-create-windows-qube/master/inst

Re: [qubes-users] How to setup Win10 HVM ?

2020-11-09 Thread Knut von Walter
Hi
Well I am happy with my Windows 10 configuration. However I still have
problems with installing Qubes Tools for Windows 4.0.1.3, link:
https://qubes-os.discourse.group/t/usability-of-qubes-tools-for-windows-10/1075/6
1 . As far as step Nr. 8 everything is fine. But my GUI of Windows 10 is
not starting afterwards.
Can you please send me an instruction on how to install the Qubes Tools
for Windows? The name of my Windows 10 HVM in Qubes Manager is called
windows-10-clone-1-xen : It would be great if you could send me
instructions with the necessary commands for installing Qubes Tools for
Windows in my HVM.
Thank you.
Stay healthy & safe
Best

        Knut
Am 08.11.20 um 23:40 schrieb 'M' via qubes-users:
> Now I have found a way to make it work without getting Windows 7
> downloaded first. And I have updated the procedure above and inserted
> the updated/edited version below.
>
>
> *Updated steps to setup a Win 10 HVM*
>
>
>
> How to setup a Win 10 HVM according to this page:
> https://github.com/elliotkillick/qvm-create-windows-qube ?
> 
>
>
> See below for my detailed description on how to use this method:
>
> 1)  Open your Firefox browser in a VM - for example in the untrusted VM.
>
> 2)  To save the install.sh script file:  Open this page:
> https://raw.githubusercontent.com/elliotkillick/qvm-create-windows-qube/master/install.sh
> and save it as install.sh
>
> 3)  To copy the file to dom0: Open the dom0 terminal and execute this
> command:  qvm-run -p --filter-escape-chars --no-color-output untrusted
> "cat '/home/user/Downloads/install.sh'" > install.sh
>
> 4)  To check that the file is copied to dom0: Execute this command in
> the dom0 terminal: ls
>
> 5)  To get Qubes OS to execute the script in the "install.sh" file:
> Execute this command in the dom0 terminal: chmod +x install.sh &&
> ./install.sh
>   If the installation script ends up in a loop where the pc is
> trying to download Windows 7 but can't, then close the dom0 terminal,
> open a new one and follow these steps (they are the same as the 4 last
> steps in the script inside the "install.sh" file):
>
>  5a)  Execute this command in the dom0 terminal: qvm-prefs
> windows-mgmt netvm
>
>  5b)  To download qubes-windows-tools (for easy copy and moving
> fiiles to and from the Win10 HVM, etc.), execute this command in the
> dom0 terminal: sudo qubes-dom0-update -y qubes-windows-tools
>
>  5c)  To copy "qvm-create-windows-qube.sh" to dom0, execute this
> command in the dom0 terminal: qvm-run -p --filter-escape-chars
> --no-color-output windows-mgmt "cat
> '/home/user//Documents/qvm-create-windows-qube/qvm-create-windows-qube.sh'
> " > qvm-create-windows-qube.sh
>
>  5d)  To make the file able to be executed, execute this command
> in the dom0 terminal: chmod +x qvm-create-windows-qube.sh
>
> 6)  Download the version of Windows 10 you want to use to the
> "windows-mgmt" VM.
>  You can execute the script in the file "download-windows.sh , but
> it might not work - I couldn't make it work. In that case, do the
> following:
>
>  6a)  Open the “Qube Settings” for the domain “windows-mgmt”.
> Under “Network”, choose the “default” one and click on “Apply”.
>
>  6b)  Open the domains Firefox browser and search the web for “how
> to download windows 10”.
>         One of the first results is a link to a Microsoft webpage
> from which it is possible to download the file in the local language.
>         The file gets downloaded to the download folder in the
> domain.
>
>  6c)  Open the “Qube Settings” for the domain “windows-mgmt”.
> Under “Network”, choose “(none)” and click on “Apply”.
>
>  6d)  Move or copy the downloaded Win10 ISO-file to this
> destination: /Documents/qvm-create-windows-qube/windows-media/isos
>
>  6e)  Open the terminal in dom0 and execute the following script
> (remember to write the name of the ISO-file you downloaded in step 6b
> instead of “filename”): ./qvm-create-windows-qube.sh -n sys-whonix
> -oyw -i filename.iso -a win10x64-pro.xml Win10
>     Info: "Win10" will be the name of the domain.
>     Do NOT close the terminal before it says the installation
> was complete (successfully) !  Let the terminal do the job, it
> restarts the qube and so on when it is necessary.
>
> 7)  When you get into Windows there might appear three message boxes.
> One saying that the pc has to be restarted. A second one saying that
> drive D has to be formatted. And the third one saying something about
> a private drive. Just click on "Yes" or "OK". Then Windows will close
> immediately and restart. Afterwards the terminal should write that the
> installation was completed successfully.
>  When Windows start up again you probably do not have a
> functioning internet connection.
>
> 8)  To get on the internet: Shut down the Win10 HVM.
>
> 9)  

[qubes-users] Usability of Qubes Tools for Windows 10

2020-10-15 Thread Knut von Walter
Hi,
well I have read the documentation of installing Qubes Windows Tools
,link: https://www.qubes-os.org/doc/windows-tools/ Especially the known
limitations of that software on, link:
https://github.com/QubesOS/qubes-issues/issues/3585 . Also I discovered
this video tutorial on you-tube:
https://www.youtube.com/watch?v=1mGop1B-kqU . The author, Mr. Chris
Titus, of this video, which is from October 27th in 2019. Came to the
conclusion that it is at that moment not advisable to install Qubes
Tools for Windows.
Therefore I have this question: Do you think this issue changed in the
meantime? Or is it better to wait for some time until the team of Qubes
OS have programmed the necessary software. So that everything is running
smoothly.
Since I am not in a hurry to install Qubes Tools for Windows.
All advice is appreciated.
Thank you.
Best Knut von Walter

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/da015112-a719-17ee-4626-4bb84a8a4fd2%40websecur.eu.


[qubes-users] Troubleshooting Installation of Windows 10 in Qubes OS Version 2

2020-10-12 Thread Knut von Walter
Hi,
I have read the documentation on this page,link:
https://github.com/deeplow/qubes-doc/blob/gweck/patch-1/external/os-guides/windows/windows-vm.md
. However I could not get more detailed instructions on how to set up a
Windows 10 HVM standalone VM. Regarding my system I figured out, how to
read the log-file of /var/log/xen/console/guest-windows-10.log. It gave
me the error message: ” domain dead cannot connect to qrexec agent: No
such file or directory ” I hope this can help somebody. In order that I
can setup Windows 10 within Qubes OS.
Thank you.
Best Knut von Walter



-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/fd0140ed-3fdb-73e5-2844-0f620497d274%40websecur.eu.


[qubes-users] Troubleshooting Installation of Windows 10 in Qubes OS

2020-10-05 Thread Knut von Walter
Hi,

at the moment I am trying to install Windows 10 following this
instruction, link: _https://www.qubes-os.org/doc/windows-vm/_. However
Windows is not booting. After clicking on ”Boot from CDROM”. I get the
following error-message:

Qube-Status: windows 10: Domain windows-10 has failed to start: Cannot
connect to qrexec agent for 60 seconds, see
/var/log/xen/console/guest-windows-10.log for details.

Has anyone an idea how to solve this? All help is appreciated.

Thank you.

Best Knut von Walter

 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/fb87b3da-fec8-5d88-6cab-96cd2d59d997%40websecur.eu.


[qubes-users] Use of KeePassX with Fido2 Stick

2020-07-06 Thread Knut von Walter
Hello,

I am using KeePassX 2.0.3 with Qubes OS 4.0.3 which is based on Fedora
31. Personally I am very happy and content with the functions of the
software. At the moment I am using it with master password and key-file
for logging in. However I would appreciate it if I could use my Fido2
Stick for additional security. Is this possible?

Thank you.

Best

        Knut von Walter

 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/a5486c1a-7b7a-9723-348e-1145fda6b27f%40websecur.eu.


[qubes-users] Erste deutsche Rezension von Qubes OS auf Youtube

2020-05-04 Thread Knut von Walter
Liebe Freunde von Qubes OS,

Es gibt gute Neuigkeiten, denn auf Youtube gibt es die erste Rezension
von Qubes OS in deutscher Sprache. Auch wenn der Autor erst einmal nur
einen Einstieg in die Thematik bietet, finde ich das Video trotzdem
interessant. Link: _https://www.youtube.com/watch?v=ugEKW4Bdv2U_.

Best Knut von Walter

 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/388fbff9-a5c7-a92a-c5f1-f5a4fdfa6dad%40websecur.eu.


Re: [qubes-users] Re: Neuer Artikel über Qubes OS

2020-04-14 Thread Knut von Walter
Hallo Herr Weck,

Ihr Lob und Ihre Unterstützung weiß ich sehr zu schätzen!

Vielen Dank.

Best

                Knut von Walter

On 2020-04-14 14:44, GWeck wrote:
> Hallo,
>
> sehr schöner Artikel!
>
> Ich habe den Link zur Kenntnis an den Präsidiums-Arbeitskreis
> Datenschutz und IT-Sicherheit der Gesellschft für Informatik
> weitergeleitet.
>
> Herzliche Grüße
>
> Ihr G. Weck

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/88d18ffd-4b3c-f137-633c-55efe1c7a13f%40websecur.eu.


[qubes-users] Neuer Artikel über Qubes OS

2020-04-14 Thread Knut von Walter
Hi Freunde, auf der Webseite
https://1centforpeace.de/catego…/mobilitaet-digitalisierung/
 habe ich
einen Artikel über Qubes OS geschrieben. Über Euer Feedback freue ich mich.

Best Knut

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/74784b7c-20ef-ecbf-1a92-a61a4cf60f9d%40websecur.eu.