Skip to content

Instantly share code, notes, and snippets.

View pdaire's full-sized avatar

Pedro Daire pdaire

View GitHub Profile
@pdaire
pdaire / install-mysql-5.7-on-ubuntu-20.04.sh
Created December 1, 2023 16:01
MySQL 5.7 on Ubuntu 20.04
#!/bin/bash
# Remove existing MySQL installs
sudo apt-get purge mysql-server mysql-client mysql-common mysql-server-core-* mysql-client-core-*
sudo rm -rf /etc/mysql /var/lib/mysql
sudo apt-get autoremove
sudo apt-get autoclean
# Download
wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_5.7.29-1ubuntu18.04_amd64.deb-bundle.tar
@pdaire
pdaire / index.html
Created February 3, 2022 18:57
bancoamer prod launcher staging regla de lanzamiento
<html>
<head>
</head>
<h1>sitio vacio y vos?</h1>
<script type="text/javascript">
<html>
<head>
</head>
<h1>sitio vacio y vos?</h1>
<script type="text/javascript">
@pdaire
pdaire / index.html
Created February 3, 2022 15:03
sync load banco america prod launcher staging
<html>
<head>
</head>
<h1>sitio vacio y vos?</h1>
<script type="text/javascript">
@pdaire
pdaire / index.html
Last active February 3, 2022 14:46
es5 v2 launcher
<html>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>
@pdaire
pdaire / index.html
Created February 2, 2022 20:34
ie11 install bancoamericano prod launcher staging
<html>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>
@pdaire
pdaire / index.html
Created February 2, 2022 19:55
bancomamericano prod launcher staging
<html>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>
@pdaire
pdaire / index.html
Created February 2, 2022 19:53
bancomamericano staging launcher staging
<html>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>
@pdaire
pdaire / index.html
Created January 15, 2022 02:07
bancoamericano prod ltv2
<html>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>
@pdaire
pdaire / index.html
Created January 4, 2022 21:08
bancoamericano staging
<html>
<head>
</head>
<object data="https://example.com" width="100%" height="100%">
<embed src="https://example.com" width="100%″" height="100%" />
</object>