BTM

BASIC TRADING MULTIMEDIA

Archive for the ‘mac’ Category

How to create ISO on Mac OSX

iconI’ve got to create an ISO file of a directory (ex: yourDirectory) on OSX system. I didn’t want to install 3rd part software to do it so I discoverd this trick:

  • open a terminal
  • go to your location
    cd /Desktop
  • type
  • hdiutil makehybrid -o yourIsoName.iso -iso -joliet yourDirectory
  • Done!
  • 0 Comments
  • Filed under: How-to, mac
  • Osx e le lettere nascoste

    Una utile mappa di combinazioni da tastiera per poter scrivere al volo tutte quelle lettere che solitamente non si sa mai dove stiano! É arrivo il momento di scoprirlo grazie all’utile tabellina fatta da carmelyne.com

    æ = Option (alt) + ‘
    à = Option (alt) + ` + a
    â = Option (alt) + i + a
    ç = Option (alt) + c
    é = Option (alt) + e + e
    è = Option (alt) + ` + e
    ê = Option (alt) + i + e
    ë = Option (alt) + u + e
    î = Option (alt) + i + i
    ï = Option (alt) + u + i
    ô = Option (alt) + i + o
    ö = Option (alt) + u + o
    ù = Option (alt) + ` + u
    û = Option (alt) + i + u
    ü = Option (alt) + u + u
    « = Option (alt) + \
    » = Option (alt) + Shift + \
    ½ = Option (alt) + ½

    Ne aggiungerei però alcuni molto spesso utili (su tastiera italiana):

    É = Shift + Option (alt) + v
    Á = Shift + Option (alt) + c
    Ú = Shift + Option (alt) + m
    Ò = Shift + Option (alt) + t
    { = Shift + Option (alt) + è
    } = Shift + Option (alt) + +
    Ç = Shift + Option (alt) + ò
    » = Shift + Option (alt) + 1
    « = Option (alt) + 1
    ” = Shift + Option (alt) + 2
    “ = Option (alt) + 2
    ~ = Option (alt) + 5

    Ce ne sono molte altre da scoprire con le stesse combinazioni di tasti

  • 0 Comments
  • Filed under: mac