Skip to content

Instantly share code, notes, and snippets.

View arturoruz's full-sized avatar

J. Arturo Ruz C. arturoruz

View GitHub Profile
@arturoruz
arturoruz / Program.cs
Created December 31, 2020 02:14 — forked from mvklingeren/Program.cs
Sending a .EML file in C# using MailMessage with the SmtpClient
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace MailMeml
@arturoruz
arturoruz / mysql_backup.sh
Created September 26, 2020 03:28 — forked from tleish/mysql_backup.sh
Bash Script to backup all MySQL databases
#!/bin/bash
#==============================================================================
#TITLE: mysql_backup.sh
#DESCRIPTION: script for automating the daily mysql backups on development computer
#AUTHOR: tleish
#DATE: 2013-12-20
#VERSION: 0.4
#USAGE: ./mysql_backup.sh
#CRON:
# example cron for daily db backup @ 9:15 am