智能运维
-
Linux部署-Net并配置进程守护
注册 Microsoft 签名密钥并添加 Microsoft 产品提要 sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c 'echo -e "[packages-microsoft-com-prod]/nname=packages-microsoft-com-pr…
-
linux zip
linux zip -A:调整可执行的自动解压缩文件; -b<工作目录>:指定暂时存放文件的目录; -c:替每个被压缩的文件加上注释; -d:从压缩文件内删除指定的文件; -D:压缩文件内不建立目录名称; -f:此参数的效…
-
How to Export a Certificate From PowerShell?
There are a couple of ways to export a certificate from a Windows server. The most common way is to export a certificate from the ‘MMC’ console. If you want to know how to export a c…
-
How To Run Windows 11 On MAC Using VMWare Fusion
Let’s start this post with a discussion of why people want to run Windows on mac. Well, there are many reasons for this. Apple is known for its quality products, and MacBooks are considered the best …
-
Step By Step Procedure To Create A CSR In The IIS Server
Well, if you use a Microsoft IIS server for hosting your application, as an FTP server for file transfer, for testing, or for any reason. If you want to secure your web application and run the servic…
-
【区块链与隐私保护系列】基于Linux的TensorFlow Federated安装与使用
一、Tensorflow Tederated安装 基础环境: 操作系统:Ubuntu20.04 首先,安装Anaconda: 具体的安装步骤可以查看这篇文章,亲测实用,https://blog.csdn.net/ITBigGod/article/details/85690257 然后,安…
-
Linux—权限管理
Linux 权限管理 1、权限简介 Linux权限是操作系统用来限制对资源访问的机制,权限一般分为读、写、执行。系统中每个文件都拥有特定的权限:属主、属组以及其他人,通过这样的机制来限制哪些用户或用户组可以对特定…
-
CentOS装机
rpm常用操作 查找redis的安装包 rpm -qa|grep redis 查找安装的文件 rpm -ql redis-3.2.10-2.el7.x86_64 离线下载安装rpm包 rpm包 rpm -Uvh --force --nodeps *.rpm 网卡 查看网卡mac地址 ifconfig 网卡 centos 6 c…
-
Python修改windows键盘映射
新电脑环境的处理之一是修改键盘映射,主Ctrl键使用CapsLock CapsLock改为LeftCtrl RightCtrl改为CapsLock LeftCtrl改为RightCtrl 原来使用KeybMap这个软件修改,由于自己修改的映射很少,改为通过python操作注册表…
-
Ubuntu装机
更新源 sed -ri 's/http:////(cn.)?archive.ubuntu.com//ubuntu///https:////mirrors.tuna.tsinghua.edu.cn//ubuntu///g' /etc/apt/sources.list apt-get update Ubuntu 修改IP vi /etc/netplan/xx.yaml netplan ap…