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.

Friday, December 14, 2012

Wedding Planner software for mac

Wedding Planner is "THE" Wedding planner software for mac

Wedding Planner

Wedding planner helps you prepare your wedding with ease. Record your activities and plan your budget easily. Store your ideas, your notes, your links.

Wedding Planner

1) Wedding Planner is 1.99$, available on Mac App Store.
2) Wedding Planner is for Mac OSX.
3) Wedding Planner is easy to use.

Monday, October 22, 2012

Deny NetBIOS

sudo ipfw add 1 deny tcp from any to any 137 out
sudo ipfw add 2 deny udp from any to any 137 out
sudo ipfw add 3 deny udp from any to any 138 out

Friday, October 19, 2012

Recover a corrupted zip

1) Copy archive to desktop.
2) Open terminal.
3) Type this without quotes "zip -FF ~/desktop/archive-name.zip --out ~/desktop/archive-new.zip".
4) Is this a single-disk archive? (y/n): y.
5) Your new archive is created on the desktop.
6) In case the name is no coherent. Add .zip to produced file.
7) Uncompress new archive.