mardi 22 juillet 2008

speedup BT

clipped from torrentfreak.com

Speed Up Your Torrents, Tips from a BitTorrent Developer

BitTorrent is without a doubt the best way to share large files, as long as you follow some basic rules, that is. We asked one of the leading BitTorrent client developers for some tips and tricks so you can speed up your BitTorrent downloads.

1. Seed.

2. Be connectable.

3. Manage your upload speed.

4. Select the right torrents.

5. Be realistic.

6. Get a Friend Boost.

 blog it

mercredi 14 mai 2008

Liste de jeux commerciaux ---gratuits!

clipped from en.wikipedia.org

[edit] Freely redistributable games

List of commercial games released as freeware

The following formerly paid games have been made available as freeware, and are freely redistributable software:

[edit] See also

  • Liberated Games — A site which features games which have been freed (liberated) by its copyright owners, in some form.
  • Remain In Play — Features commercial games that have been released as freeware by their copyright owners.
  • World of Spectrum — Large archive of legal ZX Spectrum downloads, with various permissions including some from Spectrum hardware copyright holder Amstrad.
  • FilePlanet — Some of the games featured on this list are available on this website. It also has many other initially free games/demos not listed here.
  • ^ Full Games: Prince of Persia: The Sands of Time Free Full Game (Ad Supported) - Demo Movie Patch Download Section - GamersHell.com
  •  blog it

    samedi 10 mai 2008

    Mon ISP me surveille-t-il?

    Glasnost: Results from Tests for BitTorrent Traffic Manipulation


    More than 5,300 users from locations around the world have used our tool, Glasnost, to test whether
    their BitTorrent traffic is subject to manipulation. On this page, we
    present preliminary results from these tests.


    We will publish more detailed results at a later point of time after our code is peer-reviewed. We are also actively working to refine our measurement tool and our analysis. So make sure to check back later.

    We released the source code of our tool. We encourage you to check the code for bugs. Please contact us, if you find any bugs or have questions, comments, or suggestions.

     blog it

    améliorer l'appareil photo canon

    clipped from lifehacker.com

    Turn Your Point-and-Shoot into a Super-Camera


    The Canon Hacker's Development Kit, aka CHDK, is a firmware enhancement that supports an impressive array of Canon digital cameras.

    Once you've gotten comfortable with CHDK, you may want it to load automatically whenever you turn on your camera. The CHDK wiki explains how.
     blog it

    vendredi 4 avril 2008

    Bit torrrents tricks

    clipped from lifehacker.com

    Top 10 BitTorrent Tools and Tricks

    8. Download BitTorrent in Your Browser

    7. Manage Your Video Downloads with Miro

    6. Speed Up Your Downloads and Outwit Your Traffic-Shaping ISP

    5. Remote Control Your BitTorrent Downloads with uTorrent's WebUI or Transmission's Clutch

    4. Set Up a TV Season Pass with Ted or TVShows

    3. Search the Best of the Best with YouTorrent

    2. Transmission

    1. uTorrent

    Honorable mention update: I completely forgot to mention PeerGuardian2, a freeware IP blocker designed to protect your privacy from blacklisted IPs (like anti-P2P groups who might want to track your activity). It's not a sure thing, but a lot of people consider it a reassuring layer of protection.

     blog it

    jeudi 27 mars 2008

    ssh authentication on debian

    clipped from www.howtoforge.com

    How To Set Up SSH With Public-Key Authentication On Debian Etch

    Preparations On Our Client (Desktop) System

    apt-get install openssh-client


    mkdir ~/.ssh
    chmod 700 ~/.ssh
    cd ~/.ssh

    ssh-keygen -t rsa -C "A comment... usually an email is enough here..."

    scp -p id_rsa.pub remoteuser@remotehost:

    ssh remoteuser@remotehost
    mkdir ~/.ssh
    chmod 700 ~/.ssh
    cat id_rsa.pub >> ~/.ssh/authorized_keys
    chmod 600 ~/.ssh/authorized_keys
    mv id_rsa.pub ~/.ssh
    logout

    rm id_rsa.pub

    ssh remoteuser@remotehost

    cd /etc/ssh
    cp sshd_config sshd_config.orig
    nano sshd_config

    /etc/init.d/ssh restart

    Be careful: if you disable password authentication, then you won't be able to log in with passwords! Only key-based authentication will be available!

     blog it

    jeudi 20 mars 2008

    Un petit potager

    clipped from frugaldad.com


    How to Build a Square Foot Garden

    Watering the Garden

    (2) 2cu ft. bags of Miracle Grow Garden Soil (for flowers and vegetables) - $13.54
    There were more frugal recipes here for soil, such as 1/3 compost, 1/3 peat moss, and 1/3 vermiculite. However, I could not find the ingredients packaged locally and the individual ingredients bought separately at the larger home improvement stores were more expensive the bags of Miracle Grow.

     blog it