Re: [Trisquel-users] What kind of email services are you using and recommend and why?

2015-07-11 Thread gianmarco

Anyone knows Protonmail?

https://protonmail.ch/

I'm not much of an expert but I've read this has been created in order to  
fight mass surveilance.


Re: [Trisquel-users] GNU IceCat vs Abrowser

2015-07-11 Thread deavmi

I guess I will be usin GnU IceCat. :)


Re: [Trisquel-users] Share your Desktop!

2015-07-11 Thread moxalt
I still have to hold alt- and my system is fully up-to-date. My transparency
setting isn't bugged either.


[Trisquel-users] Your opinion on publishing scripts/patches under Apache License 2.0?

2015-07-11 Thread lakbk89
I have obesrved that some hackers[2] over here are contributing scripts (in  
bash, java, perl, python etc.) / patches which spans only under 100 lines of  
code.


Free Software Foundation RECOMMENDS Apache License 2.0 in such cases where  
the code length is less than 300 lines.[1]


Your thoughts?

Reference:-
[1] https://www.gnu.org/licenses/gpl-faq.html#WhatIfWorkIsShort
[2] https://www.stallman.org/articles/on-hacking.html 


Re: [Trisquel-users] Radio Talk Show covering Free Software : Declare Your Independence with Ernest Hancock

2015-07-11 Thread blade . vp2020

Wow that host.

THNX, Chris
 you really did a great job.


Re: [Trisquel-users] RAID + LVM

2015-07-11 Thread valentin . alba

I finally could make it run...

Welcome to Trisquel GNU/Linux 7.0, Belenos (GNU/Linux 3.16.0-43-generic  
x86_64)
   ______   ______   ______ 
___
  /\  \  /\  \  ___/\  \  /\  \ /\__\  /\  \   
/\__\
  \ \  \/  \  \/\  \  /  \  \/  \  \   / /  / /  \  \/ /   
/
   \ \  \  / /\ \  \   \ \  \/ /\ \  \  / /\ \  \ / /  / / /\ \  \  / /   
/

   /  \  \/  \ \ \  \  /  \__\ \ \ \  \/ /  \ \  \ /  /  ___/  \ \ \  \/ /  /
  / /\ \__\/\ \ \ \__\/ /\/__/\ \ \ \__\/__/ \ \__\__/  /\__\/\ \ \ \__\/__/
 / /  \/__/_|  \/ /  / /  /\ \ \ \ \/__/\  \ / /  /  \ / /  /\ \ \ \/__/\  \
/ /  /  | |  /  / /__/  \ \ \ \__\ \ \/\/ /  / \  / /  /\ \ \ \__\ \ \  \
\/__/   | |\/__/\ \__\   \ \/ /  /  \/  / \ \/ /  /  \ \ \/__/  \ \   
\
| |  |   \/__/\  /  /\  /  /   \  /  /\ \__\ \  
\__\
 \|__| \/__/  \/__/ \/__/  \/__/   
\/__/


Welcome to Trisquel GNU/Linux
Documentation: http://trisquel.info/wiki/

root@faraday:~# mdadm --examine --scan
ARRAY /dev/md/0 metadata=1.2 UUID=115b759a:f154ae20:47f3a1fd:07c60245  
name=faraday:0
ARRAY /dev/md/1 metadata=1.2 UUID=24dbf934:4d8aad5c:9e4d0895:877dd35f  
name=faraday:1
ARRAY /dev/md/2 metadata=1.2 UUID=e579bb4c:9eb33b06:67b520f9:793c86be  
name=faraday:2
ARRAY /dev/md/3 metadata=1.2 UUID=4f69a8d8:79821ed9:5559e8a5:d38886d9  
name=faraday:3
ARRAY /dev/md/4 metadata=1.2 UUID=45a99058:96dc9010:72249648:4abde5fe  
name=faraday:4



/dev/md0 is RAID 1
/dev/md1, /dev/md2, /dev/md3 and /dev/md4 are RAID 5.


I had some troubles with grub but I solved it partitioning the disk with  
gdisk like this:

# Create the partition table with gpt
parted /dev/sdd mktable gpt

# Create BIOS Boot Partition 1Mb from the start of disk
parted /dev/sdd mkpart non-fs 1049KB 2048KB

# Activate the partition
parted /dev/sdd set 1 bios_grub on

# The following is the actual disk partition:

root@faraday:~# sgdisk -p /dev/sda
Disk /dev/sda: 3907029168 sectors, 1.8 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 8DD74597-2C88-4408-AA9F-09774BB79BEA
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 3907029134
Partitions will be aligned on 2048-sector boundaries
Total free space is 6253 sectors (3.1 MiB)

Number  Start (sector)End (sector)  Size   Code  Name
   120486143   2.0 MiB EF02  BIOS boot partition
   26144  780287   378.0 MiB   8300  Linux filesystem
   5  2930466816  3907028991   465.7 GiB   FD00  md4_a
   6  1953904640  2930466815   465.7 GiB   FD00  md2_a
   7   977342464  1953902591   465.7 GiB   FD00  md127_a
   8  780288   977340415   465.7 GiB   FD00  md0_a

After grub-install /dev/sda, I had to modify the following file  
/etc/default/grub:

I changed the following line
GRUB CMDLINE LINUX DEFAULT=nomdmonddf nomdmonisw
with this one:
GRUB CMDLINE LINUX DEFAULT=

root@faraday:~# pvscan
  PV /dev/md127   VG gibbs-vglvm2 [465,53 GiB / 0free]
  PV /dev/md0 VG faraday-vg  lvm2 [465,53 GiB / 0free]
  PV /dev/md1lvm2 [931,07 GiB]
  PV /dev/md2lvm2 [931,07 GiB]
  PV /dev/md3lvm2 [931,07 GiB]
  PV /dev/md4lvm2 [931,07 GiB]
  Total: 6 [4,55 TiB] / in use: 2 [931,06 GiB] / in no VG: 4 [3,64 TiB]

Although some further adjustments will be needed to discard diskfilter option  
in grub, the system is now running fine...





Re: [Trisquel-users] Share your Desktop!

2015-07-11 Thread greatgnu
I see. cooloutac, or grinchier on IRC. I find your answer a little bit rude.  
Maybe I will just ignore your posts here from now on and your endless  
blabbering on IRC.

Have a nice day.


[Trisquel-users] Re : Your opinion on publishing scripts/patches under Apache License 2.0?

2015-07-11 Thread calinou
I would even go further and recommend the Expat license, which is shorter  
than the Apache License 2.0.


Re: [Trisquel-users] RAID + LVM

2015-07-11 Thread moxalt
Impressive.


Re: [Trisquel-users] Your opinion on publishing scripts/patches under Apache License 2.0?

2015-07-11 Thread onpon4
The FSF recommends the Apache License because it also protects against  
patents. Also, note that you don't have to include a copy of the full license  
with the Apache License, so the actual text you have to include is shorter  
than the Expat License.


Re: [Trisquel-users] Share your Desktop!

2015-07-11 Thread cooloutac
I'm the one being rude? lolYa i think thats a good ideabtw your gf  
looks cute.  


Re: [Trisquel-users] Share your Desktop!

2015-07-11 Thread cooloutac
well thats pretty strange i've never had to hit alt and only hear people on  
trisquel 6 having to do that.


Its the whole reason i installed compiz in the first place to help a user on  
irc make his panel transparent,  and I assume why a_slacker asked me how I  
did it in the first place.


Are you on a fresh install?  What video card do you have maybe?  mysterious.


Re: [Trisquel-users] What kind of email services are you using and recommend and why?

2015-07-11 Thread t8mf4nu6lizp

Certainly if you're the public enemy number one, you are fucked.

But that's way beside the point which is protecting the general public  
against unwarranted constant surveillance, panopticon style. We can't and on  
the other hand don't have to make things impossible but just painful enough  
to stop this current total information awareness bullshit.


Every little bit helps and we should come up with a solution to get people  
off facebook and google.


Re: [Trisquel-users] Tweak your browser to enhance security and privacy

2015-07-11 Thread cooloutac
So I went to a porn site and did the see the icon pop up briefly for the  
first time for a domain.  But its weird,  it should be popping up on alot of  
other sites, even with noscript and an adblock installed.


Re: [Trisquel-users] What kind of email services are you using and recommend and why?

2015-07-11 Thread cooloutac
If you send any mail to anyone in the US or EU they can get your emails,   
especially with their prism like technology which collects everything going  
on the lines, every country in europe has this,  including germany. Still  
best to use something like pgp/gpg encryption.


But even then, hypothetically speaking, if you become the most interesting  
man in the world, the NSA can crack either of them,  and even if everyone you  
know was using full disk encryption, they might be able to crack some of  
those too with cold boots.


[Trisquel-users] Mate Panel Applets and Layouts?

2015-07-11 Thread ka1cey

Hi!

I'm running the Mate desktop in Trisquel 7, and notice a couple of things:   
1)  the network manager applet seems to be missing. Since I connect to my  
home wifi connection automatically, the connection works, but I do not see a  
way to select networks, from a panel applet, nor can I see the connection  
status.  There is no option, on Add To Panel, for the network manager applet.


2)  Mate Tweak Tool shows only 1 possible layout. Where can I get additional  
ones, such as the traditional Trisquel layout?  It's easier to use a  
single-panel Mate layout with orca.



Thanks,


Dave


GNUSocial:  https://social.mayfirst.org/davehunt/




Re: [Trisquel-users] RAID + LVM

2015-07-11 Thread valentin . alba
As far as I know, those flags were used to prevent the kernel to activate  
mdadm while migrating from a previous raid system.

See https://lists.ubuntu.com/archives/ubuntu-devel/2014-February/038095.html
Ubuntu Server doesn't have those flags anymore, so I decided to remove them  
to see what happened.


Re: [Trisquel-users] Your opinion on publishing scripts/patches under Apache License 2.0?

2015-07-11 Thread paradigmlift
If the patch or script is contributed as part of a larger work it is sort of  
customary to use the same license as the larger work.


Re: [Trisquel-users] What kind of email services are you using and recommend and why?

2015-07-11 Thread cooloutac

I agree.


Re: [Trisquel-users] RAID + LVM

2015-07-11 Thread cooloutac
what is nomdmonddf nomdmonisw  entries for?  I have them in my grub too but I  
don't use raid.


Re: [Trisquel-users] Mate Panel Applets and Layouts?

2015-07-11 Thread Vinzenz Vietzke
Am Sat, 11 Jul 2015 19:25:16 +0200 (CEST)
schrieb ka1...@gmail.com:

 I'm running the Mate desktop in Trisquel 7, and notice a couple of
 things: 1)  the network manager applet seems to be missing. Since I
 connect to my home wifi connection automatically, the connection
 works, but I do not see a way to select networks, from a panel
 applet, nor can I see the connection status.  There is no option, on
 Add To Panel, for the network manager applet.

I have the same problem with NetworkManager in XFCE.
network-manager-applet is even visible as list entry in the options of
the notification area, see screenshot:
http://hub.vinzv.de/owncloud/index.php/s/JKsQETDRZbq8W8D

vinz.