I created a little script to delete files in specific folders older than 7 days on Google Drive, and if something is deleted it sends you an email! It doesn’t permanently delete them, it just puts them in the Trashed folder. It works quite well to delete files from Google Drive. (more…)
I’ve published one before on the VestaCP Forums regarding how to install PHP 7.0 on Centos 7 with VestaCP. This tutorial is now for PHP 7.2 which has increased performance over PHP 7.0 and 7.1. If you have a handful of WordPress websites on PHP 5, you should upgrade. If you’re on PHP 7.0 from my previous tutorials, or are using my Server Installer Script then this will also work for you. I would advise upgrading when you have time.
After some relentless searching I found a great plugin that supports multiple IMAP accounts for Roundcube tucked away on BitBucket. It’s a great tool that simply adds a drop down of the IMAP accounts you’ve set-up to the top right area of Roundcube, replacing your email address in that area.
Hey guys,
Quick one for your here. I recently had problems installing Elementary OS on my Ezbook 3 Pro. The ISO file is below!
Very simple one to help anyone out there fix the issue regarding serving static content from a cookieless domain in NGINX. This does not require a CDN or sub domain, etc like most tutorials.
It’s simply a few lines of code to add to your host file:
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js|scss|map|less|woff|woff2|otf|eot|ttf)$ { expires max; fastcgi_hide_header "Set-Cookie"; }
Little tool here for you WordPress and NodeQuery lovers!
This plugin (NodeQuery Dashboard Widget) for WordPress will always be updated at the WordPress Repo: https://wordpress.org/plugins/dashboard-widget-nodequery/
Little tool here for you WordPress lovers.
This plugin (VestaCP Dashboard Widget) for WordPress will always be updated at the WordPress Repo: https://wordpress.org/plugins/vestacp-dashboard-widget/
Hey guys,
I found a great little tutorial from me back on the VestaCP forums in April 2016 regarding a Secondary MX (backup email server) server for VestaCP – it’s really easy to set up. Essentially what happens is when your main email server is offline or under stress, the third party email server (the one sending the email) sends the email to the secondary email server. Once that happens, the secondary email server attempts to send the email back to the first email server.
Read on for more information.
If you’re using PHP 5.1 or newer, this little function is for you! It’ll search multidimensional array’s and return the top level key so you can pull the data.