Flavio Castelli

Debugging my life

Dec 8, 2005 - 1 minute read - Comments - bash

Howto edit multime id3 tags from command line

Goal id3medit is a simple script for tagging all mp3/ogg files present in a directory. Requirements: id3medit relies on id3v2, a command-line tool for editing id3v2 tags file names must be in format: ’## - trackname.ext’. Where ## is track’s number, and ext is file’s extension (mp3 or ogg in case insensitive format) Synopsis: id3medit syntax is: id3medit artist album year(*) genre(*) Where * denotes optional arguments You can obtain genre identification number in this way: id3v2 -L | grep -i genre

Aug 12, 2005 - 1 minute read - Comments - Italy

Linux and cryptography

A speech about cryptography and linux. This speech is about: crypted email with gnupg crypted file system avaible under linux, an overview and a comparison of loop-AES , cryptoloop, dm-crypt, bestcrypt creation of a full crypted file-system, root included. The most interesting feature is system’s boot sequence, which uses a usb token for authenticating users Seminario crittografia-linux-day-2004View more presentations from Flavio Castelli.