-
-
通过.frm文件对表结构的恢复工具utilities(linux版本)
... mysql-utilities-1.6.5.tar.gz(https://downloads.mysql.com/archives/utilities/)
#tar xzvf mysql-utilities-1.6.5.tar.gz
#. cd mysql-utilities-1.6.5
#python setup.py install
-
install tcpdump
tcpdump采用命令行方式对接口的数据包进行筛选抓取,其丰富特性表现灵活;在linux下优秀的嗅探器-------tcpdump
-
linux基本的几个软件
1,安装 VMware tools
在VMware菜单栏找到安装虚拟工具的时候,它会弹出一个文件夹,里面就有VMware Tools的安装包。
直接把WMwareTools拷贝出来到桌面
然后打开终端解压命令:
sudo tar -xzvf VMwareTools-10.0.6-3595377.tar.gz
进入解压后的目录,执行:sudo ./wmware-install.pl 然后就一直回车了。
-
Linux Essentials for Cybersecurity
... .
Linux Essentials for Cybersecurity is your complete solution. Leading Linux certification and security experts William “Bo” Rothwell and Dr. ... layers are penetrated.
First, you’ll learn how to install Linux to achieve optimal security upfront, even if you ...
-
-
JetPack-L4T-4.0-linux-x64_b39
... to flash your Jetson Developer Kit with the latest OS image, to install developer
tools for both the host PC and Developer Kit, and to install the libraries and APIs, samples, and
documentation needed to jumpstart your development environment.
-
vsftpd在linux的服务器搭建
vsftpd能正常编译通过,不需要打补丁。
1.make ;make install
2.进入到ftp的根目录默认是/etc/vsftpd/文件中进行配置
-
linux部署lnmp环境
... 搭建 一、nginx安装
1、 yum -y install gcc gcc-c++ gd gd2 gd-devel gd2-devel ... 压缩包 目录)
6、make && make install
7、切换到nginx目录下
8 ... with-http_ssl_module --with-pcre=/home/tar/pcre-8.35 --with-http_realip_module --with-http_image_filter_module
9、make make install
-
An A-Z Index of the Linux Command LIne
linux 命令一览表
alias Create an alias •
apropos Search Help manual pages (man k)
aptget Search for and install software packages (Debian/Ubuntu)
aptitude Search for and install software packages (Debian/Ubuntu ...
-
windows和Linux的python35pyltp-0.2.1合集
两个包,一个是在windows下运行,一个是在Linux下。
windows:pyltp-0.2.1-cp35-cp35m-win_amd64.whl
Linux:pyltp-0.2.1-cp35-cp35m-linux_x86_64.whl
在直接pip3 install 就行了
-