Skip to content

Blog ANP

knowledge IT

Type to search
X
  • Home
  • admin
  • Page 5

Author: admin

SYS_LINUX March 31, 2023March 31, 2023 by admin

Enable root User Account on Ubuntu

The root Account in Ubuntu is disabled by default because his password is not set. To use root priviledges, basically it's better to use the sudo command with administrative accounts. But if you'd like to use root Account itself by…

CONTINUE READING
SYS_LINUX March 30, 2023 by admin

Hướng dẫn cấu hình crontab chạy 15 phút mỗi lần trên Linux

Crontab cơ bản là gì ? Cron là một dịch vụ giúp đặt lịch thực hiện tiến trình tự động theo một khung thời gian được thiết lập cụ thể trên Linux, ví dụ như 1 lần 1 ngày, mỗi giờ…

CONTINUE READING
VOICE March 20, 2023March 20, 2023 by admin

Fix error Hook update-contacts doesn’t exist on Freepbx

Hook update-contacts doesn’t exist after restore Because of a dumb mistake I had to restore a system (FreePBX 16.0.33) from a recent backup. However after the restore the contactmanager module was removed. Confirmed that downgrading the endpoint module to a…

CONTINUE READING
General Knowledge March 13, 2023 by admin

Enable Num Lock on startup or reboot in Windows 11/10

Enable Num Lock on Startup Here are three ways you can do it. Disable Fast Startup to enable Num Lock Enable Num Lock on startup using registry tweak Run NumLock Script at Startup You will need admin permission to execute…

CONTINUE READING
SYS_LINUX March 10, 2023 by admin

Hướng Dẫn Xử Lý Lỗi PhpMyAdmin – Error

1. Trường hợp 1 Nếu bạn truy cập vào phpMyAdmin và gặp thông báo lỗi giống như ảnh và mô tả bên dưới. Thì thông báo này có nghĩa là bạn không thể tạo session php để phục vụ cho…

CONTINUE READING
SYS_LINUX March 9, 2023 by admin

Cài đặt FTP server (VSFTPD) trên CentOS Stream 9

Cài đặt FTP server (VSFTPD) trên CentOS Stream 9 # Cài đặt vsftpd thông qua dnf dnf install vsftpd -y systemctl start vsftpd systemctl enable vsftpd systemctl status vsftpd # Cho phép người dùng kết nối với server thông qua…

CONTINUE READING
SYS_LINUX March 7, 2023March 8, 2023 by admin

Force Install OpenLiteSpeed on Centos 9 and Rocky Linux 9

As of 16 Feb 2023 it is not yet possible to install OpenLitespeed on Rocky 9 with 'dnf' due to missing dependencies. First of all, please check this post as the problem might have been fixed by the time you read this guide. If…

CONTINUE READING
SYS_LINUX March 3, 2023 by admin

Cài đặt Nginx và PHP-FPM on Centos

Cài đặt PHP Bước 1: Cài đặt REMI Repository sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm Bước 2: Tiến hành tìm kiếm các repo chứa bản PHP mà chúng ta cần yum --disablerepo="*" --enablerepo="remi-safe" list php.x86_64 Chúng ta có thể thấy có rất…

CONTINUE READING
SYS_LINUX February 24, 2023 by admin

Create Self-Signed Certificates and Keys with OpenSSL and convert to PEM

Creating the Certificate Authority's Certificate and Keys Generate a private key for the CA:$ openssl genrsa 2048 > ca-key.pem Generate the X509 certificate for the CA:$ openssl req -new -x509 -nodes -days 365000 \ -key ca-key.pem \ -out ca-cert.pem Creating…

CONTINUE READING
Mail February 21, 2023 by admin

MX vs SPF vs DMARC vs DKIM vs BIMI – Record Need for Mail Server

The domain name system (DNS) plays an important role in delivering email. The owner of a domain name (for example: @gmail.com) can specify where mail should be delivered. It can also prove that it has sent an email on behalf of…

CONTINUE READING

Posts navigation

Older posts
Newer posts

Recent Posts

  • Using WinSCP with the VMware vCenter Server Appliance VCSA 6 7 8
  • VCSA filesystem is out of disk space vcsa 6.5
  • How to Create a PowerShell Scheduled Task with Error SecurityError PSSecurityException FullyQualifiedErrorId
  • Delete All Files Older than x Days using PowerShell
  • Managing IIS Log File Storage Windows Server 2012-2016-2019

Recent Comments

  1. wealth on 11 cây thuốc nam chữa bệnh đau nhức xương khớp hiệu quả nhất
  2. Ivy Bell on Open quick startup Thêm ứng dụng tự động chạy lúc khởi động trong Windows 10
  3. zaimpodzalogptsekbCot on 11 cây thuốc nam chữa bệnh đau nhức xương khớp hiệu quả nhất
  4. zaimpodzalogptsekbCot on 11 cây thuốc nam chữa bệnh đau nhức xương khớp hiệu quả nhất
  5. lee la nota on 11 cây thuốc nam chữa bệnh đau nhức xương khớp hiệu quả nhất

Archives

  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022

Categories

  • AWS
  • AZURE
  • DATABASE
  • DOHOA
  • General Knowledge
  • Mail
  • Network
  • Open Source
  • SYS_LINUX
  • SYS_WINDOWS
  • VMWARE
  • VOICE