Skip to content
View SebKay's full-sized avatar

Highlights

  • Pro

Organizations

@Fhoke
Block or Report

Block or report SebKay

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
SebKay/README.md

πŸ‘‹ Hi, I'm Seb.

I'm a web developer from Southampton, UK. Currently lead developer at a local agency, @fhoke. In my spare time I enjoy DIY, gaming and building my own projects. My preferred tools are PHP, Laravel and Vue.js.

I'm on Twitter and Instagram.

Projects

A template project. My base for building the next idea.

Pinned

  1. Create New SSH Key Create New SSH Key
    1
    ssh-keygen -t rsa -C "email@email.com"
  2. Copy SSH Key to Clipboard Copy SSH Key to Clipboard
    1
    pbcopy < ~/.ssh/id_rsa.pub
  3. Install SSL Certificate Install SSL Certificate
    1
    sudo certbot --apache -d DOMAIN -d www.DOMAIN
  4. Install Let's Encrypt Wildcard Certi... Install Let's Encrypt Wildcard Certificate
    1
    sudo certbot --server https://acme-v02.api.letsencrypt.org/directory -d DOMAIN.com -d *.DOMAIN.com --manual --preferred-challenges dns-01 certonly