Enable forwarding: sysctl -w net.ipv4.ip_forward=1 Create this script eg sudo nano iptables.sh eth=$1 proto=$2 port=$3 # OpenVPN iptables -A INPUT -i "$eth" -m state --state NEW -p "$proto" --dport "$port" -j ACCEPT # Allow TUN interface connections to OpenVPN server iptables …
Henry's Notes Articles.
By default, Windows 10 shows background pictures on your lock screen that have been curated specifically for this use–but it’s not immediately clear where they’re stored. Windows replaces these images regularly, but if you want to use them as regular …
Relationships in UML diagram are used to represent a connection between various things. A relationship is a connection amongst things such as structural, behavioral, or grouping things in the unified modeling language. Following are the different types of standard relationships …
Set Firewall Rules 1. Start by checking your active firewalld zone: firewall-cmd --get-active-zones The output will show your firewalld zone. In the example below, it is public. 2. Add the openvpn service to the list of services firewalld allows within the active zone. The active …
1. Kết nối với Server / VPS bằng quyền root Sau khi kết nối, bạn cần update hệ thống (đối với những server lâu chưa update) để các ứng dụng đạt trạng thái tốt nhất khi cài đặt cron: sudo …
Background Paper link: https://arxiv.org/abs/1907.11692 Paper code: https://github.com/pytorch/fairseq Introduction Mô hình RoBERTa (A Robustly Optimized BERT) là phiên bản cải tiến của BERT (A Robustly Optimized BERT). So với BERT, về quy mô mô hình, khả năng tính toán và dữ …
Follow Me