zoukankan      html  css  js  c++  java
  • Linux 下载安装

    安装教程:https://www.runoob.com/linux/linux-install.html


    Linux图形界面与命令行界面切换
    https://blog.csdn.net/ab52262879/article/details/89354804

    Linux centos重启命令:
      1、reboot 普通重启
      2、shutdown -r now 立刻重启(root用户使用)
      3、shutdown -r 10 过10分钟自动重启(root用户使用)
      4、shutdown -r 20:35 在时间为20:35时候重启(root用户使用)
      如果是通过shutdown命令设置重启的话,可以用shutdown -c命令取消重启
     Linux centos关机命令:
      1、halt 立刻关机
      2、poweroff 立刻关机
      3、shutdown -h now 立刻关机(root用户使用)
      4、shutdown -h 10 10分钟后自动关机
      如果是通过shutdown命令设置关机的话,可以用shutdown -c命令取消重启


    Linux-CentOS7-防火墙开启、关闭、以及查看防火墙状态命令
    https://blog.csdn.net/dh_sir/article/details/79244059


    CentOS 6 服务器安全策略配置
    https://blog.csdn.net/vbaspdelphi/article/details/52366300
    https://www.cnblogs.com/wuling129/p/4700003.html
    https://yq.aliyun.com/articles/647227

    Centos7 下终端vi某个文档 退出操作
    https://blog.csdn.net/Rice_Field_IT/article/details/83655309

     

  • 相关阅读:
    nginx正则配置解释和fastadmin
    Centos7中systemctl命令详解
    layer的iframe层的传参和回参
    centOS下jenkins
    centos下nginx安装和配置
    python文件目录练习题【一】
    python正则模块re使用案例
    python字符串常用方法
    Swoole的多进程模块
    swoole学习
  • 原文地址:https://www.cnblogs.com/delphixe/p/11221720.html
Copyright © 2011-2022 走看看