技术专区
-
关于安装Wind金融终端后,启动QT后频繁跳出WDF.dll文件注册成功窗口的问题
安装Wind金融终端后,启动QT后频繁跳出WDF.dll文件注册成功窗口的信息。 经过排查后发现,主要问题出在系统环境变量上。 安装了wind金融终端后,用户系统环境变量PATH里多了两个wind相关的路径,将路径修改为上一级…
-
图解 Fedora 36 工作站安装步骤
作者: Pradeep Kumar 译者:LCTT 郑 | 2022-05-26 08:53 给 Fedora 用户的好消息,Fedora 36 操作系统已经正式发布了。这个发布版本是针对工作站(桌面)和服务器的。下面是 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 …
-
Linux Mint 21 “Vanessa” 的 10 大特色
作者: Arindam 译者:LCTT 郑 | 2022-08-04 15:57 我们总结了 Linux Mint 21 “Vanessa” 的 10 大特色,你可以看看有哪些是为你而准备的。 Linux Mint 21 “V…
-
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…
-
在 Fedora 36 中如何重置 root 密码
作者: Sk 译者:LCTT geekpi | 2022-05-26 09:48 在 Fedora 中重置忘记的 root 密码。 你是否忘记了 Fedora 中的 root 密码?或者你想更改 Fedora 系统中的 root 用户密码?没…
-
【区块链与隐私保护系列】基于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…