Ubuntu 服务器使用记录
从二进制包安装 MySQL (未解决)
安装 MySQL,仍有一些启动问题未解决,先不研究了
sudo 命令
sudo allows a system administrator to delegate authority to give certain users—or groups of users—the ability to run commands as root or another user while providing an audit trail of the commands and their arguments.
Linux 系统管理
Linux 网络学习
关于计算机网络知识的学习,不仅仅是 Linux 下的网络管理。
正则表达式
正则表达式
Linux 进程管理
Linux 进程学习笔记
Linux 文件权限
出于安全的考虑,多用户操作系统需要具备保障个人隐私和系统安全的机制。在Linux中,无论是文档还是硬件设备都以文件的形式存在,相应地,安全机制也主要表现为对文件访问权限的控制。
Linux 软件安装
Apache Troubleshooting
使用 Apache 服务器过程中遇到的各种问题,在此记录以供参考。