FAQ:macOS: Difference between revisions

From Leurent
Jump to navigation Jump to search
(Be able to Read DVDs and Blu-Ray with VLC and RIP them with Handbrake)
(Find File duplicates)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
= How to create a bootable USB stick on OS X =
= How to create a bootable USB stick on OS X =


I use https://www.balena.io/etcher/
Please refer to http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx


= File Management =

== Find File duplicates ==

Install fdupes
brew install fdupes
Search for duplicates files
bdupes -r .
Search for diplicates and keep only the 1st one
fdupes -rdN .




= Multimedia =
= Multimedia =
Line 14: Line 29:
# Install VLC using "brew install vlc" or https://www.videolan.org/vlc/
# Install VLC using "brew install vlc" or https://www.videolan.org/vlc/
# Install Handbrake using "brew install handbrake" or download it from https://handbrake.fr/
# Install Handbrake using "brew install handbrake" or download it from https://handbrake.fr/
# Install libdvdcss and libaacs and get the KEYDB.cfg from http://fvonline-db.bplaced.net/
# Install libdvdcss and libaacs and get the KEYDB.cfg from the internet
brew install libdvdcss libaacs
brew install libdvdcss libaacs
mkdir ~/Library/Preferences/aacs/
mkdir ~/Library/Preferences/aacs/
cd ~/Library/Preferences/aacs/
cd ~/Library/Preferences/aacs/
wget link to KEYDB.cfg
wget "http://fvonline-db.bplaced.net/fv_download.php?lang=eng" -O keydb_eng.zip
unzip keydb_eng.zip

Latest revision as of 20:36, 28 March 2021

How to create a bootable USB stick on OS X

I use https://www.balena.io/etcher/


File Management

Find File duplicates

Install fdupes

brew install fdupes

Search for duplicates files

bdupes -r .

Search for diplicates and keep only the 1st one

fdupes -rdN .


Multimedia

Be able to Read DVDs and Blu-Ray with VLC and RIP them with Handbrake


  1. Install Brew that will allow you to install https://brew.sh/
  2. Install VLC using "brew install vlc" or https://www.videolan.org/vlc/
  3. Install Handbrake using "brew install handbrake" or download it from https://handbrake.fr/
  4. Install libdvdcss and libaacs and get the KEYDB.cfg from the internet
brew install libdvdcss libaacs
mkdir ~/Library/Preferences/aacs/
cd ~/Library/Preferences/aacs/
wget link to KEYDB.cfg