Skip to content
View iPublicis's full-sized avatar
Block or Report

Block or report iPublicis

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

  1. plugin-bundle-activation plugin-bundle-activation Public

    An easy way to add a preset of plugins to your new WordPress website

    PHP 11

  2. cPanel mass delete e-mail accounts s... cPanel mass delete e-mail accounts script
    1
    #!/bin/bash
    2
    
                  
    3
    ##########################
    4
    #
    5
    # Taken from https://forums.cpanel.net/threads/mass-delete-e-mail-accounts-script.387802/
  3. Ensure that the Laravel queue listen... Ensure that the Laravel queue listener is running with "php artisan queue:checkup" and restart it if necessary. You can run this automatically with a cron job: http://laravel.com/docs/scheduling
    1
    <?php
    2
    
                  
    3
    namespace App\Console\Commands;
    4
    
                  
    5
    use Illuminate\Console\Command;
  4. NODE.JS app as a systemd service wit... NODE.JS app as a systemd service with CI controller
    1
    #########
    2
    # File: myapp-node-watcher.path
    3
    #
    4
    # Save this to /etc/systemd/system/
    5
    # Run systemctl enable myapp-node-watcher.path && systemctl daemon-reload && systemctl start myapp-node-watcher.path
  5. NODE.JS app in Apache - force www. a... NODE.JS app in Apache - force www. and https: sample .htaccess - partialy based on vielhuber/.htaccess
    1
    #########################
    2
    #
    3
    # NODE.JS app running in Apache 
    4
    # sample .htaccess  - partialy based on vielhuber/.htaccess
    5
    # Also rules to enforce www. prefix and https: SSL access
  6. WP-Max-Upload-Limiter WP-Max-Upload-Limiter Public

    Limiting max size of images uploaded to Wordpress

    PHP