随笔分类 - linux
想变强吗
摘要:一、apache 安装分两条命令yum 安装:yum -y install httpd httpd-manual mod_ssl mod_perlyum -y install httpd httpd-devel启动apachesystemctl start httpd.service二、mysql
阅读全文
摘要:详细介绍: https://www.cnblogs.com/superGG1990/p/6844952.html 注:其中检验过程与下述不同,可以先在对应git库使用 git pull 一次,选择信任yes即可,之后的pull就可以直接拉取了 解释:https://www.jianshu.com/p
阅读全文
摘要:基本的操作方法:本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况 apahce启动命令:推荐/usr/local/apache2/bin/apachectl start apaceh启动 apache停止命令/usr/local/apache2/bin/a
阅读全文
摘要:Laravel5.3 Artisan Console 文档地址 http://laravelacademy.org/post/6228.html 1、在服务器上查看定时任务有哪些crontab -e 使用该命令 打开vim 查看添加的任务有哪些 一行代表一个定时任务 2、将对应需要定时的larave
阅读全文
摘要:linux 系统则是由 cron (crond) 这个系统服务来控制的。Linux 系统上面原本就有非常多的计划性工作,因此这个系统服务是默认启动的。另 外, 由于使用者自己也可以设置计划任务,所以, Linux 系统也提供了使用者控制计划任务的命令 :crontab 命令。 一、crond简介 c
阅读全文
摘要:安装Apache:用的下面的安装法命令用的是 yum -y install httpdhttp://blog.csdn.net/kesixin/article/details/72882469 mysql 用的是阿里云的mysql安装方法 http://blog.csdn.net/kesixin/a
阅读全文
摘要:Loaded plugins: fastestmirror, prestoLoading mirror speeds from cached hostfileCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&a
阅读全文
摘要:修改 /etc/sysconfig/network-scripts/ifcfg-etho 修改dhcp 为 static 修改后的样例 这三个ip该怎么对应 ifconfig 123各自对应 修改/etc/sysconfig/network-scripts/ifcfg-etho后内容(只改了stat
阅读全文
摘要:xshell突然中断报错 Socket error Event: 32 Error: 10053.Connection closing...Socket close. Connection closed by foreign host. Disconnected from remote host(d
阅读全文
摘要:https://www.cnblogs.com/cosiray/archive/2012/03/02/2377099.html
阅读全文
摘要:https://www.cnblogs.com/wangkongming/p/4531341.html 查看系统磁盘硬盘占用率 https://blog.csdn.net/aaashen/article/details/50685988
阅读全文
摘要:http://blog.csdn.net/suquan629/article/details/44783377
阅读全文
摘要:示例: cd C:\work 查看文件夹直接在当前路径下输入 dir 在当前路径下输入 dir/? 查看帮助
阅读全文
摘要:接近我的示例 http://ju.outofmemory.cn/entry/116399 http://tanxw.blog.51cto.com/4309543/1618576 http://blog.csdn.net/nil_lu/article/details/72794005 make出错解决
阅读全文
摘要:http://www.cnblogs.com/xcxc/p/3642352.html
阅读全文
摘要:不允许点击输入密码:解决方案 https://zhidao.baidu.com/question/2266139012830466068.html
阅读全文
摘要:yum升级PHP版本的时候出现这个问题 由于CentOS6的系统安装了epel-release-latest-7.noarch.rpm 导致在使用yum命令时出现Error: xz compression not available问题。 解决方法: 1.到http://ftp.riken.jp/L
阅读全文
摘要:http://blog.csdn.net/kesixin/article/details/72882469 单独安装php7 http://blog.csdn.net/tang05709/article/details/54096937 安装之前需要 追加CentOS 6.5的epel及remi源。
阅读全文
摘要:http://jingyan.baidu.com/article/495ba8410ff14d38b30ede01.html vim编辑器笔记 1.vi 文件名 打开文件 2.按 i 键 进入insert 模式 即编辑模式 按esc切换模式 按:输入wq保存退出 按:输入q!不保存退出 在编辑模式下
阅读全文
摘要:1、进入mysql安装路径的 mysql/bin 目录(即mysqld.exe所在目录) 2、在cmd中输入mysql进入mysql操作环境(mysql -u root -p )链接mysql并输入密码链接数据库
阅读全文