- ARCHIVE / English
- Enable LDAP server in OSX
A quick step-by-step tutorial (and reminder for me) to enable and configure built-in OpenLDAP server in Mac OS X Tiger, Leopard and Snow Leopard clients:
1. Generate a new LDAP password:$ slappasswd
New password:
Re-enter new password:
{SSHA}rqmauEi1zu+1YgMEUwihtiYzZtPr0+KO2. Create a new LDAP configuration by default:
$ cd /etc/openldap
$ sudo cp [...]
- PHYSIOGNOMY
Wood – as you see… And you?
Download: PHYSIOGNOMY STUDIO FACE READING BY PHOTO COMPUTER PROGRAM – Physiognomy studio can read you face by a photo – very simple! Load a color photo with one or many faces – the program will find the faces and give you a free reading session! (MS Windows only)
- Alfresco WebDAV limited access
Let see a quick modification of “webapps/alfresco/WEB-INF/web.xml” configuration file to limit user access on WebDAV interface.
A context-wide “rootPath” option to WebDAV servlet:<!– FULL ACCESS –>
<context-param>
<param-name>rootPath</param-name>
<param-value>/app:company_home</param-value>
</context-param>
<!– LIMITED ACCESS to User Homes –>
<context-param>
<param-name>rootPath</param-name>
<param-value>/app:company_home/app:user_homes</param-value>
</context-param>
- Alfresco uploader with Curl
Let see a simple shell script example to upload content to Alfresco repository using RESTful API.
Requires Curl package to be installed on your system. Just set ALFRESCO_SERVER, USERNAME and PASSWORD variables in script before start it…#!/bin/bash
#
# Alfresco upload script with CURL by LouiSe@louise.hu
#
# Usage: alfresco_uploader.sh
#
# ./alfresco_uploader.sh /tmp/some.pdf someSite documentLibrary someDir
#
ALFRESCO_SERVER=http://localhost:8080/alfresco
USERNAME="admin"
PASSWORD="admin"
#CURL_VERBOSE=-v
CURL_VERBOSE=-s
CURL_METHOD=POST
FILENAME=`basename $1`
MIMETYPE=`file [...]
- SaReGaMa: Samadhi
Music for development…
In Indian music Sa, Re, Ga and Ma are the first 4 notes of Saptak – an octave of seven notes. I guess I picked the nick SaReGaMa because I’m really fond of Indian classical music, which in my humble opinion is the most profound and sophisticated music in the world.1. Samadhi is [...]
- Links web browser OSX port
I’ve made a quick universal binary port from Links, the console (Terminal os Mac) based text browser.
Links is a text-based browser with support for HTML tables and frames, provides:
a light and stable alternative to the big GUI browsers;
a colour terminal (X11/GUI or console);
lightning-fast loading and rendering of pages;
bookmarks, rebindable keys, multi-language support, multiple character [...]
- Just for now
Imogen Heap: Just for now – Live at Studio 11 103.1FM
A perfect thing to think on sounds and voices…Imogen Heap: Just for now
It’s that time of year,
Leave all our hopelessnesses aside (if just for a little while)
Tears stop right here,
I know we’ve all had a bumpy ride (I’m secretly on your side)
How did you know?
It’s [...]
- Midnight Commander 4.7.0 OSX
GNU Midnight Commander (also referred to as MC) is a user shell with text-mode full-screen interface. It can be run on the OS console, in xterm and other terminal emulators.
GNU Midnight Commander allows you to manage files while making most of you screen and giving you a clear representation of the filesystem, yet it’s simple [...]




