Skip to content

Instantly share code, notes, and snippets.

View fernando-nog's full-sized avatar
🏠
Working from home

Fernando Nogueira fernando-nog

🏠
Working from home
View GitHub Profile
@fernando-nog
fernando-nog / CmderZSH.md
Created March 29, 2020 14:01 — forked from dfontana/CmderZSH.md
My setup guide for installing Cgywin, Mintty, Cmder, and ZSH.

What's this?

Instructions to obtain ZSH on a windows environment, without the input funny business presented by some other attempted solutions.

The final result is ZSH running on a mintty terminal, emulated by cygwin, and being handled by the popular cmder.

Why is this here?

For the benefit of myself and others. I've already followed these instructions twice. It took me hours to figure all this out, maybe someone else can save a few.

What exactly is covered?

  • Installing and setting up cmder
@fernando-nog
fernando-nog / pentaho_backup.sh
Created November 14, 2019 11:13 — forked from sowe/pentaho_backup.sh
shell scrtip for backup and restore pentaho system
#!/bin/bash
# Maintain for @sowe Rafael Valenzuela <ravamo@gmail.com>
# redcloverbi.wordpress.com for more information
# basic backup and restore script for pentaho in Production enviroment doc
# https://help.pentaho.com/Documentation/6.1/0P0/000/020
# https://help.pentaho.com/Documentation/6.1/0P0/000/Backup_and_Restore_Pentaho_Repositories
set -e
set -u