- For dual boot, disable Bitlocker in Windows
- Update BIOS (and everything else that Dell recommends) via Windows
- Switch from RAID to AHCI in Bios
- Use Windows recovery to fix new disk setup
- Disable Fast Startup in Windows
- Disable secure boot in BIOS (or make sure it's disabled)
- Shrink main partition in Windows
aws:CurrentTime
—To check for date/time conditions.aws:EpochTime
—To check for date/time conditions using a date in epoch or UNIX time.aws:TokenIssueTime
This is the date and time that temporary security credentials were issued and can be used with date/time conditions. (Note: This key is only available in requests that are signed using temporary security credentials. For more information about temporary security credentials, see Temporary Security Credentials.)aws:principaltype
—To check the type of principal (user, account, federated user, - etc.) for the current request.aws:SecureTransport
—To check whether the request was sent using SSL. For services - that use only SSL, such as Amazon RDS and Amazon Route 53, the aws:SecureTransport - key has no meaning.aws:SourceArn
—To check the source of the request, using the Am
These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagaced | |
Explanation: | |
CLICOLOR=1 simply enables coloring of your terminal. | |
LSCOLORS=... specifies how to color specific items. |
A Dashing widget that checks whether a server is responding to either an http or ping request. It displays either a check or alert depending on the response.
- Include the typhoeus gem to your Gemfile and then update with bundle