rdesktop: symbol lookup error: /lib64/libsndfile.so.1: undefined symbol: lame_encode_buffer_interleaved_ieee_double methods of the question 用户root cd /lib64/ ll libsndfile.so.1 cp libsndfile.so.1.0.37 libsndfile.so.1 rdesktop –help rdesktop: invalid option — ‘-‘ rdesktop: A Remote Desktop Protocol client. Version 1.9.0. Copyright (C) 1999-2016 Matthew Chapman et al. See http://www.rdesktop.org/ for more information. Usage: rdesktop [options] server[:port] -u: user name 用户root115… Continue reading symbol lookup error: /lib64/libsndfile.so.1
Category: linux
systemctl status frps
frp_0.31.2_linux_386-linux.tar systemctl status frps ● frps.service – Frp Server Service Loaded: loaded (/etc/systemd/system/frps.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2024-08-25 20:06:04 CST; 1 day 20h ago Main PID: 667 (frps) Tasks: 4 (limit: 2706) Memory: 17.1M CGroup: /system.slice/frps.service └─667 /usr/local/frp_0.31.2_linux_386/frps -c /usr/local/frp_0.31.2_linux_386/frps.ini Aug 27 16:14:43 iZ8vb59gsqaa2gjbi6n8g6Z frps[667]: 2024/08/27 16:14:43 [I] [proxy.go:92] [bcb008994eeb125b]… Continue reading systemctl status frps
frps
#这是ECS服务器端专用配置 [common] bin_addr = 0.0.0.0 bind_port = 7000 token = 52010 vhost_http_port = 800 vhost_https_port = 443 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = admin enable_prometheus = true [web-http] listen_port=8080 log_file = /var/log/frps.log log_level = info log_max_days = 3
screen
screen的作用是建立新的进程,关闭当前窗口,程序继续执行。非常适用于linux远程 root115@115:~/Downloads$ ls -lth total 8.8G -rw-r–r– 1 root root 4.6G Mar 30 15:22 CentOS-Stream-10-latest-x86_64-dvd1.iso -rw-r–r– 1 root115 root115 240 Mar 30 09:15 wget -rw-r–r– 1 root root 819M Mar 24 12:20 CentOS-Stream-10-latest-x86_64-boot.iso root115@115:~/Downloads$ screen -ls //列出进程 There is a screen on: 2382.wget (Detached) 1 Socket in /home/root115/.screen. root115@115:~/Downloads$ screen -r 2382 //查看进程 root115@115:~/Downloads$ screen… Continue reading screen
firewall-cmd
root@115:~# firewall-cmd –list-ports 20/tcp 21/tcp 22/tcp 80/tcp 443/tcp 39000-40000/tcp root@115:~# firewall-cmd –remove-port=39000-40000/tcp –permanent success