分类: linux
-
目录穿越
威胁类型 目录穿越(filedirtraversal_in) 攻击方式 POST 攻击路径 /cgi-bin/ […]
-
linux debain mysql 经常自动停止服务,日志内存不足。
free-m查看内存不足。 /etc/mysql/my.cnf文件, innodb_buffer_pool_s […]
-
linux command
ssh root@123.207.16.105 cd /var/www/jinguan git reset – […]
-
linux debain 用户配置
中文 apt-get install locales dpkg-reconfigure locales 勾选“ […]
-
linux debain服务器配置
debian 软件包 https://packages.debian.org/stable/ whereis […]
-
终端下vi键盘窜码,删除键不能用
#编辑/etc/vim/vimrc.tiny set compatible #改为 set nocompati […]
-
linux下安装FileZilla
filezilla客户端安装 filezilla客户端下载 将文件夹放到/usr/local/下,或者其他位置 […]
-
linux学习三(ubuntu系统)
ubuntu下使用root登陆 设置root sudo passwd root 输入设置密码 vi /etc/ […]
-
linux系统mysql
grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地址 identified […]
-
linux学习二(apache)
源码编译安装 apache安装 官网下载apache apache文件目录下编译 ./configure — […]