Skip to content
View nhthai2005's full-sized avatar

Block or report nhthai2005

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. Howto install LXD on CentOS Howto install LXD on CentOS
    1
    # How to run Docker inside LXD containers
    2
    
    
    3
    ## Create LXD Container
    4
    > Docker will not run well with the default zfs file system
    5
    ```
  2. Install neccessary tools and configu... Install neccessary tools and configure something on Ubuntu
    1
    #!/bin/bash
    2
    
    
    3
    sudo add-apt-repository ppa:bamboo-engine/ibus-bamboo
    4
    sudo apt-get update
    5
    
    
  3. How to install Zsh, Oh-my-zsh, powe... How to install Zsh, Oh-my-zsh, powerlevel10k and zsh plugins on Ubuntu
    1
    # Howto install Zsh, Oh-my-zsh, powerlevel10k and zsh plugins on Ubuntu
    2
    
    
    3
    ## Install zsh
    4
    `sudo apt install zsh -y`
    5
    
    
  4. Howto Configure port-forward using n... Howto Configure port-forward using nginx
    1
    # Howto Configure port-forward using nginx
    2
    
    
    3
    ### Create nginx-portforward directory
    4
    `mkdir nginx-portforward && cd nginx-portforward`
    5
    
    
  5. vCard HTML Template. Designed by Ngu... vCard HTML Template. Designed by Nguyen Hong Thai
    1
    <html>
    2
       <head>
    3
          <!--vCard HTML Template. Designed by Nguyen Hong Thai
    4
          Go to https://nhthai2005.github.io/contacts.htm to see demo-->
    5
          <meta name="viewport" content="width=device-width, initial-scale=1">
  6. Howto fix bugs on Ubuntu 22.04 LTS Howto fix bugs on Ubuntu 22.04 LTS
    1
    # Howto fix bugs on Ubuntu 22.04 LTS
    2
    ## Face up the black screen when recording screen with `Kazam` and `OBS Studio`
    3
    Fix it by disabling Wayland
    4
    * Comment out `WaylandEnable=false` in `/etc/gdm3/custom.conf`
    5
    * Logout and login again