Archive for June, 2009

Running Wordpress on your local machine local Mamp Server on Leopard

Monday, June 29th, 2009

1) Download and install mamp on Leopard

2) Download and unzip wordpress blog to Applications/mamp/htdocs/

3) rename /Applications/MAMP/htdocs/wordpress/wp-config_sample.php
to:
/Applications/MAMP/htdocs/wordpress/wp-config.php

4)
Go to phpmyadmin of mamp

> click Privileges > Add New User > (in login info box add user name = bloguser, host = localhost, p/w = bloguser, retype = bloguser
> (from Dtatbase for user box) select Create database with same and grant all privileges
> click Go

create a db in phpmyadmin name it db_name create a db_user and give it all priviliges through phpmyAdmin

5)
Change default values to following if you have mamp on Mac Leopard:

define(‘DB_NAME’, ‘db_wordpress’);

/** MySQL database username */
define(‘DB_USER’, bloguser’);

/** MySQL database password */
define(‘DB_PASSWORD’, ‘bloguser’);

/** MySQL hostname */
define(‘DB_HOST’, ‘localhost:8889′);

6)
In browser: http://localhost:8888/mysite/wp-admin/install.php

7) If you see Welcome and Blog Title being asked to you, you are fine.

Post to Twitter Tweet This Post

  • Share/Bookmark

using putty command line getting svn folder to remove servers and update and checkout

Tuesday, June 9th, 2009

Initial removal:

sudo -u engineer bash

cd /www/www-d/docs/pusher.yahoo.com/blog.yahoo.com/www/docs

rm -r -f *

First time checkout:

sudo -u engineer bash

cd /www/www-d/docs/pusher.yahoo.com/blog.yahoo.com/www/docs

svn checkout svn://svn.yahoo.com:3690/sw-blog/ .

Subsequent updates from svn:

sudo -u engineer bash

cd /www/www-d/docs/pusher.yahoo.com/blog.yahoo.com/www/docs

svn up

Post to Twitter Tweet This Post

  • Share/Bookmark

In putty or command line or terminal on Leopard 10.5.x how to see svn server content listed

Tuesday, June 9th, 2009

To see svn content folder files using command line or terminal or putty

svn list –recursive –verbose svn://svn.yahoo.com:3692/yw-blog/

Post to Twitter Tweet This Post

  • Share/Bookmark

Great tutorials for beginners of php or java or ruby or python etc

Monday, June 1st, 2009

http://progzoo.net/wiki/Progzoo:About

Post to Twitter Tweet This Post

  • Share/Bookmark

Netgear USB on Mac

Monday, June 1st, 2009

http://forums.macosxhints.com/archive/index.php/t-69165.html

Post to Twitter Tweet This Post

  • Share/Bookmark

Mac OSX on Sony Vaio Laptop

Monday, June 1st, 2009

http://theory.isthereason.com/?p=328

Post to Twitter Tweet This Post

  • Share/Bookmark

Hardware Experiments

Monday, June 1st, 2009

Hardware and technology experiments picture and text guidelines:

http://www.instructables.com/

Post to Twitter Tweet This Post

  • Share/Bookmark