Skip to content
View julian-alarcon's full-sized avatar
����
🤘

Block or report julian-alarcon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. prospect-mail prospect-mail Public

    Prospect is an Outlook mail desktop client powered by Electron

    JavaScript 453 64

  2. simple-garage-sale simple-garage-sale Public

    Simple Garage Sale Website

    CSS 2 8

  3. PowerShell script to get and remove ... PowerShell script to get and remove old computers not connected to AD
    1
    # Script to regenerate list and remove old computers not logged to Domain Controller in 2 Months
    2
     
    3
    $time = (Get-Date).AddMonths(-2)
    4
    Get-ADComputer -Filter {LastLogonTimeStamp -lt $time} -Properties * | select name, distinguishedname,LastLogonDate| export-csv computers_2m.txt
    5
    Get-ADComputer -Filter {LastLogonTimeStamp -lt $time} -Properties distinguishedname| Remove-ADObject -Recursive
  4. logzio-postgresql-logs logzio-postgresql-logs Public

    Container to export PostgreSQL/RDS PostgreSQL logs to Logzio/Logstash

    Shell 2

  5. teams-for-linux teams-for-linux Public

    Forked from IsmaelMartinez/teams-for-linux

    Unofficial Microsoft Teams for Linux client

    CSS 1

  6. Enable VoLTE in Pixel 2 Walleye Enable VoLTE in Pixel 2 Walleye
    1
    It worked for my using Pixel 2 Walleye with Android March 2020 installation, i'm going to detail more this procedure, because it's hard to do it from scratch.
    2
    I also used information/files from here: [url]https://forum.xda-developers.com/pixel-2/how-to/guide-enable-volte-unsupported-carriers-t3892659[/url]
    3
    
                  
    4
    Steps with links
    5
    0. Remove any fingerprint/pin/lock pattern from your phone and keep it that way until the end. ALSO, UNLOCKING THE BOOTLOADER WILL WIPE ALL YOUR DEVICE (apps, photos, files, accounts) BE CAREFUL AND DO A BACKUP