主要内容来自《Linux达人养成计划I》 也推荐一下《鸟哥的Linux私房菜》 命令基本格式 命令提示符格式 [role@host directory]sign [角色@主机名 当前所在目录]提示符 role: root为管理员(超级用户),可以自己创建用户,比如我为xwk host: 主机名,随意 ...
                            
                            
                                分类:
系统相关   时间:
2021-04-07 11:22:21   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                WARNING: Found orphan containers (toolbox-web) for this project. If you removed or renamed this service in your compose file, you can run this command ...
                            
                            
                                分类:
其他好文   时间:
2021-04-07 10:38:38   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    如果我们往一个非空的目录下 clone git 项目,就会提示错误信息: fatal: destination path '.' already exists and is not an empty directory. 解决的办法是: 1. 进入非空目录,假设是 /workdir/proj1 2. ...
                            
                            
                                分类:
其他好文   时间:
2021-04-05 12:21:02   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    一、大纲 vxlogcfg -a -p ProductID -c ConfigPath -n Names [-q] vxlogcfg -a -p ProductID -o OriginatorID -s keyname=value [-q] vxlogcfg -a -p ProductID -g L ...
                            
                            
                                分类:
其他好文   时间:
2021-04-01 13:35:41   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                如果是直接按照官网给出的命令安装,有可能会提示not found,原因未知。 这里给出的解决方法是直接访问末尾给出的链接https://download.pytorch.org/whl/torch_stable.html 手动下载cu102/torch-1.7.0-cp38-cp38-win_amd ...
                            
                            
                                分类:
编程语言   时间:
2021-03-18 14:26:24   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1、error trying to exec 'cc1': execvp: No such file or directory 2、Fatal error: invalid -march= option: `armv7-a' 在设置了Path后依然报这个错误,原因是,交叉编译链是手动上传的,需要设置 ...
                            
                            
                                分类:
系统相关   时间:
2021-03-17 14:06:29   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                常用的dos命令(cmd) 1. 盘符切换 盘: 2.查看当前目录下的所有文件 dir 3.切换目录 cd/d盘 change directory 4.返回上一级cd.. 5.清理屏幕cls clear screen 6.退出终端exit 7.查看ip ipconfig 8.打开应用 calc no ...
                            
                            
                                分类:
其他好文   时间:
2021-03-16 14:07:05   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                idea如何设置默认的仓库和配置文件路径 首先,要知道如何更改仓库地址和配置文件路径 File-->settings,搜索框中输入maven,按照自己的路径填写 Maven home directory:Maven路径 User settings file : 配置文件路径 Local reposi ...
                            
                            
                                分类:
其他好文   时间:
2021-03-16 12:02:34   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    emqx 安装教程 启动失败 根据提示,我们查看启动失败日志 接着我们查看官网,对应常见错误,找到对应的解决办法, 查询 crypto依赖的 .so 动态库列表及其在内存中的地址:(其中 OPENSSL_1.0.2' not found表明指定的 OPENSSL 版本的 .so 库未正确安装) 我是 ...
                            
                            
                                分类:
其他好文   时间:
2021-03-06 14:53:32   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache ...
                            
                            
                                分类:
系统相关   时间:
2021-03-06 14:52:16   
                                阅读次数:
0