Skip to content
View alexwenzel's full-sized avatar

Highlights

  • Pro

Organizations

@kiwogo @gimbel-consulting

Block or report alexwenzel

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. proton_ip_rotation.sh proton_ip_rotation.sh
    1
    #!/bin/bash
    2
    
                  
    3
    while true; do
    4
      protonvpn c -r -p udp # connect to random udp
    5
      protonvpn s
  2. create a directory backup and omit s... create a directory backup and omit specific files and folders
    1
    #!/bin/bash
    2
    
                  
    3
    # add this script to crontab
    4
    # crontab -e
    5
    # 0 0 * * * /path/to/compress.sh /path/to/directory /path/to/output
  3. nova-dependency-container nova-dependency-container Public

    A Laravel Nova field container allowing to depend on other fields values

    PHP 46 59

  4. nova-ajax-select nova-ajax-select Public

    Forked from dillingham/nova-ajax-select

    Ajax select / child select package for Laravel Nova

    Vue 2