product | price (incl. VAT) | dedic.? | cores | RAM | SSD | Geekbench ST | Geekbench MT | Geekbench version | operating system | date of benchmark |
---|---|---|---|---|---|---|---|---|---|---|
Hetzner CX11 | 3,92€/m | no | 1 | 2GB | 20GB | 691 /710 |
686 /712 |
5.x | ? | 2023-05-20 |
Hetzner CPX11 | 4,75€/m | no | 2 | 2GB | 40GB | 869 /856 |
1631 /1626 |
5.x | ? | 2021-10-03 |
Hetzner CPX11 | 4,58€/m | no | 2 | 2GB | 40GB | 1118 /1100 |
2129 /[2131 ](https://browser.geekbench |
Update! This tutorial is outdated. Nowadays brew installes m1 binaries just fine. Also use valet: https://laravel.com/docs/9.x/valet. It's 10x easier.
In this tutorial, we'll build the the nescessary packages for ARM via homebrew. After that we'll configure apache2 for using virtual hosts. The native php is ofcourse way faster, see the results of this benchmark below.
TEST NAME | SECONDS | OP/SEC |
---|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(E_ALL); | |
$opts = getopt('f:d:rb:', ['ext:', 'php:', 'diff::']); | |
if ((int)isset($opts['d']) + (int)isset($opts['f']) !== 1) { | |
$self = basename(__FILE__); | |
echo <<<EOF | |
Usage: | |
php $self -f<php_script> [-b] [--php <path_to_php>] [ --diff [<file>]] |
These instructions will guide you through the process of setting up local, trusted websites on your own computer.
These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.
NOTE: You may substitute the edit
command for nano
, vim
, or whatever the editor of your choice is. Personally, I forward the edit
command to Sublime Text:
alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"