Skip to content

Instantly share code, notes, and snippets.

View zahardev's full-sized avatar
😉
Code is poetry.. Don't forget to make it readable

Serhiy Zakharchenko zahardev

😉
Code is poetry.. Don't forget to make it readable
View GitHub Profile
@zahardev
zahardev / goto
Last active July 2, 2023 16:32
Quick navigation through your Linux (or maybe Mac) system in console
#!/bin/bash
case "$1" in
work)
path="/home/myuser/Work/"
;;
flutter)
path="/home/myuser/Work/flutter/"
;;
esac
@zahardev
zahardev / debug-cli-php-on-the-vagrant-server.md
Last active May 29, 2018 12:48
Debug CLI PHP on the Vagrant server
  1. Create file phpdebug
  2. chmod +x phpdebug
  3. mv phpdebug /usr/bin/phpdebug
  4. Using: phpdebug vagrant test.php phpdebug yourServerName test.php