[dbeaver]
wget https://dbeaver.io/files/dbeaver-ce-latest-stable.x86_64.rpm
==================================================
[크롬 설치방법]
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum localinstall google-chrome-stable_current_x86_64.rpm
[크롬 실행 방법]
Running as root without --no-sandbox is not supported
뭐 이런게 나오면
실행시
google-chrome --no-sandbox
------------------------------------------------------------------------------------------------------------------------------
[wireguard]
yum -y install tftp* htop tree fping wireshark* epel-release elrepo-release yum-plugin-elrepo kmod-wireguard wireguard-tools
[kernel 7.9인 경우]
curl -Lo /etc/yum.repos.d/wireguard.repo https://copr.fedorainfracloud.org/coprs/jdoss/wireguard/repo/epel-7/jdoss-wireguard-epel-7.repo
yum -y install wireguard-dkms wireguard-tools && yum -y install epel-release
[00:10:37] root@dic:/etc/yum.repos.d # cat wireguard.repo
[copr:copr.fedorainfracloud.org:jdoss:wireguard]
name=Copr repo for wireguard owned by jdoss
baseurl=https://download.copr.fedorainfracloud.org/results/jdoss/wireguard/epel-7-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/jdoss/wireguard/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
============================================================================================================
[elrepo.noarch.rpm]
yum install https://www.elrepo.org/elrepo-release-7.0-4.el7.elrepo.noarch.rpm
[KLCNS VPN]
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu && iptables -I INPUT 6 -s 10.6.0.0/23 -m comment --comment "KLCNS VPN IP" -j ACCEPT && service iptables save && systemctl enable wg-quick@wg1 && wg-quick up wg1 && ping -c 2 10.6.1.254