Skip to content

Instantly share code, notes, and snippets.

View dantebarba's full-sized avatar

Dante Barba dantebarba

View GitHub Profile
@dantebarba
dantebarba / svn_to_git.rst
Created November 26, 2019 15:47 — forked from epicserve/svn_to_git.rst
Convert SVN Repositories to Git Repositories

Convert SVN Repositories to Git Repositories

This guide on how to convert an SVN repository to a git repository was mostly taken from John Albin Wilkins post on Converting a Subversion repository to Git.

1. Retrieve a list of all Subversion committers

@dantebarba
dantebarba / install_CUPS_all_defaults.sh
Created May 27, 2019 02:26 — forked from aweijnitz/install_CUPS_all_defaults.sh
Installing CUPS printer on Debian and add PDF printer
#!/bin/bash
sudo apt-get -y install cups
sudo apt-get -y install cups-pdf
# add pdf printer to cups
# - named files end up in ~/PDF/
# - unnamed files are stored in /var/spool/cups-pdf/ANONYMOUS/, such as PDF:s created by streaming bytes over an API
sudo lpadmin -p cups-pdf -v cups-pdf:/ -E -P /usr/share/ppd/cups-pdf/CUPS-PDF.ppd
@dantebarba
dantebarba / README.md
Created February 4, 2019 03:03 — forked from brunocascio/README.md
Conceptos de Normalización de Bases de datos