public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: James <wireless@tampabay.rr.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: cookie_monster
Date: Thu, 30 Oct 2014 15:32:02 +0000 (UTC)	[thread overview]
Message-ID: <loom.20141030T162242-257@post.gmane.org> (raw)
In-Reply-To: 20141029234407.GA10582@waltdnes.org

Walter Dnes <waltdnes <at> waltdnes.org> writes:


> emerge sqlite

Yea, I should have been more clear. Already had sqlite installed
and quite a few apps are using it...

> 
>   If you want a GUI rather than command-line, try
> https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/

I'll have to look at this one. I went ahead and installed:
dev-db/sqlitebrowser


>   You also mentioned "flash cookies" in passing.  They're a totally
> different animal.  They're files that reside in directories ~/.adobe and
> ~/.macromedia.  The way to kill them is to remove the directories and
> create dummy files with the same names, so that Flash can't create the
> directories.  Here's a short script...

Only those (2) apps have flash cookies?
Flashcookies are new issues for me.
What the heck are they being used by these apps?
Just to avoid detection and removal? 

If so, it seems somebody would create and add_on to
deal with this crap or include this "cleansing" via
an establish security script......?

> #!/bin/bash
> rm -rf ~/.adobe
> touch ~/.adobe
> rm -rf ~/.macromedia
> touch ~/.macromedia

OK, good explanation.

>   The only problem is that certain sites won't play videos without those
> directories being present (e.g. video highlights at http://nhl.com ).  I
> handle them with the following script...

> #!/bin/bash
> rm -rf ~/.adobe
> rm -rf ~/.macromedia
> sleep 20
> rm -rf ~/.adobe
> touch ~/.adobe
> rm -rf ~/.macromedia
> touch ~/.macromedia

>   I launch the script from a terminal, and then immediately click on the
> video link in my browser.  This gets the videos going, and keeps them
> going until they finish.


Nice strategy.
Thanks!






  parent reply	other threads:[~2014-10-30 15:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29 16:45 [gentoo-user] cookie_monster James
2014-10-29 23:44 ` Walter Dnes
2014-10-30 10:50   ` Mick
2014-10-30 15:32   ` James [this message]
2014-10-30 22:37     ` [gentoo-user] cookie_monster »Q«
2014-10-31 21:10       ` Walter Dnes
2014-11-01 14:50         ` James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20141030T162242-257@post.gmane.org \
    --to=wireless@tampabay.rr.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox