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

Block or report osoda

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. ReplaceFileRegexPhp ReplaceFileRegexPhp Public

    PHP

  2. ManageMysqlBackup ManageMysqlBackup Public

    Manage all the mysql backup in the server linux whit the bash / sh

    Shell

  3. Municipios-y-Departamentos-de-Colombia Municipios-y-Departamentos-de-Colombia Public

    Todos los municipios relacionados con sus departamentos en una base de MySql

    2

  4. ProxyTestSniffPacket ProxyTestSniffPacket Public

    Python

  5. instalaccion y configuracion de xDeb... instalaccion y configuracion de xDebug en Cpanel con PHP
    1
     # En este ejemplo se muestra la Configuracion con Vscode xDebug, sobre PHP 7 en entorno Cpanel/WHM
    2
    
                  
    3
    ## 1) Instalamos el xDebug en Whm, desde.
    4
      * En Module Installer > PHP PECL .
    5
      * Se escoje la version de PHP sobre la que se va a installar y se presiona Aplly.
  6. Import multiples dbs mysql that are ... Import multiples dbs mysql that are listed in a file and this have in a dir
    1
    #!/usr/bin/python
    2
    # If you have a dir whithout list, just whit all sql dump, you can use next script,
    3
    # that list all the files in a dir, into a file or multiples files:
    4
    # https://gist.github.com/osoda/69f21664352a55540ec18781c0ab7119
    5
    import re