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…
I wrote a previous post about kali on the hi10, and promised a followup on Chuwi hi10 pro kali linux wifi fixes; here it is. The on-board wifi works out…
This post is now updated with install information for using 2020 versions of Kali on the Chuwi Hi10 Pro. When I first wrote this post I seriously wouldn't have recommended…
Configuring free ssl certs with letsencrypt in centos Using letsencrypt in centos requires a few modifications to your centos before you can run the letsencrypt client. The setup for vhosts…
How to copy a file to multiple locations in linux. cp doesnt let you copy one file to multiple locations; There are a few ways to do this, but the…
This post is a wapiti tutorial. You'll find various wapiti options, how to import wapiti scan results into metasploit and how you can disable wapiti modules to speed up your…
This post will show you how to install phpcs and phpmd in sublime text on your mac: Following on from my post about using git and phpcs in brackets, I…
This post will show you how to mount a remote ssh filesystem as a 'drive' in osx using a bash script, osxfuse and brew. There are a few ways to…
Setting up brackets editor with git and phpcs with wordpress coding standard etc Brackets editor (brackets.io) is an editor that I've wanted to try out for a while now, but…
This post is about osx console emulators. It should help you pick the best emulators for your games jump to: Game Boy / Color / Game Boy Advance Nintendo Entertainment…
This post will show you how to install phpunit in centos using pear or composer. I prefer using composer as its mega easy to add lots of cool stuff and…
This post will show you how to see the home library folder ~/Library in the 'go' menu in finder. if you click on the go menu while holding alt, then…
In osx lion and mountain lion the ~/Library folder is hidden. this terminal command will un-hide it for you. open terminal type chflags nohidden ~/Library you will now be able…
This post will show you how to mount a macox dmg image file in linux. firstly, open terminal sudo mount -o loop /path/to/image.dmg /place/to/mount now your dmg file will be…
This post will show you how to move the apps arround on your iphone or ipad, and how to put apps into folders. to move apps around, tap and hold…
This short blog post will show you a command that will let you find the ten biggest files or directories in linux and osx machines. I forget these commands every…
This will show you how to airplay from iPhone or iPad to linux. This way you can stream from your iPhone to a linux media server, or a raspberry pi…
This command will force spotlight to reindex your drive. It is useful if your spotlight index isnt returning results you know it should. This post will help you force spotlight…
You can use spotlight to find email or documents by a specific person. To do this you use the keyword 'author' author:bob final report Will bring up all the documents…
This will show you how to change the login screen wallpaper background image in osx lion. the file you need to change is called /System/Library/Frameworks/AppKit.framework/Versions/C/Resources/ NSTexturedFullScreenBackgroundColor.png simply rename the image…
This one is pretty cool. you can change finders folder view settings by using keyboard shortcuts. cmd+1 = icon view cmd+2 = list view cmd+3 = column view cmd+4 =…
Automount network drive on startup osx. This will show you how to automount a network drive when you login to osx lion. This method will persist through a reboot, so…
This short blog post will show you how to enable spotlight indexing on a network drive. I have also added the commands to disable spotlight indexing on network drive that's…
This will show you how to force iTunes to re-scan your library to fix missing metadata by re-scanning all your music files. You can re-fresh individual files by playing them…
I wanted to delete my old time machine backup from my western digital mybook world i didnt need it for anything, as I have a backup of it :D i…
This will show you how to change the background wallpaper of the folders in launchpad in osx lion and mountain lion. open finder goto /System/Library/CoreServices/Dock.app/Contents/Resources find the file ecsb_background_tile.png rename…
This will show you how to change the background wallpaper of mission control in osx lion and mountain lion. open finder goto /System/Library/CoreServices/Dock.app/Contents/Resources find the file defaultdesktop.png rename it to…
This will show you how to change the background wallpaper of the dashboard in osx lion. open finder goto /System/Library/CoreServices/Dock.app/Contents/Resources find the file pirelli.png rename it to pirelli_backup.png copy the…
Spotlight on osx is a fantastic feature which will give you suggestions by searching your mac for documents and apps. This post will show you how to turn off spotlight…