This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * @name o9 | |
| * @author o9-9 | |
| * @description Customizable theme. | |
| **/ | |
| @import url("https://gist.github.com/o9-9/51ca53c83ac475fda56899a405820590/raw/2a408da3f23fd44b90eefd2d5eff1202ffe1dd2c/ClearVision.theme.css"); | |
| /* SETTINGS */ | |
| :root { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @echo off | |
| if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b) | |
| @rem *** Disable Some Service *** | |
| sc stop DiagTrack | |
| sc stop diagnosticshub.standardcollector.service | |
| sc stop dmwappushservice | |
| sc stop WMPNetworkSvc | |
| sc stop WSearch | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | :::::::::::::::::::::::::::::::::::::::::::: | |
| :: Elevate.cmd - Version 4 | |
| :: Automatically check & get admin rights | |
| :::::::::::::::::::::::::::::::::::::::::::: | |
| @echo off | |
| CLS | |
| ECHO. | |
| ECHO ============================= | |
| ECHO Running Admin shell | |
| ECHO ============================= | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "alert": { | |
| "alertRuleTags": {}, | |
| "conditions": [ | |
| { | |
| "evaluator": { | |
| "params": [ | |
| 10000000 | |
| ], | |
| "type": "gt" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM rust:1.31 | |
| WORKDIR /usr/src | |
| RUN git clone https://github.com/nelsonjchen/speedtest-rs | |
| WORKDIR ./speedtest-rs | |
| RUN cargo install --path . | |
| ADD entrypoint.sh /opt/speedtest2mqtt.sh | |
| RUN apt-get update && \ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM ubuntu:latest | |
| RUN apt-get update \ | |
| && apt-get install -y gnupg1 apt-transport-https dirmngr mosquitto-clients jq | |
| RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 \ | |
| && echo "deb https://ookla.bintray.com/debian generic main" | tee /etc/apt/sources.list.d/speedtest.list \ | |
| && apt-get update \ | |
| && apt-get install -y speedtest | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM golang:alpine AS build-env | |
| RUN apk --update add git && \ | |
| git clone https://github.com/nickvanw/infping.git $GOPATH/src/github.com/nickvanw/infping && \ | |
| cd $GOPATH/src/github.com/nickvanw/infping && \ | |
| go get -v && go build -o /infping | |
| # final stage | |
| FROM alpine | |
| COPY --from=build-env /infping / | |
| RUN go mod init && go mod tidy && go build -o /infping | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM alpine:3.7 | |
| ADD entrypoint.sh /opt/speedtest2mqtt.sh | |
| COPY librespeed-cli /usr/bin/librespeed-cli | |
| RUN apk update && \ | |
| apk add ca-certificates mosquitto-clients jq && \ | |
| rm -rf /var/cache/apk/* && \ | |
| chmod 777 /opt/speedtest2mqtt.sh | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Collection of configuration files for random things | |
| - gitconfig | |
| - pwsh git aliases | |
| - init.lua for neovim | |
| - helix config | |
| - base powershell profile | |
| - setup script for win 11 | |
| - windows terminal | |
| - duplicati | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # curl -Lk https://gist.github.com/o9-9/b4bb371d12c0e3054f4f3890735c7053/raw/.bash_profile -o ~/.bash_profile | |
| [[ -s ~/.nvm/nvm.sh ]] && . ~/.nvm/nvm.sh # This loads NVM | |
| export PATH="$HOME/.cargo/bin:$HOME/go/bin:$HOME/Library/Python/3.7/bin:$PATH" | |
| export PATH="$HOME/.config/nvim/plugins/vim-themis/bin:$PATH" | |
| stty -ixon | |
| alias pbcopy='xsel --clipboard --input' | |
| alias pbpaste='xsel --clipboard --output' | 
NewerOlder