随笔分类 -  linux

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