wsl.exe <command>Note:
| # ********************************************************************** | |
| # type: Summarize changes in around 50 characters or less | |
| # | |
| # More detailed explanatory text, if necessary. Wrap it to about 72 | |
| # characters or so. In some contexts, the first line is treated as the | |
| # subject of the commit and the rest of the text as the body. The | |
| # blank line separating the summary from the body is critical (unless | |
| # you omit the body entirely); various tools like `log`, `shortlog` | |
| # and `rebase` can get confused if you run the two together. | |
| # | 
| name: carnd | |
| channels: | |
| - defaults | |
| - conda-forge | |
| dependencies: | |
| - python | |
| - autopep8 | |
| - ffmpeg | |
| - imageio | |
| - ipython | 
This section applies to machines with Secure Boot, such as ThinkPad.
| The Clear BSD License | |
| Copyright (c) [year] [fullname] | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without modification, | |
| are permitted (subject to the limitations in the disclaimer below) provided that | |
| the following conditions are met: | |
| * Redistributions of source code must retain the above copyright notice, | 
| #!/bin/sh | |
| exec tail -n +3 $0 | |
| # This file provides an easy way to add custom menu entries. Simply type the | |
| # menu entries you want to add after this comment. Be careful not to change | |
| # the 'exec tail' line above. | |
| # | |
| # replace <ESP_UUID> with the UUID of your ESP partition | |
| # run 'sudo update-grub -o /boot/efi/EFI/ubuntu/grub.cfg' | |
| menuentry "Chainload RHEL" { |