Skip to content

Instantly share code, notes, and snippets.

View fabienheureux's full-sized avatar
🐰
Working from home

Fabien Le Frapper fabienheureux

🐰
Working from home
View GitHub Profile
@fabienheureux
fabienheureux / netrw quick reference.md
Last active October 28, 2016 07:22 — forked from t-mart/netrw quick reference.md
A quick reference for Vim's built-in netrw file selector.
Map Action
<F1> Causes Netrw to issue help
<cr> Netrw will enter the directory or read the file
<del> Netrw will attempt to remove the file/directory
- Makes Netrw go up one directory
a Toggles between normal display, hiding (suppress display of files matching g:netrw_list_hide) showing (display only files which match g:netrw_list_hide)
c Make browsing directory the current directory
C Setting the editing window
d Make a directory
{
"plugins": [
[
"wrap-in-js",
{
"extensions": ["css$"]
}
]
],
"presets": [
/**
*
* HeaderThemesInner
*
*/
import React, { PropTypes } from 'react';
import styled from 'styled-components';
import ThemesItem from './ThemesItem';

Copy pasted from: https://www.reddit.com/r/IAmA/comments/6ajstf/im_eugene_kaspersky_cybersecurity_guy_and_ceo_of/dhfi1j5/?sh=744a6787&st=J2KZV1B8

If you actually want to get into the security field, here's a ton of free resources to get you started. It's also worth noting that one of the best things about this field is that no one (respectable) cares about your educational background: if you can do the work, you'll get hired in a heartbeat.

Open Security Training - collection of free, week long bootcamps taught by some very smart folk. I've only taken their intro to x86 class, but Xeno Kovah is a smart dude.

/r/netsec - sub dedicated to security stuff. You'll probably understand nothing, but just start skimming through and looking up stuff on the fly. After a few months, you'll start being able to follow along. I recommend avoiding /r/hacking and /r/howtohack as it's filled with FUD and skids (script kiddies).

[/r/learnprogra

root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
# editorconfig-tools is unable to ignore longs strings or urls
#!/bin/sh
###########
# basic #
###########
# homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/versions
There is long text hidden if you click me

A veeeery long payload

{ 
	"merge-audits": [],
"form-submissions": [
	{

Keybase proof

I hereby claim:

  • I am fabienheureux on github.
  • I am fabienheureux (https://keybase.io/fabienheureux) on keybase.
  • I have a public key ASBZFFWLqsy8LOu5U-AVjbbmNRhqu8IseAM8MFF6V-2zXQo

To claim this, I am signing this object:

git init --bare $HOME/.pointfichiers
alias config='/usr/bin/git --git-dir=$HOME/.pointfichiers/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
echo "alias config '/usr/bin/git --git-dir=$HOME/.pointfichiers/ --work-tree=$HOME'" >> $HOME/.config/fish/config.fish
#!/bin/bash
## Setup script variables
RED="\033[0;31m"
NC="\033[0m" # No Color
## Array of packages to install through package manager
declare -a sexiness=("i3-gaps" "polybar" "font-iosevka")
declare -a multimedia=("ffmpeg" "ranger" "imageMagick" "flameshot" "gimp")
declare -a productivity=("dropbox" "dmenu")