Skip to content

Instantly share code, notes, and snippets.

View renexdev's full-sized avatar

reneX renexdev

View GitHub Profile
@renexdev
renexdev / ubuntu-eol.md
Created September 7, 2019 23:51 — forked from dergachev/ubuntu-eol.md
What to do when your ubuntu distro is End-of-Life

Let's say you're using Ubuntu 13.04 (Raring Ringtail, released in April 2013) and it just went End-of-Life on you, because it's supported for only 6 months, and the deprecated packages are taken down after 12 months.

You'll probably figure this out the hard way. When you run sudo apt-get update, it will eventually report these errors:

Ign http://archive.ubuntu.com raring-updates/universe Sources/DiffIndex
Err http://security.ubuntu.com raring-security/main Sources
  404  Not Found [IP: 91.189.91.15 80]
Err http://security.ubuntu.com raring-security/universe Sources
  404  Not Found [IP: 91.189.91.15 80]
[ 2%] Performing update step for 'glm'
[ 2%] Performing update step for 'LibNiFalcon'
[ 4%] Performing update step for 'GoogleTest'
[ 4%] Performing update step for 'VegaFEM'
[ 5%] Performing update step for 'VTK'
[ 6%] Performing update step for 'Uncrustify'
[ 7%] Performing update step for 'imgui'
[ 8%] Performing update step for 'Assimp'
[ 9%] Performing update step for 'Eigen'
[ 10%] Performing update step for 'g3log'
Scanning dependencies of target LibNiFalcon
Scanning dependencies of target GoogleTest
Scanning dependencies of target VTK
Scanning dependencies of target glm
Scanning dependencies of target VegaFEM
Scanning dependencies of target Uncrustify
Scanning dependencies of target imgui
Scanning dependencies of target Assimp
Scanning dependencies of target g3log
Scanning dependencies of target Eigen
@renexdev
renexdev / database.rules.json
Created April 28, 2019 00:34 — forked from codediodeio/database.rules.json
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@renexdev
renexdev / README.md
Created March 21, 2018 15:52 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@renexdev
renexdev / keybase.md
Created January 15, 2018 13:44
Keybase proof

Keybase proof

I hereby claim:

  • I am renexdev on github.
  • I am renex (https://keybase.io/renex) on keybase.
  • I have a public key ASBtGyVcVU4-_2SrSRxoe6f5TCj4Jd28eZuC_gt-6UmhGAo

To claim this, I am signing this object:

@renexdev
renexdev / gist:77278f48f4255ebdeeb590e47b97273f
Created January 12, 2018 17:20 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@renexdev
renexdev / issue60TrackingDetails-last.dat
Last active January 12, 2018 17:13
Issue 60 work in progress
The following text, describe the details of the upgrading process... (in three steps)
//Following https://github.com/aragon/aragon-core/pull/169/commits/802561bb58b1a14f46bc187474f290f16d0d7778
#1 Updating packtages...
@apps/finance
file: package-lock.json
//1.1- truffle version and solc dep in (3.4.11->4.0.4)
"truffle": {
"version": "3.4.11",
@renexdev
renexdev / aragonGettingStarted.md
Last active January 5, 2018 13:39
Steps on getting started with aragon

#Disclamer: this tut is not yet completed, I'm writting at the time I'm making several tests and learning on how to use the Aragon code

Getting started with aragon example

Notes on setting up your dev tools for running the basic aragon sample. The idea is helping to build a basic guide tutorial for newbies. Please note that these notes are in continuous review.

General dev tools

For this tutorial I'm using npm 9.2.0