[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Finsh
thanks.
anybody about the question how to completly remove templates? its kinda 
unnerving to still see debian8 , fedora23 etc in the menu...

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e61e3730-306f-44e4-9d9c-d6b2dd5be4f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Reg Tiangha
On 05/28/2017 02:20 PM, Finsh wrote:
> thanks, ive already made a fed25 template(not tested so far) I followed the 
> instructiosn on the documentation site, what are the differences to your 
> methode?
>

If your fedora-25 template already works properly, then there's no
difference. I copy/pasted mine from the Qubes website and changed it to
work going from fc24 to fc25 instead of fc23 to fc24.


-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ogfbu3%246sr%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Finsh
thanks, ive already made a fed25 template(not tested so far) I followed the 
instructiosn on the documentation site, what are the differences to your 
methode?

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/82908830-048d-48da-ba46-b961cb700612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Reg Tiangha
On 05/28/2017 02:00 PM, Reg Tiangha wrote:
> On 05/28/2017 01:14 PM, Finsh wrote:
>> oh ok, thanks.well, that is very unfortunate.so i will have to use the 
>> debian-9 template for sys-net.
>
> Well, that's not exactly true. You could take that fedora-24 (or
> fedora-24-minimal) template, clone it, and then upgrade the clone to
> Fedora 25.
>
> [user@dom0 ~]$ qvm-clone fedora-24 fedora-25
> [user@dom0 ~]$ truncate -s 5GB /var/tmp/template-upgrade-cache.img
> [user@dom0 ~]$ qvm-run -a fedora-25 gnome-terminal
> [user@dom0 ~]$ qvm-block -A fedora-25
> dom0:/var/tmp/template-upgrade-cache.img
> [user@fedora-25 ~]$ sudo mkfs.ext4 /dev/xvdi
> [user@fedora-25 ~]$ sudo mount /dev/xvdi /mnt/removable
> [user@fedora-25 ~]$ sudo dnf clean all
> [user@fedora-25 ~]$ sudo dnf --releasever=25
> --setopt=cachedir=/mnt/removable distro-sync
>
> (Shut down TemplateVM by any normal means.)
>
> [user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
> [user@dom0 ~]$ qvm-trim-template fedora-25
>
>
> Assuming Network Manager is already installed in that fedora-24
> template, it should get upgraded to version 1.4.0 after the whole
> template gets upgraded to Fedora 25. Be warned that there maybe be some
> graphical bugs still present with some applications due to the switch to
> Wayland, which is why I think there's no official Qubes Fedora 25
> template even though there's already an official FC25 Qubes repository.
> But for something as sys-net, it should work fine; I had that running on
> my laptop for a while before I switched my sys-net to Debian 9.
>
>

Ugh. Word-wrap screwed up the commands. Let me try again:

In dom0:

[user@dom0 ~]$ qvm-clone fedora-24 fedora-25
[user@dom0 ~]$ truncate -s 5GB /var/tmp/template-upgrade-cache.img
[user@dom0 ~]$ qvm-run -a fedora-25 gnome-terminal
[user@dom0 ~]$ qvm-block -A fedora-25 
dom0:/var/tmp/template-upgrade-cache.img (all one line)

Then open a terminal on the fedora-25 template and run:

[user@fedora-25 ~]$ sudo mkfs.ext4 /dev/xvdi
[user@fedora-25 ~]$ sudo mount /dev/xvdi /mnt/removable
[user@fedora-25 ~]$ sudo dnf clean all
[user@fedora-25 ~]$ sudo dnf --releasever=25 
--setopt=cachedir=/mnt/removable distro-sync (all one line)

Shut down TemplateVM by any normal means. Then in dom0:

[user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
[user@dom0 ~]$ qvm-trim-template fedora-25



-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ogfaej%243qd%242%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Reg Tiangha
On 05/28/2017 01:14 PM, Finsh wrote:
> oh ok, thanks.well, that is very unfortunate.so i will have to use the 
> debian-9 template for sys-net.


Well, that's not exactly true. You could take that fedora-24 (or
fedora-24-minimal) template, clone it, and then upgrade the clone to
Fedora 25.

[user@dom0 ~]$ qvm-clone fedora-24 fedora-25
[user@dom0 ~]$ truncate -s 5GB /var/tmp/template-upgrade-cache.img
[user@dom0 ~]$ qvm-run -a fedora-25 gnome-terminal
[user@dom0 ~]$ qvm-block -A fedora-25
dom0:/var/tmp/template-upgrade-cache.img
[user@fedora-25 ~]$ sudo mkfs.ext4 /dev/xvdi
[user@fedora-25 ~]$ sudo mount /dev/xvdi /mnt/removable
[user@fedora-25 ~]$ sudo dnf clean all
[user@fedora-25 ~]$ sudo dnf --releasever=25
--setopt=cachedir=/mnt/removable distro-sync

(Shut down TemplateVM by any normal means.)

[user@dom0 ~]$ rm /var/tmp/template-upgrade-cache.img
[user@dom0 ~]$ qvm-trim-template fedora-25


Assuming Network Manager is already installed in that fedora-24
template, it should get upgraded to version 1.4.0 after the whole
template gets upgraded to Fedora 25. Be warned that there maybe be some
graphical bugs still present with some applications due to the switch to
Wayland, which is why I think there's no official Qubes Fedora 25
template even though there's already an official FC25 Qubes repository.
But for something as sys-net, it should work fine; I had that running on
my laptop for a while before I switched my sys-net to Debian 9.


-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ogfa8h%243qd%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Finsh
oh ok, thanks.well, that is very unfortunate.so i will have to use the debian-9 
template for sys-net.

an other question, how do i remove templates ?
i tried to remove fedora-23, but it still visible at the applicationsmenu.

command:
$ sudo yum remove qubes-template-fedora-23

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/8a991bed-5263-4b00-b4fd-fda927337891%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Reg Tiangha
On 05/28/2017 12:19 PM, Finsh wrote:
> thanks, that makes sense. can anybody explain to me how to update the 
> Networkmanager in Fedora-24? 
>
>  dnf --showduplicates list NetworkManager only shows older versions...
>
>
> greetings.
>

Again, the version of Network Manager that properly randomizes MAC
addresses doesn't appear until Fedora 25.

If you really want to get it on Fedora 24, you'll need to compile it
yourself. But depending on what libraries are included in Fedora 24, it
might not be possible without upgrading the libraries too (it may or may
not be the case, but that is certainly the case with Debian 8).


-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ogf6gt%244g9%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Finsh
thanks, that makes sense. can anybody explain to me how to update the 
Networkmanager in Fedora-24? 

 dnf --showduplicates list NetworkManager only shows older versions...


greetings.

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/2efec0f5-7c90-4309-a521-3e75b49bbe78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Chris Laprise

On 05/28/2017 01:12 PM, Reg Tiangha wrote:

On 05/28/2017 10:43 AM, Finsh wrote:

Wy is the Macchanger method in the documentaion the way you should use to 
change  the maccadress?
It looks a lot easyer to me just to update Networkmanager in fedora and use 
this Methode?



Because the version of NetworkManager that supports randomizing the MAC
address properly doesn't appear until Fedora 25. So the other method is
the only way to do it on older Fedora templates (and on Debian 8 as well).



Since Finsh is already using Debian 9, which has the newer NM, I think 
that method should be used. The macchanger scripts are unreliable.


--

Chris Laprise, tas...@openmailbox.org
https://twitter.com/ttaskett
PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886

--
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/43460633-ba6c-f902-c305-6be784c75dd9%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Reg Tiangha
On 05/28/2017 10:43 AM, Finsh wrote:
> Wy is the Macchanger method in the documentaion the way you should use to 
> change  the maccadress?
> It looks a lot easyer to me just to update Networkmanager in fedora and use 
> this Methode?


Because the version of NetworkManager that supports randomizing the MAC
address properly doesn't appear until Fedora 25. So the other method is
the only way to do it on older Fedora templates (and on Debian 8 as well).


-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ogf0d5%24vtk%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-28 Thread Finsh
Thanks,
my wifi in the  debian9 template should work now, ill gonna verify it in 2 
hours.Is there a particular reason  fedora is the default template for sys-net?

Wy is the Macchanger method in the documentaion the way you should use to 
change  the maccadress?
It looks a lot easyer to me just to update Networkmanager in fedora and use 
this Methode?

also, can someone please tell me whats the terminal Command for locking the 
screen? i want to make a shortcut with the Windows-button for quickly locking 
the screen.




greetings

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b9b54e21-ca91-4b79-835c-ce3f3b3c1c6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-27 Thread rob_66
Finsh:
> 1: Maccchanger.
> maybe debian is missing the hardware-driver?
> if so, how do i get and install it in the terminal?

Hi, Finsh.
I'm not an expert either, but the following worked for me on my –
different – machine:

In your macchanger-debian9-VM, let's call it 'spoofVM', you open a
terminal and perform this to get (above the output of my computer):

user@spoofVM:~$ lspci -knn
00:00.0 Network controller [0280]: Intel Corporation Wireless 7265
[8086:095a] (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5100]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

If you're lucky, the iwlwifi package
(https://packages.debian.org/stretch/firmware-iwlwifi) contains your
network controller as well, and you follow the installation instructions
here: https://wiki.debian.org/iwlwifi (replace Debian 8 "Jessie" with
Debian 9 "Stretch")

If not, at least the prodedure should be clear.

> 3. Eyecandy
> Is there a possibility to customize the Xscreensaver wallpaper?

Did you already play around with 'System Tools > Screensaver' under the
white on blue 'Q'-menu (probably in the top left corner)?

Good luck and best regards,
rob

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5b80cbb0-3cb0-ebc0-d8d6-ddc73ebcf633%40posteo.es.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Maccchanger, debian9 template, Screensave

2017-05-27 Thread Finsh
 
> 2. Thunderbird/G-chrome.
> 
> When im clicking on a link in thunderbird, it is opening it in Google chrome?
> I dont know how this is possible, i didnt add Google chrome to the selected 
> Applications in this particular VM (i only use non-OSS software in the 
> "untrusted" vm)

Please, forget about the Second Question.It was remarkable stupid, i didnt 
fully unterstand the use of the Templates untill now.

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/62add285-db38-4396-809c-d7eed3c24e6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.