Skip to content

Instantly share code, notes, and snippets.

View efturtle's full-sized avatar

Alberto Cuevas efturtle

  • GlobalLogic
  • GDL, Jalisco
View GitHub Profile
@efturtle
efturtle / main.c
Last active June 25, 2021 02:09
crud with struct in C language
#include <stdio.h>
#include <string.h>
//definir variable global, aqui puedes incrementar o disminuir
#define USUARIOS 20
#define LIMITECHAR 20
/* */
struct Usuario {
int folio;
@efturtle
efturtle / settings.json
Last active April 14, 2023 03:09
PowerShell color scheme ComoVerLucesitas
{
"background": "#D4D4D8",
"black": "#9ca3af",
"blue": "#CA8A04",
"brightBlack": "#0F766E",
"brightBlue": "#308CBA",
"brightCyan": "#B91C1C",
"brightGreen": "#9A3412",
"brightPurple": "#AE636B",
"brightRed": "#BE185D",
@efturtle
efturtle / gist:5ea7919bb56e65a4bdf7c7e8169c8dc1
Created June 7, 2025 21:02
install phpmyadmin via release archive and apache
# steps for installation of the phpmyadmin software in server
# install php mysql package
sudo apt install php7.4-mysql
# navigate to
cd /var/www/html
# retrive the package
sudo wget https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.tar.gz