Skip to content

Instantly share code, notes, and snippets.

View MaximShepelev's full-sized avatar

Maxim Shepelev MaximShepelev

  • Bostongene
  • A galaxy far far away
View GitHub Profile
# ----- kubectl ----------
alias k='kubectl'
alias kdl='kubectl delete'
alias klg='kubectl logs'
alias klf='kubectl logs -f'
alias kaf='kubectl apply -f'
alias kdlf='kubectl delete -f'
# ----- kubectl get ----------
alias kg='kubectl get'
# 1. Check values current values for error logging in php container
for i in $(docker ps | grep 'apache\|php\|web' | awk '{print $1}'); do echo "cotainer id: $i, php.ini logging." ; docker exec -it $i grep 'display_errors\|error_reporting' /usr/local/etc/php/php.ini ; done
# 2. php.ini desired values for error logging
display_errors = On
display_startup_errors = On
; Default Value: Off
@MaximShepelev
MaximShepelev / install-dsm-6-on-proxmox-5.md
Created February 14, 2018 12:24 — forked from Neonox31/install-dsm-6-on-proxmox-5.md
Install DSM 6.X on Proxmox 5.0.X

DRAFT

Prerequisites

Procedure

  • Create the proxmox VM as the following :
  • OS Type : Linux 4.x