Tạo SSH key trên Ubuntu/Linux
1. Khởi tạo cặp SSH key – keypair mới Mở terminal (Ctrl + Shift + T với Ubuntu), chạy lệnh: Ở đây bạn có thể chọn tên file cho SSH,…
1. Khởi tạo cặp SSH key – keypair mới Mở terminal (Ctrl + Shift + T với Ubuntu), chạy lệnh: Ở đây bạn có thể chọn tên file cho SSH,…
Mỗi server mà bạn quản lý, bạn cần ghi nhớ thêm thông tin về username, IP (hoặc hostname). Nếu bạn có quá nhiều server, việc này là không dễ và…
Remove key from known_hosts Example Remove key or All answers are good, but for real SSH pro we have missing information how to remove ssh signature with (non-standard) port number.…
1) Register at Comodo Waf website as we will be needing Email and Password later. https://accounts.comodo.com/cwaf/management/signup 2) Install Mod_Security. cd /usr/src wget https://www.modsecurity.org/tarball/2.9.0/modsecurity-2.9.0.tar.gz tar xzf modsecurity-2.9.0.tar.gz cd modsecurity-2.9.0 ./configure --with-apxs=/usr/local/apache/bin/apxs…
MobaExterm mRemoteNG putty XShell SecureCRT Kết nối vào server Linux bằng ssh tool
Problem to solve Remmina currently unable to connect to Microsoft Servers where TLS 1.2 or higher for RDP /SCHANNEL /SSL is enforced. Microsoft native RDP client can connect to enforced…
<?php $ip = gethostbyname(‘www.google.com’); echo “Resolution pour www.google.com: $ip”; echo “<br>”; $ip = gethostbyname(‘inet.vn’); echo “Resolution pour inet.vn: $ip”; ?>
emote users can connect to their Windows 10 and 11 computers via the Remote Desktop Services (RDP). It is enough to enable RDP in the device settings and connect to…
Multi Remote Session Windows 10 là tính năng cho phép mở nhiều phiên kết nối Multi Remote Session trên Windows 10 hơn, cho phép các user remote cùng làm việc…
1. Overview We use the ls command in Linux to list our files and folders. We can add options to display more or less detail. It also lets us sort…