Skip to content

Instantly share code, notes, and snippets.

@felipendc
felipendc / gist:ec91ca1e442f1c77e5ea918c49309267
Last active October 30, 2023 00:28
Installing Nvidia drivers on Arch linux by Felipe Ndc (Blackbird)
For you to be able to install Nvidia video card on Arch linux you'll need to use these commands:
First update your packages...
# pacman -Syu
Second install use these commands to install the driver Nvidia and XORG..
@felipendc
felipendc / gist:91b8b2b799e9a91d4ed1e25d7e2c2adf
Last active September 24, 2020 13:05
BUILDING ANDROID FROM SOURCE
https://raw.githubusercontent.com/nathanchance/Android-Tools/master/Guides/Building_AOSP.txt
https://source.android.com/setup/build/initializing
to install all the packages needed!
####################################
# #
# BUILDING ANDROID FROM SOURCE #
# #
####################################