Skip to content
View JoSSte's full-sized avatar
Block or Report

Block or report JoSSte

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

  • 🌱 I’m currently learning penetration testing
  • 🔭 I’m currently working on making build and deployprocesses more resillient
    profile for JoSSte at Stack Overflow, Q&A for professional and enthusiast programmers

TryHackMe

Pinned

  1. ScrumTimer ScrumTimer Public

    Simple Scrum timer for Daily scrum meetings

    TypeScript 1 1

  2. scamspam scamspam Public

    Scam-fraud mail analysis and prevention

    Python

  3. Git tricks Git tricks
    1
    # 1 Housekeeping
    2
    ## 1.1 Remove local cache of deleted branches on remote
    3
    
    
    4
    When you have merged a branch into another and deleted it on bitbucket, it may still exist on your PC. if you experience that there are too many of these, this command will remove them. Consider cleaning up your local branches first.
    5
    ```sh
  4. php-docker-build-slave php-docker-build-slave Public

    docker build slave for Jenkins

    Dockerfile 1 1

  5. telldusCoreUI telldusCoreUI Public

    PHP frontend to Telldus tdtool utility

    Python 1

  6. Act as your own Certificate Authorit... Act as your own Certificate Authority (CA)
    1
    # Act as your own Certificate Authority (CA)
    2
    
    
    3
    | :exclamation:  on git bash  on windows you may need to turn off path conversion.  |
    4
    |-----------------------------------------------------------------------------------|
    5
    | You can do so with `export MSYS_NO_PATHCONV=1`                                    |