Skip to content

Instantly share code, notes, and snippets.

@zgetro
zgetro / certbot-help.md
Last active December 8, 2021 13:20
certbot

Certbot Docs

Certbot is build vi python. letsencrypt.org provide free SSL.

gertificate free!

delete certficate

sudo certbot delete --cert-name domain.com you need to remove certificate lines from 443 file! else it will throw you error.

@zgetro
zgetro / Ubuntu-Utility.md
Last active July 2, 2019 08:58
Ubuntu Utility via commands

Indicator-Sysmonitor

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor sudo apt-get update sudo apt-get install indicator-sysmonitor

database client tool

DBeaver

@zgetro
zgetro / .gitignore
Created August 6, 2018 20:46 — forked from salcode/.gitignore
See https://salferrarello.com/wordpress-gitignore/ for the latest version of my WordPress .gitignore file
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore
Lookup for Factory Method's class becuase magento inject interfaces or abstract. not directally class
https://www.jetbrains.com/help/idea/navigating-to-super-method-or-implementation.html
jump to interface | abstract | parent class {aka parent} : Ctrl + U
jump to implemented or extended class(es). {aka children} : Ctrl + Alt + B
@zgetro
zgetro / gist:c07d27f3a8703cad2204c4d8247d9146
Created July 25, 2018 09:18
run heavy duty php code with cli
php -d memory_limit=2048M composer.phar [code]