First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
shell trap handling
I have a need under CYGWIN to have a break(ctrl-C) handler identical to vanilla UNIX. Currently under CYGWIN, the break sequence does NOT seem to clear type ahead commands. Hence a sequence such as sleep 15; hhh;jjj ... BREAK terminates the sleep but then executes hhh and jjj. I can program a trap handler to clea... 25 Dec 2009 17:58
Make Money From Home - How to Deal With Distractions
Life is full of distractions, interruptions, unexpected challenges and needs. With the arrival of the cell phone, these distractions have tripled. Nowadays you are constantly reachable unless you take definite steps to control your phone and your time. Now that you are working from home, http://i-affil... 25 Dec 2009 04:00
~~~~~~~~~~~~~~ DIESEL MOTORCYCLE ~~~~~~~~~~~~~~
.. ~~~***~~~ ================================================== ================================================== click here to enter: http://full-base.com/1/diesel-motorcycle <<< ===========================================... 25 Dec 2009 04:00
shell calculator
Hi, in the hope that this may be useful for somebody, I created this easy shell calculator. It just creates a C++ program, compiles it, runs it, and removes it. http://shell-calc.googlecode.com/ I just needed a powerful calculator (bitwise operators, hexadecimal input/output, etc.), and found nothing approp... 30 Dec 2009 02:15
how to configure mysql for debug installation
In news:bb3017f3-4795-4984-825a-fdc13df5aedf(a)z10g2000prh.googlegroups.com, JRough <jlrough(a)yahoo.com> typed: The README in the code you say you downloaded contains no installation instructions. The MySQL code you have is already compiled and simply needs to be installed according to the instructions ... 31 Dec 2009 18:44
error while executing ksh script
============================================= i=6; output=`policymgr_show -A -B 0x7 > /dev/null | grep -E "input"' for femname in $output; do rp_exec[i]="show policy-map type performance-traffic $femname" i=$(($i + 1)) done ============================================ on running the abov... 23 Dec 2009 20:44
Redirecting to a stream number held in a variable
I have a function that is being generated by autoconf as follows: as_fn_error () { ... $as_echo "$as_me:${as_lineno-$LINENUM}: error: $1" >&$3 ... } This basically expands to give: echo "foobar" >&$3 where the $3 parameter contains the stream number for the log file. The echo command wit... 30 Dec 2009 17:36
change .bash_login environment variable to reflect a sym link to mysql install directory
This is my current .bash_login: export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql*/bin: $PATH" I need it to be this: /usr/local/bin:/usr/local/sbin:/usr/local/mysql*/bin:/usr/bin:/bin:/ usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Do I just add the end that is missing of this before the ending : $PA... 24 Dec 2009 09:40
Loop from a list
Hi, How to set a loop on CBSU16 ...CBSU09 from the output below: Storage Group Name: CBSU16 Storage Group Name: CBSU22 Storage Group Name: CBSU13 Storage Group Name: CBSU12 Storage Group Name: CBSU01 Storage Group Name: CBSU07 Storage Group Name: CBSU09 TEMPO Storage Group Name: CBS... 24 Dec 2009 02:08
Remove last lines
Hi, How to remove the last 10 lines from stdin ? Thanks ... 22 Dec 2009 05:58
First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58