Skip to content
View trongnghia203's full-sized avatar
🤠
🤠

Block or report trongnghia203

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. Install and Secure Redis on Ubuntu Install and Secure Redis on Ubuntu
    1
    # Install and Secure Redis on Ubuntu
    2
    
                  
    3
    My reference:
    4
    
                  
    5
    - **[Digitalocean - Install and Secure Redis on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04)**
  2. Bash: Yes/No Confirm script - Advanced Bash: Yes/No Confirm script - Advanced
    1
    #!/bin/bash
    2
    # Author: Nghia Le <trongnghia203@gmail.com>
    3
    # Description:
    4
    #   - To make user confirm the privilege which they are using to run a bash script
    5
    #     by asking user if they're sure and wanted to run this bash script as current log-in user.
  3. How to custom your vim editor How to custom your vim editor
    1
    " edit file:~ vi ~/.vimrc
    2
    " base
    3
    set nocompatible                      " vim, not vi
    4
    syntax on                             " syntax highlighting
    5
    filetype plugin indent on             " try to recognise filetype and load plugins and indent files
  4. Install Ansible on Ubuntu 18.04 Install Ansible on Ubuntu 18.04
    1
    # Install Ansible on Ubuntu 18.04
    2
    Reference to: [docs.ansible.com](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
    3
    
                  
    4
    ```shell
    5
    sudo apt-get update
  5. Bash: Yes/No Confirm script Bash: Yes/No Confirm script
    1
    #!/bin/bash
    2
    # Author: Nghia Le <trongnghia203@gmail.com>
    3
    # Description:
    4
    #   - To ask user if they're sure and wanted to run this bash script as current log-in user
    5
    
                  
  6. kotlin-spring-boot-prometheus-grafana-example kotlin-spring-boot-prometheus-grafana-example Public

    Forked from wojciech-zurek/kotlin-spring-boot-prometheus-grafana-example

    kotlin-spring-boot-prometheus-grafana-example

    Kotlin 1