Skip to content

Instantly share code, notes, and snippets.

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

Carlos Guzman cags84

🏠
Working from home
View GitHub Profile
@cags84
cags84 / grub2_options_update_f.sh
Created March 5, 2019 22:49 — forked from dbfin/grub2_options_update_f.sh
Update grub in Fedora
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
@cags84
cags84 / EjemplosBatch.bat
Created October 3, 2016 00:51 — forked from HiroNakamura/EjemplosBatch.bat
Ejemplos de programas en Batch MS-DOS
@rem Ejemplos de código en Bat
@rem autor: yo
@rem Aqui hay varios scripts http://foro.elhacker.net/scripting/libreria_de_funciones_y_scripts_batch_actualizado_260507-t163184.0.html
goto :com1
@cags84
cags84 / Session.php
Last active August 29, 2015 14:22 — forked from mpratt/Session.php
<?php
/**
* Session.php
*
* @package Bolido
* @author Michael Pratt <pratt@hablarmierda.net>
* @link http://www.michael-pratt.com/
* @license MIT
*/