-
How to fix: MediaKit reports not enough space on device for requested operation
Today I bought a brand new external hard drive WD Elements Portable 1Tb. A Western Digital company says that it can be used on both Windows and macOS. But most WD drives come formatted in the NTFS file system format for OS Windows, while for macOS we needed the HFS+ format or the Apple’s brand new APFS (Apple File System) format.
Continue reading → -
How to fix: bundler: command not found: jekyll
We can set up a local version of our Jekyll GitHub Pages website to preview our website before making the changes public. But after upgrading MacOS to version “High Sierra” on my MacBook, when I run the jekyll
bundle exec jekyll serve
command it throws the following error message:$ bundle exec jekyll serve bundler: command not found: jekyll Install missing gem executables with `bundle install`
Continue reading → -
How to fix: Your user account isn't allowed to install to the system RubyGems
This happened to me after upgrading MacOS to version “High Sierra” on my MacBook. I cloned my application repository and went to execute a bundle install command, but it throws the following error message:
Continue reading → -
The problem with highlighting PHP code with Rouge
By default Jekyll version 3, ships with Rouge syntax highlighter. It has built in support for syntax highlighting of over 100 languages. I’m using Rouge with fenced code blocks in markdown. But I noticed that in the case of PHP code, the highlighting does not work at all.
Continue reading → -
Run WordPress Multisite locally on macOS with MAMP PRO app
Recently I have been working on a large project that required using the WordPress multisite. WordPress Multisite enables you to create multiple websites from a single installation, requiring only one database and one set of files for many websites. On my macOS devices I use MAMP PRO app by appsolute GmbH for local development and therefore I needed to get MAMP working with WordPress multisite and sub domains. In this tutorial, you’ll learn how to run WordPress Multisite with a MAMP PRO app.
Continue reading →