何星星何星星
  • Home
  • Active Directory
  • PowerShell
  • MySQL
  • PHP
  • UI/UX
  • CSS
  • jQuery
  • JSON
  • Regex
  • ●●●
    • Manual
    • Linux
    • CentOS
    • Nginx
    • Windows
    • MSDN
    • Docs

系统运维

系统运维

Linux 关机命令之 reboot

reboot 通知系统重启。 reboot 命令示例: # reboot # 重启机器 # rebo 阅读更多…

由何星星,5年2017年7月2日 前
系统运维

Linux 关机命令之 poweroff

poweroff 会发送一个 ACPI 信号来通知系统关机。 poweroff 命令示例: powe 阅读更多…

由何星星,5年2017年7月2日 前
系统运维

Linux 关机命令之 halt

halt 通知硬件来停止所有的 CPU 功能,但是仍然保持通电。你可以用它使系统处于底层维护状态。 阅读更多…

由何星星,5年2017年7月2日 前
系统运维

Linux 关机命令之 shutdown

shutdown 会给系统计划一个时间关机,它可以被用于停止、关机、重启机器。 你可以指定一个时间字 阅读更多…

由何星星,5年2017年7月2日 前
系统运维

WordPress 安装主题或插件需要输入 FTP 登录信息

/** * zh_CN 本地化设置:启用 ICP 备案号显示 * * 可在设置→常规中修改。 * 如 阅读更多…

由何星星,5年2017年6月8日 前
系统运维

隐藏 WordPress 在 head 和 feed 以及 js、css 涉及的版本号

在当前主题的 functions.php 中添加以下代码: // 同时删除 head 和 feed 阅读更多…

由何星星,5年2017年6月7日 前
系统运维

phpMyAdmin 修改 WordPress 数据库表前缀

1、配置文件 wp-config.php 中,例如将 $table_prefix = ‘wp_’; 阅读更多…

由何星星,5年2017年6月6日 前
系统运维

CentOS 6.8 配置 LNMP(Linux+Nginx+PHP5+MySQL)

1、使用 yum 直接安装 Nginx [root@hexingxing ~]# yum insta 阅读更多…

由何星星,5年2017年5月25日 前
系统运维

配置 hosts 使 Samba 共享给 Windows 访问速度更快

[root@hexingxing ~]# cat /etc/sysconfig/network NE 阅读更多…

由何星星,5年2017年5月22日 前
系统运维

Nginx 301 永久跳转和 URL 重写(用于域名更换和 http 跳转 https)

# 域名 301 永久跳转 (www to none-www or non-www to www), 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

WordPress 更换域名或 http to https 的 SQL 命令

UPDATE wp_options SET option_value = replace( opti 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

Linux iptables 防火墙配置

# Firewall configuration written by system-config- 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

WordPress 设置固定链接

#Nginx set WordPress /%postname%/ # 配置文件默认位于 [root 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

Samba:Linux 与 Windows 建立 SMB 协议文件共享

一、安装 Samba [root@hexingxing ~]# yum -y install sam 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

搭建 LNMP 环境之 Nginx 与 PHP (FastCGI) 的配置

一、安装和启动 nginx 1.1、安装 nginx [root@hexingxing ~]# yu 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

拦截未绑定的域名访问服务器

[root@hexingxing conf.d]# pwd /etc/nginx/conf.d 进入 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

CentOS 安装和配置 phpMyAdmin

一、安装 phpMyAdmin [root@hexingxing /]# yum install – 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

Linux 隐藏 Nginx 和 PHP 版本信息

1、隐藏 Nginx 版本信息 进入 Nginx 配置文件的目录,默认在 /etc/nginx/ 目 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

HTTPS 证书配置

# # HTTPS server configuration # 配置文件默认位于 [root@he 阅读更多…

由何星星,5年2017年5月13日 前
系统运维

CentOS 6.8 配置 LAMP(Linux+Apache+PHP+MySQL)环境

前期准备 1、配置防火墙,开启 80 端口、3306 端口 [root@hexingxing ~]# 阅读更多…

由何星星,5年2017年5月10日 前
系统运维

CentOS 6 报错 Bringing up interface eth0

今天启动 CentOS 6 发现 IP 自动改变了,网卡设备名称也变成了 eth1。 重启 网卡提示 阅读更多…

由何星星,5年2017年5月10日 前
系统运维

CentOS 6 弹出界面 eth0: 错误:没有找到合适的设备

出现 “错误:没有找到合适的设备:没有找到可用于连接 ‘System eth0&#821 阅读更多…

由何星星,5年2017年5月10日 前
系统运维

Linux 目录结构

/ 根目录 /bin 存放系统命令 /boot 存放着系统的启动文件和内核 /dev 设备文件主目录 阅读更多…

由何星星,5年2017年5月1日 前

文章导航

上一页 1 … 5 6


  • 关于
  • 联系
  • 留言
  • 版权
  • 隐私
  • 作品
© 2022 何星星 保留所有权利 粤ICP备11030697号