Slashdot Mirror


User: dirkx

dirkx's activity in the archive.

Stories
0
Comments
82
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 82

  1. It is designed to do this... on Security Hole in Morpheus · · Score: 1

    ..if you follow the belgium instructions - you bascially do the same as right-clicking on a user - but now directly through the http interface (which is used at the back).

    What you see is the list of files/dirs which the user specifically asked to be shared to the world at large through the application.

    So unless there is something not said in the pandora article - what is described is exactly what those P2P apps are designed to do. Share what is designated shared... it just shows you things little closer to the metal .

    Dw

  2. Re:Decoding on Cracking Crypto To Get Into College · · Score: 1

    Of the top of my head:
    for a number n digits long (ignoring the last entry) we have 10^n combinations and the average value in each position is 4.5 and each number has n digits:
    => n * 10^n * average value of a digit (4.5) +1

    or - more constructional:

    0...9 = 4*10+5 = 1 * 45
    00..99 = 10x(0..9) + 10x(0..9) = 2 * 10 * 45
    i.e. each row has all permutations.
    000...999 = .. = 3 * 10 * 10 * 45
    0000....9999 = .. = 4 * 10 * 10 * 10 * 45
    with n=ln(N)/ln(10)
    => n * 10^(n-1) * sum(0..9)
    and then add one for the million (inclusive).
    => n * 10^(n-1) * sum(0..9) + 1

  3. Re:Article was short on details on Cracking Crypto To Get Into College · · Score: 1
    This bit of perl (that adobe cut-n-paste from pdf is nice):
    #!perl
    $_="110/033/ 113/021/032/ 001/ 103/003/020/033/030/001/102/103/020/021/100/ 012/102/033/031/ 110/020/011/ 111/032/021/112/011/102/103/021/110/121/ 033/012/ 030/011/110/020/002/102/021/010/013/011/ 010/033/ 110/020/011/ 031/001/110/020/. 012/033/102/031/111/030/001/: 012/021/032/010/ 110/020/011/ 103/111/031/ 033/012/ 001/030/030/ 010/011/003/021 /031/001/030/ 010/021/013/021/110/103/ 001/100/100/011/001/102/021/032/013/ 021/032/ 110/020/0 11/ 032/001/110/111/102/001/030/ 032/111/031/002/011/102/103/ 012/102/033/031/ 033/032/011/ 110/033/ 033/032/011/ 031/021/030/030/021/033/032/ 021/032/003/030/111/103/021/112/011/. 003/033/032/110/011/103/110/ 011/032/110/102/021/011/103/ 031/111/103/110/ 002/0 11/ 102/011/003/011/021/112/011/010/ 002/121/ 010/011/003/011/031/002/011/102/ 12/31 /01 110/033/ 011/032/110/011/102/ 033/032/030/021/032/011/: 112/021/103/021/110/ 113/113/113/.111/030/011/110/020/.003/001/ 001/032/010/ 103/111/002/031/021/110/ 121/033/111/102/ 001/032/103/113/011/102/. 031/001/021/030/: 103/011/032/010/ 121/033/111/102/ 001/032/103/113/011/102/,/ 0 01/030/033/032/013/ 113/021/110/020/ 121/033/111/102/ 032/001/031/011/,/ 012/111/030/030/ 001/010/01 0/102/011/103/103/ 001/032/010/ 100/020/033/032/011/ 032/111/031/002/011/102/ 110/033/ 013/033/ 012/021/013/111/ 102/011/ 113/020/001/110/ 031/001/013/001/122/021/032/011/,/108/,/93/ 030/033/031/002/001/102/010/ 001/112 /011/032/111/011/, 113/021/032/032/021/100/011/013/, 031/002/, 102/3/002/3/002/1/. "; while(s/([0-3]{1})([0-3]{1})([0-3]{1})\/(\D*)//) { printf("%c$4",64+4*4*$1 +4*$2+$3); };

    Gives you all the detail you'd ever want.

    The actual riddle is very cute - as it can be done with a few lines of code - or by just thinking logically - and calculating it straight out. (and if you realize that leading zeros do not foil the fun as they do not add - it gets positively neat).

    But still a bit easy for a 15-16 year old I would recon.

  4. mgetty (vgetty) + VCOP does the trick on Build Your Own Phone Tree? · · Score: 5, Interesting

    If you are not scared of using perl; the mgetty(vgetty) included with the varies unix fax options:

    ftp://ftp.leo.org/pub/comp/os/unix/networking/mg et ty/.

    Does the trick quite nicely. VCOP (see sourceforge) gives you some perl glue code to make things a bit easier.

    But I found that using vgetty raw from mod_perl was just as easy. You do need to be careful in what modem you use - and will find that the cheap cards are either not compatible enough - or have limitations like 15 seconds of sound.

    Fore something way neater: see:

    http://www.quicknet.net/

    which has a linejack card which can do the 'world' - including complex caller interaction and dsp based detection. I found it to work reasonable on linux (RH7.0) and very robust on FreeBSD 4.x - but for your application it is probably overkill.

    Dw

  5. ebay - cheap ocs on Building a Cheap Oscilloscope Using Your PC? · · Score: 1

    This might sound silly - but eBay has usually very cheap scope's going. You need some expertize to judge their quality - and some patience. But you should be able to get away with a 1000mHz dual channel analog scope for under a 100$. I needed about 2 months of systematically bidding up to 75 dollars on each decent one. As for a digital scope - I found www.activewireinc.com a most excelent toy - it is basically a 8051 running at decent speed with 16 inputs/outputs - and easily clockable. At 10kHz you can sample from the PC (works with FreeBSD, NetBSD and linux/windoze) at higher rates you simply write a bit of 'c' code you download into the device to do the capture. http://www.oceanoptics.com makes a great PCI card which has good IO and easy to integrate. Another option is to spend 50-150 dollars on a third hand GPIB based A/D device. Ebay has lots of them and add a NI card to your PC. Dw

  6. Try DoveBid on Locating Used Sun Enterprise 10000s For Sale? · · Score: 2, Informative

    Try dovebid: www.dovebid.com. We've had a lot of luck with them. They are the sort of auctioneer who does the whole of WebVan, AlliedSteel or larger.

  7. PCI Backplanes / PICMG on Can Linux Support a PCI Expansion Chassis? · · Score: 1
    Over the years I've used boards like:

    with NetBSD and FreeBSD. Given how clean they work - I suspect linux to be fine. Usually with some intel procesor board. It works well. The typical usage was to have 8 slots with a 4 port ethernet card - and combining this with DummyNet. And then letting the processor netboot off its own ethernet and then act as a packet delay line of sorts. Do a search in google for 'PICMG' to find a whole range of those. One word of warning - you may need to add some special (userland) hacks for the watchdog - they can be quite a pain - and you almost certainly will need to learn about serial consoles. My experience with the latter and Linux is not too good :-) Dw