Cool Geeks

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Cool Geeks
# 1  
Old 07-20-2008
Cool Geeks

2008-07-20T05:24:00+02:00
Image

Download twitterers-nightmare.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. UNIX for Dummies Questions & Answers

Cool stuff with command line?

Hi there, I just switch to MAC and love the way command line do things like mass renaming, unrar, remove .... in terminal, so better than normal graphic apps. I love to study more about this stuff, could you guys show me some book that help me out, Simply I see many code like this in internet but... (1 Reply)
Discussion started by: silverhan31
1 Replies

2. Web Development

Cool Google Search Mashups

One of my favorite mashups is the Google search mashup. You can see it here at the top right hand corner of the site; where you enter a normal Google search work or phrase and Google serves the result, mashedup, back into your site. The same is true on The CEP Blog, where there the same... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

Cool new logo

I saw this on another board, and burst out laughing. http://www.brandsoftheworld.com/brands/0011/0070/brand.gif Apparently it's a new logo (may even be a new name) for a clothing line. Check them out: www.A-Style.it (9 Replies)
Discussion started by: Dave Miller
9 Replies

4. What is on Your Mind?

Cool video

Grand Central Big Freeze jwMj3PJDxuo It looks as tho it's movie scene from M. Night Shyamalan :b: (0 Replies)
Discussion started by: sparcguy
0 Replies

5. UNIX for Advanced & Expert Users

sed is cool , but got just this one problem ...

Hi all, I have this very strange (and tiring) trouble with sed (or any command that works with files for that matter) I need to do the following 1. I have a string say "UTN555" 2. I need to extract just the last three digits 3. I did this echo UTN555 | sed "s/UTN//" ... (2 Replies)
Discussion started by: linfreak
2 Replies
Login or Register to Ask a Question
GETBUILDLOG(1)						      General Commands Manual						    GETBUILDLOG(1)

NAME
getbuildlog - download build logs from Debian auto-builders SYNOPSIS
getbuildlog package [version-pattern] [architecture-pattern] DESCRIPTION
getbuildlog downloads build logs of package from Debian auto-builders. It downloads build logs of all versions and for all architectures if version-pattern and architecture-pattern are not specified or empty, otherwise only build logs whose versions match version-pattern and build logs whose architectures match architecture-pattern will be downloaded. The version and architecture patterns are interpreted as extended regular expressions as described in grep(1). If version-pattern is "last" then only the logs for the most recent version of package found on buildd.debian.org will be downloaded. If version-pattern is "last-all" then the logs for the most recent version found on each build log index will be downloaded. OPTIONS
-h, --help Show usage information and examples. -V, --version Show version and copyright information. EXAMPLES
getbuildlog hello 2.2-1 amd64 Download amd64 build log for hello version 2.2-1. getbuildlog glibc "" mips.* Download mips(el) build logs of all glibc versions. getbuildlog wesnoth .*bpo.* Download all build logs of backported wesnoth versions. AUTHOR
Written by Frank S. Thomas <fst@debian.org>. DEBIAN
Debian Utilities GETBUILDLOG(1)