Skip to content
View bluecloudy's full-sized avatar

Block or report bluecloudy

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. WSL: Docker for WSL WSL: Docker for WSL
    1
    # Ubuntu 
    2
    
                  
    3
    ### WSL: Docker for WSL
    4
    1. Install docker
    5
        * wget https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_17.09.0~ce-0~ubuntu_amd64.deb -P /tmp/
  2. WSL Install Guide Windows WSL Install Guide Windows
    1
    # Ubuntu 
    2
    
                  
    3
    ### Windows Subsystem for Linux [Very Easy Installation] 
    4
    1. https://msdn.microsoft.com/commandline/wsl/install_guide 
    5
        * [Follow instructions carefully and remember your password] 
  3. Doom Emacs Cheatsheet Doom Emacs Cheatsheet
    1
    SPC
    2
        SPC: find file
    3
        , switch buffer
    4
        . browse files
    5
        : MX
  4. Icecast-mp3.md Icecast-mp3.md
    1
    This is a quick set-up guide on how to install Icecast for Mp3 and Ogg streaming, sort of online radio. Tested on Debian Wheezy. Probably works on Ubuntu, etc. Icecast is a "server-like". It offers the HTTP URL/port through which end-users can play the media. However, Icecast itself does not serve the files. It must get its input from other "client-like" software. For example, Ices0 sends mp3 input to Icecast and then Icecast delivers to the end user. Similarly, Ices2 sends ogg input to Icecast and then Icecast delivers to the end user.
    2
    
                  
    3
    ## Set up icecast
    4
    
                  
    5
    Start by installing: