Skip to content

Instantly share code, notes, and snippets.

View pabloab's full-sized avatar

Pablo pabloab

View GitHub Profile
@pabloab
pabloab / Cómo hacer buenas reuniones de trabajo.md
Last active April 26, 2021 19:36
¿Cómo hacer buenas reuniones de trabajo?

Cómo hacer buenas reuniones de trabajo

  • Tener claro Qué a tratar y por cuánto tiempo:
    • ¿Motivo?
    • ¿Tiempo a ocupar?
  • Y si es una reunión:
    • para decidir
    • para informar
    • para discutir
@pabloab
pabloab / oai-pmh-conffile.yaml
Created July 30, 2019 16:58
Example of OAI-PMH ConfFile for Koha
format:
marcxml:
metadataPrefix: marxml
metadataNamespace: http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim
schema: http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
include_items: 1
oai_dc:
metadataPrefix: oai_dc
metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
  • Back in history: Without changing the default setup Alt + Y and Alt + U go to previous and next directory in history, which may be enough on most cases. If not, [you always have Home, Enter][1].
  • Sort: Sort: alt + ! SortReverse: alt + @ SortByName: alt + # SortByExt: alt + $ SortBySize: alt + % SortByMTime: alt + ^

@pabloab
pabloab / silent-mouse.sh
Last active May 25, 2021 19:47 — forked from guiambros/silent-mouse.sh
silent-mouse.sh
#!/bin/bash
# Check which version you're using
echo
echo "---------------------------------------------------------------------------"
cd ~ || exit
upower --version
UPOWER_ORIG_VER=$(upower --version)
# Check Debian / Ubuntu vs. Arch Linux / Manjaro
@pabloab
pabloab / StartPage Bangs
Created August 29, 2022 22:10 — forked from michaelmob/StartPage Bangs
Adds !s to StartPage, like DDG
// ==UserScript==
// @name StartPage Bangs
// @namespace http://tarkus.co/
// @version 0.1
// @description Adds !s to StartPage, like DDG
// @match https://startpage.com/*
// @run-at document-start
// ==/UserScript==
// Bangs