Skip to content

Instantly share code, notes, and snippets.

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

Esteban Cajina veggigit

🏠
Working from home
View GitHub Profile
@veggigit
veggigit / webhelper-linux.txt
Last active January 15, 2025 21:40
log webhelper-linux.txt
[2025-01-14 20:48:56-0300] srt-logger[55343]: Log opened
[2025-01-14 20:48:56] steamwebhelper.sh[55338]: Using supervisor /home/nobody/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
[2025-01-14 20:48:56] steamwebhelper.sh[55338]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh
[2025-01-14 20:48:56] steam-runtime-sniper.sh[55353]: Extracting /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.tar.xz to /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.new
[2025-01-14 20:49:04] steamwebhelper.sh[55338]: Using CEF sandbox \(try with -no-cef-sandbox if this fails\)
[2025-01-14 20:49:04] steamwebhelper.sh[55338]: Starting steamwebhelper with Sniper steam runtime at /home/nobody/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point
[2025-01-14 20:49:06-0300] srt-logger[55590]: Log opened
[2025-01-14 20:49:06] steamwebhelper.sh[55585]: Using supervisor /home/nob
@veggigit
veggigit / emojis.json
Created July 12, 2024 23:12 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z
@veggigit
veggigit / DisplayGallery.php
Last active October 8, 2021 13:06
LIVEWIRE, paginate and display
<?php
namespace App\Http\Livewire;
use Livewire\Component;
use App\Models\Gallery;
use Livewire\WithPagination;
class DisplayGallery extends Component
{
@veggigit
veggigit / add-user-admin-WordPress.sql
Created November 30, 2020 23:46 — forked from jmarreros/add-user-admin-WordPress.sql
Agrega un usuario administrador a WordPress por Base de Datos
-- Cambiar valores
START TRANSACTION;
SET @prefix = 'wp_';
SET @user_login = 'demo';
SET @user_pass = 'demo';
SET @user_email = '[email protected]';
SET @display_name = 'Nombre Demo';
-- Actualiza tabla de usuarios