Displaying 3 results from an estimated 3 matches for "borther".
Did you mean:
borthers
2013 Oct 20
1
How to format the command output like MySQL output
...--+-------------+
| 0x1111 | 0x00 |
+--------+-------------+|
I think it seems good like this, but I do not know how to make out
it.(someone says awk,
sed may help, but the environment does not permit it). Is there some
libs or tools can
help make output result good and elegent?
Sorry to borther all of you, any info would be appreciated.
--
/Thanks & Best Regrads! /
/Nicol TAO (taozhijiang)/
/Shenzhen, Guangdong Province, P.R. China 518055 /
/Being Stronger!!!/
2006 Apr 12
14
unofficial Survey about your Dovecot server :) to compare with my own server setup...
Hi Borthers/Sisters
Thanks for all the developer(s) and for all the hard work spent on build
this great piece of software! I loved Dovecot since it is really easy to
set up and really fast but I am really new to it (only 2 weeks and
half). Right now, our server configuration is:
Server: Apple Xserve G5 d...
2011 Jun 24
10
[PATCH 0/9] remove i_alloc_sem V2
i_alloc_sem has always been a bit of an odd "lock". It''s the only remaining
rw_semaphore that can be released by a different thread than the one that
locked it, and it''s use case in the core direct I/O code is more like a
counter given that the writers already have external serialization.
This series removes it in favour of a simpler counter scheme, thus getting
rid