Skip to main content

Tech Help

  • Latest Posts
  • Tools
  • Tutorials
  • Troubleshooting
  • Random Number

Author: contrib

Workspace One Apple School Manager Token Renew

September 27, 2022February 26, 2024 contrib Leave a comment

Read More

Startup Apps Setting Not Saving

January 9, 2021January 9, 2021 contrib Leave a comment

If the Startup Apps settings in Windows 10 system settings is not saving try using the start-up tab in Task manager instead. Confirmed issue with some apps in Windows 10

Read More

Vagrant NFS to Improve Homestead on Windows

November 1, 2017June 18, 2019 contrib Leave a comment

Install NFS plugin vagrant plugin install vagrant-winnfsd Update Homestead.yaml folders: – map: ~\projects to: /home/vagrant/Code type: nfs Reload vagrant Vagrant reload May also need vagrant plugin install vagrant-vbguest

Read More

Export MYSQL Database into SQL File Using Command Line

March 1, 2017December 12, 2024 contrib Leave a comment

To export a database to a sql file use the code below mysqldump -u[username] -p[password] [database_name] > [file.sql]

Read More

Enabling cross-origin resource sharing

October 13, 2016October 13, 2016 contrib Leave a comment

Here is a good resource for enabling cross-origin resource sharing when experiencing errors through javascript. Enable CORS

Read More

Blank pages in WordPress pages

August 2, 2016August 2, 2016 contrib Leave a comment

Blank pages can be seen in wordpress if the X-Frame-Options are set to deny. You can view the problem using browser dev tools and view the console log. X-Frame-Options are used to indicate whether or not a browser should be allowed to render a page in a frame, iframe or object. Sites can use this […]

Read More

Woocommerce Update All Products With New Download Limit

June 2, 2016June 2, 2016 contrib Leave a comment

Run the following MySql query to generate the new download limit of 100 for all Woocommerce products in WordPress. UPDATE wp_postmeta SET meta_value = “100” WHERE meta_key = “_download_limit”

Read More

Posts pagination

Newer posts 1 … 9 10 11 … 22 Older posts

Search

Fields

Tags

apache apple audio benchmarking code snippet cpu CSS data recovery diagnostic disaster recovery docker download dvd error excel files graphics HDD html ipad linux media MSI music MySql overclocking php powershell proxy RDP remote access remote support security ssh stress testing testing tutorials ubuntu video wamp windows windows 10 wordpress workspace one wsl

Recent Posts

  • Get Install Language of a Windows Installation
  • Laravel Sail and Docker Desktop PHP Version Update
  • Docker Desktop Change Disk Image Location On Windows
  • O365 Admin View Users Recycle Bin and Recover Files
  • Secure Wipe USB Drive Using Windows DiskPart

Other Pages

  • Privacy Policy
  • Terms and Conditions
sparkling Theme by Colorlib Powered by WordPress