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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. Docker cleanup Docker cleanup
    1
    Docker cleanup:
    2
    
                  
    3
    # Kill all running containers:
    4
    docker kill $(docker ps -q)
    5
    
                  
  3. 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
  4. ex_server ex_server Public

    Elixir

  5. ex_tram ex_tram Public

    Elixir

  6. phoenix_app phoenix_app Public

    Elixir