Skip to content

Instantly share code, notes, and snippets.

View joppuyo's full-sized avatar
🏢

Johannes Siipola joppuyo

🏢
View GitHub Profile
@TeemuSuoranta
TeemuSuoranta / eml-to-filebird.sh
Created December 31, 2019 08:41
Migrate from Enhanced Media Library to Filebird
wp plugin deactivate enhanced-media-library
wp plugin activate filebird
wp search-replace 'media_category' 'nt_wmc_folder'
for term_id in $(wp term list nt_wmc_folder --field=term_id)
do
wp term meta set $term_id folder_type default
wp term meta set $term_id folder_position 0
@klauspost
klauspost / dictionary-sorted.txt
Last active May 5, 2024 19:22
Brotli dictionary - printed escaped
" </div>"
" })();\r\n"
" && "
" &amp; "
" &nbsp;"
" ''The "
" (&quot;"
" (199"
" (200"
" (e.g."
@denji
denji / http-benchmark.md
Last active May 2, 2024 06:26
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)
@thomasfr
thomasfr / warmly.sh
Last active October 12, 2023 06:17
A wget based easy poor man`s cache warmer script
#!/bin/bash
# warmly.sh
# A wget based, easy, poor man`s cache warmer script
# https://gist.github.com/thomasfr/7926314
# The MIT License (MIT)
#
# Copyright (c) 2013,2014 Thomas Fritz <fritztho@gmail.com> (http://fritzthomas.com)
#
@nigelheap
nigelheap / problem_solver.info
Created May 23, 2012 04:50
problem_solver module
name = Problem solver
description = The module that will solve all your drupal problems
package = Problems
version = 1.x
core = 7.x