Skip to content

Instantly share code, notes, and snippets.

View samazgor's full-sized avatar
🎯
Focusing

Sam Azgor samazgor

🎯
Focusing
View GitHub Profile
@samazgor
samazgor / php-fpm.conf
Created May 9, 2020 19:55
php-fpm configuration file for v7.2
; sudo nano /etc/php/7.2/fpm/pool.d/digitechpoint.conf
; Start a new pool named 'digitechpoint'.
; the variable $pool can be used in any directive and will be replaced by the
; pool name ('digitechpoint' here)
[digitechpoint]
; Per pool prefix
; It only applies on the following directives:
; - 'access.log'
; - 'slowlog'
@samazgor
samazgor / crontab
Created December 24, 2018 20:55
default crontab file
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').#
# Notice that tasks will be started based on the cron's system
@samazgor
samazgor / README.md
Created April 8, 2016 21:37 — forked from hofmannsven/README.md
Add WordPress admin menu pages with another Dashicon. (Note: This will require at least WordPress 3.8)
@samazgor
samazgor / WPTimehop
Last active March 4, 2016 08:35
Display your posts from this exact day in previous years in WordPress
/**
*
* Time Capsule By Sam Azgor
* Copy and paste the following code in your theme’s functions.php file
* Add this to your template - <?php wp_timehop_sam(); ?>
*
*/
function wp_timehop() {
$today = getdate();
@samazgor
samazgor / A-Pen-by-Sam-Azgor.markdown
Created November 16, 2013 23:52
A Pen by Sam Azgor.