- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 + ^
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
OlderNewer