聪明屋视角

关注互联网,关注技术开发,透析与分享移动互联网行业最新动态
解决方案
linux服务器搭建

linux服务器搭建

2019-02-17

http://blog.chinaunix.net/uid-17085332-id-2832243.html http://wenku.baidu.com/view/6781e29951e79b89680226f2.html http://51hired.com/questions/3300/yum%e5%ae%89%e8%a3%85mysql%e5%b9%b6%e8%ae%be%e7%bd%ae...

关键字:聪明屋智能科技,gf-cloud.cn,安徽软件开发,linux,服务器

linux 常用软件

linux 常用软件

2019-02-17

yum install "@Chinese Support" http://www.cnblogs.com/dudu/archive/2012/12/09/linux-apache-git.html 是由于git默认拒绝了push操作,需要进行设置,修改.git/config添加如下代码: [receive] denyCurrentBranch = ignore...

关键字:聪明屋智能科技,gf-cloud.cn,安徽软件开发,linux

linux redis

linux redis

2019-02-17

1、下载 wget http://download.redis.io/releases/redis-2.8.7.tar.gz下载后的文件在当前目录里 redis-2.8.7.tar.gz 2、编译安装 tar xf redis-2.8.7.tar.gz cd redis-2.8.7make make install 如果没有安装gcc的话会提示gcc not found 于是就需要安装一下...

关键字:聪明屋智能科技,gf-cloud.cn,安徽软件开发,linux

linux ftp 配置

linux ftp 配置

2019-02-17

useradd -d /home/test test //增加用户test,并制定test用户的主目录为/home/test passwd test //为test设置密码 修改路径 usermod -d /home/test 配置文件是 /etc/vsftpd/vsftpd.conf Anon_upload_enable=yes 开放上传权限 chroot_list_enabl...

关键字:聪明屋智能科技,gf-cloud.cn,安徽软件开发,linux

git下载安装配置及常见命令

git下载安装配置及常见命令

2019-02-17

# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel # wget http://kernel.org/pub/software/scm/git/rpms/i386/ 下载git # yum install git-core 安装git $ git --version 检查git版本 # mkdir...

关键字:聪明屋智能科技,gf-cloud.cn,安徽软件开发,git

apache 默认配置

apache 默认配置

2019-02-17

怎么查看和修改 mysql 的最大连接数? mysql 默认的最大连接数为 100,可以在 mysql 客户端使用以下命令查看 mysql> show variables like max_connections; vi /etc/my.cnf [mysqld] set-variable=max_connections=2000 #加入这些内容 :wq /etc/init....

关键字:聪明屋智能科技,gf-cloud.cn,安徽软件开发,MySQL,apache