Skip to content

Instantly share code, notes, and snippets.

View victorelec14's full-sized avatar

Victor victorelec14

View GitHub Profile
@victorelec14
victorelec14 / hola.html
Created May 9, 2018 21:00
esto es un test
<head>
@victorelec14
victorelec14 / license-badges.md
Created May 23, 2018 06:13 — forked from lukas-h/license-badges.md
License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • Badges are made with Shields.io.
  • This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
  • 🇫🇷 Cette liste en français
  • Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
@victorelec14
victorelec14 / fghftgy
Last active May 23, 2019 18:00
prueba2
hhh
@victorelec14
victorelec14 / ip-ranges.txt
Created May 22, 2020 19:04 — forked from PSJoshi/ip-ranges.txt
IP ranges for Google, Amazon etc
* CloudFare IP list: https://www.cloudflare.com/ips/
* Google's IP addresses:
nslookup -q=TXT _netblocks.google.com 8.8.8.8
nslookup -q=TXT _netblocks2.google.com 8.8.8.8
nslookup -q=TXT _netblocks3.google.com 8.8.8.8
Each of the above line will display a CIDR block or Google’s IP addresses.
* Amazon IP addresses: https://ip-ranges.amazonaws.com/ip-ranges.json
@victorelec14
victorelec14 / laravel-8-laravel-mix-6-font-awesome.md
Created March 29, 2021 08:15 — forked from karlhillx/laravel-8-laravel-mix-6-font-awesome.md
Want to use Laravel 8 and Font Awesome 5? (Regularly updated)

Laravel asset compilation for Laravel 8 + Laravel Mix 6 + Font Awesome 5

This document provides help to get your Laravel 8 instance running with the latest versions of Laravel Mix and Font Awesome.

Laravel Mix
@victorelec14
victorelec14 / .htaccess
Created April 23, 2021 13:01 — forked from euantorano/.htaccess
My htaccess Setup
<IfModule mod_mime.c>
AddType text/css .css
AddType application/x-javascript .js
AddType text/x-component .htc
AddType text/richtext .rtf .rtx
AddType image/svg+xml .svg .svgz
AddType text/plain .txt
AddType text/xsd .xsd
AddType text/xsl .xsl
AddType text/xml .xml
@victorelec14
victorelec14 / HallOfBlame.md
Created September 17, 2022 08:37 — forked from yorickdowne/HallOfBlame.md
Great and less great SSDs for Ethereum nodes

Overview

Syncing an Ethereum node is largely reliant on IOPS, I/O Per Second. Budget SSDs will struggle to an extent, and some won't be able to sync at all.

This document aims to snapshot some known good and known bad models.

For size, 2TB come recommended as of mid-2022. 1TB can work for now but is getting tight.

High-level, QLC and DRAMless are far slower than "mainstream" SSDs.

@victorelec14
victorelec14 / sysctl-proxmox-tune.conf
Created March 3, 2024 13:37 — forked from sergey-dryabzhinsky/sysctl-proxmox-tune.conf
Most popular speedup sysctl options for Proxmox. Put in /etc/sysctl.d/
###
# Proxmox or other server kernel params cheap tune and secure.
# Try it if you have heavy load on server - network or memory / disk.
# No harm assumed but keep your eyes open.
#
# @updated: 2020-02-06 - more params used, adjust some params values, more comments on params
#
### NETWORK ###