This file contains 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
cat<<E=O=F | openssl enc -base64 -d | zcat | tar xvf - | |
H4sIAAj4R18AA+1ba3cTSZLl69avyBbeNjClkiXLNphjGAaYxWfppqdhh90DTJ9UVUrKcb2oh2QD | |
/u97I/JREjINs80yvWeVGCxVVWbG48aNyMxC5U2lFrpuZD9Ri6KsB9e+ettDOzo4wO/R/nh4tPLb | |
t2vD/aPR8Ojw8JCeG47Hh3vXxMHXF2WztVC9EuLaQs4qmTeffO5z9/+PNrXh/71hP66UbFRf57rR | |
Mu1Pdar6qm6qNm7aSkX1/B+bg/1/9Gn/j0dD8v9wbzwcHu7vXcPt0Qj+3/vfUXm9/T/3//XvBhOd | |
DyayngdBlYl+NRVCvB1Gia6C7Az/in5pvw/eyyh6dzkIpkUltND5R9fviqQQTdHGc7GjB++HUTQc | |
7V1G5UVMd3K1MV5RDWZykOvBOzlodJFvTlhU4UyGuQ7fyZCeuNyce+MRI4cfikRx8nXCmStXyPjP | |
dsg3bpvxf/rji8c///X08cv+X/7j8fMXp89+fB41578F+BTjh+Pxp+J/eHB4YOIff/n6iK5t4/9b | |
tJdz2QhZKXFRtJWYykVR6UaJsiqgblbfD8VyfnE/ACeIx4luEGziT1WxrBU+PJX5rJUzFYpnz0Oh | |
mjjg0XK1FI2K53mRFjOtah4eAcszVIVMMlneD57IBU8q1EJVwmScRCC44wKQ1JOWvjaFkPmFKEqV |
This file contains 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
http://187.191.75.115/gobmx/salud/datos_abiertos/datos_abiertos_covid19.zip |
This file contains 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
\documentclass[letterpaper,11pt,sans,final]{moderncv} | |
\usepackage[scale=0.8]{geometry} | |
\moderncvtheme[black]{casual} | |
\usepackage[utf8]{inputenc} | |
%hyperlinks | |
\usepackage[urlcolor=blue,unicode]{hyperref} | |
\urlstyle{same} | |
\firstname{Ninoska} |
This file contains 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
devops | |
====== | |
vagrant, https://www.vagrantup.com/ | |
sistemas operativos | |
=================== | |
linux, http://softlibre.unizar.es/manuales/linux/868.pdf | |
- redhat |
This file contains 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
https://fortes.com/2017/language-server-neovim/ #integraci贸n de autocompletado en neovim con servicios externos | |
https://github.com/syl20bnr/evil-tutor #tutorial de vim adaptado a emacs + modo evil (vim en emacs) |
This file contains 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
Vim after 15 years, url |
This file contains 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
Hacktober 2017, hackaton de colaboraci贸m con proyectos de software libre | |
======================================================================== | |
Objetivo: Festejar y compartir experiencias sobre la colaboraci贸n con proyectos de software libre. | |
- Importancia del mantenimiento de proyectos FOSS | |
- Caso SSL, /dev/random Debian, Heartblead | |
- Marco Hacktober | |
- Organizaciones | |
- Bases |
This file contains 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
#!/usr/bin/perl | |
#description: keep n more recent files in directory | |
#usage: keepn DIR <n> | |
#exampe: keepn /var/log/apt/ 15 #default to 10 | |
#keep latest 15 files, remove the rest | |
use strict; | |
use warnings; | |
use File::Basename; |
This file contains 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
$regPath = "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" | |
$hklm = [Microsoft.Win32.Registry]::LocalMachine | |
Function Add-FolderToPath { | |
Param | |
( | |
[Parameter(Mandatory=$true, ValueFromPipeline=$True, Position=0)] | |
[string] $Folder | |
) |
This file contains 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
"If already loaded, we're done... | |
if exists("loaded_SWcrawl") | finish | endif | |
let loaded_SWcrawl = 1 | |
"Preserve external compatibility options, then enable full vim compatibility... | |
let s:save_cpo = &cpo | |
set cpo&vim | |
"Set up the actual colon command... | |
command! -nargs=1 -complete=file SWTC call SWcrawl(<f-args>) |
NewerOlder