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

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

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread gnuser
Very true. I have tried to make my computer clean memory on shutdown (similar to TAILS). However when I tried it, it would always freeze my computer, and I gave it up. Using bleachbit works, but I doubt it is so thorough as the TAILS cleaning process.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread george . standish
If anyone is interested in steganography check out steghide in the repo - powerful little program.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread gramex
DuckDuckGo shows the query in the URL by default, even using HTTPS. In the settings you can change it to hide the query. The URL showing the query would look something like this: https://duckduckgo.com/q=baby20%kittens

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread gramex
How do I make gufw start with the computer?

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread retro
Go to System Settings, then Startup Applications (in the Personal section).

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-13 Thread Michael Mehrazar
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

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread shiretoko
You can do that using ccrypt. You type in the current folder: ccrypt * and thats it.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
It could be something like search for a line with [Warning] in this file, and if found, copy the entire line for that file. I will take a look at that later. But if you could provide an example I would appreciate :)

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
By open source I meant just that: the source is available. That means one can analyze the code. The fact that OSE doesn't accept TrueCrypt as a open source project doesn't mean that the software is not open sourced. Now, again, I agree that TrueCrypt is not the best option when it comes to

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
How would that compare with GPG encryption? ccrypt apparently uses Rijndael cypher 256 bits. I wonder if that is as strong as GPG encryption. However it's a good option thanks :)

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread shiretoko
I think this might work: grep Warning your_input_file your_output_file Grep copies every line which contains Warning in your_output_file.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread Quiliro Ordóñez Baca
El dom 12 ene 2014 08:38:03 ECT, shiret...@web.de escribió: I think this might work: grep Warning your_input_file your_output_file Grep copies every line which contains Warning in your_output_file. Good example. Here are others:

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
Thank you both! =D I will see about it later. I will let you guys know when I got it done ;)

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
To answer my own question: gpg -r 'keyname' --encrypt-files *.* It will encrypt all the files in the specified folder with the public key you choose. If you have multiple files and wish to encrypt each one with a different key, just do: gpg --encrypt-files *.* you will be asked for each

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread onpon4
Open source doesn't mean the source code is available. The OSI gives a definition for open source; it's about the same as free software. I'm not in support of open source, but diluting the term to include closed-source software is not good. It's not very nice, first of all (kind of like

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread shiretoko
Ok then don't call it opensource, but you can't just put it in the same box like normal proprietary software, since you can study the source code, or is this wrong? This gives you a lot more control than prop. software does, though I agree that it's not sufficient.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
I would agree 100% with you if it was a icon maker program or a sound editing program. But it is a SECURITY program. Having the source code is a HUGE matter in this case, even if one doesn't give a damn about ethical side of free software. In a practical sense it still gives you the

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread Michael Mehrazar
On 2014-01-11 16:28, ron88...@gmail.com wrote: Thank You very much for your comprehensive answer. A lot of interesting and useful information :) Currentl I'm using Abrowser + HTTPS Everywhere + Adblock but I will try to replace Adblock with Noscript (or leave both). Ditto about all the

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread Michael Mehrazar
Ok then don't call it opensource, but you can't just put it in the same box like normal proprietary software, since you can study the source code, or is this wrong? This gives you a lot more control than prop. software does, though I agree that it's not sufficient. For what it is worth,

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread gnuser
While I agree with you, I don't mind mentioning it because for some people (in life or death situations, not americans and europeans trying to hide pictures of their cats) it might be the only real solution. Yes, it is unethical from a free software view point, but it is a reliable solution

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-12 Thread Quiliro Ordóñez Baca
El dom 12 ene 2014 16:47:35 ECT, gnu...@lavabit.com escribió: it is a reliable solution due to the fact that it works, is nearly unbreakable, and you can study the source code (even can make changes for your own use anyway, if you don't mind not sharing them with anyone). It is NOT

[Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread ron88ald
Hello, How can check my firewall settings? I don't know even if it's installed :) Sorry for my newbie questions but I am a novice user who like free software philosophy. I checked the documentation but I did not find the answer there. Should I install some other security programs? What

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread bendecido
Hi, I recommend gufw, is very intuitive and easy for beginners.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread legimet . calc
Use UFW for your firewall, or GUFW as a GUI. Also get AppArmor, which restricts applications to only access certain resources. It comes installed by default on Trisquel, but you will have to activate the profiles. See the Ubuntu wiki: https://wiki.ubuntu.com/AppArmor I don't know of any

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread mikko . viinamaki
You don't need a firewall or any other security programs. You might want to remove the ssh server though if you don't use it. For reading, check out https://www.gnu.org/philosophy/

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread legimet . calc
I'm not much of a novice user to Debian-based distros (although I'm new to Trisquel), but AppArmor is still easy to use, just run sudo aa-enforce /etc/apparmor.d/* This should enforce all AppArmor profiles (although IIRC the chromium profile stops chromium from working). You should have

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread mikko . viinamaki
I too always doubt open source programs but like free software. Why do you think he needs one?

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread ron88ald
Thank you for your response. GUFW installed, very easy to use :) I've also installed in Abrowser HTTPS Everywhere. Is it worth it to use?

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread gnuser
To clarify, many GNU/linux distros don't install a firewall in default install. IN my opinion that is a bad choice, because while many people who came from windows have no idea about SSH, most know about firewall and will activate it if they have one. Also, I have already expressed why I

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread retro
That is the single most useful post on Linux security that I have ever seen (I have printed it for reference!) Where can I get this HTTPS Everywhere for Abrowser? I couldn't see it in the repo.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread gnuser
HTTS Everywhere is a project by the EFF and the Tor Project. link is: https://www.eff.org/https-everywhere If you are in for security you should add to that: -Using GPG. Hard to do if your friends don't want to change the normal way they use to send and receive emails, but many people

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread legimet . calc
TrueCrypt is nonfree software.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread ron88ald
That's not good, I didn't know about it. Are there any free alternatives?

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread gnuser
NoScript and Adblock serve different purposes. Noscript blocks javascript and XSS attacks. Adblock blocks known ads from loading in your browsing. Use both. Also, use Adblock edge, since Adblock Plus has an anti feature (allow some ads by default). You can complement Adblock with adblock

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread gnuser
Keep in mind that TrueCrypt is open-source, which means in a practical sense you get the same security as in a free software. The problem comes with the licensing aspect of it. So, while I do not promote its usage and encourage people to find alternatives, if one MUST use it, he is not in

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread gnuser
ecryptfs can encrypt swap partition (see link above) but I haven't tested it yet. Don't know what else it can do. I think when one uses GParted you can format a drive and encrypt it with a password. However, I don't know what encryption is used so I don't rely on it. Does anyone knows if

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread Quiliro Ordóñez Baca
El sáb 11 ene 2014 17:22:43 ECT, gnu...@lavabit.com escribió: One thing I would like to do but don't know how is a script to run rkhunter and chkrootkit, and give me a warnings only log. It could be a script that searched for warning lines and placed them all inside the same text file. If

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread onpon4
No, TrueCrypt isn't open source. The OSI has not accepted any version of the TrueCrypt license.

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread legimet . calc
You can use ecryptfs (see https://help.ubuntu.com/community/EncryptedPrivateDirectory). Or, if you haven't installed trisquel yet, there should be an option in the installer that says something like encrypt home directory. (this uses ecryptfs)

Re: [Trisquel-users] Firewall in Trisquel?

2014-01-11 Thread george . standish
IF you haven't installed. I'd strongly suggest using the encrypted LVM option (present in netinst, i don't know if it's the default installer?). Be aware the encrypted-home option will prevent Hibernation (if it's a portable system) by default [it is fixable using keys somehow]. With the