mysql -uroot -p 添加用户 以root用户登录数据库,运行以下命令: create user liang identified by ‘liang’; 创建数据库blog create ...
Continue reading...开卷有益: 就是识字要读书,种地要养猪的意思。^_^
Apache服务器多站点配置
debian下Apache的配置文件位置 默认配置文件所在目录都是在/etc/apache2/ 目录下有如下目录 conf-available 包含可以使用的配置文件 conf-enabled 包含已...
Continue reading...GNOME Shell Extension扩展
这篇博文的,主要目的是为了方便我和大家安装GNOME扩展。我将我安装过的所有扩展列在此处。 常用扩展 Clipboard Indicator https://extensions.gnome.org/...
Continue reading...firewalld防火墙
防火墙 防火墙是一组规则。当数据包进出受保护的网络区域时,进出内容(特别是关于其来源、目标和使用的协议等信息)会根据防火墙规则进行检测,以确定是否允许其通过。下面是一个简单的例子: 防火墙可以根据协议...
Continue reading...ssh无法启动 (code=exited, status=255)
服务器运行了一些脚本后,突然发现无法ssh了。 root@X61T:/home/liang# service sshd restart Job for ssh.service failed becau...
Continue reading...