Skip to content
View Manas-kashyap's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@PyJaipur
Block or Report

Block or report Manas-kashyap

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. python-telegram-bot python-telegram-bot Public

    Forked from python-telegram-bot/python-telegram-bot

    We have made you a wrapper you can't refuse

    Python

  2. How to Create Users & Manage Permiss... How to Create Users & Manage Permissions: Role Strategy Plugin
    1
    # How to Create Users & Manage Permissions: Role Strategy Plugin
    2
    
                  
    3
    By default, Jenkins comes with very basic user creation options. You can create multiple users but can only assign the same global roles and privileges to them. This not ideal, especially for a large organization.
    4
    
                  
    5
    The **Role Strategy Plugin** enable you to assign different roles and privileges to different users**.** You will first need to install the plugin in your Jenkins mange environment.
  3. Backup Management in Jenkins Server Backup Management in Jenkins Server
    1
    # Backup Management in Jenkins Server
    2
    
                  
    3
    It is a known fact that Jenkins always requires some disk space in order to execute the build jobs and archive the same. This is configured by using the JENKINS_HOME. This path can be configured whenever required.
    4
    
                  
    5
    ------
  4. meilix meilix Public

    Forked from fossasia/meilix

    Beautiful Linux OS http://meilix.fossasia.org

    Python

  5. Buildkit Docker intro Buildkit Docker intro
    1
    # Building Efficient Docker Container Images with BuildKit
    2
    
                  
    3
    ## Introduction to Building Container Images with Docker BuildKit
    4
    
                  
    5
    Docker BuildKit is the next generation container image builder, which helps us to make Docker images more efficient, secure, and faster. It’s integrated into the Docker release version v18.06. BuildKit is a part of the Moby project which was developed after learning’s and failures to make the image build process –
  6. Debian Packaging Guide for Beginners Debian Packaging Guide for Beginners
    1
    Debian packaging (noob guide)
    2
    Disclaimer :- There is a well flourished guide on the subject already ,this is just
    3
    my version of it .
    4
    Links
    5
    • (Debian Packaging pre requisites)