一些零落笔记的整理(二)

一些零散笔记的整理(二)1。sed -N 读取下一行内容到模式空间2。服务开机启动 chkconfig? 服务名 on3。删除整

一些零散笔记的整理(二)

1。sed -N 读取下一行内容到模式空间

2。服务开机启动 chkconfig? 服务名 on

3。删除整个表 truncate table 表名

4。调节声音大小 alsamixer

5。修改mysql root 密码 mysqladmin -u root password "密码"

6。mysql密码要加密后存入,密码类型的input输入无法存入

7。telnet启动? /etc/xinet.d/telnet

8。mysql新建用户grant on privileges? on *.* to NAME@localhost indentified by 'PASSWD' with grant option