Skip to content

Instantly share code, notes, and snippets.

View UpenJaiswal's full-sized avatar

Upen Jaiswal UpenJaiswal

  • noida
View GitHub Profile
@UpenJaiswal
UpenJaiswal / docker_wordpress.md
Created April 23, 2020 01:54 — forked from bradtraversy/docker_wordpress.md
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes
@UpenJaiswal
UpenJaiswal / Install update WordPress puglins directly.md
Created August 8, 2019 04:31 — forked from dianjuar/Install update WordPress puglins directly.md
Install update WordPress plugins without providing ftp access

Install WordPress plugins directly (without FTP)

Put this on your wp-config.php

/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
@UpenJaiswal
UpenJaiswal / addSimilarVideo.lua
Created September 6, 2018 15:07 — forked from thiagottjv/addSimilarVideo.lua
Updating file to work without the vlc.net.opendir().
--[[
Add Similar, testing version
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of

Install suggested plugin

  • Folders Plugin
  • OWASP Markup Formatter Plugin
  • build timeout plugin
  • Credentials Binding Plugin
  • Timestamper Workspace Cleanup Plugin
  • Ant Plugin Gradle Plugin
  • Pipeline GitHub Organization
  • Folder Plugin
@UpenJaiswal
UpenJaiswal / bootable_recovery.patch
Created February 6, 2018 11:39 — forked from pawitp/bootable_recovery.patch
Compatibility patches for I9082 (CM12)
From b04637db515edbe6ab6006391e223b25712f7a8e Mon Sep 17 00:00:00 2001
From: Pawit Pornkitprasan <p.pawit@gmail.com>
Date: Tue, 27 Jan 2015 22:29:39 +0700
Subject: [PATCH] recovery: uncrypt: fix compatibility with CWM
CWM and other older recoveries do not support block map, so avoid
using it when possible
Change-Id: I49a04676ca5193db31c87418a5760727648745f0
---