» sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
==============================================
Edit*
- Open
/etc/wsl.confwith any editor:
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "#003543", | |
| "foreground": "#fff", | |
| "powerline_symbol": "\ue0b0", |
» sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
==============================================
Edit*
/etc/wsl.conf with any editor:| import { NgModule } from '@angular/core'; | |
| import { CommonModule } from '@angular/common'; | |
| import { MatInputModule } from '@angular/material/input'; | |
| import { MatButtonModule } from '@angular/material/button'; | |
| import { MatSelectModule } from '@angular/material/select'; | |
| import { MatRadioModule } from '@angular/material/radio'; | |
| import { MatCardModule } from '@angular/material/card'; | |
| import { LayoutModule } from '@angular/cdk/layout'; | |
| import { MatToolbarModule } from '@angular/material/toolbar'; | |
| import { MatSidenavModule } from '@angular/material/sidenav'; |
You should not use the Open SSH client that comes with Git for Windows. Instead, Windows 10 has its own implementation of Open SSH that is integrated with the system. To achieve this:
ssh-agent from Windows Services:Services in the Start Menu or Win+R and then type services.msc to launch the Services window;OpenSSH Authentication Agent in the list and double click on it;OpenSSH Authentication Agent Properties window that appears, choose Automatic from the Startup type: dropdown and click Start from Service status:. Make sure it now says Service status: Running.git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe
| #!/bin/bash | |
| timeout=gtimeout | |
| action() { | |
| echo "cf_routes $1 $2" 1>&2 ; | |
| local x=`cf_routes $1 $2 | egrep -v '^( *$|space *|name *|Getting routes|FAILED|No space targeted|No routes found)' | egrep '.' | perl -ne 'print " $_"'` ; | |
| [[ -z $x ]] || echo -e " Found it:\n$x." ; | |
| echo "" 1>&2 ; | |
| } | |
| main() { |