Thanks for sharing Tammy.
All posts by frank
Cucumber Som Tom
Add Common Icons to Windows 8 Desktop
There are a couple ways that you can add desktop icon shortcuts for “Computer,” “Network,” “Control Panel” and “User’s Files” to your traditional-looking Windows 8 desktop, along side the icon for “Recycle Bin” which is normally already on the desktop. 1. Go to the Control Panel of Windows 8 and select Personalization. How do I get there? Right click the so-called Start button of Windows 8. It is located at the bottom left corner of the traditional-looking desktop. Then, left click to select “Control Panel.” At the top right corner of the Control Panel, select “View By” and select “Small Icons” from the drop down list. In the small icon menu that is displayed for the Control Panel, click to select “Personalization.” In the left pane of the Personalization page click “Change desktop icons.” Under Desktop Icons select the checkbox next to each icon that you want to add to the desktop, or clear the check box for each icon that you want to remove from the desktop. For example, check or clear the appropriate check boxes next to “Computer,” “User’s Files,” Network” and “Control Panel.” Click Apply, then click OK. OR 2. A quicker way to achieve this same result is to right click a blank spot on the traditional-looking desktop of Windows 8. You should then see the list shown below. Left click to select “Personalize.” In the left pane shown below, click to select “Change desktop icons.” See should then see the Desktop Icon Settings screen as below. Check or clear the appropriate check boxes next to “Computer,” “User’s Files,” Network” and “Control Panel.” Click Apply, then Click OK.
Group WordPress Posts Into Category Pages Listed in Custom Menu
SEE: Category Pages
Eat More Fat?
Is obesity nothing more than a proxy for metabolic illness?
Surgeon Peter Attia
See: http://embed.ted.com/talks/peter_attia_what_if_we_re_wrong_about_diabetes.html
Should we not challenge all assumptions? I never once questioned the conventional wisdom [. . . about the pathology of diabetes]. I actually assumed the pathological sequence was settled science.
You can think of insulin as this master hormone that controls what our body does with the food we eat; whether we burn it or store it. It’s called fuel partitioning in the lingo? Insulin resistance is when cells become increasingly resistant to insulin trying to do its job.
Is conventional wisdom failing me and everyone else?
Most people believe that obesity is the cause of insulin resistance? What if we have it backwards? Is it possible that insulin resistance causes obesity? The implication is profound. What if obesity — that is, the storing of fat — is a coping mechanism to insulin resistance? How much better would we be to treat the cause rather than the effect?
Despite eating well and exercising often, Peter Attia himself began to gain weight. He developed metabolic syndrome, a pre-cursor to diabetes in which a person becomes insulin resistant. He started to question the assumptions he and the majority of the medical community made about diabetes. He wondered: could it be that insulin resistance caused obesity and not the other way around? Could it be that, in the same way a bruise forms in order to protect the body after an injury, that gaining weight is a coping mechanism for a deeper problem at the cellular level?
“What if we’re fighting the wrong war—fighting the obesity rather than insulin resistance?
Solved: There is a problem with this website’s security certificate
When using Internet Explorer with your homepage set to Google or Yahoo, particularly using IE7 or IE8 on Windows XP, you may receive the message: “The security certificate presented by this website has expired or is not yet valid.”
You may also receive and odd message from Google Chrome (certificate problems), such as “SSL Error: Cannot connect to the real www.google.com. Something is currently interfering with your secure connection to www.google.com.”
If your system battery that is installed on your motherboard has lost its charge (is dead), then your system time and date may have reverted to some date like January 1, 2002 at 1:00:00 AM when you either unplugged your PC from the AC power or there was a power outage on the premises. Consequently, the SSL security certificate from Google or Yahoo is considered by your browser as being NOT YET VALID because the certificate contains a date that is far in the future as compared to your “non-current” system date.
MOST PROBABLE SOLUTION: Open the clock and calendar in your system tray and properly set the date and time. Close your web browser and re-open it (launch it). Check if your web browsers will now display HTTPS:// pages like Google and Yahoo. If they do, then you need to replace your drained system battery with a new battery. Shut your system down, open the tower case, remove the little system battery (tiny disk-like metal battery about the size of a nickel) and go find a battery replacement with the same model number at Walgreens, CVS or your local electronics or battery store.
If this solved your problem and saved you a lot of time and effort, consider making a small donation via Paypal. Thanks.
Delete Temp files : http://t.co/KmFEkxKT3L
Delete Temp files : gallery.technet.microsoft.com/scriptcenter/D…
Updgrade iRedAdmin Open Source Edition to Latest Release on Ubuntu
How to updgrade iRedAdmin (Open Source Edition) eMail Server Administrator Panel from version 0.2.2 (or earlier version) to version 0.3 (or the Latest stable release) on Ubuntu/Debian Server:
Download the latest iRedAdmin (open source edition) here:
http://iredmail.org/yum/misc/ . For example: iRedAdmin-0.3.tar.bz2.
Upload this downloaded package to your iRedMail server which has the older version running. Assume it’s /root/iRedAdmin-0.3.tar.bz2.
Uncompress it to correct directory, set correct file owner and permission, convert config file to python file format, restart Apache web server.
Terminal:
# —- On Debian/Ubuntu —-
#
- # tar xjf /root/iRedAdmin-0.3.tar.bz2 -C /usr/share/apache2/
- # cd /usr/share/apache2/
- # cp -p iRedAdmin-0.2.2/settings.ini iRedAdmin-0.3/
- # cd iRedAdmin-0.3/
- # bash tools/convert_ini_to_py.sh settings.ini # <– This step is required if you’re upgrading from iRedAdmin-0.2.2 or earlier release.
- # rm -f settings.ini
- # cd ../
- # chown -R iredadmin:iredadmin iRedAdmin-0.3
- # chmod -R 0555 iRedAdmin-0.3
- # chmod 0400 iRedAdmin-0.3/settings.*
- # rm -i iredadmin # <- Remove old symbol link
- # ln -s iRedAdmin-0.3 iredadmin # Create a new symbol link
- # /etc/init.d/apache2 restart
Source of this Information — iRedMail.org Wiki:
http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Upgrade.iRedAdmin.Open.Source.Edition