Berkeley CSUA MOTD:Entry 49039
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2008/1/31 [Finance, Computer/SW/Unix] UID:49039 Activity:nil
1/130   Partial Filmography
    * Anal Expedition 11 (Evil Angel Video) (2007)
    * Big White Butt Lingerie Show (Evasive Angles) (2007)
    * Black Assassins (Platinum X Pictures) (2007)
    * Black Dicks In White Chicks 14 (Red Light District) (2007)
    * Blow It Out Your Ass (Elegant Angel Productions) (2007)
    * Cuckold (JM Productions) (2007)
    * Gash Bash 3 (JM Productions) (2007)
    * I'll Take It Black 3 (Red Light District) (2007)
    * My First White Chick (Adam & Eve) (2007)
    * Nasty Universe 3 (Mercenary Pictures) (2007)
    * Nutts 4 Big Butts 2 (Exquisite Pleasures) (2007)
    * Smothered N' Covered 2 (Red Light District) (2007)
    * Squirts So Good 5 (DVSX) (2007)
    * 1 Lucky Fuck 2 (Platinum X Pictures) (2006)
    * 10 Man Cum Slam 15 (Kick Ass Pictures) (2006)
    * 110% Natural 10 (Red Light District) (2006)
    * 5 Guy Cream Pie 25 (Kick Ass Pictures) (2006)
    * 50 To 1 3 (Platinum X Pictures) (2006)
    * Ass Masterpiece 1 (Naughty America) (2006)
    * Belladonna: No Warning 2 (Evil Angel Video) (2006)
    * Big Booty White Girls 4 (Evil Empire) (2006)
    * Big Bubble Butt Anal Sluts 1 (Evasive Angles) (2006)
    * Big Bubble Butt Cheerleaders 5 (Evasive Angles) (2006)
    * Big Butt Teen Flesh 1 (Evasive Angles) (2006)
    * Big Tit Brotha Lovers 8 (Exquisite) (2006)
    * Big Wet Asses 9 (Elegant Angel Productions) (2006)
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2013/5/17-7/3 [Finance/Investment] UID:54679 Activity:nil
5/17    Tech stocks at all time high & Bay Area traffic and housing crisis
        is now worse than 2001. BUBBLE 2.0 BEWARE!!!
        \_ This time it is no bubble, at least not yet. Wake me up again
           when the Nasdaq hits an inflation adjusted record.
        \_ I don't know if this bubble qualifies as a tech bubble or a bubble
           at all.  Last weekend I saw hiring signs at McDonald's, Macy's and
	...
2009/10/1-22 [Finance/Investment] UID:53422 Activity:nil
10/1    http://www.cesmes.fi
        Bubble bubble, multiply and change colors!
	...
2009/9/29-10/8 [Finance/Banking, Industry/Jobs, Industry/Startup] UID:53412 Activity:moderate
9/29    So let's say I have some money, about $100k. What are some things
        I could do with it? What do you guys recommend?
        \_ Hookers and blow
        \_ Guns, ammo, MREs, to prepare for the coming apocalypse!
           \_ I am thinking about buying some gold.
              \_ Gold is a bad idea right now.  The inflation hedge is
	...
2012/4/27-6/4 [Computer/SW/Languages/Misc, Computer/SW/Unix] UID:54372 Activity:nil
4/27    I wrote a little shell script to collect iostat data:
        #!/bin/bash
        DATE=`date +%m%d`
        DATADIR=/var/tmp/user
        OUTPUTFILE=$DATADIR/$DATE.out
        while true
	...
2009/12/9-2010/1/13 [Computer/SW/Unix] UID:53586 Activity:nil
12/8    Is there a bash equivalent to tcsh's history-search-backward ?
        \_ There's something similar called... history-search-backward. It
           is a bit more limited, in that it only searches for strings and
           not glob patterns. You may find reverse-i-search to be useful also.
	...
2009/10/27-11/3 [Computer/SW/Unix] UID:53475 Activity:nil
10/27   http://www.maxgames.com/play/flash-mind-reader.html
        how does this work?
        \_ sh -c 'for ((i=0;i<10;i++)); do for ((j=0;j<10;j++)); do echo "$i$j-(\
$i+$j)" | bc; done ; done' | uniq
        \_ bash -c 'for ((i=0;i<10;i++)); do for ((j=0;j<10;j++)); do echo "$i$j\
-($i+$j)" | bc; done ; done' | uniq
	...
2009/8/18-9/1 [Computer/SW/Unix] UID:53284 Activity:nil
8/18    Is it possible to truncate your path name in your prompt in tcsh?
        Tsch veterans REPRESENT!  I know this is how to do it in bash:
        # truncate path: returns $1 truncated to $2 chars, prefixed with ...
        truncate_path () {
                if [ -z "$1" -o -z "$2" ]
                then
	...
2009/8/19-9/1 [Computer/SW/Unix] UID:53285 Activity:nil
8/18    Hi again, new freebsd guy here again, in bash I was able to go
        LD_LIBRARY_PATH=/opt/foo/lib ./runmyapp
        I managed to do this in tcsh by using setenv in a shell script
        that setenv's the lib path and then executes $1, just wondering
        if there was a way to do it in 1 line from the cmd line as in bash?
        Thanks, btw %2c or %3c worked.  Freebsd, tcsh and vi forever!
	...
2009/1/5-8 [Computer/SW/Unix] UID:52313 Activity:kinda low
1/3     no hurry but do you know of:
        $ chsh
        Password:
        Enter the new value, or press return for the default
         Login Shell [/usr/local/bin/bash]: /bin/zsh
        failed: Insufficient access
	...
2008/11/24-28 [Computer/SW/Unix] UID:52090 Activity:nil
11/23   How do you find the max # of forkable threads in a unix
        environment? Is it system or user based?
        \_ getrlimit, or ulimit -a (in bash)
	...
2008/8/18-21 [Computer/SW/Unix] UID:50894 Activity:kinda low
8/18    How long has the command "seq" been around? I just saw it in
        one of my coworkers shell scripts and wish I had known about it
        years ago...
        \_ what does it do?  - bash fan #1
           \_ It prints out a sequence of numbers from FIRST to LAST in
              a specified increment.
	...
2008/7/14-16 [Computer/SW/Languages/Perl, Computer/SW/Unix] UID:50557 Activity:moderate
7/14    Shell Programming question: I want to call a script with 1 arg
        and have it figure out whether $1 is a MAC address or an IP address
        and then do call the appropriate function.  What is the best way
        to do this, given that sh/bash/ksh do not have something like
        the =~ in perl.  Check for exit status of grep, or is there a
        a better way?  For the moment, let's just say the two tests are:
	...