Editing transmission.sh for blocklist support (2)


    December 9th, 2008 | Tags: , , , , | Posted in Guides, Tech

    Transmission (bittorrent client) comes with blocklist support. Blocklist would allow transmission to block access to certain IP addresses. P2P users normally use level1 blocklist which contains IP addresses of anti-p2p companies, fake p2p file sources, government, military, science, research labs, bad education facilities, and more.

    In order to enable blocklist support, you must be running transmission for fonz’s fun_plug 0.5. It is recommended that you know basic usage of “vi”.

    Read the rest of this entry »

    rtorrent 0.8.2, libtorrent 0.12.2, xmlrpc-c 1.16.6 for DNS-323 (19)


    December 5th, 2008 | Tags: , , , , | Posted in Tech

    Compiled the following packages for own consumption. These packages are meant for DNS-323 running fonz’s fun_plug 0.5.

    Download

    1. rtorrent-0.8.2.tgz
    2. libtorrent-0.12.2.tgz
    3. xmlrpc-c-1.16.6.tgz

    Some other packages you may need

    • libsigc++ (from fonz)
    • screen (from fonz)

    Blocklist downloader (5)


    November 23rd, 2008 | Tags: , | Posted in Guides, Tech

    Quite a few softwares utilizes blocklist in bluetack format. I’m using blocklist for my bittorrent applications and needed an easy way of downloading and unpacking the blocklist. Call me lazy if you like. Wrote a simple script to download the blocklist and unpack it.

    Download: blocklist-downloader.sh

    #!/ffp/bin/sh

    #######################################
    # Blocklist downloader
    # Author: shadowandy.sg[AT]gmail.com
    # Web: http://www.shadowandy.net
    ########################################

    # Setting the path
    DOWNLOAD_DEST=/mnt/HD_a2/.transmission-daemon/blocklists

    ##### You should not need to edit anything below #####

    cd ${DOWNLOAD_DEST}
    # backing up existing blocklist (if any)
    for blocklist in “level1″ “level1.bin”
    do
    if test -f ${blocklist}; then
    echo “Backing up ${blocklist}…”
    mv -f ${blocklist} ${blocklist}.bak
    fi
    done
    # downloading the blocklist
    echo “Downloading new blocklist…”
    curl –silent http://download.m0k.org/transmission/files/level1.gz > level1.gz
    echo “Unpacking new blocklist…”
    gunzip level1.gz
    echo “Done. Blocklist downloaded and unpacked to ${DOWNLOAD_DEST}”

    Bittorrenting on ReadyNAS (-)


    July 20th, 2008 | Tags: , , | Posted in Reviews, Tech

    Bittorrenting on the ReadyNAS has never been easier. Of the NASes I had used, bittorrent is either buggy or lack control over seeding feature. The ReadyNAS comes with decent bittorrent support, it allows user much control over the running of torrent - starting, stopping or removing. It also allow user to customize settings like port to be used, bandwidth allocation and seeding options. However, the lack of encryption option may be a problem for some users.

    I hope future releases would come with the following:

    • Encryption option
    • Queue management
    • IP Filter option
    • Global Connections, Per-torrent Connections
    • Automatic download through RSS

    Oops. I hope I am not asking for too much. For those who are interested, ReadyNAS is using the BitTorrent SDK client. Anyway, check out the screen shots!

    Read the rest of this entry »

    Bittorrent and L7 filter (-)


    July 16th, 2008 | Tags: , , , | Posted in Tech

    After searching for the Internet for means/ways of throttling bittorrent traffic using opensource methods, I found out about l7-filter and tc to control the amount of bandwidth for identified protocols. Downloaded the files and patched the kernel of my ubuntu server to enable netfilter support.

    The compiling took quite a long time on the server. Packaging as deb file also took an awefully long time. The good thing is that the kernel installation went fine without any kernel panic on boot up. Tested the l7filter and then I realized.

    bittorrent.pat doesn’t recognize all bittorrent traffic as majority are encrypted

    Oh gosh. I can’t even mark the traffic correctly! Then why not I prioritize those protocols that are time sensitive (e.g. SIP). Edited  the configuration to prioritize skypeout and skypetoskype protocols. The marking of traffic went fine, except there’s one problem.

    it doesn’t differentiate skype messaging and skype call

    Another slap to forehead. Time to try out ipp2p.

    Clutch for Transmission Screenshots (5)


    May 18th, 2008 | Tags: , , , , | Posted in Life

    RSS Feeds



    Treat shadowandy!


    Like to treat shadowandy a cup of Starbucks?

    Polls


    Which is your preferred SOHO networking brand?

    • D-Link (48%, 225 Votes)
    • Linksys (27%, 126 Votes)
    • Cisco (12%, 57 Votes)
    • Netgear (7%, 34 Votes)
    • Buffalo (2%, 9 Votes)
    • TRENDnet (1%, 6 Votes)
    • PCI (1%, 5 Votes)
    • Planex (1%, 3 Votes)

    Total Voters: 465

    Loading ... Loading ...


    Recent Comments



    Friend's Blog



    Interesting Links



    Previous Postings




    Copyright © 2005 - 2008 www.shadowandy.net  91 queries. 0.743 seconds.Go back up ↑