Skip to content
View weatheredwatcher's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home
Block or Report

Block or report weatheredwatcher

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
weatheredwatcher/README.md

Hi there πŸ‘‹

  • πŸ”­ I am a Fullstack Developer that works with Ruby on Rails and PHP
  • ⚑ I am an experinced Platform Engineer and Linux System Admin (Debian, Ubuntu, RedHat)
  • 🌱 I am a Free Software Collaborator.
  • πŸ‘― I would love to talk with you about your server stacks!
  • πŸ€” My dream is to be a profession Dungeon Master!
  • πŸ’¬ I can help you with your servers and your Projects.
  • πŸ“« How to reach me: github@duggins.net
  • πŸ˜„ Pronouns: he/him
  • ⚑ Fun fact: I grew up in the former soviet republic of Kazakhstan!

My blog:

Deploy Jekyll site to Pages

Pinned

  1. A python script for creating vhost f... A python script for creating vhost files
    1
    #!/usr/bin/python
    2
    
                  
    3
    import sys, getopt
    4
    
                  
    5
    def main(argv):
  2. VHostApp VHostApp Public

    an application for creating vhost entries

    Python

  3. Sow Sow Public

    This is a ruby script that creates a complete basic project structure

    Ruby 1 1

  4. First pass at a Safari style passwor... First pass at a Safari style password Generator
    1
    #! /bin/zsh
    2
    
                  
    3
    if ((! $+commands[pwgen] )); 
    4
    then
    5
      echo "fail"
  5. I found this script on the i3 forums... I found this script on the i3 forums and thought that I'd share it from here. It's a cool little script that checks for battery strength and warns you via the nagbar if your battery is running low. Helpful if you run the i3 status bar on the bottom and don't always notice if the battery is low!!
    1
    ! /bin/bash
    2
    
                  
    3
    SLEEP_TIME=5   # Default time between checks.
    4
    SAFE_PERCENT=30  # Still safe at this level.
    5
    DANGER_PERCENT=15  # Warn when battery at this level.