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

Block or report vanushwashere

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. Systemd unit file for supervisord se... Systemd unit file for supervisord service
    1
    # Systemd unit file for supervisord service
    2
    * place this config in `/etc/systemd/system/supervisord.service`
    3
    * kill all supervisord processes
    4
    * `sudo systemctl daemon-reload`
    5
    * `sudo systemctl enable supervisord`
  2. ubuntu-xdebug-toggle ubuntu-xdebug-toggle Public

    Toggles xdebug php extension on and off.

    Shell

  3. sindresorhus/caprine sindresorhus/caprine Public

    Elegant Facebook Messenger desktop app

    TypeScript 7k 550

  4. Redis CLI most used and basic commands Redis CLI most used and basic commands
    1
    # Source
    2
    https://habrahabr.ru/post/204354/ 
    3
    
                  
    4
    # Authentication
    5
    `bash> redis-cli -h 127.0.0.1 -p 6379 -a mysupersecretpassword //with ip`
  5. laravel-gitlab laravel-gitlab Public

    Forked from thijsvdanker/laravel-gitlab

    Docker environment required to run Laravel

    Dockerfile

  6. mkvhost mkvhost Public

    A little script for making vhost files for nginx reverse proxy

    Shell