1. Torn (My Own Prison)
2. My Own Prison (My Own Prison)
3. What’s This Life For (My Own Prison)
4. One (My Own Prison)
5. Are You Ready? (Human Clay)
6. Higher (Human Clay)
7. With Arms Wide Open (Human Clay)
8. What If (Human Clay)
9. One Last Breath (Weathered)
10. Don’t Stop Dancing (Weathered)
11. Bullets (Weathered)
12. My Sacrifice (Weathered)
13. Weathered (Weathered)
When you setup the Certification Authority on a Windows server, a certificate for the CA is created, which will be expired after 5 years (default). You can extend the CA’s life beyond the end date of its original certificate. You can renew the CA with the following command:
certutil -renewCert ReuseKeys (renews the CA with the existing key pair)
or
certutil -renewCert (renews the CA with a new key pair)
Many users (using Windows 7 beta build 7000), reported a bug in Windows Media Player 12, which cause the corruption of MP3 files. Microsoft confirms this bug and releases an official patch for fixing this issue. With this update, Microsoft includes some instructions about installing Windows 7 beta. Basically they tell you to backup your mp3 files before installing Windows 7 beta and the install the KB961367 update (or make them read-only).
When you upgrade from a Windows Server 2003 R2 Standard SP2 to Windows Server 2003 R2 Enterprise Edition SP2 you may have a problem with memory. In case you have more than 4GB RAM on the machine (my situation was with 8GB) you have to do the following:
Locate boot.ini (it should be on the root of C:\ drive)
Under [operating systems] find the entry of Windows (it will be something like multi(0)disk(0)……=”Windows Server 2003, Enterprise” /noexecute=optout / fastdetect
and add
“/PAE” at the end
So now you will have
multi(0)disk(0)…..=”Windows Server 2003, Enterprise” /noexecute=optout /fastdetect /PAE
Restart the machine and now you ‘ll see the correct memory size.
Starting this spring, companies will be able to selectively target Facebook’s members in order to research the appeal of new products through a polling system called Engagement Ads as demonstrated at the World Economic Forum in Davos.
We know that when you install a driver in Windows it remains there until you uninstall it. You can follow this procedure in order to uninstall drivers for hardware that no longer exists on the machine:
open cmd
run “set devmgr_show_nonpresent_devices=1″
run “start devmgmt.msc”
Click Show Hidden devices from the View menu
You will now see all the installed drivers on your machine, even those that your system no longer uses them.
Wordpress is a Weblog Software, a self-hosted software. A web-based application installed on a server, with which you can edit online. It uses the dynamic publishing method, which means that the pages are served automatically by the content database and are generated the time that there is a request by a browser. All the content / posting is stored on the database and used dynamically to generate HTML pages on request. Every change / posting you make, or commenting, appears on the next browser request immediately. Wordpress provides search function, archiving (automatic), themes – plugins (created everyday from the wordpress community), widgets and basically everything you will need to create almost any type of internet site / blog you can think. (BuddePress is coming – a social network platform). Use Wordpress in case you have a blog a blog that you post rapidly and you get many comments.