-
Sidebar
This sidebar is specific for the blog pages. To start using widgets go to Appearance > Widgets and drag a widget into the sidebar area.
-
Archives
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
-
Categories
- Adobe Flash
- Build your own mmorpg game
- Business
- Computing
- CSS3
- Free Online Games
- Javascript Development
- jQuery
- Leisure
- Mac Os X
- Microsoft Windows – Help & Tips
- Mysql Development
- Online Game Development
- Php development
- PHP Frameworks
- Putty
- Search Engine Optimisation
- Server Side Development
- subversion
- Technology
- UK Government
- Uncategorized
- website development
- Wordpress
Monthly Archives: June 2009
Move files from one directory into another without affecting the existing directory using mac terminal
As part of using mac terminal more and more in my own day to day work, I today needed to be able to move all …
Tagged:command mvmac terminal
1 Comment
Simple Essential Subversion Commands
As we are now using subversion here at Bytewire I thought it might be useful to just blog a few of the essential commands. svn …
How to tunnel a mysql connection to your remote server
Today I spent alot of the day sorting our development techniques to bring a best practise into what we do. We needed to both be …
Tagged:mysql tunnelssh
Leave a Comment
Download a file / folder using mac terminal and curl
Simply use the following command: curl -O http://www.yoursite.com/backup/mybackup.tar.gz Will simply download the file to your local machine and your current location. To change the current …
How to create a tar gzip backup of your websites files and folders mac terminal
Simply use the following command: Firstly cd into the directory you want the backup to go into so cd /sites/backups/ tar cvfz backupname.tar.gz /sites/yoursite.com/http This …
How to remove a entire directory, files and sub directories using mac terminal
Terminal Mac Simply use the following command: rm -rf /sites/yoursite/http2 This will force remove all files and folders under the toplevel folder you specified so …
Where can I find websites that are for sale?
Untill a few weeks back I was pretty lost in terms of looking for a decent site to browse websites that go for sale, how …
How to move your domain name to another server
This is a very short post about how to move your domain name if you really dont have a clue. What you’ll need Youll need …
Search Engine Optimisation – The Basics – Lesson 1
After doing some pretty intense search engine optimisation over the last few months myself and to some great success I feel its time to share …
Accepting Payments on your mmorpg game / games
Accepting micro payments and which company to use to do so, has almost always been a hot topic for any game owner or any site …