Skip to content
View hworoshch's full-sized avatar

Block or report hworoshch

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Network connection with iwd Network connection with iwd
    1
    # Network connection with iwd
    2
    
                  
    3
    # Method 1: iwd
    4
    
                  
    5
    # Install iwd package
  2. Gem GEM_NAME_VERSION cannot be unins... Gem GEM_NAME_VERSION cannot be uninstalled because it is a default gem
    1
    # irb
    2
    Gem.default_specifications_dir
    3
    => /home/user/.rvm/rubies/ruby-3.3.6/lib/ruby/gems/3.3.0/specifications/default
    4
    
                  
    5
    cd /home/user/.rvm/rubies/ruby-3.3.6/lib/ruby/gems/3.3.0/specifications/default
  3. Docker cleanup Docker cleanup
    1
    Docker cleanup:
    2
    
                  
    3
    # Kill all running containers:
    4
    docker kill $(docker ps -q)
    5
    
                  
  4. chained-wireguard-ansible chained-wireguard-ansible Public

    Forked from iamckn/chained-wireguard-ansible

    Ansible scripts for the set up of a chained wireguard VPN connection

  5. Old rubies and OpenSSL 1.x Old rubies and OpenSSL 1.x
    1
    OpenSSL
    2
    ----------------------------------------
    3
    export OPENSSL_VERSION="1.1.1s"
    4
    wget https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
    5
    tar zxvf openssl-$OPENSSL_VERSION.tar.gz
  6. Rails 8 + Bootstrap + FontAwesome Rails 8 + Bootstrap + FontAwesome
    1
    rails new appname -d=postgresql -c=bootstrap -j=esbuild
    2
    
                  
    3
    yarn add @fortawesome/fontawesome-free
    4
    
                  
    5
    # config/initializers/assets.rb