typing...
aspiring software engineer with a wealth of practical experience in web development
https://www.marius.uk/
-
PRO OnLine Services Ltd (freelance)
- London, UK
- https://www.marius.uk/
- @mariuscucuruz
- marius.cucuruz
- mariuscucuruz
- https://linktr.ee/marius.himself
Highlights
Pinned Loading
-
Run Wordpress website behind nGinx, ...
Run Wordpress website behind nGinx, on Docker, with SSL via Lets Encrypt 1# normally (on Linux) your user / group has the ID 1000
2UID=1000
3GID=1000
4WEBUSER=host-user
5WEBGROUP=host-group
-
Docker: build & push images for give...
Docker: build & push images for given environment 1#!/bin/bash
23## This program accepts an environment name (local, staging, prod) and
4## expects respective Dockerfiles (for these suported environments) to
5## exist in specific directory (i.e. `docker/$environment.Dockerfile`).
-
BASH: assign CLI positional argument...
BASH: assign CLI positional argument to local variables 1#!/bin/bash
23### assign variables from CLI (posibional arguments)
4first_user_arg="$1"
5second_user_arg="$2"
-
Shell Git aliases: Fetch Pull Update...
Shell Git aliases: Fetch Pull Update Rebase Stash 1#!/bin/bash
23# run `gupdate` to safely update your local branch
4alias gfetch="git fetch origin && git pull origin --ff-only"
5alias gpull="git pull origin --ff-only"
-
-
satellite-tracker
satellite-tracker PublicLaravel Lumen API that uses N2YO service to locate satelites and alert of their visibility
PHP 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.