排序
Linux基于php-fpm模式的lamp搭建phpmyadmin的方法
Linux系统下基于php-fpm模式的LAMP环境搭建phpMyAdmin,可以按以下步骤操作: 1. 安装phpMyAdmin。可以下载phpMyAdmin的压缩包,然后解压配置,也可以使用yum/apt安装: # yum install phpMyAdmin # ...
nginx:413 Request Entity Too Large的处理办法–修改 PHP上传文件大小
在nginx中,413 Request Entity Too Large错误表示请求体过大,超过服务器设置的client_max_body_size限制。要修复此错误,主要有两种方法: 1. 修改nginx配置,增大client_max_body_size值可以在ngi...
CentOS网络配置后无法访问外网的解决方法
现象: ping内网正常 ping外网IP,域名均无法正常,返回错误:connect: Network is unreachable 后面在无意中看到Linux网络配置有添加网关的命令: route add default gw 192.168.128.2 dev eth...
在Ubuntu Trusty 14.04 (LTS) (64-bit)安装Docker的步骤
Ubuntu Trusty带来的是3.13.0 Linux kernel ,需要准备所有ubuntu库的某些条件,docker安装包被称之为docker.io。(注:Ubuntu (和Debian)包含有一些比较旧的同样被称之为docker的KDE3/GNOME2安...
Ubuntu无线网卡驱动安装方法
安装了Ubuntu后发现没有无线网络,搜索不到WiFi,但是正常情况下安装Ubuntu后,系统会自动安装无线网卡驱动,并且开机自动连接无线网。查了一下,原来我的网卡是非主流网卡,Ubuntu不会自动安装...
Ubuntu系统安装Wine来运行Windows程序的方法详解
ubuntu开启root权限和禁用root帐号的方法
新安装的ubuntu默认不能使用root,需要我们手动开启 在终端中输入: sudo passwd root Enter new UNIX password: (在这输入你的密码) Retype new UNIX password: (确定你输入的密码) passwd: ...
Fedora 33开始测试切换到Btrfs 它会影响哪些 Fedora 版本
fedora8下安装aircard750的gprs无线网卡驱动
AirCard7x0.zip的下载地址:http://www.sierrawireless.com/software/7x0/AirCard7x0.zip download the AirCard7x0.zip file. You can unzip the AirCard7x0.zip by executing the following co...











