Kali 2017.3 open VNC remote desktop login
Turn on Remote Desktop login by enabling screen sharing. After turning on, you need to turn off encryption. Otherwise, you will not be able to connect. Closing encryption can be done by using the system configuration tool dconf. So install dconf editor first.
Update source and install system configuration tool (cannot install without updating s ...
Posted by xfezz on Fri, 01 May 2020 10:16:12 -0700
The eighth day of FRR learning -- Distributed symmetric gateway
Distributed symmetric gateway
spine configuration
bgp evpn configuration
router bgp 7677
bgp router-id 192.168.59.130
bgp bestpath as-path multipath-relax
neighbor fabric peer-group
neighbor fabric remote-as external
neighbor 192.168.59.128 peer-group fabric
neighbor 192.168.59.129 peer-group fabric
!
address-family l2vpn evpn
neighb ...
Posted by Bunkermaster on Tue, 19 Nov 2019 01:26:44 -0800
CentOS 7 Install TigerVNC Server
1. CentOS 7 Install TigerVNC Server
2. Install TigerVNC Server
3. Configure VNC Service
4. Modify the firewall
5. Set the VNC password
1. CentOS 7 Install TigerVNC Server
This paper describes how to install VNC Server on CentOS 7 for remote access.This article refers to DigitalOcean The tutorial includes some installation experience.
2 ...
Posted by trekerboy on Tue, 11 Jun 2019 10:08:20 -0700
Xmanager Remote Connection CentOS7
http://blog.csdn.net/name_kongkong/article/details/53261626
At last week's regular meeting, I was told that the document of Xmanager remote connection was not written. Service not built? I think it's all VNC, Mao must do this?!! But I still got it today, ()has no human rights. After trying it out, it feels like it's not too bad. Maybe it's ...
Posted by chrispols on Thu, 23 May 2019 14:34:28 -0700
Rent Configuration in libvirt and SanLock
In previous tests, sanlock's leases were saved in NFS (disk_lease_dir="/var/lib/libvirt/sanlock"), and libvirt's automatic lease management function (auto_disk_leases=1) was used. Here we will try some new configuration methods.
Store leases directly in shared storage (automatic lease management)
There is no way to store leases direct ...
Posted by laanes on Thu, 23 May 2019 11:19:04 -0700