Skip to content

Instantly share code, notes, and snippets.

@d4em0n
d4em0n / .radare2rc
Last active January 24, 2019 14:56
radare2 onedark colorscheme
e scr.utf8 = true
e scr.color = 3
ec func_var_type white
ec func_var #61afef
ec func_var_addr #4b5263
ec b0x00 #c678dd
ec b0xff #be5046
ec prompt #d19a66
ec fname #56b6c2
ec label rgb:0f3
@varhub
varhub / Android - Enable ADB from recovery.md
Created December 23, 2016 17:54
Android - Enable ADB from recovery

Android - Enable ADB from recovery

Credits to @TheOnlyAnil-@Firelord[^stackoverflow]

  • Requirements: a) stock recovery + rooted phone b) custom recovery

  • Files changed:

@martijnvermaat
martijnvermaat / nixos.md
Last active March 24, 2024 11:42
Installation of NixOS with encrypted root
@joachifm
joachifm / ServiceGuide.org
Last active September 13, 2021 18:11
services

Service hardening basics

The ideal service runs with the minimum set of privileges necessary to perform the task it is configured to do.

When writing new services, consider the following:

  • Can the service run as an unprivileged user?
    • In most cases, the daemon can run as an unprivileged user or with a limited set of super-user capabilities
  • Can the service run without network access?
@strawberryjello
strawberryjello / cops-rubocop-0-32-1.yml
Created July 31, 2015 11:14
Sample YAML file containing all Rubocop cops (Rubocop 0.32.1)
# Available cops (226):
# Type 'Lint' (41):
Lint/AmbiguousOperator:
Description: Checks for ambiguous operators in the first argument of a method invocation
without parentheses.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#parens-as-args
Enabled: true
Lint/AmbiguousRegexpLiteral:
Description: Checks for ambiguous regexp literals in the first argument of a method
@guillaumevincent
guillaumevincent / Données.md
Last active June 7, 2016 03:04
Devore ressources

Données à récolter

  • poids
  • rythme cardiaque réveil
  • prix des achats
  • temps de transformation
  • provenance des produits
  • temps pour faire les courses
  • distance parcourue entre lieux d'achat et domicile
@Einenlum
Einenlum / vimtutor-bepo-1-7
Last active February 5, 2024 12:38
Vimtutor 1.7 pour BÉPO.
===============================================================================
= B i e n v e n u e dans l e T u t o r i e l de V I M - Version 1.7 =
===============================================================================
Vim est un éditeur très puissant qui a trop de commandes pour pouvoir
toutes les expliquer dans un cours comme celui-ci, qui est conçu pour en
décrire suffisamment afin de vous permettre d'utiliser simplement Vim.
Le temps requis pour suivre ce cours est d'environ 25 à 30 minutes, selon
le temps que vous passerez à expérimenter.
@staltz
staltz / introrx.md
Last active April 20, 2024 14:15
The introduction to Reactive Programming you've been missing