Skip to content

Instantly share code, notes, and snippets.

View oscarcb's full-sized avatar

Oscar oscarcb

  • Mexico
View GitHub Profile
@oscarcb
oscarcb / kubernetes_commands.md
Created July 5, 2019 13:36 — forked from edsiper/kubernetes_commands.md
Kubernetes Useful Commands
@oscarcb
oscarcb / phpversion.sh
Created September 3, 2016 21:43 — forked from vjandrea/phpversion.sh
Change php cli version in plesk
#!/bin/sh
printf "Switching php to version 5.6 with symlinks.\n"
printf "Press any key to continue...\n"
read CONTINUE
printf "Creating backups..."
# Backup original binaries
@oscarcb
oscarcb / .env.example
Created September 3, 2016 21:42 — forked from iolson/.env.example
GitLab CI Laravel 5.1.*
DB_HOST=mysql
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret