Skip to content
View sant123's full-sized avatar
🇨🇴
🇨🇴
  • Gorilla Logic
  • Colombia

Block or report sant123

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 Loading

  1. esbuild-plugin-rewrite-relative-import-extensions Public

    Rewrite jsx, ts and tsx imports to js.

    TypeScript 1

  2. inspire Public

    Get an inspiring quote in Deno.

    TypeScript 2 1

  3. Automount usb devices with systemd a...
    1
    // Allow "your_user" to mount drives without authentication
    2
    
                  
    3
    polkit.addRule(function (action, subject) {
    4
      const isAction = action.id == "org.freedesktop.udisks2.filesystem-mount" ||
    5
        action.id == "org.freedesktop.udisks2.filesystem-unmount" ||
  4. Create a webdav server with nginx
    1
    # Put the contents of webdav under /etc/nginx/sites-available -> /etc/nginx/sites-available/webdav
    2
    
                  
    3
    # In shell execute the following commands
    4
    
                  
    5
    sudo rm /etc/nginx/sites-enabled/default
  5. rocket Public

    JavaScript 1