ArchiveJanuary 2023

Move Logic Pro X Sound Library to External Drive

M

UPDATE: Since Logic Pro X 10.4.2 it’s possible to move the content to the external drive directly. See: Move Logic Pro X Sound Library to External Drive (before 10.4.2) Requirements: SymbolicLinker External Drive (preferably SSD) Step 1: Download SymbolicLinker from: Copy the SymbolicLinker.service.app to /Library/Services/ on your Startup Disc. Note: If the Folder Services does not exist...

Run a local WordPress installation via Docker

R

Requirements: Docker Open Terminal and enter the following command to set up the MYSQL container with the database. docker run --name wordpressdb_docker -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=wordpress -d mysql:5.7 Note: “wordpressdb_docker” is the name of the image, “password” the password and “wordpress” the database name. then go to the directory...

Install WordPress on your local machine using MAMP

I

Running a WordPress installation on your local machine using MAMP is a great way to test new themes and plugins, make changes to your website without affecting the live site, or simply learn more about WordPress development. In this blog post, we’ll guide you through the steps to install WordPress on your local machine using MAMP. Step 1: Download and Install MAMP/XAMP First, download and...

Create a WordPress child theme

C

WordPress is one of the most popular content management systems out there, powering over 40% of all websites on the internet. One of the great features of WordPress is the ability to create child themes, which allow you to modify an existing theme without losing your changes when the parent theme is updated. In this post, we’ll take a look at how to create a WordPress child theme step by...

Recent Posts

Categories

Archives