Thanks to Pedro I’ve been noticed about Apache Directory Studio, which is a subset of a most important project: the Apache Directory and LDAP under the Apache Project. Thanks to Angel also, I’ve been having a look on that tool. If you want to search, edit and see an LDAP without learn a line about [...]
Categories: ldap,programming
- Published:
- 30/10/2009 – 6:07 am
- Author:
- By pbenavent
I was sure there’s a way to know easily what is the PID in a bash shellscript, without doing anything complicated -such a ps wwaux | grep something- and then I’ve found this quick ref. about less easily guessed commands and codes in Unix shell By the way, inside a shellscript, the PID of that [...]
Categories: linux,programming
- Published:
- 05/10/2009 – 3:39 pm
- Author:
- By pbenavent
I wrote about how append a new line using sed. Now let me copy here how to erase or delete a line using sed if that line has a pattern. If you want to erase, for instance a line that starts with # character, you should use something like: sed -e ‘/^#/d’ If your text [...]
Categories: linux,programming
- Published:
- 02/10/2009 – 10:26 am
- Author:
- By pbenavent