Skip to content
View hassan00dev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hassan00dev

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 Loading

  1. aws-rds-python aws-rds-python Public

    Forked from ajdehn/Itauditguy

    List all RDS instances across all regions in AWS using Boto3 and Python

    Python

  2. wget 'file path in raw install_jenki... wget 'file path in raw install_jenkins.sh'
    1
    #!/bin/bash
    2
    
    
    3
    # this script is only tested on ubuntu focal 20.04 (LTS)
    4
    
    
    5
    # install docker
  3. k8s-sample k8s-sample Public

    Sample Project

  4. ssh.txt ssh.txt
    1
    use putty(not encrypted) or ssh(secure because encrypted)
    2
    
    
    3
    // control linux server with remote terminal
    4
    
    
    5
    // for linux
  5. laravel-docker-kubernetes laravel-docker-kubernetes Public

    Forked from alexbowers/laravel-example-project

    Laravel example project with docker and kubernetes

    PHP