MySQL 的安装与初始化(Ubuntu) 安装MySQL 使用apt包管理器进行安装 首先保证你的软件包是最新的,执行下面的命令更新 sudo apt-get update 安装mysql-server软件包 sudo apt install mysql-server 根据提示完成安装,输入"ye ...
分类:
数据库 时间:
2020-11-11 15:53:53
阅读次数:
53
> 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
查找软件: # 列出软件 tasklist # 查找 tasklist|findstr "string want to find" 关闭软件: taskkill /f /t /im "name of software" ...
Windows10 安装工具下载: https://www.microsoft.com/zh-cn/software-download/windows10 Microsoft 365 安装工具下载: https://otp.landian.vip/zh-cn/#store 激活工具下载: http: ...
安装 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