码迷,mamicode.com
首页 >  
搜索关键字:sudo su    ( 17565个结果
React Native pod install错误 SDK "iphoneos" cannot be located
给Xcode命令行工具指定路径 sudo xcode-select --switch /Applications/Xcode.app 其他命令参考 $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ //查 ...
分类:其他好文   时间:2020-07-18 15:36:16    阅读次数:87
Ubuntu安装编译MatConvNet的问题
安装Matlab 默认安装之后没有添加系统路径,从终端启动matlab时只能指定完整路径 /usr/local/MATLAB/R20xx/bin/matlab 有两种解决方法: 将上述路径加入PATH 在目录/usr/local/bin里面创建一个指向上述路径的符号链接 sudo ln -s /us ...
分类:Web程序   时间:2020-07-18 00:53:54    阅读次数:103
docker如何构建多架构(arm64, x86_64, armv7)容器镜像?
#1. 更新docker的版本到大于或等于19.03 1.1 x86下如何更新docker? $ sudo apt install -y apt-transport-https $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | s ...
分类:其他好文   时间:2020-07-17 22:10:26    阅读次数:252
Debian 系统修改语言设置成英文
今天安装了一个Debian的虚拟机,安装的时候本来想选英语的,但是时区只能用美国的时区,于是就换上了中文的,没有提示选择时区。 发现在shell中文还是乱码,于是毅然的把语言更改成英语的。打开文件locale sudo vi /etc/default/locale 显示 LANG="zh_CN.UT ...
分类:编程语言   时间:2020-07-17 22:04:10    阅读次数:89
redis 反弹 shell
问题:crontab写别的定时脚本就可以执行(比如说每隔一分钟就创建一个txt文件),但是写shell就不知道为什么,反弹不了 但是开启Linux终端窗口单独执行bash shell时候,(不通过redis写shell),就可以再攻击机上监听到shell 环境 :Ubuntu 16 ; kali 2 ...
分类:系统相关   时间:2020-07-17 19:38:34    阅读次数:83
nginx: https
1、编译 ./configure --prefix=/usr/local/nginx-1.8\ --with-http_stub_status_module\ (统计数据查看) --with-pcre=/opt/install/nginx/pcre-8.44\ (正则) --with-http_su ...
分类:Web程序   时间:2020-07-17 19:22:38    阅读次数:72
linux 整理
1、ubuntu中启动和关闭tomcat命令 启动命令:sudo ./startup.sh 关闭命令:sh ./shutdown.sh @chenxu: 启动: cd /usr/local/tomcat/apache-tomcat-8.5.57/bin sudo ./startup.sh 关闭: c ...
分类:系统相关   时间:2020-07-17 16:17:17    阅读次数:71
nginx: https
1、编译 ./configure --prefix=/usr/local/nginx-1.8\ --with-http_stub_status_module\ (统计数据查看) --with-pcre=/opt/install/nginx/pcre-8.44\ (正则) --with-http_su ...
分类:Web程序   时间:2020-07-17 16:16:30    阅读次数:71
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory 在CentOS 7.6 操作系统的机器上安装 MySQL 过程中,执行安装命令报 ...
分类:其他好文   时间:2020-07-17 13:34:29    阅读次数:60
出现Permission denied的解决办法
#提示 Permission denied 解决的办法: sudo chmod -R 777 某一目录 chmod 777 文件名 #其中: -R 是指级联应用到目录里的所有子目录和文件 777 是所有用户都拥有最高权限 ...
分类:其他好文   时间:2020-07-16 18:16:02    阅读次数:96
17565条   上一页 1 ... 57 58 59 60 61 ... 1757 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!