Touch

Install and configure mpd and ncmpcpp on MacOS

Install and configure mpd and ncmpcpp on MacOS

Installation

  1. Install mpd via homebrew. brew install mpd.
  2. Install ncmpcpp. brew install ncmpcpp.
  3. Create directories and files. cd ~ mkdir .mpd cd .mpd mkdir playlists touch mpd.conf touch mpd.db touch mpd.log touch mpd.pid touch mpdstate. ...
  4. Write conf file in mpd.conf. ...
  5. Finally, run mpd daemon.

How To Install MySQL 8.0 on Ubuntu 20.04
How To Install MySQL 8.0 on Ubuntu 20.04 Step 1 Add MySQL APT repository in Ubuntu. Ubuntu already comes with the default MySQL package repositories. ...
How to List Docker Containers
This guide shows you how to list, stop, and start Docker containers. A Linux-based operating system. ... As you can see, the image above indicates the...
How to safely remove PPA repositories in Ubuntu
Remove a PPA (GUI Method) Launch Software & Updates. Click the “Other Software” tab. Select (click) the PPA you want to delete. Click “Remove” to ...