Skip to content

Instantly share code, notes, and snippets.

View modpluz's full-sized avatar

Remi Adewale modpluz

View GitHub Profile
@modpluz
modpluz / gist:ac7a0c23e459099c7e675eed6dbcf01e
Created April 1, 2022 23:01 — forked from benshimmin/gist:4088493
Scale to fit and centre-align an image with FPDF
<?php
/* Caveat: I'm not a PHP programmer, so this may or may
* not be the most idiomatic code...
*
* FPDF is a free PHP library for creating PDFs:
* http://www.fpdf.org/
*/
require("fpdf.php");
class PDF extends FPDF {
@modpluz
modpluz / NPM install without sudo
Created December 1, 2018 15:41 — forked from jswhisperer/NPM install without sudo
NPM install without sudo
sudo chown -R `whoami` ~/.npm
sudo chown -R `whoami` /usr/local/lib/node_modules
#!/bin/bash
formail -R cc X-original-cc \
-R to X-original-to \
-R bcc X-original-bcc \
-f -A"To: [email protected]" \
| /usr/sbin/sendmail -t -i
# pipe all to a log instead, comment out formail code
#tee -a /tmp/trapmail.log > /dev/null