Skip to content

Instantly share code, notes, and snippets.

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

Roberto Araujo andrioli

🏠
Working from home
View GitHub Profile
@premek
premek / mv.sh
Last active March 5, 2024 17:43
Rename files in linux / bash using mv command without typing the full name two times
# Put this function to your .bashrc file.
# Usage: mv oldfilename
# If you call mv without the second parameter it will prompt you to edit the filename on command line.
# Original mv is called when it's called with more than one argument.
# It's useful when you want to change just a few letters in a long name.
#
# Also see:
# - imv from renameutils
# - Ctrl-W Ctrl-Y Ctrl-Y (cut last word, paste, paste)
@sheikhwaqas
sheikhwaqas / setup-mysql.sh
Last active September 6, 2023 15:59
Install MySQL Server on Ubuntu (Non-Interactive Installation)
# Download and Install the Latest Updates for the OS
apt-get update && apt-get upgrade -y
# Set the Server Timezone to CST
echo "America/Chicago" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
# Enable Ubuntu Firewall and allow SSH & MySQL Ports
ufw enable
ufw allow 22
@hstaudacher
hstaudacher / Clauses.java
Last active December 19, 2015 02:38
Util to throw exceptions in a nicer way then if( .. ) throw...
/*******************************************************************************
* Copyright (c) 2013 EclipseSource and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* EclipseSource - initial API and implementation
******************************************************************************/
@leabdalla
leabdalla / filtro_gmail
Last active May 11, 2020 15:36
Este filtro é alimentado desde 2006 e contém todos os endereços que um dia já me enviaram mensagens com ofertas de compras sem a minha permissão. Hoje ele pega cerca de 10 mensagens todos os dias, despoluindo minha caixa postal e me poupando tempo.
info@news.groupon.com.br OR lojasomlivre@atendimentosite.com.br OR classificados@olx-inc.com OR mensageiro@kabum.com.br OR relacionamento@news.pontofrio.com.br OR liga@shopfato.com OR info@infoev3.clickon.com.br OR news@ellografica.com OR mkt@socomdesconto.com.br OR relacionamento@news.extra.com.br OR oferta@comprafacil.com.br OR imperdivel@newsletter.imperdivel.com.br OR emm@arrobadesconto.com.br OR informacoes@loccitane.com.br OR oferta@comprafacilempresas.com.br OR info@infoev2.clickon.com.br OR faleconosco@apetrexo.com.br OR oferta@comprafacil.com.br OR news@extra.com.br OR newsletter@comunicado.imperdivel.com.br OR replyfnacbr@fnac.com.br OR email@babooforum.com.br OR marketing@netmovies.com.br OR naoresponda@peixeurbano.com.br OR cdd@clubedodesconto.com.br OR novidades@pontofrio.com.br OR faleconosco@apetrexo.com.br OR info@infoev.clickon.com.br OR newsletter@coletivoclub.com.br OR news@ofna.clickon.com.br OR mkt@socomdescontos.com.br OR contato@peixeurbano.com.br OR venda@m.privalia.com OR emailcenter@
@johan
johan / readme.md
Last active October 17, 2022 23:14 — forked from johan/autofork.js
(Re)fork any gist, including your own

Want to fork your own gists? No fork button? No problem! Install this user script by clicking refork.user.js' "raw" link down below: ⇓

@bric3
bric3 / install_jdk5_post_lion.sh
Last active April 18, 2023 06:50
Automate the install of JDK 5 on Lion, Mountain Lion, Mavericks
# _______ _ _ _ _ _
# |__ __| | (_) (_) | | | |
# | | | |__ _ ___ ___ ___ _ __ _ _ __ | |_ _ __ ___ _____ _____ __| |
# | | | '_ \| / __| / __|/ __| '__| | '_ \| __| | '_ ` _ \ / _ \ \ / / _ \/ _` |
# | | | | | | \__ \ \__ \ (__| | | | |_) | |_ | | | | | | (_) \ V / __/ (_| |
# |_| |_| |_|_|___/ |___/\___|_| |_| .__/ \__| |_| |_| |_|\___/ \_/ \___|\__,_|
# | |
# |_|
#
# New home : https://github.com/bric3/osx-jdk5-installer