Skip to content

Instantly share code, notes, and snippets.

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

abdias abdiasriver

🏠
Working from home
View GitHub Profile
@abdiasriver
abdiasriver / crossover linux
Created November 26, 2017 19:04
instalacion crossover linux
#INSTALACION DE CROSSOVER 16 Y 15 + CRACK LINUX
###version 16
https://drive.google.com/open?id=0B910fnM5FXE8c2JyVFFZNnVLRkU
###version 15
https://mega.nz/#!FYBAnYAD!bZE7ZVPQsYUBEGqebttv0x9upXQLAMc5T_FxEBo1hTw
0. opcional agregar la clave ssh para no estar poniendo usuarios y contraseñas....
instalamos
git
hugo
openssh
tree
xclip
@abdiasriver
abdiasriver / bootstrap.css
Last active December 21, 2017 19:22
bootstrap only for navbar
/*!
* Only for navbar (https://axeso.red)
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=7f85b0c55439500ea9422bc3eb82e55b)
* Config saved to config.json and https://gist.github.com/7f85b0c55439500ea9422bc3eb82e55b
@abdiasriver
abdiasriver / bootstrap.min.css
Last active December 21, 2017 19:30
min bootstrap for navbar
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=d18e51e118ab6f23171d818fc4c5fb4f)
* Config saved to config.json and https://gist.github.com/d18e51e118ab6f23171d818fc4c5fb4f
* saved on rawgit (https://cdn.rawgit.com/abdiasriver/1361dfd04f92dacc2f56468b97cb817d/raw/132f47a8254308e5cba4101420e31ecff7b090a4/bootstrap.min.css)
@abdiasriver
abdiasriver / url-rawgit
Created December 21, 2017 20:47
urls rawgist
https://cdn.rawgit.com/abdiasriver/1361dfd04f92dacc2f56468b97cb817d/raw/132f47a8254308e5cba4101420e31ecff7b090a4/bootstrap.min.css
https://cdn.rawgit.com/abdiasriver/2718ae6a18a0bdc2cbebd09957c1a256/raw/f952f6588f25a50b72f9694f5230e0d02c2e6dfb/bootstrap.css
@abdiasriver
abdiasriver / bootstrap.min.js
Created December 21, 2017 20:50
bootstrap.min.js for navbar axeso.red
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* bootstrap.min.js created customized by abdiasriver (axeso.red) to navbar
*/
/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=d18e51e118ab6f23171d818fc4c5fb4f)
* Config saved to config.json and https://gist.github.com/d18e51e118ab6f23171d818fc4c5fb4f
#INSTALACION ARCHLINUX GNOME-SHELL EFI
@abdiasriver
abdiasriver / Generacion-sitio-hugo-github-ssh.md
Last active April 13, 2018 06:27
Generacion-sitio-hugo-github-ssh

GENERACION DEL SITIO CON HUGO Y GITHUB USANDO SSH

Blog= el backup de hugo con todo

Sitio= Los archivos estaticos o la web lista.

mkdir blog
cd blog
hugo new site .
git init
#TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
i3-gaps is the main graphical user interface and window manager.
xorg-server is the graphical server.
xorg-xwininfo allows querying information about windows.
xorg-xinit starts the graphical server.
sxhkd binds key.
ttf-inconsolata is the monospace font of LARBS.
ttf-linux-libertine provides the sans and serif fonts for LARBS.
vifm is an extensive terminal file manager that everyone likes.
ed is the standard editor!
@abdiasriver
abdiasriver / App-script-cambiar-permisos-a-carpetas-y-archivos-de-forma-recursiva-en-drive.gs
Last active August 15, 2021 17:50
App script cambiar permisos a grupo de carpetas y archivos en GDRIVE
// Cambiar linea 5 el ID de la carpeta y en 18,19 y 80 a los permisos que desees
function changepermission() {
// folder principal de escaneado
var sourceID = "IDCARPETA"; // Coloca aqui el ID de tu folder
// Funcion para escanear sub-folders/files
folderAndFiles(sourceID);