Skip to content

Instantly share code, notes, and snippets.

# Silent boot
sysrc -f /boot/loader.conf autoboot_delay=2
sysrc -f /boot/loader.conf boot_mute=YES
sysrc -f /boot/loader.conf beastie_disable=YES
sysrc rc_startmsgs=NO
# FreeBSD updates

Keybase proof

I hereby claim:

  • I am scaronni on github.
  • I am slaanesh (https://keybase.io/slaanesh) on keybase.
  • I have a public key ASB2uqIrvHVFf3NGqwFMs6BTxSsGDzEUanXKUfmQ781YJAo

To claim this, I am signing this object:

@scaronni
scaronni / functions.php
Created February 2, 2019 11:14 — forked from ajitbohra/functions.php
Fixing Wordpress Media Upload HTTP Error on Godaddy / Shared Hosting
<?php
/**
* Facing HTTP Error on wordpress media upload on Godaddy / Shared Host ? This snippet might help you fix issue
* For more details about issue: http://www.lubus.in/blog/wordpress-media-upload-http-error-godaddy-shared-hosting-255
**/
/** Change graphic manuplation library used by wordpress **/
add_filter( 'wp_image_editors', 'change_graphic_lib' );