macOS setup Install and update Java JDK on macOS This article explains how to install and update the Java Development Kit (JDK) on macOS, how to check Java version, and how to set the JAVA_HOME variable. The Java Development Kit (JDK) is essential for Java developers and contains the Java runtime environment as well as the Java compiler
macOS setup Local development environment with Apache, PHP, WordPress and PHPMyAdmin on macOS For a local web design and development environment, running Apache with PHP is key. This article explains how to run Apache Webserver with PHP, WordPress and PHPMyAdmin setup on macOS. Running an Apache web server on a Mac is very easy. In fact, older Macs were shipped with a web
macOS Uninstall MySQL database on macOS If you manually installed MySQL on your Mac using the distributable from the MySQL website, not Homebrew, then you need to uninstall MySQL by deleting its files manually. First of all, backup your databases (or at least the databases you want to keep) by exporting the data into text files
macOS setup Install R and Rstudio with Homebrew on macOS How to install R and Rstudio with Homebrew on macOS. The programming language R is widely used across statisticians for data mining and data analysis. Additionally, RStudio provides an IDE for R. Install R and RStudio with Homebrew on macOS The R language can be downloaded from the R project
macOS Record a screen video with sound on macOS Since macOS Mojave you can easily record videos from your screen. However, the screen recordings does not capture output sound. For example, if you are playing a video with sound on your screen that you want to capture, the screen recordings falls short. This guide shows you how to record
macOS Show hidden files on macOS Operating systems typically manage some hidden files for configuration on their own. The standard user is not meant to edit or delete these hidden files. However, if you are a programmer or system operator, you eventually want to show hidden files on macOS and edit the configurations. The hidden files&