码迷,mamicode.com
首页 >  
搜索关键字:shell ssh sudo 错误 tty terminal    ( 143381个结果
Linux添加环境变量
参考: linux添加环境变量4种方法 (360doc6.net) Linux vi/vim | 菜鸟教程 (runoob.com) 基础 Linux的环境变量是保存在变量PATH中,可通过Linux shell命令 echo $PATH 查看输出内容,或者直接输入export查看。 Linux环境 ...
分类:系统相关   时间:2021-06-02 20:15:43    阅读次数:0
MySQL 解决连接不上服务器问题
MySQL 解决连接不上服务器问题 我出现的错误如下图所示:(连接不上服务器) 解决方案: 电脑右键管理,服务里面找到MySQL,手动启动就可以连接成功了。 ...
分类:数据库   时间:2021-06-02 19:57:30    阅读次数:0
ctfshow4 web
看起来和3很相似,但是测试未成功发现错误,要用别的方法 查看默认目录得到日志路径,抓包将一句话木马插入于用于代理中 放包后蚁剑进行连接 找到flag ...
分类:Web程序   时间:2021-06-02 19:56:24    阅读次数:0
(补充)交叉编译器安装配置
交叉编译器的安装和使用 环境Ubuntu 20.04 LTS 前面教程提到了交叉编译器,忘了写具体的安装和配置方式,在这里补充一下 gcc编译器编译的程序只能在x86环境下运行,而不能在arm上运行 gcc运行方式 直接写一个程序hello.c然后输入命令 sudo gcc hello.c #编译器 ...
分类:其他好文   时间:2021-06-02 19:53:24    阅读次数:0
Nginx 开启,关闭,重启,查看命令,错误解决:Job for nginx.service failed because the control process exited with error code
启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control process exited with error code. See “systemctl stat 可能原因如下: 1.nginx配置文件有错误 运行下面命令查 ...
分类:其他好文   时间:2021-06-02 19:50:08    阅读次数:0
计应191西 李映玑
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-06-02 19:20:50    阅读次数:0
ubuntu 卡在waiting for unattended-upgr to exit的解决
https://blog.csdn.net/notacoder/article/details/102680465 https://blog.csdn.net/weixin_46233323/article/details/104871075 sudo rm /var/lib/apt/lists/l ...
分类:系统相关   时间:2021-06-02 19:09:24    阅读次数:0
git 错误:fatal: unable to access 'https://github.com/ultralytics/yolov5/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
错误如图所示: 解决办法:将命令中的 https改为 git git clone git://github.com/ultralytics/yolov5 ...
分类:数据库   时间:2021-06-02 19:09:12    阅读次数:0
华为sdk报错 Failed to read meta data for the AppID,gradle拷贝配置文件
问题描述: unity2017,接入第三方支持华为的sdk,androidstudio生成aar给unity 错误日志: In getMetaDataAppId, Failed to read meta data for the AppID. 最终和技术沟通后得出结论,apk中AndroidMani ...
分类:移动开发   时间:2021-06-02 19:05:50    阅读次数:0
P错误14274:pymssql._pymssql.OperationalError) (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Server is unavailable or does not exist (#SyStem@123.57.144.189)\n')
问题描述: pymssql模块连接sqlserver出现如下错误: pymssql._pymssql.OperationalError) (20009, b'DB-Lib error message 20009, severity 9:\nUnable to connect: Adaptive Se ...
分类:数据库   时间:2021-06-02 19:05:11    阅读次数:0
143381条   上一页 1 ... 35 36 37 38 39 ... 14339 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!