linux
Posts
Install and configure a DNS server with Bind9 on Linux
A service DNS (Domain Name Service) allows domain name resolution to an IP Address and other resources. This service is useful for example for browsing internet websites and not have to know IPs addresses for these websites.
Install SASS and Compass on Ubuntu
SASS is a CSS preprocess used by many web projects. It allows to generate a CSS style sheet from a language close to CSS syntax.
Snippets
Removing Exif Data from an Image on Linux using exiftool
you can use the exiftool command line tool to remove Exif data from an image on Linux. Here's how you can use it.
Supprimer les données Exif d'une image sur Linux à l'aide de exiftool
Il est possible d'utiliser la command exiftool pour supprimer les données Exif d'une image sous Linux. Voici comme l'utiliser.