Installing Virtualbox, Vagrant, and VVV on Fedroa 25 requires a few extra steps.
Follow the instructions here to install Virtual Box and Vagrant.
Add necessary Ruby tools neded to install vagrant plugins.
- Ruby Devel:
sudo dnf install ruby-devel
Installing Virtualbox, Vagrant, and VVV on Fedroa 25 requires a few extra steps.
Follow the instructions here to install Virtual Box and Vagrant.
Add necessary Ruby tools neded to install vagrant plugins.
sudo dnf install ruby-devel| <?php | |
| /** | |
| * Site Brand | |
| * | |
| * Output site branding | |
| * | |
| * Use native WordPress site logo with custom (bootstrap friendly) markup | |
| * Falls back to text title if logo is not set. | |
| * | |
| * @param $html |
| <?php | |
| /** | |
| * Gravity Forms : Check if file is attached | |
| * | |
| * Send a different notification email depending on whether a file is attached or not. | |
| * | |
| * For some reason the file upload field is not available to use with conditional logic | |
| * when processing a gravity forms submission. So you cannot by default do something | |
| * like perform one action if a file is attached and perform another if it is not. | |
| * |
Fix for Sublime not opening files via CLI command when ran from TMUX.
Install via brew:
brew install reattach-to-user-namespace
Add to zshrc:
set-option -g default-command "reattach-to-user-namespace -l zsh"
Restart Tmux server
tmux kill-server
| /* | |
| * File: CreateAlertComponent.java | |
| * Author: James Smutek | |
| * Date: September 15, 2018 | |
| * Purpose: Create instances of Twitter Bootstrap's "Alert" Web Component | |
| * @see: https://getbootstrap.com/docs/4.0/components/alerts/ | |
| */ | |
| public class CreateAlertComponent { | |
| // Variables | |
| private int modifierKey; |
| # Overwrite persistent-apps array in defaults with an empty array | |
| # run in console, save as an alias, whatever. See man defaults for more infoz | |
| # ht: https://krypted.com/mac-security/remove-all-apps-from-the-dock-in-os-x/ | |
| defaults write com.apple.dock persistent-apps -array && killAll Dock |
After installing Fedora 43 on my 2015 15" Macbook Pro I noticed it was taking 15-20 seconds for the system to wake up when I would try to resume after closing and reopening the laptops lid.
I found this solution on the Linux Mint Forums, tried it on my Macbook running Fedora 43 and it worked like a charm. Wake up time went from 15-20 seconds down to about 5 seconds. All credit goes to the original poster in the linked thread.
sudo vim /usr/lib/systemd/system-sleep/fix-macbook-wakeup