mkdir blog
cd blog
hugo new site .
git init
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
#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 |
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
0. opcional agregar la clave ssh para no estar poniendo usuarios y contraseñas.... | |
instalamos | |
git | |
hugo | |
openssh | |
tree | |
xclip |
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
/*! | |
* 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 |
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
/*! | |
* 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) |
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://cdn.rawgit.com/abdiasriver/1361dfd04f92dacc2f56468b97cb817d/raw/132f47a8254308e5cba4101420e31ecff7b090a4/bootstrap.min.css | |
https://cdn.rawgit.com/abdiasriver/2718ae6a18a0bdc2cbebd09957c1a256/raw/f952f6588f25a50b72f9694f5230e0d02c2e6dfb/bootstrap.css | |
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
/*! | |
* 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 |
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
#INSTALACION ARCHLINUX GNOME-SHELL EFI | |
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
#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! |
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
// 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); | |
OlderNewer