» 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:
» 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:| /** | |
| * | |
| * ok.ru links work with header User-Agent Gecko | |
| * 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0' | |
| * i tried chrome and webkit both does not work | |
| * | |
| */ | |
| const $ = require('jquery'); | |
| // Extract OK.RU Links |
| const { resolve } = require('path'); | |
| /** | |
| * Resolve tsconfig.json paths to Webpack aliases | |
| * @param {string} tsconfigPath - Path to tsconfig | |
| * @param {string} webpackConfigBasePath - Path from tsconfig to Webpack config to create absolute aliases | |
| * @return {object} - Webpack alias config | |
| */ | |
| function resolveTsconfigPathsToAlias({ | |
| tsconfigPath = './tsconfig.json', |
| #include <stdio.h> | |
| #include <tchar.h> | |
| #include <Windows.h> | |
| #include <iostream> | |
| HHOOK hHook{ NULL }; | |
| enum Keys | |
| { | |
| ShiftKey = 16, |