The best VPN 2023

The Best VPS 2023

The Best C# Book

Jexus deployment asp.net mvc website guide

How to write asp.net paging control

Jexus deployment asp.net mvc website guide, during this time I need to deploy the website developed using traditional asp.net mvc technology on the Centos 7 server, the original Centos 7 deployment of asp.net webform development of the website is not Supported, or you need to use mono.

How to find Redis installation directory on Centos 7

How to find Redis installation directory on Centos 7

If you forget the installation directory of Redis in centos 7, then how to find Redis installation directory on Centos 7? When I deployed the website developed with asp.net webform technology to centos 7, I installed Redis on another server, but after a long time I don’t remember the installation directory of Redis, so I will share this post on how I found it.

How to install rar extract software in centos 7

How to install rar extract software in centos 7

How to install rar extract software in centos 7? I deployed the website developed by asp.net webform to centos 7 in my work some time ago. When installing the environment software, the rar file cannot be decompressed, so how to install the rar decompression software for centos 7?

Centos 7 Upgrade Kernel Guide

Do you know the Linux kernel version number

Recently, due to work reasons, centos 7 upgrade kernel guide, I deployed the website developed with asp.net technology to the customer’s Centos 7 server; the customer provided a bare metal with Centos 7 installed, no software was installed, and the kernel was not the latest. Therefore, the first step of work needs to be upgraded.

Do you know the Linux kernel version number

Do you know the Linux kernel version number

Do you know the Linux kernel version number? The Linux kernel version is different, and there is a Linux distribution version. Now the mainstream centos should be centos7. Starting from centos7.2, the kernel version is 3.10, and the later the kernel version is higher.

Can Dapr replace Spring Cloud?

Can Dapr replace Spring Cloud?

Can Dapr replace Spring Cloud? with Dapr, we can manage the deployment of a cloud-native application without any impact on the application itself. Dapr uses the sidecar pattern to off-load deployment concerns from the application

How to write asp.net paging control

How to write asp.net paging control

In this post, I will introduce how to write asp.net paging control. The reason is that at work, our project is a website project developed using the ancient asp.net technology. There is no suitable paging control, so I will write one myself.

How to develop single sign-on function?

How to develop single sign-on function

How to develop single sign-on function? SSO is a common function of our development system, but many developers do not understand the working principle of SSO very well.