Skip to content

Instantly share code, notes, and snippets.

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

iBet7o iBet7o

🏠
Working from home
View GitHub Profile
@iBet7o
iBet7o / deploy.sh
Created July 15, 2022 07:22
Commands to deploy Laravel APP
#!/bin/bash
rm -Rf vendor &&
composer install --prefer-dist --optimize-autoloader --no-dev &&
php artisan migrate --force &&
php artisan optimize:clear &&
php artisan optimize &&
php artisan view:cache
@iBet7o
iBet7o / main.md
Created August 16, 2023 10:56
Importar un archivo csv en MSSQL

1. Instalar el cliente de SQL Server para Linux (Ubuntu 20.04):

sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev

Agregar la ubicación de las herramientas al PATH: