码迷,mamicode.com
首页 >  
搜索关键字:dpkg status databas    ( 14112个结果
今日排错---harbor无法登陆failed with status: 502 Bad Gateway
现象 [root@ln0-181 src]# docker login harbor.spos.lab Authenticating with existing credentials... Login did not succeed, error: Error response from daem ...
分类:其他好文   时间:2021-05-24 07:34:00    阅读次数:0
CentOS7防火墙配置
firewall的操作 1.firewalld的基本使用 启动: systemctl start firewalld查状态:systemctl status firewalld 停止: systemctl disable firewalld禁用: systemctl stop firewalld在开 ...
分类:其他好文   时间:2021-05-24 06:54:27    阅读次数:0
Ununtu20下安装搜狗拼音
先执行如下命令: sudo apt install fcitx-bin sudo apt-get install fcitx-table 一、 二、 三、 四、 五、安装 sudo dpkg -i sogoupinyin_2.4.0.3469_amd64.deb 安装会出现如下错误: 在命令行执行 ...
分类:其他好文   时间:2021-05-24 06:46:44    阅读次数:0
Gitalk 自动初始化评论
博主在用 Hexo 搭建博客的时候,一直在考虑评论系统用什么,最终比较了多家,决定用 Gitalk,这是一个基于 Github Issues 的评论系统,所有的评论内容都保存在 Github Issues 中,每篇博客对应一个 Issues。只有登陆 Github 账号才能评论,大多数人应该都会有 ...
分类:其他好文   时间:2021-05-24 06:44:23    阅读次数:0
乌班图开启关闭防火墙
1、查看当前防火墙的状态 sudo ufw status #输入安装系统时创建的密码,乌班图不支持直接使用root账号登录 inactive状态是防火墙关闭状态 active是开启状态。 2、开启防火墙 sudo ufw enable 输入y会提示Firewall is active and ena ...
分类:其他好文   时间:2021-05-24 06:41:54    阅读次数:0
DBLE读写分离
单纯使用读写分离功能 3.20.10.0版本开始dble?持单纯的读写分离,可以和分库分表功能分开单独使?。 若想启?dble的读写分离,仅需在 user.xml ?件中配置 rwSplitUser并指定对应的dbGroup即可。 1、修改user.xml配置文件 <dble:user xmlns: ...
分类:数据库   时间:2021-05-24 06:12:25    阅读次数:0
Linux(九)nginx进阶操作及启动django项目
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:系统相关   时间:2021-05-24 04:12:29    阅读次数:0
node系列扯犊子之三http模块
###1、http.STATUS_CODES 是一个对象,属性名都是状态码,属性值则是该状态码的简短解释。 ###2、用法 var http = require('http'); //引入http模块 http.createServer(function(req, res) { //调用http模块 ...
分类:Web程序   时间:2021-05-24 02:07:12    阅读次数:0
Linux的定时服务相关(查看 启动 停止)
crontab(定时任务) 1.当linux发行的版本有service这个命令时候(service 是服务。必须root用户才可以支持) service crond status 查看定时任务运行状态命令 service crond start 启动定时任务命令 service crond stop ...
分类:系统相关   时间:2021-05-24 01:36:04    阅读次数:0
树莓派4B-安装docker
安装docker sudo apt-get install docker.io 创建文件目录 mkdir docker-images 修改本地存储路径 # 查看服务状态 sudo systemctl status docker ● docker.service - Docker Applicatio ...
分类:其他好文   时间:2021-05-04 15:54:46    阅读次数:0
14112条   上一页 1 ... 5 6 7 8 9 ... 1412 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!