Installation tutorial on CUDA+CUDNN in Windows Environment
Anaconda + pychar package is recommended.
This article describes how to install the pytorch and tensorflow frameworks
First of all, you should know which version of your graphics card driver is (take 1660S as an example)
1. Open the NVIDIA control panel, which can be opened by right clicking on the desktop or hiding the icon bar in the lower ...
Posted by poltort on Sun, 05 Dec 2021 01:46:12 -0800
In order to enable IE on Windows 11, I rolled up a repair tool
Webmaster Xiao Jia's blog / www.sysadm.cc
The official version of Windows 11 was announced not long ago.
It's not easy to use. I think 80% of people go to try fresh food, so many say it's easy to use, and many say it's not easy to use.
For us, whether it is really easy to use or really difficult to use, it is entirely a personal feeli ...
Posted by mattcooper on Fri, 03 Dec 2021 20:44:09 -0800
Network Security Learning -- DNS deployment and security
DNS
DNS(Domain Name Service): provides a domain name resolution server for clients
Domain name composition
Overview of domain name composition
Host name. Domain name is called fully qualified domain name (FQDN). There can be multiple hosts under a domain name. The domain name is unique in the world, and the host name. Domain name must be un ...
Posted by rosy on Mon, 29 Nov 2021 16:46:29 -0800
log usage
log usage
It is inevitable that we encounter bugs in the development process. How can we easily find bugs? There is a logging module in Python that can record what is wrong and record relevant information to help us debug easily
log level
Logs are divided into five levels, from low to high:
1. DEBUG
2. INFO
3. WARNING
4. ERROR
5. C ...
Posted by svivian on Sat, 27 Nov 2021 20:01:35 -0800
Nginx Managed.Net Core Application
I. Installation.Net Core
Refer to official documents: https://www.microsoft.com/net/core#linuxcentos
1. Add dotnet product Feed
Before installing.NET Core, you need to register for Microsoft Product Feed. This only needs to be done once. First, register the Microsoft signature key, then add the Microsoft product Feed
sudo rpm --import https ...
Posted by Rusnoff on Wed, 24 Nov 2021 09:20:14 -0800
Perfectionist Win10 installation guide
The original text is published in github and updated from time to timeAfter computer is too laggy, it will become very stuck. All kinds of files will be out of order. Therefore, it is an important link to improve work efficiency and fun to develop good use habits and reinstall the system regularly. However, the personal files on the computer an ...
Posted by doobster on Tue, 23 Nov 2021 17:08:52 -0800
openLDAP win installation and deployment and java CRUD interface
catalogue
summary testing environment setup script Configuration startup Client introduction Configuration of ldif file for multi-level DC java interface writing test
[1] . overview
What is LDAP? I won't talk about the concept here. There are many online searches. The focus of this paper is to introduce how to install and configure openLDAP ...
Posted by phpnoobie on Fri, 19 Nov 2021 07:49:31 -0800
Sending and receiving of C# Serialport
Sending and receiving of C# Serialportpreface:Last time, the blogger explained the configuration of serial port control for you. In this issue, we will explain the sending and receiving of serial port. This serial port communication control provides a lot of methods for the communication between host computer and single chip microcomputer. It i ...
Posted by BrianG on Fri, 19 Nov 2021 01:43:13 -0800
Hiding skills of CobaltStrike server
catalogue
Introduction:
1, Modify default port
2, Replace SSL certificate
3, Modify C2.profile file
Create and modify C2 profile file:
4, Run the teamserver file server and go online
Introduction:
Many tools have their own characteristics, such as sqlmap, awvs and other scanners, which can be easily removed by waf ba ...
Posted by shaitan on Wed, 17 Nov 2021 20:52:28 -0800
ping command usage and judgment of target host operating system
ping command usage and judgment of target host operating system
1. ping command
When sending a packet to an IP address, the other party will return a packet of the same size. According to the returned packet, the existence of the target host can be determined, and the operating system of the target host can also be preliminarily judged. It c ...
Posted by pneudralics on Wed, 10 Nov 2021 18:52:50 -0800