Re: [Trisquel-users] Encrypting SD Card

2013-08-12 Thread Teodorescu Petre
Only root can write to the encrypted volume, probably because only root
has write permissions to the drive/mountpoint.
ls -l /media/SDcardMountPoint
Personally I like to keep root the owner of the device and create
folders with appropriate permissions for users.

I don't know how to bypass the apparent hardware switch limitation.

-- 
I use: trisquel.info | fsf.org | eff.org | torproject.org | flattr.com
| duckduckgo.com | h-node.com | skepdic.com | riseup.net |



Re: [Trisquel-users] Password management

2013-08-12 Thread Teodorescu Petre

For most internet services I use passwords generated by apg, and they
look like https://www.wolframalpha.com/input/?i=password+strength&f1=ev33pe0arpu11w2&f=PasswordStrengthCalculator.password_ev33pe0arpu11w2";>this.
The apg string I use is " apg -a 1 -n 3 -x 15 -m 15 -M LN ".
This passwords, I store in a password protected LibreOffice Calc
document hidden around and with the file type termination removed/changed.

For devices (like root or portable) I use passwords created based on the
querty keyboard as such: 2-3 letters, 2-3 numbers until I reach 19
characters, each character from the opposite side of the keyboard; then
I throw a "special" character inside and replace a couple with something
that helps me identify the device. The device passwords I change every
six months by changing just 3-4 characters.

-- 
I use: trisquel.info | fsf.org | eff.org | torproject.org | flattr.com
| duckduckgo.com | h-node.com | skepdic.com | riseup.net |



Re: [Trisquel-users] Ubuntu 13.04 Enables Phased Updates - what means that?

2013-08-13 Thread Teodorescu Petre

I for one didn't know about that &html5=1 thing, thanks.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Encrypting SD Card

2013-08-13 Thread Teodorescu Petre

I don't know what that switch actually does but I can tell you that you
should be able to mount a read only Luks volume.

You can also try formating the SD card with xfs and the create a luks
volume inside as such:
dd if=/dev/zero of=disk.img bs=1M count=2000 && losetup /dev/loop0
disk.img && cryptsetup -c aes-xts-essiv:sha256 -y -s 512 luksFormat
/dev/loop0 && cryptsetup luksOpen /dev/loop0 crypt && cryptsetup status
crypt && mkfs.xfs /dev/mapper/crypt && mount -t xfs /dev/mapper/crypt
/mnt && chmod o=rwx /mnt

Note that count is the size in MiB.

To mount you'll do something like:
losetup /dev/loop0 disk.img && cryptsetup luksOpen /dev/loop0 crypt
&& mount -t xfs /dev/mapper/crypt /mnt 

For unmount you'll use something like:
umount /mnt && cryptsetup luksClose crypt && losetup -d /dev/loop0


-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Encrypting SD Card

2013-08-13 Thread Teodorescu Petre

The commands I gave you are for creating a LUKS container inside a
normal partition so that the LUKS header wouldn't be on the edge of the
card. I would try this if I were in your place.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Can sudo be removed?

2013-08-29 Thread Teodorescu Petre

You're at least overreacting, if you use an account with no
administrative rights the sudo behavior shouldn't affect you; unless of
course you're talking about some conspiracy theory in which case you'll
need to show evidence.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | flattr.com | skepdic.com |



[Trisquel-users] Getting to a pure Triskel ?

2013-09-22 Thread Teodorescu Petre
Since there is not Toutatis Triskel liveCD,
I was wondering if there is a way to remove trisquel or trisquel-mini
along with their dependencies in order to have a "pure" triskel (kde)
instalation.

* I know about the NetInstall but I'm referring at an off-line situation.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Getting to a pure Triskel ?

2013-09-22 Thread Teodorescu Petre

I know, I was talking about "after that", removing trisquel &
dependencies and(or) trisquel-mini & dependencies.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] bookmarks and reading list

2013-09-23 Thread Teodorescu Petre
For bookmarks I use Abrowser's bookmark feature; and for saving pages
for off-line or whatever I use
ScrapBook [1].

[1] https://addons.mozilla.org/en-US/firefox/addon/scrapbook

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Getting to a pure Triskel ?

2013-09-26 Thread Teodorescu Petre
I got some packages when I tried to install trisquel and trisquel-mini
after I installed in a virtual machine triskel with NetInstall.
With those packages I created scripts that would remove the trisquel and
trisquel-mini packages.
I tested the scripts in virtualized environments and that should be it.

I attached the scripts to this message in case anyone might find them
useful.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



trisquel-mini-remove.sh
Description: application/shellscript


trisquel-remove.sh
Description: application/shellscript


[Trisquel-users] Does Trisquel's associate members list finally got to three digits ?

2013-10-22 Thread Teodorescu Petre
According to the Community (or the trisquel.info/en/about) page, looks
like this goal was reached.
Can anyone verify or confirm that it's true and the list is up to date ?

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



[Trisquel-users] Need help booting the Toutatis image from HDD

2013-12-09 Thread Teodorescu Petre
Hello,
I tried with grml-rescueboot and was successful with Ubuntu and
Elementary images but with Trisquel nothing happened.

I also tried to manually add an entry for Trisquel but again I failed to
find a successful solution.

The image boots and install's in VM's so it's not the image.

Any ideas on the solution ?

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Need help booting the Toutatis image from HDD

2013-12-11 Thread Teodorescu Petre
I hate replying to my own subjects but just in case anyone else finds
itself in my situation;
the solution looks something like this:

sudo nano /etc/grub.d/40_custom

menuentry 'Trisquel 6 amd64' {
set isofile="/trisquel_6.0_amd64.iso"
loopback loop (hd0,msdos1)$isofile
linux (loop)/casper/vmlinuz boot=casper
iso-scan/filename=$isofile noprompt noeject
initrd (loop)/casper/initrd
}

sudo update-grub

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] how remove kde.!

2013-12-12 Thread Teodorescu Petre
Look in Synaptic what packages you might not want and remove them; plus
"sudo apt-get autoremove".
Try searching for triskel, kde-full, kde-plasma-desktop,  kde-standard,
unity.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Merry Grav-mass!

2013-12-18 Thread Teodorescu Petre
Thanks for posting that, I would have missed it otherwise.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Guest session / account

2014-01-12 Thread Teodorescu Petre
Pe 12.01.2014 13:11, secondnat...@riseup.net a scris:
> Yes. In System Settings / Users and Groups you can create a new user
> account called e.g. "guest". Then (still in the Users and Groups
> settings) you can "Change..." the "Account type" to "Desktop user" and
> also "Change..." the "Password" setting to "Don't ask for password on
> login".
>
> That should do it, but if there's anything I missed, or if you run
> into any problems, let us know. :)

That is not a "guest" account, that is an account with limited
privileges called guest.

I also use another account for guests; I often create recursive
hardlinks from my music or documents so that I wouldn't have to switch
or have an awkward moment explaining to the guest whats up with the
accounts, in case the guest needs a file of mine or I have to show him a
file.

I'm guessing another way to have a guest account would be to set the
"guest" home in the /tmp directory so it would be deleted at reboot or
poweroff, but I haven't play with this yet.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread Teodorescu Petre
In "please, I need to encrypt this file or i will die" situations
encryption itself won't do much, in those situations one would need to
use steganography or some form of plausible deniability.

The only feature that could be tempting in Truecrypt is the hidden
volume option; when I tested that in the past on a big HDD with lots of
files it failed miserably, thats not to say that is never working but I
completely lost my confidence of the product. This combined with the
licensing issues, I wouldn't recommend it for any user case.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread Teodorescu Petre
To be fair, physical access to a "warm" RAM would cripple any encryption.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread Teodorescu Petre

RequestPolicy is good only in theory. In practice when RequestPolicy is enabled 
you basically broke all sites you visit and you have to spend seconds if not 
minutes to establish policies for each new site you visit; also, you end up 
allowing "Blocked destinations" at random until you end up with the content you 
need from the page.
 
For me RequestPolicy was just a huge waste of time; a good cookie and referer 
control, HTTPS Everywhere, No NoScript and AdBlockPlus should be enough.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-05 Thread Teodorescu Petre
For the torrent issue, you can remove the '.!ut'; add the torrent to
your torrent client, setting the new path and let him do a filecheck of
the torrent. After that you can move the torrent files from within the
torrent client to another location and it will move only the verified
files from the torrent so you can safely remove the possible junk files.
For performing batch rename I prefer Thunar's renamer (thunar).

Why would you want to put all you're backups in the same directory ?
I use BackInTime for backups and " cp -a backintime /pathToNewFolder "
to move my backup folder from one drive to another.

Good luck !

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Work On Trisquel 7 Has Begun

2014-02-07 Thread Teodorescu Petre
I'm glad the process started early this time.

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Local mirror of Trisquel 6 repository

2014-03-16 Thread Teodorescu Petre
With source maybe, with just the debs for main, security and updates is 52-ish 
GiB.

Re: [Trisquel-users] Abrowser for KDE Users

2014-05-23 Thread Teodorescu Petre
If you use qtcurve, abrowser and thunderbird will look native.


Re: [Trisquel-users] Abrowser for KDE Users

2014-05-23 Thread Teodorescu Petre
Sounds interesting then.


Re: [Trisquel-users] Re : Trisquel Seven!!!

2014-07-24 Thread Teodorescu Petre
Fourtounately, there is a triskel 7 iso and hopefully will also be a image with 
the final release.

http://devel.trisquel.info/makeiso/iso/
 -- 
Teodorescu Petre

trisquel.info | ceata.org | fsf.org | eff.org | riseup.net | airvpn.org | 
torproject.org | flattr.com |


Re: [Trisquel-users] I've been constantly being disconnected from services such as Thunderbird and Pidgin.

2014-09-20 Thread Teodorescu Petre
If VPN is an option, go with it.
I am experiencing a good service from airvpn.org

If VPN is not an option then Tor is probably your best option.

...assuming your problem is censorship related and not a poor ISP service.
 -- 
Teodorescu Petre

trisquel.info | ceata.org | fsf.org | eff.org | riseup.net | airvpn.org | 
torproject.org | flattr.com |


Re: [Trisquel-users] How can I remove the message "waiting for network configuration" ...

2013-06-26 Thread Teodorescu Petre

Hi,

This is how it worked for me >
https://trisquel.info/en/forum/network-errors-during-boot#comment-32447

I don't know how this will affect the Internet connection later on.

-- 

teodorescup

I use: trisquel.info | fsf.org | eff.org | torproject.org | flattr.com
| duckduckgo.com | h-node.com | skepdic.com |



Re: [Trisquel-users] Free Software Bitcoin Mining

2013-06-28 Thread Teodorescu Petre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

About buying bitcoins anonymously, correct me if I'm wrong, but can't
one buy bitcoins on line and then send them to another wallet (or
more), therefore loosing their trace and the source of the money ?

- -- 

teodorescup

I use: trisquel.info | fsf.org | eff.org | torproject.org | flattr.com
| duckduckgo.com | h-node.com | skepdic.com |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRzaW/AAoJEMEMGgtsD2TuD2YH/3n77Z+OV4ccbtVQhEh2i/PI
99NRRQQ2gtcocdXiTukCWMalvnYcBspkDMdHTUedxJEBc+7NpmFBUqymxBmRZnvx
1ipNmB34iNguYHGUA2flUbPdsYl8MDpC7hQ0p5Gcrp8e/eMuwc5XZ9ThkrwUgNFc
opTn4nn3Q0bmwl15ElPmrdojeHHyAhDhYFoOb0BWLnUm/o/I1L7fn+Uqf1ONBCeT
F1LUmE7sVFyML/WFIWvJFjUw+G1l/wz/laU6j/hwZRCJmutKlwK4zOsU54l+jyw4
ms+lklUbapW725sEjOGHh5ZXTk4Deg2cb1uGkdCHnhldHFaF2Z+959awCmg2jvs=
=BXI0
-END PGP SIGNATURE-



Re: [Trisquel-users] XFCE

2013-06-28 Thread Teodorescu Petre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You know that xfce4 4.8 is not that different than 4.10 ?
Have you tried 4.8 from the repositories ?

If it's just better looks you're looking, you can check xfce-look.org
or shimmerproject.org/project/greybird .

- -- 

teodorescup

I use: trisquel.info | fsf.org | eff.org | torproject.org | flattr.com
| duckduckgo.com | h-node.com | skepdic.com |
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRzaebAAoJEMEMGgtsD2TuESoH/19QQEoLxWTEhD2fqAt62zod
yKRbVQS639YO6bXzSnfYZIRfAiKvMuVGtDLdB4OmcBwITVfuUWOZ43HBJXdLac4e
x6YjbXhjfvIZtqa6vv1aTPM9kJzddgMyZYAjodEDboiGpZZ2MjJeUb9gp5i5X03q
aGhwPAOo1jy0dke+GkAjewSGgQYIb6VlZnuz+aMPA/nNH3Qub0HyVI2nFCC+02AO
1m38QBeB1sJvPZCxNzy37+PuzKuSwO6slMS4wJ/JDLp/LbygMcwYe0/Y95zddcJG
UjaHNvcHr9ATse8x3/11ny0dCNDuaXg9sSkWFyjkw+N9Ef/vf3po9ydJjXZWleY=
=U4Fq
-END PGP SIGNATURE-



Re: [Trisquel-users] I heard nothing from differents softwares

2013-07-04 Thread Teodorescu Petre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

try installing "pavucontrol", if it's not already installed [ sudo
apt-get install pavucontrol ], and see if Abrowser or other software
is muted or not.

- -- 

teodorescup

I use: trisquel.info | ceata.org | fsf.org | h-node.com | eff.org |
torproject.org | flattr.com | duckduckgo.com | lavabit.com | skepdic.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJR1SigAAoJEMEMGgtsD2TurcoH/2rgF3EKeK+KoUGLjjmzmwij
3xswstzzYUaHjmEaOcrMTlj4iDgRN6fKEjAXPojQEc8AUE/ExgxGUza1DflMUGaX
Xb2EOJazY8iVhLfxVvqsczoTIGGIHofxZVfkb2aKrfnmjRuP8n60/8jj/df0DHkN
3lZVu5+TyeWaa2+GqthiISk5eJrACiq58HfIDHgK/pFvKlTYD0OfVPjQ8Q6bRNLC
yrM/vBwCGU6o8nL6rqEG/Fjhg1GPdEPs3OdSFfwVikPpaTqsgxTONrijfZs8pf69
TGHeEXYFZt+Y4wXUtyheDt10573HYFn31P2ie+0GpeV1HsN6zBt2f3oDgEw6nsA=
=FFX8
-END PGP SIGNATURE-



Re: [Trisquel-users] wikileaks friends on trisquel?

2013-07-08 Thread Teodorescu Petre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Down; also isup.me/wlfriends.org

- -- 

teodorescup

I use: trisquel.info | ceata.org | fsf.org | h-node.com | eff.org |
torproject.org | flattr.com | duckduckgo.com | lavabit.com | skepdic.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJR2x71AAoJEMEMGgtsD2TuwBkH/ihl4QDHTPFDdbSouPLMCYzs
lHsrstzcmQJiMhVGweDMN+/+C5S7mzHTpIc5mc03d4WmwHAC2fZMCB52U/tJmC3b
ZRQzENqh72vKpO/lNxtGYm1TovvviMPPhEixxkKIcxl6vYMKDjGYAJY/2hoMYviR
vxQZnsGZv2TV9/PxYMp9TsQ238OmZY67yt44dKdEdQn1tuJbWWIg7SkYjP2aKe4S
J5caWt99vjM4Kqj7ROQRHTdiZDOGYW8rZafVEzr0dDKfWARls9gBsLlYWvT+hSEg
PVSl/dHUeZm2A/6k/BspGiy8dRG7OKhPt1BuSDLWK9Gh+z279pIQzf7FvCFB7Bg=
=aRLl
-END PGP SIGNATURE-



Re: [Trisquel-users] [Trisquel 7][KDE] Can't apply theme

2014-12-23 Thread Teodorescu Petre
I am writing about selecting oxygen or qtcurve in kde system settings and after 
that, new opened windows of  dolphin are using the gtk theme, like mist or  
clearlooks or whatever is set with lxappeareance.  Basically the kde/qt apps 
(dolphin) are using the gtk theme set with lxappearence.

After playing around I noticed that this behavior does not affect other users 
exept the one created at install,  for 1002 1003 seems fine. Don't know what to 
take from this.

Re: [Trisquel-users] Re : [Trisquel 7][KDE] Can't apply theme

2014-12-23 Thread Teodorescu Petre
Yes, that should be true; all thou I haven't identified it yet, I assume 
is an artifact from logging in with trisquel mini after finishing the 
installation.

I'm glad that it was something I missed and not a bug.

Thanks!

--
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Free Software to Securely Erase a Hard Drive

2014-12-23 Thread Teodorescu Petre
I prefer to zero it because I use full disk encryption but if you don't 
you can use:


cryptsetup -c aes-xts-essiv:sha256 -y -s 512 luksFormat /dev/sdx1
cryptsetup luksOpen /dev/sdx1 empty
dd if=/dev/zero of=/dev/mapper/empty

--
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



Re: [Trisquel-users] Verifying an iso image thru windows

2015-01-10 Thread Teodorescu Petre
You can also download the torrent, most torrent clients have a built in 
integrity check tool.


--
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |