Hello,
cd ~/.ssh ls
Should be <fileName>.pub and <fileName> (private key)
ssh-copy-id -f -i <filename>.pub <username>@<host>
Based on:
Hello,
cd ~/.ssh ls
Should be <fileName>.pub and <fileName> (private key)
ssh-copy-id -f -i <filename>.pub <username>@<host>
Based on:
Hello, because in some projects I have legacy dependencies (locked versions), I got some problems with modern versions of Node.js interpreter, you will just get errors on trying to build.
You can reproduce it on macOS 12.3.1 and Node.js 17/18. One of the issues – python2, it has issues on modern versions of mac, so you can't install it using brew command.
So, algorithm for solving it:
which python2
npm config set python /Library/Frameworks/Python.framework/Versions/2.7/bin/python2
CXXFLAGS="--std=c++17" npm i
Hello, it's the short post with links where you can check warranty of Huawei and Apple products and accessories in Russian segment of internet
Выкладываю свою памятку, которая должна помогать вспоминать теорию, при подготовке к собесам.
By design, it must be an element with label as 'Select from dropdown'.
Problem:
Hello, I found some personal statistics for 2020-2021 when I worked at SberCloud
— How to use brew on Mac with M1 processor?
— Just add arch -x86_64
before brew
command.
For example, the final result will be: arch -x86_64 brew upgrade