Skip to content
View oscarhugopaz's full-sized avatar
🍔
Siempre tengo hambre
🍔
Siempre tengo hambre

Block or report oscarhugopaz

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. plakio/plak-cli plakio/plak-cli Public

    CLI app for managing servers and WordPress sites.

    Python 2

  2. change-url-via-db #sql change-url-via-db #sql
    1
    UPDATE wp_options 
    2
    SET option_value = replace(option_value, 'https://domain.com', 'https://domain.local') 
    3
    WHERE option_name = 'home' OR option_name = 'siteurl';
    4
    
                  
    5
    UPDATE wp_posts 
  3. OpenAI Codex PHP environment setup f... OpenAI Codex PHP environment setup for Laravel
    1
    /bin/bash -c "$(curl -fsSL https://php.new/install/linux)"
    2
    export PATH="/root/.config/herd-lite/bin/:$PATH"
    3
    composer install
    4
    cp .env.example .env
    5
    php artisan key:generate
  4. airelay airelay Public

    Forked from antoniolg/aipal

    Hardened fork of aipal (private-only Telegram bot)

    JavaScript 1