This is an update of previous notes for pre-3.0 versions. It's untested. I recommend you backup the entire folder just in case.
signons3.txt
key3.db
bookmarkbackups\*.json (for import)
cookies.sqlite

Technical notes, and other ideas.
This is an update of previous notes for pre-3.0 versions. It's untested. I recommend you backup the entire folder just in case.
signons3.txt
key3.db
bookmarkbackups\*.json (for import)
cookies.sqlite
Uses a Micro SDHC card
Headphones require special jack
Addresses sync, goes against phone not SIM card
Special Notes:
In case the kernel changes, and you need to re-compile VirtualBox, use the following command in su mode:
/etc/init.d/vboxdrv setup
To easily enable (and enforce) administration over SSL, there are two constants that you can define in your blog's wp-config.php file.
To Force SSL Logins
The constant FORCE_SSL_LOGIN can be set to true to force all logins to happen over SSL.
define('FORCE_SSL_LOGIN', true);
To Force SSL Logins and SSL Admin Access
The constant FORCE_SSL_ADMIN can be set to true to force all logins and all admin sessions to happen over SSL.
define('FORCE_SSL_ADMIN', true);
Which Should I Use?
FORCE_SSL_LOGIN is for when you want to secure logins so that passwords are not sent in the clear, but you still want to allow non-SSL admin sessions (since SSL can be slow).
FORCE_SSL_ADMIN is for when you want to secure logins and the admin area so that both passwords and cookies are never sent in the clear. This is the most secure option.
Use the following command in the terminal to see values for lame encoder
gst-inspect-0.10 lame
I've added a bitrate parm in addition to lowering the vbr-quality to 0 from 6 for best quality
My Preferred format setings:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 bitrate=256 vbr-quality=0 ! id3v2mux
Run the following two commands; however, I did not find the copy function did me much good, because I still had to highlight the text with the mouse. It was nice to have a paste feature though.
Paste Function
gconftool-2 -t str -s /apps/gnome-terminal/keybindings/paste "
Copy Function
gconftool-2 -t str -s /apps/gnome-terminal/keybindings/copy "
Site Actions, Site Settings, Modify Navigation
Add Heading
URL: /PH/SwineFlue/Forms/AllItems.aspx
Default Site Navigation Settings are:
Show subsites
Show pages
Sort manually, uncheck Sort pages automatically
Display the same navigation items as parent site
Display only the navigation items below the current site
Date: Monday, May 04, 2009
Problem: Public Health site became out of synch on ships due to creation of new document library
Solution: Use stsadm to export sub-site, copy to ships, and import sub-site
STEP 1: Export sub-site Reference:\\halefleet01.flagship.hal.com\d$\Exports\PH\PHExport.bat
c:
cd "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN"
stsadm.exe -o export -url "http://efleet2/PH" -filename "D:\Exports\folder\PH" -includeusersecurity -versions 4 -cabsize 15
STEP 2: Copy export files and import batch to ships, refer to STEP 4
STEP 3: Sign onto ship, delete site
Site Actions, Site Settings, Modify All Site Settings
"Site Administration", "Delete this site"
STEP 4: Import sub-site Reference:\\halefleet01.flagship.hal.com\d$\Exports\PH\PHImport.bat
c:
cd "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN"
stsadm.exe -o import -url "http://staging/PH" -filename "D:\Exports\PH\PH.cmp" -includeusersecurity -updateversions 2
STEP 5: Replication Check, if necessary
Run replication, it should work with new structure
This is a service that can be enabled or disabled.