Techy Things

How to check the list of installed kernels and the current one 0

How to check the list of installed kernels and the current one

Get list of installed kernels on CentOS $> rpm -qa kernel kernel-2.6.32-696.13.2.el6.x86_64 kernel-2.6.32-696.el6.x86_64 kernel-4.9.75-30.el6.x86_64 kernel-2.6.32-696.16.1.el6.x86_64 Get current kernel $> uname -r 4.9.75-30.el6.x86_64 Downgrade to a previous one You don't need to downgrade or uninstall a...

0

gyp info it worked if it ends with ok gyp info using node-gyp@1.0.1 gyp info using node@0.10.38 | linux | ia32 gyp info chdir ldapjs/node_modules/buffertools gyp ERR! clean error gyp ERR! stack Error: EACCES,...

NodeJS v8 0

NodeJS v8 "err": {"message": "fsReadFileAsync(...).then(...).then(...).catch(...).done is not a function",

After upgrading code and libraries, you might run into "err":{"message":"fsReadFileAsync(...).then(...).then(...).catch(...).done is not a function", An example erroneous code const fsReadFileAsync = util.promisify(fs.readFile.bind(fs)); const fsWriteFileAsync = util.promisify(fs.writeFile.bind(fs)); // First apply changes to fstab fsReadFileAsync(this._fstabFilename, "utf8")...

CONFLICT (submodule): Merge conflict in 'xyz' 0

CONFLICT (submodule): Merge conflict in 'xyz'

CONFLICT (submodule): Merge conflict in orthrus/external [dev@baobab vf]$ git checkout -b KRAK-1541-cleanup vfcore/orthrus/external: needs merge vfcore/vfcommonlib: needs merge error: you need to resolve your current index first [dev@baobab vf]$ git status # On branch...