Solution: Ubuntu distros lower than 18.10 will not work in this laptop, as minimum kernal version required is 4.18.
So install ubuntu 18.10 / xubuntu 18.10 / lubuntu 18.10 / kubuntu 18.10 in UEFI mode
This file contains hidden or 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
| if(process.argv.length < 3){ | |
| console.log('target file path is required.') | |
| process.exit(1) | |
| } | |
| var target = process.argv[2] | |
| console.log('file: ' + target) | |
| var fs = require('fs') | |
| fs.readFile(target, function (err, data) { |
npm v3.10 - ◾
npm install -g npm
# Downgrade to a specific version
npm install -g npm@2
(from Understanding Nginx Server and Location Block Selection Algorithms - https://goo.gl/YyzshP)
server {
NewerOlder