Building a PWA vuejs app with wordpress API – Part 7
By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…
By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…
Building a PWA vuejs app with wordpress API - Part 1 The aim in this is to make an offline-first PWA with vuejs / axios / bootstrap using wordpress as…
It turns out that adding cordova to an existing vue app is pretty easy. If only I'd known this before trying at least 10 different ways: First, make sure your…
Spidering a web application using website crawler software in kali linux There are lots of tools to spider a web application (an companies which are based on this tech, eg…
This is a WordPress Security mega-post containing a lot of best-practice information on securing, hardening, updating and maintaining a Wordpress site.Used by more than 60 million websites, including 30% of…
Malware detection on Plesk systems using maldet and clamav Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the…
Vagrant with sshfs. You can use sshfs in vagrant with only a private network. This is fine if you are doing all your devlopment from a single machine and dont…
Migrate music from itunes to google play. 1) goto play.google.com/music 2) sign up (the free service is fine, when it asks for a payment, you can select 'google play balance')…
Vagrant with NFS and public_network. You can use NFS in vagrant, but it requires a private_network to work; This is fine if you are doing all your devlopment from a…