Skip to content

Instantly share code, notes, and snippets.

View caio-vinicius's full-sized avatar

Caio Souza caio-vinicius

View GitHub Profile
@caio-vinicius
caio-vinicius / dhclient.conf
Created July 6, 2021 01:33 — forked from thorsummoner/dhclient.conf
How to request specific IP in /etc/dhcp/
# Configuration file for /sbin/dhclient, which is included in Debian's
# dhcp3-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
# man page for more information about the syntax of this file
# and a more comprehensive list of the parameters understood by
# dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
# not leave anything out (like the domain name, for example), then
@caio-vinicius
caio-vinicius / vim-nginx-conf-highlight.sh
Created January 7, 2021 13:05 — forked from ralavay/vim-nginx-conf-highlight.sh
Enable syntax highlight for Nginx conf file in Vim
#!/bin/bash
#
# Highligh Nginx config file in Vim
# Download syntax highlight
mkdir -p ~/.vim/syntax/
wget http://www.vim.org/scripts/download_script.php?src_id=19394 -O ~/.vim/syntax/nginx.vim
# Set location of Nginx config file
cat > ~/.vim/filetype.vim <<EOF