Found on superuser.com: https://superuser.com/a/1680613
sudo apt install linux-image-extra-virtualFound on superuser.com: https://superuser.com/a/1680613
sudo apt install linux-image-extra-virtual| \e[42mGreen Background\e[0m |
create base folder
cd $env:TEMP
mkdir without-symlink-dir-vue-1231
cd without-symlink-dir-vue-1231bootstrap vite vanilla project
npm create vite@latest my-app -- --template vanilla
Please find below an example pom.xml.
To generate the javadoc the following command needs to be run:
mvn javadoc:javadocThe documentation for the maven-javadoc-plugin can be found here.
| #Requires -Version 3.0 | |
| # Configure a Windows host for remote management with Ansible | |
| # ----------------------------------------------------------- | |
| # | |
| # This script checks the current WinRM (PS Remoting) configuration and makes | |
| # the necessary changes to allow Ansible to connect, authenticate and | |
| # execute PowerShell commands. | |
| # | |
| # All events are logged to the Windows EventLog, useful for unattended runs. |
| version | build version | release date | end of life | total years of support |
|---|---|---|---|---|
| 7 | 1.7.0_80 | 2011-07-11 | 2021-07-31 | 10 years |
| 8 | 8.0.372 | 2014-03-18 | 2023-12-31 | 9 years and 9 month |
| 11 | 11.0.19+7 | 2018-09-25 | 2026-09-30 | 8 years |
| 17 | 17.0.7+7 | 2021-09-14 | 2029-09-30 | 8 years |
| 21 | 21-ea+26-2328 | 2023-09-15 | 2031-09-30 | 8 years |
| function docker() | |
| { | |
| $allArgs = $PsBoundParameters.Values + $args | |
| & wsl docker $allArgs | |
| } |
| for i in /etc/update-motd.d/*; do if [ "$i" != "/etc/update-motd.d/98-fsck-at-reboot" ]; then $i; fi; done |
| # creates all directories for advent of code in the following format: | |
| # day01 | |
| # day01 | |
| # ... | |
| # day25 | |
| for ($i = 1; $i -le 25; $i++) | |
| { | |
| $daystr = "day" + $i.ToString("00") | |
| cargo new $daystr # cargo new is bootstrapping a rust project, example: cargo new day01 |
git init --initial-branch=main