Skip to content
View glenntam's full-sized avatar

Highlights

  • Pro

Organizations

@InteractiveBrokers
Block or Report

Block or report glenntam

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. slackray slackray Public

    Slackware-based v2ray platform for building proxies to bypass network restrictions.

    Shell

  2. dwm dwm Public

    My patched dwm, a display manager

    C

  3. HOWTO: mosh + tmux + browsh in 24bit... HOWTO: mosh + tmux + browsh in 24bit True Color
    1
    #! /bin/bash
    2
    
                  
    3
    # Do you want to use mosh + tmux + browsh in glorious 16-million 24bit true color on your VPS? 
    4
    # Of course you do. Here's how:
    5
    
                  
  4. HOWTO: Secure Postgres for Web Apps HOWTO: Secure Postgres for Web Apps
    1
    /* Postgres web app boilerplate cheat sheet
    2
    3
       I always hate the tedious set up needed whenever I want to write a new web app and wire up a database.
    4
       The first half of this cheat sheet is a Postgres script that can be used to instantiate and secure a new db.
    5
       The second half of the cheat sheet is a collection of useful snippets.
  5. g-vimrc g-vimrc Public

    g-vimrc lets you fork your own vim settings onto any remote machine for instant use. Useful for when you're installing new servers, need to make a presentation on a guest computer, remotely diagnos…

    Vim Script