A Geeks Life Is Hard


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks A Geeks Life Is Hard
# 1  
Old 08-22-2008
A Geeks Life Is Hard

2008-08-22T23:25:45+02:00
Image

Download help-me-2.comicdoc

Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

2. UNIX for Advanced & Expert Users

End of Life / Life Cycle Information

Hello everyone, I was searching for locations where I can get End of Life information on multiple versions of Unix. I have found some information which I list below, what I have not found or confirmed is where I can get the information for: DEC Unix/OSF1 V4.0D NCR Unix SVR4 MP-RAS Rel 3.02.... (2 Replies)
Discussion started by: robertmcol
2 Replies

3. Filesystems, Disks and Memory

The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive

Hi I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
Discussion started by: sirbijan
0 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)