Re: [Trisquel-users] Trisquel 7 RC: Monitor spec sensing issue?

2014-10-28 Thread zatroch
Intel or older (3yrs+-) nVidia GPU.

[Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread gary02121993
I pretty much said everything on the title :D

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread onpon4
Another thing, though: use a filesystem that doesn't have journaling, like ext2. By its nature, flash storage can only be written to a certain number of times, and journaling will weigh down on the life of a flash drive much faster.

[Trisquel-users] Re : How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread lcerf
Do just the same but, at the partitioning step of the installer, choose a custom partitioning and specify the flash drive as the drive to partition.

[Trisquel-users] How do I get Wireless to work on Dell Latitude D620

2014-10-28 Thread mjakarel
How do I get the wireless functionality to work for this laptop? I tried sudo aptitude install b43-fwcutter firmware-b43-installer but it tells me that no packages are found with the name of firmwareinstaller or installed. Also with the apt-get command it says that the package is not

Re: [Trisquel-users] How do I get Wireless to work on Dell Latitude D620

2014-10-28 Thread jason
Those packages do not exist in Trisquel. Your wireless chip needs proprietary software in order to function and Trisquel is only made up of free software, as defined by the Free Software Foundation, so you won't find proprietary packages in it. May I suggest replacing your WiFi card with one

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread gary02121993
Yeah, I've been told that before. Thanks people! :D

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread legimet . calc
You can create an ext4 filesystem wtihout journaling.

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread gary02121993
How?

Re: [Trisquel-users] Trisquel 7 RC: How to set up printing from GUI?

2014-10-28 Thread Sachin
install the package system-config-printer-gnome and run system-config-printer to setup similar to Trisquel 6

Re: [Trisquel-users] Trisquel 7 RC: Monitor spec sensing issue?

2014-10-28 Thread J.B. Nicholson-Owens
legimet.c...@gmail.com wrote: Do you have an AMD graphics card? Yes, according to the vendor info; here's the output from lshw for the graphics card: product: RV730 XT [Radeon HD 4670] [1002:9490] vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002] bus info: pci@:01:00.0 version: 00

[Trisquel-users] Tp link librecmc wifi router on an isp modem with public address?

2014-10-28 Thread svhaab
Librecmc https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-broadband-router-gnu-linux-tpe-nwifirouter is a tp link tl wr841nd wifi router. It has no modem. Earlier I have made a post about the tp link free hardware router. I have adsl2 internet. Lan dchp is server. My isp

Re: [Trisquel-users] Tp link librecmc wifi router on an isp modem with public address?

2014-10-28 Thread chris
The TPE-NWIFIROUTER does not have a built-in modem. Your ISP will have issued you a router with a built-in modem (probably). As it is set to 'router mode' this router will issue a private IP address to any devices connected to it. What you want to do is set the ISP issued router to 'modem

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread legimet . calc
$ sudo mkfs.ext4 -O ^has_journal /dev/

[Trisquel-users] Trisquel 7 RC: Occasionally losing most keystrokes in Nautilus?

2014-10-28 Thread J.B. Nicholson-Owens
Occasionally I lose the ability to rename files and folders in Nautilus in Trisquel 7 Release Candidate. I can create a new folder (or do any action that creates a new folder such as grouping files/folders together) or rename something I've got file system rights to rename. But when I type in

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread niknyby
I disagree. In fact, the TorBrowser bundle comes with a number of extensions, including NoScript: https://www.torproject.org/projects/torbrowser.html.en

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread niknyby
LibreJS selectively blocks scripts. Servers can tell when you selectively block scripts, and it adds to your fingerprint. They can? How does not running certain scripts add to your fingerprint? Servers would have to be explicitly checking for that. I don't think that blocking certain

[Trisquel-users] Trisquel 7: how to install compiz?

2014-10-28 Thread lfgtech
Hi, I will like install compiz and compiz-manager. How to do? tanks,

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread niknyby
Hi Forna, LibreJS should be compatible with Tor. If it's not, then it's a bug. I'm unable to see the LibreJS icon when I install it in the TorBrowser bundle, and I've filed a bug which I'll be working on here so you can track it's progress: https://savannah.gnu.org/bugs/index.php?43491

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread onpon4
Plugins can be detected if you have JavaScript on, so those are a big no-no. Extensions can sometimes be okay, but it's not always obvious when they aren't.

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread onpon4
The Tor Browser Bundle comes with NoScript enabled, but note that the allow scripts from x.com type options are not in the menu by default. This is deliberate. You're only supposed to use NoScript on the Tor Browser Bundle to enable and disable JavaScript, and for its security features.

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread niknyby
Ah I see. Thanks for the clarification! I'm going read up about this.

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread J.B. Nicholson-Owens
nikn...@riseup.net wrote: They can? How does not running certain scripts add to your fingerprint? Servers would have to be explicitly checking for that. I imagine it wouldn't be that hard to keep track of which visitors don't request files hosted on the same (or friendly) servers. I imagine

Re: [Trisquel-users] Which is it: Abrowser or GNU IceCat?

2014-10-28 Thread onpon4
I just want to retract this one thing: I previously thought that JavaScript was being disabled in private browsing mode, but it isn't. It's just that some kind of bug in LibreJS causes the icon to not show up in private browsing mode, and it currently tends to block most scripts, so it gives

Re: [Trisquel-users] Which is it: Abrowser or GNU IceCat?

2014-10-28 Thread shiretoko
So basically my worries already turned out to be justified...

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread niknyby
Just to clarify - LibreJS does request all the javascript files required by a web page through tags like normal. Then, in the user's browser, it sends those scripts through a series of analyses and executes the scripts that it approves.

Re: [Trisquel-users] GNU LibreJs on Tor Browser

2014-10-28 Thread legimet . calc
I said it's a bad idea to *add* extensions. I didn't say anything about using the NoScript or HTTPS Everywhere already included with the browser. Other extensions could harm your anonymity, and it's best to stay away from them. See

Re: [Trisquel-users] Which is it: Abrowser or GNU IceCat?

2014-10-28 Thread legimet . calc
And of course LibreJS adds to your fingerprint. It would be better to just follow the Tor Project's recommendations and stick with Tor Browser, which they say is the only configuration of Tor you should use for a a web browser.

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread davesamcdxv
I'm just a bit curious but would a USB hard drive survive the normal amount of re-writing non-live systems have and be about as protable (and harder to lose:) as flash drives? So can I treat USB HDDs as normal HDDs?

Re: [Trisquel-users] How do I install Trisquel on a flash drive? I want it to behave like the Trisquel on my laptop.

2014-10-28 Thread onpon4
The re-writing limitation is specific to flash memory, so it wouldn't apply to any hard drive. From my understanding, the main thing that wears down a hard drive is starting it up and stopping it over and over; they last longer if they just keep spinning. I'm not sure how external hard