Skip to content

Instantly share code, notes, and snippets.

View antespi's full-sized avatar

Antonio Espinosa antespi

View GitHub Profile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNVr83Ypi4IOUKHQ+sR1uIRPwzv1dSdH0kOYIx2qfz7WeUiCRmjILSZypImzi/HORo6M3ngv/bKw2ujUReIuoG0VeXExVe3Ud+JPMVLiac6ZMIpL8lN94+fTlut9xYcsKbccpkHuVMkmjOKmTDJ0wJwb+kQVZ7IFowOnrwPqzA/nbc9YYT8vD0zASB29VP2L7QS95mvGtWCUJszDRve5qb2fImyCbcesDCE6RlCSTEmuMqNxNcsN6SEsjWtNtOJTltzs2/uJcdJhCoM8Isy6nkI4emIYxXSQxKf6L52Z5PcFTYtzg0tXIjVOzHTL56kzqGRHxqxJOXKUKBtDlMILQH Key for antespi@gmail.com
@antespi
antespi / vlc_transcode.sh
Last active June 3, 2018 10:30
Transcoding using VLC : H264 & MP3
#!/bin/bash
VIDEO_BIT_RATE=1500
AUDIO_BIT_RATE=128
# vlc --no-repeat --no-loop -I dummy __input_file__.mov --sout "#transcode{vcodec=h264,vb=1500,acodec=mp3,ab=128,channels=2,samplerate=44100}:standard{access=file,mux=mp4,dst='__output_file__.mp4'}"
transcode() {
local fin=$1
local fout=$2
@antespi
antespi / generic_emails_domains.py
Created October 4, 2018 08:14
Generic email domains
{
# Default domains included
"aol.com", "att.net", "comcast.net", "facebook.com", "gmail.com", "gmx.com", "googlemail.com",
"google.com", "hotmail.com", "hotmail.co.uk", "mac.com", "me.com", "mail.com", "msn.com",
"live.com", "sbcglobal.net", "verizon.net", "yahoo.com", "yahoo.co.uk",
# Other global domains
"email.com", "fastmail.fm", "games.com", "gmx.net", "hush.com", "hushmail.com", "icloud.com",
"iname.com", "inbox.com", "lavabit.com", "love.com", "outlook.com", "pobox.com", "protonmail.com",
"rocketmail.com", "safe-mail.net", "wow.com", "ygm.com",
@antespi
antespi / gist:59b689189e568ef7fc27a115a8e4263d
Last active December 23, 2025 22:39
Ubuntu + Gnome install
APT (standard)
------------------------
VLC (vlc)
ffmpeg (ffmpeg)
Gimp (gimp)
Diodon (diodon)
Shutter (https://github.com/mvivarelli/shutter-on-wayland --> shutter)
tilix
git-cola