> wget http://pecl.php.net/get/yaf-3.0.8.tgz > sudo tar -zxvf yaf-3.0.8.tgz > cd yaf-3.0.8 > sudo /usr/bin/phpize7.1 > sudo ./configure --with-php-con ...
分类:
系统相关 时间:
2020-11-10 10:50:25
阅读次数:
12
安装 glibc sudo apt install glibc-source cd /usr/src/glibc/ sudo tar -xvf glibc-[VERSION].tar.xz 在 VSCode 文件夹下的.vscode/launch.json中添加以下内容: "sourceFileMa ...
分类:
系统相关 时间:
2020-11-08 16:59:08
阅读次数:
37
Ubuntu 上 Node.js 安装和卸载 1、Ubuntu 安装 Node.Js1.1、执行检查可更新的软件:sudo apt-get update 1.2、先用普通的apt工具安装低版本的node,然后再升级最新。sudo apt-get install nodejssudo apt inst ...
分类:
Web程序 时间:
2020-11-08 16:55:59
阅读次数:
27
pwntools是一个CTF框架和漏洞利用开发库,用Python开发,由rapid设计,旨在让使用者简单快速的编写exploit。 pwntools对Ubuntu 12.04和14.04的支持最好,但是绝大多数的功能也支持Debian, Arch, FreeBSD, OSX, 等等。 安装前确保安装 ...
分类:
其他好文 时间:
2020-11-08 16:50:25
阅读次数:
21
ubuntu docker login Error saving credentials: error storing credentials - err: exit status 1, out: xiami133 2019-06-28 19:38:28 3313 收藏 2 版权 Error sav ...
分类:
系统相关 时间:
2020-11-07 17:24:35
阅读次数:
21
Asked 2 years, 6 months ago Active 3 months ago Viewed 67k times 121 34 OS: Ubuntu 18.04 Server Docker 18.3 CE I am logged onto the server, from my Wi ...
分类:
其他好文 时间:
2020-11-07 17:20:10
阅读次数:
23
防火墙都是关闭的服务端[root@localhost~]#yum-yinstallrpcbindnfs-utils编辑/etc/exportsp配置文件配置共享目录(配置文件默认可能没有)root@ubuntu:~#cat/etc/exports#共享目录允许访问的IP或网段(参数)/nfs192.168.6.0/24(rw,sync,no_root_squash先启动rpcbind再启动nfs[
分类:
其他好文 时间:
2020-11-07 15:37:17
阅读次数:
19
前言:Ubuntu下在使用搜狗拼音, 之前能正常使用, 但是最近几天输入法开始抽风, 无法输出中文,之后 打中文的速度一下子快起来了。但是当我打开 idea, phpstorm, sublime 这些软件之后傻眼了,发现输入不了中文,虽然习惯了coding的时候写英文注释,但是有些复杂的逻辑还是需要 ...
分类:
系统相关 时间:
2020-11-06 02:35:40
阅读次数:
25
Ubuntu server 16.04安装网卡驱动方法
分类:
系统相关 时间:
2020-11-06 02:25:58
阅读次数:
33
03-5 docker镜像管理之查看镜像的详细信息 docker image inspect [命令参数] [镜像名称]:[镜像版本] docker inspect [命令参数] [镜像ID] 作用: 查看本地一个或多个镜像的详细信息 实例 qwe@ubuntu:~$ docker image in ...
分类:
其他好文 时间:
2020-11-06 01:58:46
阅读次数:
23