Skip to content
View ricsdeol's full-sized avatar

Organizations

@lhc
Block or Report

Block or report ricsdeol

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

  1. Python version pyenv @ oh-my-zsh theme Python version pyenv @ oh-my-zsh theme
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
                  
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH="$HOME/.oh-my-zsh"
  2. monitoring-internet-speed monitoring-internet-speed Public

    Simple script to monitoring internet speed made in Pyhton with speedtest-cli , influxdb, chronograf

    Python 2

  3. Resoursable Resoursable
    1
    # frozen_string_literal: true
    2
    
                  
    3
    module Resourceable
    4
      extend ActiveSupport::Concern
    5
    
                  
  4. Config WSL2 Ubuntu Config WSL2 Ubuntu
    1
    # Config WSL2 Ubuntu
    2
    
                  
    3
    ## Config Shared Drive projects
    4
    
                  
    5
    Create VHDX dirve
  5. Clean disabled snap apps Clean disabled snap apps
    1
    #!/bin/sh
    2
    set -eu
    3
    
                  
    4
    snap list --all | awk '/disabled/{print $1, $3}' |
    5
        while read snapname revision; do
  6. maybe-finance/maybe maybe-finance/maybe Public

    The OS for your personal finances

    Ruby 27.2k 2.1k