Skip to content
View Swiss-Mac-User's full-sized avatar
✍️
Blogging
✍️
Blogging

Organizations

@swissmacuser
Block or Report

Block or report Swiss-Mac-User

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. macOS-scripted-setup macOS-scripted-setup Public

    A scripted macOS setup for automatic User configurations and App installations.

    Shell 34 2

  2. Installing SonarQube on Docker and S... Installing SonarQube on Docker and SonarScanner using Homebrew on macOS
    1
    # Docker setup
    2
    ## Install the Docker UI application for macOS
    3
    `brew install docker --cask`
    4
    
                  
    5
    ## Open the Docker.app
  3. Apple Silicon comaptible containeriz... Apple Silicon comaptible containerized LAMPP stack on Docker (Apache, PHP, MySQL, PhpMyAdmin) using only docker-compose | Works on ARM architecture
    1
    COMPOSE_PROJECT_NAME=“myapp"
    2
    OS_PLATFORM="linux/x86_64"
    3
    HTTP_PORT=80
    4
    HTTPS_PORT=443
    5
    DOMAINNAME="localhost" # With hosts entry, adjust accordingly like "myapp.local"
  4. language-locale-overwrite language-locale-overwrite Public

    This lightweight SEO plugin for WordPress allows overwriting the HTML lang attribute, including on individual Posts and Pages. And adds easy-to-use Alternate Hreflang tags.

    PHP 8 1

  5. macOS .gitignore to exclude unwanted... macOS .gitignore to exclude unwanted files and folders
    1
    # General
    2
    .DS_Store
    3
    .AppleDouble
    4
    .LSOverride
    5