The best Money Advice
February 23rd, 2010Listen to Dave Ramsay and follow his baby steps.
http://www.daveramsey.com/new/baby-steps/
-Headley
Headley Williamson’s Java code, answers, tutorials, and courses
Listen to Dave Ramsay and follow his baby steps.
http://www.daveramsey.com/new/baby-steps/
-Headley
To solve StaleConnection issue in datasource configured at WAS level please do the following:
• Enable pre-test SQL string for that data source
• Place SQL string as “SELECT 1 FROM SYSIBM.SYSDUMMY1” for DB2 and “SELECT 1 FROM DUAL” for Oracle
The above said properties will be present in Connection pool properties in WAS – Admin Console .
NOTE: This will be valid and holds GOOD ONLY if the datasource is ConnectionPoolDataSource implementation .
Buy tomorrow morning
OMN
PZE
APC
Buy at 3:00pm EST
HLX
GMXR
1. From start menu click run
2. Then type msconfig
3. click on the startup
4. disable all the programs you recognize and you don’t need.
5. Don’t worry when your computer reboots this program will automatically start, so you can turn on anything that was a mistake .
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 If this does not work to put things back.. 1. Remove wordpress folder
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\"\'+\"}]
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
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
Input
Tools and Techniques
Outputs
Benefits for developing a project scope statement.
Input
Tools and Techniques
Output
Scope Planning:
Why:
Inputs
Tools and Techniques
Output