[gentoo-user] Re: Downloading Flash videos

2007-06-26 Thread Ali Polatel
Mick [EMAIL PROTECTED] yazmış:
 Hi All,
 
 I've been trying to download different flash embedded videos like:
 
 http://video.google.com/videoplay?docid=4191382246884244677
 
 http://www.youtube.com/watch?v=hjV0Gws-BVM
 
 etc.
 
 I have used VideoDownloader with Firefox and FLV Downloader (which didn't 
 work) and Video Manager  with Opera.  It seems that the downloaded video is 
 very jumpy (drops huge number of frames) when played back using xine/gxine.  
 So I thought of using wget to achieve the same effect but without all these 
 helpful GUIs, but cannot see what I should be downloading when I look at the 
 HTML source of the YouTube web page.
 
 What would you advise on this?

 How about net-misc/youtube-dl?


-- 
ali polatel (hawking)
Not all men who drink are poets.  Some of us drink because we aren't poets.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Wha' hoppen to firestarter?

2007-06-05 Thread Ali Polatel
Dale [EMAIL PROTECTED] yazmış:
 Kevin O'Gorman wrote:
  I had firestarter-1.0.3 emerged for quite some time.  I hadn't really
  used it, but I'm a bit surprised now to find that it's interfering
  with normal emerges because it's got a big red M smacked on it.
 
  I suppose that means there's a problem with it, and it's explained in
  some forum or list that I don't normally get.  But now I'd like a
  clue: what's the {prognosis, workaround, fix, alternative}. As I
  mentioned, I hadn't really started to use it, but I'd like to have a
  better firewall tool than building iptables scripts in vim.
 
 
 This is from the Gentoo dev list.
 
snip
 
 So, if you like firestarter, better say something pretty soon.  ;-)
 
 That help any??
 
 Dale
 
 :-)  :-)  :-)

 Upstream is dead and there are many open bugs so it's a PITA to
maintain. Here are the open bugs about firestarter:

http://bugs.gentoo.org/show_bug.cgi?id=146620
http://bugs.gentoo.org/show_bug.cgi?id=179792
http://bugs.gentoo.org/show_bug.cgi?id=180104
http://bugs.gentoo.org/show_bug.cgi?id=180105

-- 
ali polatel (hawking)
Now is the time for drinking; now the time to beat the earth with
unfettered foot.
-- Quintus Horatius Flaccus (Horace)
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Other encrypt otions than encfs

2007-06-02 Thread Ali Polatel
[EMAIL PROTECTED] [EMAIL PROTECTED] yazmış:
 I've had two incidents where encfs has failed due to some
 incompatability during upgrades..
 
 I'd like to switch to some other technique rather than have to worry
 with maintaining a working environment for encfs/fuse.
 
 Can anyone vouch for another system that has been very reliable for
 them?
 
 My needs are small.  I normally use a 200M or so encrypted file
 mounted as disk.
 

 dm-crypt[1] and loop-aes[2] are two alternatives. The former has been
very reliable for me so far.

[1] http://www.saout.de/misc/dm-crypt/
[2] http://loop-aes.sourceforge.net/
-- 
ali polatel (hawking)
One difference between a man and a machine is that a machine is quiet
when well oiled.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Other encrypt otions than encfs

2007-06-02 Thread Ali Polatel
[EMAIL PROTECTED] [EMAIL PROTECTED] yazmış:
 Nick [EMAIL PROTECTED] writes:
 
   dm-crypt[1] and loop-aes[2] are two alternatives. The former has been
  very reliable for me so far.
  
  [1] http://www.saout.de/misc/dm-crypt/
 
  Yep, I've been using dm-crypt with LUKS for a while now, without any
  problems whatsoever. Asks mer for the passphrase when I bootup, then
  merrily continues on its way. You can also use a USB disk or some
  other medium to store the passphrase.
 
  It's been a while since I set it up, so I'm rather rusty on how it
  all fits together now, but follow
  http://gentoo-wiki.com/SECURITY_System_Encryption_DM-Crypt_with_LUKS
  and you'll go far.
 
 Thanks for some real world input..
 
 Am I write in thinking dm-crypt does not support using a regular file
 (not a partition) as the base of encrypted file system?

 Well, you can create a regular file, mount it  as a loopback device and
encrypt it. Here is an example:

# Create a disk image:
dd if=/dev/zero of=/tmp/disk1.img count=50 bs=1M
# Set up a loop device
losetup /dev/loop/0 /tmp/disk1.img
# encrypt it
cryptsetup luksFormat /dev/loop/0
# then open it with luksOpen
cryptsetup luksOpen /dev/loop0 test
# create a filesystem
mkfs.whatever /dev/mapper/test
# mount it
mount /dev/mapper/test /path/to/test

and write a script to do the last three steps or do it via
/etc/conf.d/cryptfs.

-- 
ali polatel (hawking)
I don't drink, I don't like it, it makes me feel too good.
-- K. Coates
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Unionfs for 2.6.20

2007-05-31 Thread Ali Polatel
Konstantinos Agouros [EMAIL PROTECTED] yazmış:
 Hi,
 
 will there be a unionfs for 2.6.20 kernels? AFAIK there's only the 1.5_pre
 for 2.6.19.
 
 Regards,
 
 Konstantin

 You should use unionfs version 2.0 which is a part of -mm tree. You can
either get mm-sources or manually patch your kernel. Have a look at
http://www.am-utils.org/project-unionfs.html for more info..


-- 
ali polatel (hawking)
There are more old drunkards than old doctors.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Unionfs for 2.6.20

2007-05-31 Thread Ali Polatel
[EMAIL PROTECTED] [EMAIL PROTECTED] yazmış:
 
 
  -Original Message-
  From: Norberto Bensa [mailto:[EMAIL PROTECTED] 
  Sent: Friday, June 01, 2007 9:29 AM
  To: gentoo-user@lists.gentoo.org
  Subject: Re: [gentoo-user] Re: Unionfs for 2.6.20
  
  
  Ali Polatel wrote:
You should use unionfs version 2.0 which is a part of -mm 
  tree. You 
   can either get mm-sources or manually patch your kernel. 
  Have a look 
   at http://www.am-utils.org/project-unionfs.html for more info..
  
  But there's no unionfs-utils unless you're using sabayon overlay...
  
  Regards,
  Norberto
  -- 
  [EMAIL PROTECTED] mailing list
 
 I have seen many people mentioning UnionFS.  
 What exactly is it, and what does it do?
 (:P Besides the statement that it is an FS.)

quoting from wikipedia[1]:
UnionFS is a Linux filesystem service which implements
a union mount for Linux file systems. It allows files and directories of
separate file systems, known as branches, to be transparently overlaid,
forming a single coherent file system.

For example you can put your portage tree in a squashfs filesystem 
- which you can only mount ro - so that it'll take little space and create
a unionfs with it and a directory in /dev/shm to keep track of changes
between syncs[2].

[1]: http://en.wikipedia.org/wiki/Unionfs
[2]: http://dev.gentoo.org/~jokey/squashed-portage-tree/


-- 
ali polatel (hawking)
Keep America beautiful.  Swallow your beer cans.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Which wireless cardbus?

2007-02-18 Thread Ali Polatel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Mick ([EMAIL PROTECTED]) wrote:
 This must be one of the more often repeated Qs on many forums.  I am trying 
 to 
 find out which WiFi cardbus to buy for my laptop.  I didn't have much joy 
 with a Belkin and would like to get a card which has a chipset that is 
 supported well in Linux.
 
 Which chipsets have the more mature drivers?  Is there a list somewhere which 
 is kept up to date - a lot of what I found in Google is of historical 
 importance only.

 Atheros is the best supported chipset -- through madwifi-ng drivers -- afaik,
I have a D-Link card with an atheros chipset and I never had any problems.
 Here is a nice site with a list of supported cards:
 http://linux-wless.passys.nl/
 dunno if it's uptodate though

 Your insight on this would be much appreciated.  :)



- -- 
Ali Polatel (hawking) [EMAIL PROTECTED]
http://hawking.nonlogic.org/
gpg: F0186CA2 fp: 7110 01E2 F8B6 83A2 AC52  1D9F 986B 76E1 F018 6CA2
()  ascii ribbon campaign - against html mail
/\
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.2 (GNU/Linux)

iD8DBQFF2T7CmGt24fAYbKIRAshUAJwK3E8LOKX9uaz5WOSj5fvzhjEvVwCeMj6e
sHmVRiNakhfs8JtE1wzf3nA=
=Hrc8
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Extracting hashes from MSWindows SAM files

2007-01-13 Thread Ali Polatel
* Mick ([EMAIL PROTECTED]) wrote:
 Hi All,

 Do you know if Gentoo offers any tool(s) to extract the hash numbers from 
 MSWindows SAM files?  I am thinking of the Linux equivalent of e.g. 
 pwdump.exe

 I need the hashes to be able to run john:
 ==
 # john sam
 No password hashes loaded
 ==

 I've looked around but couldn't find anything.
 --
 Regards,
 Mick

emerge ophcrack ,
iirc it has pwdump and bkhive to get hash stuff from SAM files

--
Ali Polatel [EMAIL PROTECTED]
gpg F0186CA2 fp: 7110 01E2 F8B6 83A2 AC52  1D9F 986B 76E1 F018 6CA2
()  ascii ribbon campaign - against html mail
/\

-- 
gentoo-user@gentoo.org mailing list