WordPress, Magento, SSH and Linux Tech Solutions
Some geeky tips
#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
http://www.colorzilla.com/gradient-editor/
Easy peasy CSS gradients with this tool
Mon, 18 Aug, 2014 at 11:17 PM
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
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
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
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
See the table here!
Useful when filling out the time spent.
Mon, 18 Aug, 2014 at 11:17 PM
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
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
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