2021-08-17

Linux setup

Python:

Can't create virtual environment from PyCharm in Ubuntu :

sudo apt-get install python3-virtualenv

sudo apt install -y libbz2-dev libffi-dev libssl-dev

  134  sudo apt-get install pkg-config

  138  sudo apt-get install g++

  139  make clean

  140  ./configure --enable-optimizations

  141  make && make test && sudo make install

  142  pip3 install pyautogui


 

git:

https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

ssh-keygen -t ed25519 -C "your_email@example.com"
ssh-add ~/.ssh/id_ed25519
https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account  
$ sudo apt-get update
$ sudo apt-get install xclip
$ xclip -selection clipboard < ~/.ssh/id_ed25519.pub 

arduino:
avrdude: ser_open(): can't open device "/dev/ttyUSB0": Permission denied
sudo usermod -a -G dialout <username>

https://my.canon/en/support/0100588102

http://localhost:631/printers/

No comments: