您好,欢迎来到五一七教育网。
搜索
您的当前位置:首页Linux system 初步

Linux system 初步

来源:五一七教育网

快捷键:

open a new terminal: ctrl+alt+T;

close current terminal: ctrl+shift+W;

switch windows: alt+tab

switch workspace: ctrl+alt+arrow key;

install deb package: sudo dpkg -i package.deb; dpkg 是Debian package

install rpm package: sudo alien -i package.rpm


install indicator stickynotes:


 pip install psycopg2 error:

Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.

solution:


tar 命令:

输入法设置:

扩展屏设置:

menu --- setting --- display.

终端快捷键:

python安装:

pycharm 快捷键设置:

dockers安装:

; ;

when run: docker run hello-world; it raises error:

Got permission denied while trying to connect to the Docker daemon socket

the solution is to add the current user to docker group; use the following command:

sudo gpasswd -a ${USER} docker
Adding user wenjing to group docker

 or login in on the system as root, then run: docker-compose up -d; Reboot if the issue still persists.

 

转载于:https://www.cnblogs.com/dulun/p/11576145.html

因篇幅问题不能全部显示,请点此查看更多更全内容

Copyright © 2019- 517ttc.cn 版权所有 赣ICP备2024042791号-8

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务