Skip to content
View backenv's full-sized avatar
  • El Vilosell

Block or report backenv

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. GitHub Action to minify and push aga... GitHub Action to minify and push again to repo
    1
    name: Minify css on master
    2
    
                  
    3
    on:
    4
      push:
    5
      #  branches: [ master ]
  2. Add adobe acrobat 9.5.5 to debian-ba... Add adobe acrobat 9.5.5 to debian-based machine, do not need wine, requieres arch:i386 enabled
    1
    #!/bin/sh
    2
    
                  
    3
    set -e
    4
    
                  
    5
    ## This script is based on post by Lubos Rendek at linuxconfig.org.
  3. hardcoded Everest Forms plugin deact... hardcoded Everest Forms plugin deactivation when unnecessary, mu-plugin for wordpress
    1
    <?php
    2
    /* This mu-plugin allows deactivation of plugins on page basis.
    3
     * Increases perfomance by filtering unnecessary active elements.
    4
     * Extracted from post by Brian Jackson at:
    5
     * https://kinsta.com/blog/disable-wordpress-plugins-loading/
  4. Shell script to install certified ve... Shell script to install certified version of RStudio on a debian-based system. Requires `curl`, `dpkg-sig`, `gpg`, `wget`, `sed` and superuser permisions
    1
    #!/bin/sh
    2
    set -e
    3
    
                  
    4
    echo "Installing RStudio from Official Webpage"
    5
    
                  
  5. Prints to terminal all found usb dev... Prints to terminal all found usb devices and its serial ID
    1
    #!/bin/bash
    2
    
                  
    3
    ## From  Patrik's answer at http://unix.stackexchange.com/questions/144029/command-to-determine-ports-of-a-device-like-dev-ttyusb0
    4
    
                  
    5
    for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do
  6. wp-locopas wp-locopas Public

    Low code version of ParallaxSome WordPress theme

    PHP