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

Linux

系统运维

CentOS 8 搭建 LNMP 环境全面详细解析(Linux+Nginx+MariaDB+PHP)

概览 最近有些服务需要测试,想起近几年来腾讯云服务器还一直会有些优惠活动,所以就从腾讯云买了一台轻量 阅读更多…

由何星星,7月2021年12月9日 前
前端开发

Windows & Linux Web 服务集成环境

WampServer WampServer 是集成 Apache、Mysql、PHP 于一体的 Wi 阅读更多…

由何星星,2年2020年3月1日 前
系统运维

删除 Linux 命令历史记录

1. 清除当前 Xshell 的历史纪录 此操作只会当前 Xshell 或类似终端命令工具的历史记录 阅读更多…

由何星星,2年 前
系统运维

Centos 7.x 防火墙管理

0、设置 firewall 开机自启 systemctl enable firewalld.serv 阅读更多…

由何星星,3年 前
前端开发

Linux 踢出其他终端登录的会话

命令格式: [root@localhost ~]# pkill [-t 终端号] 进程名 pkill 阅读更多…

由何星星,3年 前
前端开发

编程语言注释规范

Linux 行注释:#这里是注释 块注释:none 扩展名:.bash/.conf/… 阅读更多…

由何星星,3年2019年8月13日 前
系统运维

CentOS release 6.8 (Final) 安装 Cacti-1.2.2 和 Spine

下载和安装配置 cacti [root@localhost ~]# wget https://www 阅读更多…

由何星星,3年2019年5月3日 前
系统运维

Linux 将文件夹下所有文件复制到另一文件夹

1、将 /home/bystark 文件夹的所有文件复制到 /home/temp 文件夹 cp -R 阅读更多…

由何星星,3年2019年4月2日 前
技术维新

Linux 发行版

Debian ▪ Debian ▪ Ubuntu ▪ Linux Mint ▪ Knoppix ▪  阅读更多…

由何星星,4年 前
技术维新

Ubuntu 衍生版

衍生版本 ▪ Edubuntu ▪ Gobuntu ▪ Kubuntu ▪ Lubuntu ▪ My 阅读更多…

由何星星,4年 前
系统运维

about UNIX/Linux, Like the Best OS!

Linux,最早由 Linus Benedict Torvalds 在 1991 年开始编写。在这之 阅读更多…

由何星星,4年2018年1月18日 前
系统运维

Linux crontab 定时任务

格式 * * * * * root command 第一列的 “*” 为分钟 从 1~59 第二列的 阅读更多…

由何星星,4年2018年1月7日 前
系统运维

设置个性化命令别名

[root@hexingxing ~]$ alias cls=’clear’ [root@hexin 阅读更多…

由何星星,4年2018年1月7日 前
系统运维

Linux 查看系统资源使用情况

1、top top -u apache ## 按用户查看进程 top -p 9851 ## 按进程号 阅读更多…

由何星星,4年2018年1月7日 前
系统运维

Linux 执行 History 下的命令

当你在 shell(控制台、终端随便叫)中输入并执行命令时,shell 会自动把你的命令记录到历史列 阅读更多…

由何星星,4年2018年1月7日 前
系统运维

使用 SSH 优雅的登录远程服务器

1、使用 ssh 命令连接到用户名为 hxx 的 10.1.2.3 的远程服务器,如果是自定义的端口 阅读更多…

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

CentOS 6.8 禁止 root 用户通过 SSH 远程登录

1、创建一个名为 ss 的普通用户并追加设置密码:adduser ss ; passwd ss 2、 阅读更多…

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

CentOS 6.8 修改 SSH 的默认 22 端口

1、编辑防火墙配置:vi /etc/sysconfig/iptables 在原来的默认 22 端口下 阅读更多…

由何星星,5年2017年12月3日 前
臻选推荐

使用防火墙具有什么优点,有什么作用?

一、什么是防火墙: 防火墙就是一个位于计算机和它所连接的网络之间的软件。该计算机流入流出的所有网络通 阅读更多…

由何星星,5年 前
系统运维

正确删除软件链接的方式 rm -rf symbolic_name

举例:创建一个目录并在该目录下创建文件后建立软件链接 #mkdir test_chk #touch 阅读更多…

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

Linux 关机命令之 init

init 关机命令很简单,直接输入 init + 运行级别代码 回车即可。 init 命令示例: i 阅读更多…

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

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日 前
系统运维

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

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

由何星星,5年2017年5月25日 前
臻选推荐

做为程序员和前端开发者

Mac 用来开发网站,Linux 用来运行网站,Windows 用来在 IE 下测试。

由何星星,5年 前
系统运维

Linux iptables 防火墙配置

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

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

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

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

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

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

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

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

文章导航

1 2 下一页


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