Googles Latest Invention


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Googles Latest Invention
# 1  
Old 09-08-2008
Googles Latest Invention

2008-09-08T19:00:00+02:00
Image

Download chrome.comicdoc

Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Solaris latest

Am new to using Solaris. I wanna know about some of highly re usable and powerful scripts in tcsh. A kind of generic scripts. can anyone please help me out with any links or functions ?? Thanks in advance (8 Replies)
Discussion started by: Rahul619
8 Replies

2. UNIX for Advanced & Expert Users

Getting Latest files

Hai I wolud like to know how to get the latest files. ex: file_ssss_00 file_ssss_01 i need to get file_ssss_01 files only. (in Unix script) Please give some idea ... (2 Replies)
Discussion started by: raju4u
2 Replies

3. UNIX for Dummies Questions & Answers

latest Unix

hi all, someone tell me which is the latest object oriented, easy to use and handle, Unix version/release and from where to get it. have my thanks in advance if you ll also mention some good books regarding Unix's administration and use for a perfect newbie. (7 Replies)
Discussion started by: irfanets
7 Replies

4. UNIX for Advanced & Expert Users

latest unix

hi all, someone tell me which is the latest object oriented, easy to use and handle, Unix version/release and from where to get it. have my thanks in advance if you ll also mention some good books regarding Unix's administration and use for a perfect newbie. (1 Reply)
Discussion started by: irfanets
1 Replies

5. Shell Programming and Scripting

Move all but not the latest

what is way to not move a latest file in a a particular folder X. There are number of files in the folder, I donot want to move the latest file into another folder. Can anyone figure out where is wrong in the script. lastfile=$(ls -rt | tail -1) for allfile in $(ls | grep -v... (4 Replies)
Discussion started by: u263066
4 Replies
Login or Register to Ask a Question
ctorrent(1)							    2008-10-11							       ctorrent(1)

NAME
ctorrent - Download bittorrent files from command line SYNOPSIS
ctorrent - [options] *.torrent OPTIONS
-a Preallocate files on disk -A USER-AGENT-STRING Set User-Agent header (default "Enhanced-CTorrent/dnh3.2") -b FILE Bitfield save FILE (default is torrent+".bf") -c Check pieces only, don't download -d Daemon mode (fork to background) -D rate Max bandwidth down (unit KiB/s) -e hours Exit while seed HOURS later (default 72 hours) -E ratio Exit after seeding to RATIO (UL:DL) -f Force saved bitfield or seed mode (skip initial hash check) -h|-H Display short help. -i IP Listen for connections on specific IP address (default all/any) -l LENGTH Piece length (default 262144) -m PEERS-MIN Min peers count (default 1) -M PEERS-MAX Max peers count (default 100) -n FILE-NBR-LIST Specify file number(s) to download -p PORT Listen PORT (default 2706 -> 2106) -P ID Set Peer ID prefix (default "-CD0302-") -s SAVEFILE|DIR Download ("save as") to a different file or directory -t Create a new torrent file -t URL Tracker's URL -v Verbose output (for debugging) -x Decode metainfo (torrent) file only, don't download -z SLICE-SIZE Download slice/block size, unit KB (default 16, max 128) DESCRIPTION
CTorrent is a BitTorrent Client program written in C/C++. Fast and small are CTorrent's two strengths. EXAMPLES ctorrent -s save.iso -e 12 -C 32 -p 6881 iso.torrent ENVIRONMENT
None. FILES
None. SEE ALSO
azureus(1) bittornado(1) bittorrent(1) ktorrent(1) qbittorrent(1) qtorrent(1) rtorrent(1) transmission-cli(1) AUTHORS
This manual page was written by Jari Aalto <jari.aalto@cante.net>, for the Debian GNU system (but may be used by others). Released under license GNU GPL v2 or (at your option) any later version. The program development was discontinued 2006-06-07. See project page https://sourceforge.net/projects/ctorrent ctorrent 2008-10-11 ctorrent(1)