WordPress, Magento, SSH and Linux Tech Solutions

Some geeky tips

How to move WordPress install via SSH
    #Backup Old Server ssh -l username server *sshpassword* mysqldump --add-drop-table -h host -u db_usr -p*dbpassword* db_name > blogsql.sql ...
Mon, 18 Aug, 2014 at 11:39 PM
Useful Colour Gradient CSS creator
http://www.colorzilla.com/gradient-editor/ Easy peasy CSS gradients with this tool
Mon, 18 Aug, 2014 at 11:17 PM
how to fix WordPress Robots.txt deny all search engines by default
By default Wordpress has robots.txt set as deny all even when privacy is set to allow all. Add this to functions.php:-    function custom_robots($out...
Mon, 18 Aug, 2014 at 11:17 PM
Setting up Google Apps Mail Account in Outlook 2010 using POP
Step 1. Goto File > Account Settings   Step 2. Click Add Account (Or you may wish to edit an existing account by clicking account settings and doub...
Mon, 18 Aug, 2014 at 11:18 PM
How to embed a YouTube Video in WordPress
Go to the youtube video you wish to embed Click the embed tab : Copy the generated iframe code e.g. :   <iframe width="853...
Fri, 15 May, 2015 at 12:28 PM
Where to download Norton / Verisign Trust seal
The new seal can be downloaded from here:- https://knowledge.verisign.co.uk/support/ssl-certificates-support/index?page=content&id=AR1266&actp=sea...
Mon, 18 Aug, 2014 at 11:17 PM
Useful table for converting Minutes to Decimal numbers.
See the table here! Useful when filling out the time spent.
Mon, 18 Aug, 2014 at 11:17 PM
Vista Keyboard Shortcuts
Windows button(Win) + E = Explore Win + M = Minimise all windows Win + F = Find/Search Win + Tab = Graphical 3D scroll through active windows - m...
Mon, 18 Aug, 2014 at 11:17 PM
Ctrl+Q Keyboard Shortcut for Windows to help reduce window overload
Anyone who is familiar with Apple Macs will know about the Ctrl+Q keyboard shortcut to close the active application.  This is a really really handy feature ...
Mon, 18 Aug, 2014 at 11:17 PM
Vagrant NGINX website load error - 'ERR_CONNECTION_REFUSED'
If you can't load your website in the browser and instead are faced with this error 'ERR_CONNECTION_REFUSED' then run the following commands on ...
Wed, 18 Jan, 2017 at 2:11 PM