November 19th, 2008
1. Deactivate Plugins
2. Back up DB
mysqldump -u[username] -p[password] –opt datanamename > databasename.sql
3. copy wordpress folder
cp wordpress wordpress.save
4. download latest wordpress and extract
http://Wordpress.org
5. delete wordpress folder
rm -rf wordpress
4. upload new word press folder
6. Run upgrade program
http://example.com/wordpress/wp-admin/upgrade.php
You will have to create a new wp-config.php file during upgrade,
Look at your old config file for the correct settings.
cat wordpress.save/wp-config.php
7. Go to admin screen and set the theme to the default theme
http://example.com/wordpress/wp-admin
8. View site.
9 Copy over Themes
cp wordpress.save/wp-content/themes/* wordpress/wp-content/themes
10. Copy over Plugins
cp wordpress.save/wp-content/plugins/* wordpress/wp-content/plugins
11. Set theme to normal theme
12. Activate Plugins.
13. Edit wordpress config file
and change the following variables to something complicated.
here are some examples
define(’AUTH_KEY’, ‘:dr+ytru%/5V4sAUG-gg%aS*v;&xGhd%{YKC^Z7KKGh j>k[.Nf$y7iGKytutrdJ3c*[Kr5Bg');
define('SECURE_AUTH_KEY', 'TufWOuA _.t>#+hA?^|3RfGTm>@*+S=8ytruytu\"\'+\"}]
define('LOGGED_IN_KEY', 'Styut~AACm4h1;T^\"qW3_8Zv!Ji=y|)~5i63JI |Al[(
If this does not work to put things back..
1. Remove wordpress folder
rm -rf wordpress
2 Copy saved wordpress folder back
cp wordpress.save wordpress
3. drop database using PhpMyadmin
4. Reload database
mysql -u[user] -p[password] datanamename < databasename.sql
Posted in System Admin | Comments Off
November 18th, 2008
1. Create ‘table’ folder on old website.
2. Sql dump all databases
cd …/’table’
mysqldump -u[username] -p[password] –opt datanamename > databasename.sql
3. FTP all files/folders to local PC
4. Create new folder “sitename” on new site
4.5 add domain name
6. FTP all the files to new site in sitename folder
7. create new database in phpmyadmin
8. on new site in tables folder sql load all databases
mysql -u[username] -p[password] datanamename < databasename.sql
9. check database in phpmyadmin
10. change password in on config files
11. Test Website.
12. change the DNS settings for site
Posted in System Admin | Comments Off
June 16th, 2008
Input
Project Management Plan
Contract Document
Enterprise Environment Factors
Organization Process Assets
Work performance information
deliverables
Tools and Techniques
Project Management Methodology
Project Management Information System
Expert Judgment
Outputs
Administrative Closure Procedure
Contract Closure Procedure
Final Product, Service, or Result
Organizational Process assets updates
Posted in Project Management | Comments Off
June 12th, 2008
Benefits for developing a project scope statement.
- A common under standing among team and stakeholders
- A reference for judging success
- A baseline
Input
- Organizational process assets
- Project charter
- Preliminary project scope statement
-
Project scope management plan
- Approved change requests
Tools and Techniques
- Product Analysis
- Alternative Identification
- Expert Judgment
- Stakeholder Analysis
Output
- Detailed Project Scope statement
- Requested changes
- Project Scope Management Plan updates
Posted in Project Management | No Comments »
June 12th, 2008
Scope Planning:
Why:
- Establish a common understanding
- Describe Project Deliverables
- Measure Project Performance
Inputs
- Enterprise environmental factors – anything internal or external that affects the project
- Process assets
- Project Charter
- Preliminary Score Statement
Tools and Techniques
- Expert Judgment
- Templates, Forms, and Standards
Output
- Project Scope Management Plan
Posted in Project Management | No Comments »
June 12th, 2008
Input
- Project Management Plan
- Work Performance Information
- Recommended Preventative Actions
- Recommended Corrective Actions
- Recommended Defect Repair
- Deliverables
- Requested Changes
Tool and Techniques
- Project Management Methodology
- Project Management Information System
- Expert Judgment
Output
- Approved Change Request
- Rejected Change Request
- Project Management Plan Updates
- Approved Corrective Actions
- Approved Preventative Actions
- Approved Defect Repair
- Validated Defect Repair
- Deliverables
Posted in Project Management | No Comments »
June 12th, 2008
Inputs
- Project Management Plan
- Work Performance Information
- Requested Change Requests
Tools and Techniques
- Expert Judgment
- Earn Value Technique (measure)
- Project Management Methodology
Output
- Recommended Corrective Actions
- Recommended Preventative Actions
- Recommended Defect Repair
- Requested Changes
Posted in Project Management | No Comments »
June 12th, 2008
Inputs
- Project Management Plan
- Approved corrective actions
- Approved preventive actions
- Approved defect repairs
- Approved change requests
- Validated defect repair
- Administrative closure procedures
Tools and Techniques
- Project Management Methodologies
- Project Management Information Systems
Output
- Deliverables
- Work Performance Information
- Requested Changes
- Implemented Change Requests
- Implemented Corrective Actions
- Implemented Preventative Actions
- Implemented Defect Repair
Posted in Project Management | No Comments »
June 12th, 2008
The areas that a project management plan helps guide are communication, Decision, and Leadership.
Communication
- Risks
- Assumptions
- Decisions
Decision
- Schedule
- Cost
- Quality
- Scope
Leadership
- Executing
- Directing
- Controlling
To create a project management plan
Inputs:
- Preliminary Scope Statement
- Project Management Process
- Organizational Process Assets
- Enterprise Environmental Factors
Tools and Techniques
- Project Management Methodologies
- Project Management Information System
- Expert Judgment
Output
- Work Execution
- Project Process
- Implementation Level of Process
- Tools and Techniques
- Life Cycle
- Project Management Tools and Techniques
- Change Monitoring and Control Plan
- Configuration Management plan
- Communication Plan
- Management Reviews
- Baseline
- Management Plan
- Scope
- Schedule
- Cost
- Communication
- Process Improvement metric
- Staffing
- Quality
- Risk
- Procurement
Posted in Project Management | No Comments »
May 16th, 2008
-* File db2stest.fex
ENGINE DB2 SET DEFAULT_CONNECTION DB2
SQL DB2 PREPARE SQLOUT FOR
select * FROM DB2SCHEMA.MYTABLE
;
END
TABLE FILE SQLOUT
PRINT
*
END
Posted in WebFocus | No Comments »