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

Block or report YasuhiroABE

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. .screenrc .screenrc
    1
    ##
    2
    ## my favorite setting C-t
    3
    escape "^t^t"
    4
    ## C-t w shows windowlist after screen-3.11
    5
    bind w windowlist -b
  2. .tmux.conf .tmux.conf
    1
    
    
    2
    # same as my screen configuration.
    3
    set -g prefix C-t
    4
    
    
    5
    ## It's essential for copy mode
  3. ub-autoinstall-iso ub-autoinstall-iso Public

    Creating an custom AutoInstall ISO image for ubuntu 22.04.

    Makefile 30 15

  4. docker-sdaps-ja docker-sdaps-ja Public

    This docker image is a modified version based on the sdaps package on ubuntu 22.04.

    Python

  5. setup-rabbitmq-queues setup-rabbitmq-queues Public

    It's my private project to manage my RabbitMQ server.

    Ruby

  6. setup-solr-core setup-solr-core Public

    This script aims to manage the field-type and field definitions of the apache solr.

    Ruby