Skip to content

Instantly share code, notes, and snippets.

View wildtron's full-sized avatar
🏠
Working from home

Sherwin Ferrer wildtron

🏠
Working from home
View GitHub Profile
alias ls='ls -F'
alias l='ls'
alias ll='ls -lh'

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r

Keybase proof

I hereby claim:

  • I am wildtron on github.
  • I am wildtron (https://keybase.io/wildtron) on keybase.
  • I have a public key ASAFnFxi9mZ_hd2XDtXlYBd53BH1owoOZQ_vnxm876OSQAo

To claim this, I am signing this object:

@wildtron
wildtron / review-board.css
Created March 17, 2016 02:16
personal adjustments to reviewboard UI
#fieldset_reviewers_body tr td {
font-size: 25px;
}
a.user {
font-size: 25px;
display: block;
}
pre.field.editable.field-text-area.rich-text p img {
@wildtron
wildtron / .vimrc
Last active October 9, 2015 10:49
set nocompatible
filetype off
" add magic potatoes here vundle, pathogen etc
syntax on
let mapleader='`'
let g:mapleader='`'