Skip to content
View geekobiloba's full-sized avatar
  • Hostinger
  • Indonesia
  • 10:59 (UTC +07:00)

Block or report geekobiloba

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. tl-wr840nv6.x_openwrt_builder tl-wr840nv6.x_openwrt_builder Public

    OpenWrt Builder for TP-Link TL-WR840N v6.x

    Dockerfile

  2. wireguard-go-systemd wireguard-go-systemd Public

    Run wireguard-go as systemd service

    Shell 1

  3. gsmap.js gsmap.js Public

    Create map from Google Sheets with Google Maps JavaScript API

    JavaScript 1

  4. Enroll students and teachers into Go... Enroll students and teachers into Google Classroom
    1
    function listActiveClassrooms()
    2
    {
    3
      let optionalArgs = {
    4
        pageSize: 10,
    5
        courseStates: ["ACTIVE"]
  5. Powershell wrapper function to make ... Powershell wrapper function to make WSL commands work with Windows path
    1
    # Powershell wrapper function to make WSL commands work with Windows path:
    2
    
                  
    3
    function WrapWSLCmd ($cmd) {
    4
      return {
    5
        $expr = 'wsl ' + $cmd
  6. onemarcfifty/openvpn-bonding onemarcfifty/openvpn-bonding Public

    bond multiple tap interfaces over openvpn

    Shell 153 53