Skip to content
View Joaquim3's full-sized avatar

Block or report Joaquim3

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. SH -> restart rustdesk service and a... SH -> restart rustdesk service and app after having selected a Network
    1
    #!/bin/bash
    2
    
                  
    3
      #---------------------------------------------------------------
    4
      # -> filename : rustdesk.sh
    5
      #	-> sudo chmod u+x rustdesk.sh
  2. PHP -> Check if National Belgian Reg... PHP -> Check if National Belgian Registry Number is Correct
    1
    <?php
    2
    
                  
    3
    //------------------------------------------------------------------------
    4
    // purpose : this is used to check if a Belgian person's national registry number is correct
    5
    // params :  $sNumber (11 digits) example 84102512345
  3. POWERSHELL ⇢ Force accounts to be li... POWERSHELL ⇢ Force accounts to be linked to Onedrive
    1
        #------------------------------------------------------------------------------
    2
        # Purpose : By using this script, you avoid having to use the forms from GPEDIT.MSC manually
    3
        # Usage : This forces windows users to autoconnect to Onedrive and be linked.
    4
        #
    5
        # Required : OneDrive must be installed before using this.
  4. POWERSHELL ⇢ Delete all Files in spe... POWERSHELL ⇢ Delete all Files in specific folders older than 14 days
    1
        #--------------------------------------------------------------------
    2
        # purpose : Delete all Files in specific folders older than 14 days
    3
        # params : $sDirToCheck  
    4
        #--------------------------------------------------------------------
    5
    	    Function fncDeleteOldBackups([String] $sDirToCheck)
  5. POWERSHELL ⇢ generate random passwor... POWERSHELL ⇢ generate random password ⇢ generate salt ⇢ Encrypt password with salt
    1
        #--------------------------------------------------------------------
    2
        # purpose : 1. generate random password
    3
        #           2. generate salt
    4
        #           3. Encrypt password with salt
    5
        #--------------------------------------------------------------------
  6. POWERSHELL ⇢ Sends an email POWERSHELL ⇢ Sends an email
    1
        #-----------------------------------------------------------
    2
        # purpose :  sends an email
    3
        # variables : $body
    4
        #             $Subject
    5
        #             $email