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

Block or report wixaw

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. GIT Cheat Sheet GIT Cheat Sheet
    1
    # GIT Cheat Sheet
    2
    
    
    3
    ## Config 
    4
    ```
    5
    vim /root/.gitconfig
  2. custom USB key Centos 7 Kickstart custom USB key Centos 7 Kickstart
    1
    # Creer un iso custom de centos 8 avec kickstart 
    2
    ## ( commandes valable avec fedora,rhel ) 
    3
    
    
    4
    ```
    5
    # Télécharger l'iso
  3. Cleaning remove delete SSO CAS sessi... Cleaning remove delete SSO CAS session apereo/mod_auth_cas PHP
    1
    <?php
    2
    // Cleaning CAS session apereo/mod_auth_cas (https://github.com/apereo/mod_auth_cas)
    3
    // Sarting session
    4
    session_start();
    5
    
    
  4. VSCODE_config.md VSCODE_config.md
    1
    # VSCODE
    2
    
    
    3
    ## Autoinstall
    4
    ```
    5
    curl -sSL https://gist.github.com/wixaw/c40e4e9d5c1f9bf638b418835746013b/raw/67793a2e7ae681e1710f2b4974f261e875f874b0/vscode_install.sh  | bash
  5. Remote-Desktop-Connection-With-LDAP Remote-Desktop-Connection-With-LDAP Public

    Project Remote Desktop Connection with LDAP

    Python 1 3

  6. WordPress_Plugin_Base WordPress_Plugin_Base Public

    Template de plugin pour WordPress

    PHP