Hướng dẫn kích hoạt bản quyền Windows 10 qua máy chủ KMS– Khi cài mới tức bạn sử dụng file ISO và định dạng hoàn toàn phân vùng ổ đĩa cài Windows của mình. Lúc đó mọi thứ sẽ trở về nguyên thủy– Ở đây chúng ta sẽ lấy bản quyền qua máy chủ KMS– Mở cmd quyền Admin lên, bằng cách đơn giản nhất là bấm phím Windows + X, bấm A (hoặc chuột phải vào Start, chọn Command Prompt (Admin))– Sử dụng các lệnh này theo thứ tự...
Thứ Năm, 24 tháng 6, 2021
Thứ Ba, 15 tháng 6, 2021
How to change Priority and Weight values for SRV record on the Plesk server
QuestionHow to change "Priority" and "Weight" values for SRV record on the Plesk server?AnswerCurrently changing "Priority" and "Weight" values can be done via Command Line Interface (CLI) only.In the example below described how to set the Priority to 100 and Weight to 1 for SRV record, change the command as per your needs.Connect to the server via SSH or RDP.Execute the following command:Note:...
Nginx “Too many open files” Error Solution for Centos
Two ways to raise the nofile/max open files/file descriptors/file handles limit for Nginx in Centos 7. With Nginx running, checking current limit on master processcat /proc/$(cat /var/run/nginx.pid)/limits|grep open.files
Max open files 1024 4096 files
And worker processesps --ppid $(cat /var/run/nginx.pid) -o %p|sed '1d'|xargs -I{} cat /proc/{}/limits|grep open.files
Max open files...
Nginx “Too many open files” Error Solution for Ubuntu
If you run an Nginx server, you may come across an issue where you’ve reached the limit of how many files Nginx can have open. System wide resources are controlled by ulimit. You can check the current limits on a process with cat proc/pid/limits where pid is the pid of the process you want to view limits on. We can change the maximum number of file descriptors a process can create by modifying the /etc/sysctl.conf file...
Tuning Nginx
For this configuration you can use web server you like, i decided, because i work mostly with it to use nginx.You must understand that this config is used in testing environment and not in production so you will need to find a way to implement most of those features best possible for your servers.First, you will need to install nginxyum install nginx
apt install nginxBackup your original configs and you can start reconfigure...
Đăng ký:
Bài đăng (Atom)