随笔分类 -  Linux系统

上一页 1 ··· 7 8 9 10 11

摘要:参考 https://zhidao.baidu.com/question/332018368.html 上网搜fdisk分区教程root用户执行fdisk /dev/sda然后按 n输入p一路回车 直到出现提示符然后输入w执行 partprobe 执行mkfs.ext3 /dev/sda4一路回车耐 阅读全文

posted @ 2019-07-01 18:03 风行天下-2080 阅读(811) 评论(0) 推荐(0) |

摘要:centos7系统忘记用户密码处理方式: https://baijiahao.baidu.com/s?id=1614000108255096283&wfr=spider&for=pc 下面分享一下,当你忘记了centos7的root管理员账号的登录密码了怎么解决 首先,打开centos7,在选择进入 阅读全文

posted @ 2019-06-19 10:49 风行天下-2080 阅读(171) 评论(0) 推荐(0) |

摘要:https://www.cnblogs.com/lldsn/p/10479493.html https://feiutech.blog.csdn.net/article/details/80618726?utm_medium=distribute.pc_relevant.none-task-blog 阅读全文

posted @ 2019-05-17 15:38 风行天下-2080 阅读(1137) 评论(0) 推荐(0) |

摘要:部分参考centos6: https://blog.csdn.net/jinzhencs/article/details/53673999 下载yum: https://www.cnblogs.com/catlee/p/7417680.html 1)下载repo文件 wget http://mirr 阅读全文

posted @ 2019-04-25 13:06 风行天下-2080 阅读(190) 评论(0) 推荐(0) |

摘要:https://www.cnblogs.com/xiaowenshu/p/10030139.html#top 阅读全文

posted @ 2019-03-29 15:54 风行天下-2080 阅读(118) 评论(0) 推荐(0) |

摘要:centos7密码策略 https://blog.csdn.net/qq_36896749/article/details/80264280 centos7设置密码规则 https://blog.csdn.net/wh211212/article/details/79979062 阅读全文

posted @ 2019-03-21 10:29 风行天下-2080 阅读(283) 评论(0) 推荐(0) |

摘要:https://www.cnblogs.com/aenjon/p/4081794.html 阅读全文

posted @ 2018-12-11 10:12 风行天下-2080 阅读(324) 评论(0) 推荐(0) |

摘要:个人认为:硬盘如果够大,可以单独划分一个data盘,以防止rm -rf / Centos 7.2基础安装和配置(含分区方案建议) 参考网站: https://www.cnblogs.com/set-config/p/9040407.html 景:windows桌面运维为主的我,前几天接到一个去某客户 阅读全文

posted @ 2018-12-10 16:54 风行天下-2080 阅读(11307) 评论(0) 推荐(0) |

摘要:小叨下背景:笔者的服务器内存只有1g,少得可怜。之前使用apache,不堪忍受其过量的内存消耗,网站卡得想哭,数据库也不断地崩,无奈投入nginx的怀抱并且已经喜欢上了nginx,具体请看上文《CentOS7部署轻量级web服务器nginx+php》。 然而过了几个月后数据库还是继续崩,经查询mys 阅读全文

posted @ 2018-11-13 08:57 风行天下-2080 阅读(477) 评论(0) 推荐(0) |

摘要:http://www.pythoner.com/122.html abc高级bash shell编程 阅读全文

posted @ 2018-10-29 17:53 风行天下-2080 阅读(140) 评论(0) 推荐(0) |

摘要:http://www.linuxe.cn/index.php?keyword=elk 阅读全文

posted @ 2018-10-23 18:24 风行天下-2080 阅读(89) 评论(0) 推荐(0) |

摘要:1、 https://www.toutiao.com/a6813128269383074315/?tt_from=weixin&utm_campaign=client_share&wxshare_count=1&timestamp=1586319691&app=news_article&utm_so 阅读全文

posted @ 2018-10-19 16:37 风行天下-2080 阅读(190) 评论(0) 推荐(0) |

摘要:Linux更换jdk版本,java -version还是原来的版本问题 https://www.cnblogs.com/ahang/p/6734544.html https://blog.csdn.net/loongshawn/article/details/53159952 下载JDK旧版本 ht 阅读全文

posted @ 2018-10-17 14:31 风行天下-2080 阅读(757) 评论(0) 推荐(0) |

摘要:1、centos7的系统的yum 更新系统报错: --> 解决依赖关系完成错误:initscripts conflicts with centos-release-7-3.1611.el7.centos.x86_64 您可以尝试添加 --skip-broken 选项来解决该问题 您可以尝试执行:rp 阅读全文

posted @ 2018-10-15 16:09 风行天下-2080 阅读(1302) 评论(0) 推荐(0) |

摘要:https://www.cnblogs.com/set-config/p/9040407.html 阅读全文

posted @ 2018-10-13 23:27 风行天下-2080 阅读(106) 评论(0) 推荐(0) |

摘要:https://blog.csdn.net/yu0_zhang0/article/details/78503439 在 /etc/yum.conf 的 [main] 后面添加以下配置即可! exclude=kernel* exclude=centos-release* 阅读全文

posted @ 2018-10-13 22:58 风行天下-2080 阅读(217) 评论(0) 推荐(0) |

摘要:http://www.360doc.com/content/15/0608/17/15798950_476597844.shtml 相关yum-cron说明有一些 CentOS yum update 不升级内核版本方法 https://blog.csdn.net/dylloveyou/article 阅读全文

posted @ 2018-10-13 22:57 风行天下-2080 阅读(249) 评论(0) 推荐(0) |

摘要:um --security upgrade 一、参考文档: https://blog.csdn.net/ubuntu64fan/article/details/80927212 CENTOS服务器yum update时怎样更新安全补丁,过滤掉内核不升级内核版本 https://blog.csdn.n 阅读全文

posted @ 2018-08-10 10:10 风行天下-2080 阅读(392) 评论(0) 推荐(0) |

摘要:http://www.bubuko.com/infodetail-2004218.html http://www.bubuko.com/infodetail-2004218.html **************************************** 1报错信息: 参考:https:/ 阅读全文

posted @ 2018-05-29 10:43 风行天下-2080 阅读(1049) 评论(0) 推荐(0) |

摘要:参考网站:https://blog.csdn.net/achang21/article/details/52538049 https://blog.csdn.net/weixin_45649763/article/details/103348513 (防火墙iptables与firewall-cmd 阅读全文

posted @ 2018-05-24 13:45 风行天下-2080 阅读(160) 评论(0) 推荐(0) |

上一页 1 ··· 7 8 9 10 11

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3