Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View enabox's full-sized avatar

Block or report enabox

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Convert Unix Timestamp to Formated w... Convert Unix Timestamp to Formated with Timezone.md
    1
        package main
    2
    
                  
    3
        import (
    4
            "fmt"
    5
            "time"
  2. Generate_Limit_Mikrotik Generate_Limit_Mikrotik
    1
    script mikrotik
    2
    ```mikrotik
    3
    # Remove all existing simple queues
    4
    /queue simple remove [find]
    5
  3. Install Wordpress on Nginx with Prox... Install Wordpress on Nginx with Proxyfied Requests on port end server
    1
    First of all, I have topology like this
    2
    
                  
    3
    nginx master (as proxy master) ip public https://xxx.xxx.xxx.xxx
    4
    |
    5
    |__ 10.10.11.120:8080 << this where my wordpress were installed
  4. Mikrotik Scripts Mikrotik Scripts
    1
    https://buananetpbun.github.io/mikrotik/index.html
    2
    
                  
    3
    https://github.com/alsyundawy/MIKROTIK-SCRIPT
  5. Konfigurasi Nginx untuk Wordpress Mu... Konfigurasi Nginx untuk Wordpress Multisite di ambil dari berbagai sumber di internet
    1
    # Enable Gzip
    2
    gzip  on;
    3
    gzip_http_version 1.0;
    4
    gzip_comp_level 2;
    5
    gzip_min_length 1100;
  6. test test
    1
    	SELECT
    2
    		id AS MessageID,
    3
    		username AS ` SenderName `,
    4
    		number AS ` Number `,
    5