使用MySQL当然会接触到MySQL的存储引擎,在新建数据库和新建数据表的时候都会看到。MySQL默认的存储引擎是MyISAM,其他常用的就是InnoDB了。至于到底用哪种存储引擎比较好?这个问题是没有定论的,需要根...
screen 是一个非常有用的命令,提供从单个 SSH 会话中使用多个 shell 窗口(会话)的能力。当会话被分离或网络中断时,screen 会话中启动的进程仍将运行,你可以随时重新连接到 screen 会话。如果...
/var/log/messages linux总的日志/etc/logrotate.conf 日志切割配置文件weekly //每周切割一次rotate 4 切割4次create...
rsync工具介绍小例子如果rsync命令不存在则安装# yum install -y rsync[root@localhost ~]# rsync -av /etc/passwd /tmp/1.txtsending...
unit介绍ls /usr/lib/systemd/system //系统所有unit,分为以下类型service 系统服务target 多个unit组成的组device 硬件设备mount 文件系统挂载点autom...
列出所有系统服务:systemctl list-units --all --type=service[root@localhost ~]# systemctl list-units --all --type=serv...
[root@localhost ~]# chkconfig --list列出服务和每个级别的开启状态Note: This output shows SysV services only and does not in...
crontab 是Linux VPS里定时计划任务,可以说是一个使用频率很高的小工具了,最近几乎每天都会用到,详细介绍如下[root@localhost ~]# cat /etc/crontab &nbs...
打开firewalld# systemctl disable iptables# systemctl stop iptables# systemctl enable firewalld# systemctl star...

