Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Tim
Tim: >> Unfortunately, this means you get tracked, and you get more internet stan: > A side note. You probably already know this, but if you don't want to > be tracked, Google is not your friend. Yes. Unfortunately, it is the best search engine I've played with. Their old "don't be evil" mantra

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Tim
On Wed, 2016-02-03 at 10:18 -0700, stan wrote: > I doubt that you are experiencing traditional cookie tracking. Hmm, I reckon they probably still do that. > There are two other ways of tracking that are much more effective: > flash cookies and html5 storage. Since I block Flash, by default, few

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Bernardo Sulzbach
After (two?) mentions to Google search, I wonder if any you know of any paid web search engines? I've used Google search 140 times on the last 24 hours according to my history, so if they ask for more than some cents per query I wouldn't be able to afford it. Tim, it's not "just a privacy issue" f

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Tom Rivers
On 2/4/2016 9:36 AM, Bernardo Sulzbach wrote: After (two?) mentions to Google search, I wonder if any you know of any paid web search engines? I don't know about search engines that cost money, but I do know of a free one that is privacy oriented and it works really well: https://duckduckgo.

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Bernardo Sulzbach
Basic keyboard shortcuts work, calculator works. Will try it for some time now. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: working my way through quirks with fedora 23 on new ASUS gaming laptop G752VL-DH71

2016-02-04 Thread Earl A Ramirez
Just an update on these "beast", I added intel_idle.max_cstate=7 to the kernel argument and I was able to boot, more details can be found at the upstream kernel bug [0] [0] https://bugzilla.kernel.org/show_bug.cgi?id=109081 -- Kind Regards Earl Ramirez -- users mailing list users@lists.fedora

sending data to usb port

2016-02-04 Thread Hiisi
Hi! Imagine I have some device connected to USB port. Is it possible to send some code directly to that port? Here's what I'm trying: # echo "0" > /dev/bus/usb/004/010 -bash: echo: write error: Invalid argument -- Hiisi. Registered Linux User #487982. Be counted at: https://linuxcounter.net/ -- Sp

Re: sending data to usb port

2016-02-04 Thread Matthew Miller
On Thu, Feb 04, 2016 at 06:45:57PM +0300, Hiisi wrote: > Hi! > Imagine I have some device connected to USB port. Is it possible to send > some code directly to that port? > Here's what I'm trying: > # echo "0" > /dev/bus/usb/004/010 > -bash: echo: write error: Invalid argument Sort of, but not lik

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Tim
Allegedly, on or about 04 February 2016, Tom Rivers sent: > I do know of a free one that is privacy oriented and it works really > well: > > https://duckduckgo.com/about I can't say that I find them anywhere near as good as Google. Much as it pains me to say it. -- [tim@localhost ~]$ uname -r

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Tim
Allegedly, on or about 04 February 2016, Bernardo Sulzbach sent: > Tim, it's not "just a privacy issue" for the average person. Being > tracked **is** an issue, even if you have not committed any serious > crimes and are not researching anything illegal, you should be able to > find web pages anony

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Bernardo Sulzbach
On Thu, Feb 4, 2016 at 2:10 PM, Tim wrote: > Allegedly, on or about 04 February 2016, Bernardo Sulzbach sent: >> Tim, it's not "just a privacy issue" for the average person. Being >> tracked **is** an issue, even if you have not committed any serious >> crimes and are not researching anything ille

Re: sending data to usb port

2016-02-04 Thread Jack Craig
how about you plug in your USB widget & identify the device node (/dev/sdc1, for example). say your src data is in /tmp/junk # dd if=/tmp/junk of=/devsdc1[any other args you might want to shape the write and some error handing ( i think, it was a long time ago...)] man dd{for more optio

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Niels Kobschaetzki
On 16/02/05 02:34, Tim wrote: Allegedly, on or about 04 February 2016, Tom Rivers sent: I do know of a free one that is privacy oriented and it works really well: https://duckduckgo.com/about I can't say that I find them anywhere near as good as Google. Much as it pains me to say it. I hav

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Joe Zeff
On 02/04/2016 06:50 AM, Tom Rivers wrote: On 2/4/2016 9:36 AM, Bernardo Sulzbach wrote: After (two?) mentions to Google search, I wonder if any you know of any paid web search engines? I don't know about search engines that cost money, but I do know of a free one that is privacy oriented and i

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Bernardo Sulzbach
On Thu, Feb 4, 2016 at 5:11 PM, Joe Zeff wrote: > > Not only is it https, it promises to keep no records of your searches or > even your IP. Yes, it takes advantage of Google, but all Google learns is > that they searched for something, not who they sent the results to. Rather > like an anonymous

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Joe Zeff
On 02/04/2016 11:14 AM, Bernardo Sulzbach wrote: DuckDuckGo is also HTTPS, if you were implying it was not. I bookmarked it. The customization of DDG and the range of keyboard shorcuts available are already good reasons to use it over Google. So far, I haven't noticed any problems with it. No,

Re: sending data to usb port

2016-02-04 Thread Ted Roche
On Thu, Feb 4, 2016 at 10:45 AM, Hiisi wrote: > Imagine I have some device connected to USB port. Is it possible to send > some code directly to that port? Try: http://stackoverflow.com/questions/3526593/sending-raw-data-through-usb-on-linux -- Ted Roche Ted Roche & Associates, LLC http://www

Re: sending data to usb port

2016-02-04 Thread Hiisi
On 4 February 2016 at 22:43, Ted Roche wrote: > > Try: > > > http://stackoverflow.com/questions/3526593/sending-raw-data-through-usb-on-linux > > Try what? Simple '>' doesn't work :( -- Hiisi. Registered Linux User #487982. Be counted at: https://linuxcounter.net/ -- Spandex is a privilege, not

Re: sending data to usb port

2016-02-04 Thread Hiisi
On 4 February 2016 at 21:17, Jack Craig wrote: > how about > > you plug in your USB widget & identify the device node (/dev/sdc1, for > example). > > say your src data is in /tmp/junk > > # dd if=/tmp/junk of=/devsdc1[any other args you might want to shape > the write and some error handing (

Failed to start IPv4 firewall with iptables

2016-02-04 Thread GUNA
Hello, I have updated Fedora core 16 Kernel from 3.4.2 to 4.4.0. Once the system is rebooted with new kernel 4.4.0, the iptables loaded but not started. // logs Failed to start IPv4 firewall with iptables [FAILED] See 'systemctl status iptables.service' for details. Started IPv6 firewall with ip6

Re: sending data to usb port

2016-02-04 Thread Hiisi
On 4 February 2016 at 18:54, Matthew Miller wrote: > > Sort of, but not like that. I'd recommend using PyUSB: > https://walac.github.io/pyusb/ > > Thanks! Any library like that for C++? -- Hiisi. Registered Linux User #487982. Be counted at: https://linuxcounter.net/ -- Spandex is a privilege,

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread stan
On Thu, 04 Feb 2016 21:47:00 +1030 Tim wrote: > On Wed, 2016-02-03 at 10:18 -0700, stan wrote: > > I doubt that you are experiencing traditional cookie tracking. > > Hmm, I reckon they probably still do that. I'd agree. But my bank, to increase security, tried to use both a regular cookie and

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread stan
On Fri, 05 Feb 2016 02:34:59 +1030 Tim wrote: > Allegedly, on or about 04 February 2016, Tom Rivers sent: > > I do know of a free one that is privacy oriented and it works really > > well: > > > > https://duckduckgo.com/about > > I can't say that I find them anywhere near as good as Google. M

Is there something like denyhosts for sasl dictionary attacks?

2016-02-04 Thread vendor
Is there something like denyhosts for sasl attacks? I'm getting tired of stuff like this: Jan 31 04:52:38 hope saslauthd[1333]: do_auth : auth failure: [user=abby] [service=smtp] [realm=billoblog.com] [mech=pam] [reason=PAM auth error] Jan 31 04:57:35 hope saslauthd[1335]: do_auth

Re: PXE Fedora 23 with Anaconda 20?

2016-02-04 Thread CLOSE Dave
I wrote: > I've been trying to get a new working PXE installation for F23 and it > isn't working. I just noticed what might be the problem. Although > I downloaded the vmlinuz and initrd.img from the F23 server > version archive, when the installation starts it shows F20 in the > upper-right and c

Re: Failed to start IPv4 firewall with iptables

2016-02-04 Thread stan
On Thu, 4 Feb 2016 15:24:46 -0500 GUNA wrote: > Hello, > > I have updated Fedora core 16 Kernel from 3.4.2 to 4.4.0. Once the > system is rebooted with new kernel 4.4.0, the iptables loaded but not > started. That version of Fedora is over 3 years obsolete. In those days, the firewall service

Re: Is there something like denyhosts for sasl dictionary attacks?

2016-02-04 Thread Tom Rivers
On 2/4/2016 4:07 PM, ven...@billoblog.com wrote: Is there something like denyhosts for sasl attacks? I'm getting tired of stuff like this: Jan 31 04:52:38 hope saslauthd[1333]: do_auth : auth failure: [user=abby] [service=smtp] [realm=billoblog.com] [mech=pam] [reason=PAM auth error]

error setting up base repository

2016-02-04 Thread CLOSE Dave
The subject message sometimes appears on the installation source entry from anaconda. But I have never been able to find a good way to learn just what the error is. Sure, sometimes it's obvious: the URL is wrong. But other times everything seems to be correct but still the error persists. I'm l

Re: error setting up base repository

2016-02-04 Thread stan
On Thu, 4 Feb 2016 13:35:39 -0800 CLOSE Dave wrote: > The subject message sometimes appears on the installation source > entry from anaconda. But I have never been able to find a good way to > learn just what the error is. Sure, sometimes it's obvious: the URL > is wrong. But other times everythi

Re: PXE Fedora 23 with Anaconda 20?

2016-02-04 Thread stan
On Thu, 4 Feb 2016 13:25:06 -0800 CLOSE Dave wrote: > I wrote: > > > I've been trying to get a new working PXE installation for F23 and > > it isn't working. I just noticed what might be the problem. Although > > I downloaded the vmlinuz and initrd.img from the F23 server > > version archive, wh

SELINUX and html

2016-02-04 Thread Dustin Kempter
Hello all, I am having an issue. I have a vm with an html file that SELINUX is blocking access to. From a webpage I can not access the page unless SELINUX is disabled. I would rather not have it disabled, is ther another option? please advise thanks in advance! -- users mailing list users@list

Re: sending data to usb port

2016-02-04 Thread Matthew Miller
On Thu, Feb 04, 2016 at 11:25:21PM +0300, Hiisi wrote: > > Sort of, but not like that. I'd recommend using PyUSB: > > https://walac.github.io/pyusb/ > Thanks! > Any library like that for C++? Yes. Well, C. http://libusb.info/ -- Matthew Miller Fedora Project Leader -- users mailing list users

Re: SELINUX and html

2016-02-04 Thread bruce
Hey dustin. On the html page, what is the dir the file is located. On Thu, Feb 4, 2016 at 6:33 PM, Dustin Kempter wrote: > Hello all, I am having an issue. I have a vm with an html file that SELINUX > is blocking access to. From a webpage I can not access the page unless > SELINUX is disabled.

Re: SELINUX and html

2016-02-04 Thread Matthew Miller
On Thu, Feb 04, 2016 at 04:33:25PM -0700, Dustin Kempter wrote: > Hello all, I am having an issue. I have a vm with an html file that > SELINUX is blocking access to. From a webpage I can not access the > page unless SELINUX is disabled. I would rather not have it > disabled, is ther another option

Re: SELINUX and html

2016-02-04 Thread Ed Greshko
On 02/05/16 07:33, Dustin Kempter wrote: > Hello all, I am having an issue. I have a vm with an html file that SELINUX > is blocking > access to. From a webpage I can not access the page unless SELINUX is > disabled. I would > rather not have it disabled, is ther another option? please advise

Re: SELINUX and html

2016-02-04 Thread Dustin Kempter
Here is the file location as well as the output [root@pgbadger1 pgbadger2]# pwd /var/www/html/monitoring/pgbadger2 [root@pgbadger1 pgbadger2]# ls -Z -rwxr-xr-x. apache apache unconfined_u:object_r:var_t:s0 pgbadger2.html On 2/4/16 4:50 PM, Matthew Miller wrote: On Thu, Feb 04, 2016 at 04:33:2

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Robin Laing
On 03/02/16 03:35, Matthew Miller wrote: On Tue, Feb 02, 2016 at 11:13:30PM -0700, Robin Laing wrote: This is a pain. I am frustrated and my productivity has taken a nose dive. I'm curious. Why not use one of the many more sophisticated cookie manager add-ons? https://addons.mozilla.org/en-US

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Robin Laing
On 04/02/16 09:04, Tim wrote: Allegedly, on or about 04 February 2016, Tom Rivers sent: I do know of a free one that is privacy oriented and it works really well: https://duckduckgo.com/about I can't say that I find them anywhere near as good as Google. Much as it pains me to say it. I d

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Robin Laing
On 04/02/16 14:01, stan wrote: On Thu, 04 Feb 2016 21:47:00 +1030 Tim wrote: On Wed, 2016-02-03 at 10:18 -0700, stan wrote: I doubt that you are experiencing traditional cookie tracking. Hmm, I reckon they probably still do that. I'd agree. But my bank, to increase security, tried to use

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Robin Laing
On 04/02/16 12:11, Joe Zeff wrote: On 02/04/2016 06:50 AM, Tom Rivers wrote: On 2/4/2016 9:36 AM, Bernardo Sulzbach wrote: After (two?) mentions to Google search, I wonder if any you know of any paid web search engines? I don't know about search engines that cost money, but I do know of a fre

Re: SELINUX and html

2016-02-04 Thread Jack Craig
my approach is to run setroubleshooter which, when detecting an issue, provides a cli to allow just the single exception. hth, jackc... On Thu, Feb 4, 2016 at 3:33 PM, Dustin Kempter wrote: > Hello all, I am having an issue. I have a vm with an html file that > SELINUX is blocking access to. Fr

Re: Firefox 44 removes privacy feature.

2016-02-04 Thread Robin Laing
On 03/02/16 07:33, g wrote: On 02/03/16 04:35, Matthew Miller wrote: On Tue, Feb 02, 2016 at 11:13:30PM -0700, Robin Laing wrote: This is a pain. I am frustrated and my productivity has taken a nose dive. I'm curious. Why not use one of the many more sophisticated cookie manager add-ons? h

OT: A suggestion for smplayer

2016-02-04 Thread jd1008
TO be able to select a particluar sequence of tracks to play without having to re-arrange the displayed playlist. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http:/

Re: SELINUX and html

2016-02-04 Thread Maikel van Leeuwen
Hey, First of all, please watch the SElinux video's on youtube from Sander van der Vught: Introduction https://www.youtube.com/watch?v=tXNr3gO … _Zzki2BT_ Then read: https://www.centos.org/docs/5/html/Depl … ntr