Thursday, January 15, 2015

iCloudHelper FamilyCircle

TIME : com.apple.iCloudHelper[****]: objc[****]: Class FALogging is implemented in both

/System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircle and
/System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/FamilyNotification.

One of the two will be used. Which one is undefined.

Friday, May 16, 2014

Inventaire

Inventaire, votre logiciel pour inventorier, classer et lister vos objets. Avec Inventaire, vous listez vos achats, objets, meubles. Vous pouvez également personnaliser vos emplacements,assurances,objets.

 Inventaire Mac

Assignez des fichiers, documents à vos objets. Imprimez la liste complète de vos objets.

Fonctionnalités :

- Création d'emplacements en nombre illimité.
- Création d'objets en nombre illimité.
- Création d'assurances avec information complète.
- Ajout de fichier par objet en nombre illimité.
- Ajout de prix, date d'achat, date d'expiration d'assurance à vos objets.
- Ajout de photos, notes et fichiers à vos objets.
- Exportation des lieux au format CSV et XML.
- Exportation des objets au format CSV et XML.
- Impression de vos objets avec ou sans image.
- Choix des devises.
- Calcul en temps réel de la valeur totale de vos objets.
- Personnalisation des emplacements.
- Personnalisation des assurances.

Thursday, March 27, 2014

Enable NTFS Write Support in Mac OS X

With device name.


1) My NTFS disk is named "Apple" :

LABEL=Apple

2) Edit fstab file :

sudo pico /etc/fstab

3) Add the following line inside /etc/fstab :

LABEL=Apple none ntfs rw,auto,nobrowse

4) Create a symbolic link from Volumes :

sudo ln -s /Volumes ~/Desktop/Volumes

5) Create a symbolic link from my NTFS disk "Apple" :

sudo ln -s /Volumes/Apple ~/Desktop/Volumes/Apple

Note :


/etc/fstab can be :

LABEL=Apple none ntfs rw,auto,nobrowse
LABEL=device-1 none ntfs rw,auto,nobrowse
LABEL=device-2 none ntfs rw,auto,nobrowse
LABEL=device-3 none ntfs rw,auto,nobrowse
LABEL=device-4 none ntfs rw,auto,nobrowse

 NTFS RACK

6) Give your NTFS disk initial state and mounting the regular way :

sudo rm /etc/fstab

Spicing it a bit with UUID.


1) Get UUID from my NTFS disk "Apple" :

diskutil info /Volumes/Apple | grep UUID

2) Add the following line inside /etc/fstab :

UUID=UUID_FROM_DISKUTIL none ntfs rw,auto,nobrowse

Friday, December 13, 2013

Voice MacOSX

 Voice Mac

Convert texts to audio files easily... Write your text, click export. You'll obtain an audio file of your writing. Write and let your computer read for you... Localized audio examples on https://soundcloud.com/rbcafe

Features :

- Your text can be read in realtime.
- Export of text to sound file.
- Export of text.
- Choice of the voice.
- Choice of the voice's rate.

Saturday, July 20, 2013

Zen MacOSX


Zen helps you to focus on your writing...

1) Zen is free.
2) It's writing only.
3) It's fullscreen.

What's New in Version 1.0.1

- Addition of an help menu.
- Correction of the screenshots.
- Correction of the text encoding.