Skip to content

Instantly share code, notes, and snippets.

@dkduyanh
dkduyanh / 00. tutorial.md
Created January 29, 2019 16:55 — forked from maxivak/00. tutorial.md
Importing/Indexing database (MySQL or SQL Server) in Solr using Data Import Handler
@dkduyanh
dkduyanh / db_backup.sh
Created December 27, 2018 03:52 — forked from NARKOZ/db_backup.sh
MySQL backup shell script
#!/bin/bash
# Shell script to backup MySQL database
# Set these variables
MyUSER="" # DB_USERNAME
MyPASS="" # DB_PASSWORD
MyHOST="" # DB_HOSTNAME
# Backup Dest directory
DEST="" # /home/username/backups/DB
@dkduyanh
dkduyanh / adding-pixel-to-raspbian-lite.md
Created October 31, 2018 04:32 — forked from kmpm/adding-pixel-to-raspbian-lite.md
Adding PIXEL to Raspbian Lite

Adding PIXEL to Raspbian Lite

Flash Raspbian Lite as normal. Run raspi-config and setup whatever you would to for console only mode. I usually change password, hostname and activate SSH server as a initial setup.

Adding wifi from console (optional)

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf