Skip to content
View hcutcu's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report hcutcu

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. vf-apparel vf-apparel Public

    This repository includes a full stack app to show a shopping cart implementation. This repo is created on a request at the interview.

    JavaScript

  2. nslookup - get the mapping between d... nslookup - get the mapping between domain name and IP address
    1
    #install if nslookup command is not found
    2
    sudo yum install -y bind-utils
    3
    #get the mapping
    4
    nslookup test.hasancutcu.com
  3. Install Stress Utility on Amazon Lin... Install Stress Utility on Amazon Linux 2
    1
    #install stress to Amazon Linux 2
    2
    sudo amazon-linux-extras install epel -y
    3
    sudo yum install stress -y
    4
    #then stress 4 cpu units
    5
    stress -c 4 
  4. installing Kind on Ubuntu/WSL installing Kind on Ubuntu/WSL
    1
    //  https://kind.sigs.k8s.io/docs/user/quick-start/
    2
    curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.8.1/kind-linux-amd64 
    3
    chmod +x ./kind
    4
    sudo mv ./kind /usr/local/bin
  5. cheatsheets cheatsheets Public

    Forked from rstacruz/cheatsheets

    My cheatsheets

    SCSS