Skip to content

Instantly share code, notes, and snippets.

View pabluk's full-sized avatar
🏔️
Working from home

Pablo Seminario pabluk

🏔️
Working from home
View GitHub Profile
@xcambar
xcambar / daily_planning.md
Last active November 21, 2018 20:27
A day at work - or "how to save my productivity and sanity against distractions and their minions: notifications"

Rules

  • No Desktop/Browser notifications
  • Read E-mails
    • early in the morning
    • late in the afternoon
    • quick check after lunch, action allowed based on volume
  • Slack
    • active notifications only for #blocking channels
  • Catch up discussions on early morning and late afternoon
@florianpaquet
florianpaquet / .lxc_aliases
Last active September 9, 2016 08:16
My custom lxc aliases
# Custom visudo entries :
# -----------------------
# Defaults:florian env_keep=HTTP_PROXY
# %florian ALL = NOPASSWD: /usr/bin/lxc-*
# Starts a container
function cstart() {
for container in "$@"
do
sudo lxc-start -n $container -d

Lesson's learnt building the Guardian

Below is a collection of my favourite responses I gathered from Guardian engineers when asked the question: What have you learnt starting from scratch and building a mobile-first next generation web platform for the Guardian?

Daithi O Crualaoich

  • Work with great people.
  • Deploy like crazy. This means the team has to control the infrastructure as well as code.
  • Design is not a service. Designers have to sit in the team.
  • Infrastructure is intrinsically unreliable. Discard and replace is the robust strategy.
  • Use your CDN for HTML too.
  • Don't always do as you are told.
@jgeurts
jgeurts / install-graphite-ubuntu-12.04.sh
Created July 14, 2012 16:36 — forked from tkoeppen/install-graphite-ubuntu-10.04.sh
Install Graphite 0.9.10 on Ubuntu 12.04
####################################
# BASIC REQUIREMENTS
# http://graphite.wikidot.com/installation
# http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/
# Last tested & updated 10/13/2011
####################################
cd
sudo apt-get update
sudo apt-get upgrade
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 3, 2024 19:09
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname