Queue::failing Mail Notification
Add to boot()
in AppServiceProvider.php
Add to boot()
in AppServiceProvider.php
find . -type f > ../files-all.txt
find . -mindepth 2 -type f -print -exec mv {} . \;
$ s3cmd ls -r s3://yourbucket/ | awk '{print $4}' > objects_in_bucket
The notebook is available over the network with two changes in the configuration file. Create configuration file jupyter notebook --generate-config Config IP c.NotebookApp.ip = '192.168.0.101'. Config password Run to generate a password: from the notebook.auth import passwd; passwd() Add the password to config: c.NotebookApp.password = '' Source: http://kracekumar.com/post/156322146345/expose-jupyter-notebook-over-the-network
Run: php artisan tinker and then: Mail::send('emails.test', [], function($message) { $message->to('youremail@domain.com')->subject('Testing email'); }); Change emails.test to point to a blade that works and populate the email you want to test. Source: https://www.gregoryvarghese.com/tag/email/
Given a music file, generates a video file with a visualization of frequency spectrum bars generated for the music. Outputs high-quality, rendered video. Intended for publishing your own music on YouTube and stuff. http://soniccandle.sourceforge.net/
A simple application for multi-factor authentication, written in HTML using jQuery Mobile, jsSHA, LocalStorage and Application Cache. It implements the TOTP (Time-Based One-Time Password) algorithm according to RFC6238 and has been tested to work with Google Authenticator, Dropbox, Dreamhost, Amazon, Linode, Okta and many other services. https://github.com/gbraad/gauth/
Run a free website speed test from multiple locations around the globe using real browsers (IE and Chrome) and at real consumer connection speeds. Your results will provide rich diagnostic information including
1 First install Tweaks by running sudo apt install gnome-tweaks # or sudo apt install gnome-tweak-tool 2 Then launch Tweaks And go to “Keyboard & Mouse” section. The “Compose Key” options is disabled by default. Click on the “Disabled” button. 3 Toggle the switch at the top on And then you’ll be select the compose key. For example, Caps Lock.