Skip to content

Instantly share code, notes, and snippets.

View alextrevisan's full-sized avatar

Alexandro Trevisan alextrevisan

  • Joinville - Brazil
View GitHub Profile
Set-ExecutionPolicy Bypass -Scope Process
irm "https://community.chocolatey.org/install.ps1" | iex; choco install msys2 -y; C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Syuu --noconfirm; pacman -S --noconfirm make"; [System.Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\tools\msys64\usr\bin", [System.EnvironmentVariableTarget]::Machine); $vcPath = "$env:TEMP\vc_redist.x64.exe"; Invoke-WebRequest -Uri "https://aka.ms/vs/17/release/vc_redist.x64.exe" -OutFile $vcPath; Start-Process -FilePath $vcPath -ArgumentList "/install /quiet /norestart" -Wait
@alextrevisan
alextrevisan / sun5i-r8-chip.dts
Last active July 24, 2017 01:27
Replace the file in /arch/arm/boot/dts/sun5i-r8-chip.dts with this
/*
* Copyright 2015 Free Electrons
* Copyright 2015 NextThing Co
*
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
* whole.
@alextrevisan
alextrevisan / about.md
Created August 22, 2011 14:37
Programming Achievements: How to Level Up as a Developer