Re: [Trisquel-users] How to dim brightness on monitor connected with HDMI

2019-04-28 Thread msuzuqi
I had really got mad for amazon.com support and other things timely then but  
it was healed by these posts. Thanks.


Re: [Trisquel-users] How to dim brightness on monitor connected with HDMI

2019-04-28 Thread sevn
Okay I just followed this:  
https://askubuntu.com/questions/218953/can-i-control-brightness-on-second-monitor


and it's solved :)


[Trisquel-users] How to dim brightness on monitor connected with HDMI

2019-04-28 Thread sevn
Like here:  
https://trisquel.info/en/forum/how-adjust-brightness-trisquel-mini#comment-98227


Is this possible to do with a monitor connected with HDMI?

Where should I look for folders?


Re: [Trisquel-users] $20 Macbook 2,1 is LIBERATED???

2019-04-28 Thread svhaab

> its not to the point of RYF yet

Your phrasing is misleading. Because cryptographers
say you cannot break the required signing key.

Read chris' posts on
https://trisquel.info/en/forum/librem13-fully-free-time








   


Re: [Trisquel-users] What's your mastodon?

2019-04-28 Thread careless

look for @JackTorrence mastodon.org.uk


[Trisquel-users] Re : Syntax trouble with awk while trying to process a list of PTR domains with subdomains

2019-04-28 Thread lcerf

So... is your problem solved?

Pre and post increments can really be confusing.  I generally avoid  
post-increments.  Those operators are programming classics:  
https://en.wikipedia.org/wiki/Increment_and_decrement_operators


In your awk command, you can replace "} {" with ";" (the condition is the  
same, none, and you simply want to execute several instructions in sequence.   
Also concatenating (with the space character) constant strings is kind of  
useless: you can directly write the concatenated string.  With those two  
changes:
$ awk '{ print $2 "\t" $1 "\tPTR"; for (i = 2; ++i 


Re: [Trisquel-users] Syntax trouble with awk while trying to process a list of PTR domains with subdomains

2019-04-28 Thread amenex
OK; the thoroughly salted and obfuscated source file is attached  
(SourceFile.txt):
SourceFile.txt ===> salted with one duplicated PTR and three duplicated A  
domains (fishandaman.example, bedtastic.example, and  
thsalesassociate.example).
   ===> Ended up with another duplicate after I obfuscated the  
hostnames: bristol-fire.example.


I adjusted Magic Banana's suggested (and untested !) command:
>> awk 'NR > 2 { for (i = 1; ++i  2 as that is superfluous while no  
comparisons are being made:


>> time awk '{ print $2 "\t" $1 "\t" "PTR" } { for (i = 2; ++i = in NR >= 2:

time awk 'NR >= 2 { print $2, $1, $3 }' 'Sorted-Hostnames.txt' | uniq -Df 1 |  
awk '{ print $2 "\t" $1 "\t" $3}' > Source-Duplicates.txt


With the following result:

> cat Source-Duplicates.txt
> bedtastic.example  998.997.996.41  A
> bedtastic.example  998.997.996.6   A
> bristol-fire.example   998.997.996.17  A
> bristol-fire.example   998.997.996.7   A
> fishandaman.example998.997.996.15  A
> fishandaman.example998.997.996.9   A
> thsalesassociates.example  998.997.996.41  A
> thsalesassociates.example  998.997.996.6   A
> vps24271.serverexample.calm998.997.996.41  PTR
> vps24271.serverexample.calm998.997.996.4   PTR

With apologies to the owners of the obfuscated domains.

The two duplicated PTR records have no subdomains; several others did not,  
also, but are correctly listed in Source-Hostnames.txt, anyway. Don't try  
these IPv4 addresses at home.


As usual, Magic Banana has made the complex plain as day; thank you !

BTW, the man awk page says that incrementing a variable looks like this: "inc  
and dec  ++ -- (both post and pre)" which requires careful reaqding.


George Langford



[Trisquel-users] Re : Security problems with http updates, might also affect Trisquel

2019-04-28 Thread lcerf
All mirrors of Trisquel's repository (and the official repository itself) use  
HTTPS, except the Indian mirror, the Romanian mirror and one of the three US  
mirrors.


[Trisquel-users] Security problems with http updates, might also affect Trisquel

2019-04-28 Thread gnuser

Hey guys,

According to The Guardian Project there are security issues with using http  
to update from official repositories. I wonder if this also affects Trisquel  
and wether using "tor+http" should be enough to stop it?
This is the article   
https://guardianproject.info/2019/01/23/use-onions-https-for-software-updates


Hope someone will have more insight about this than I do. If necessary I  
could open a bug ticket, not sure if it's the best thing to do?


Thanks.


Re: [Trisquel-users] trisquel has a propritary program in its repos

2019-04-28 Thread Narcis Garcia


El 28/4/19 a les 1:02, Mason Hock ha escrit:
>> there is a problem with trisquel and that it has aseprite in the repo i
>> just wanted to notify people of this mistake
>>
>> http://dev.aseprite.org/2016/09/01/new-source-code-license/
> 
> It looks like only version 1.1.8 and onward is proprietary. Trisquel 8
> has version 1.0.9, which is GPLv2. Trisquel 9 will not include aseprite
> at all. Ubuntu removed the package from its repositories after 16.04[1]
> (likely for this reason, as it appears that the license change occurred
> several months after Ubuntu 16.04 was released).
> 
> [1] https://packages.ubuntu.com/xenial/aseprite
> 

Better subject for this mail thread should be:
trisquel repositories include a program that will be proprietary