^关于南大名称(about the name Nanda): "Nanda" has long been accepted nationwide as referring to Nanjing University. “南大”二字客观存在,但长期以来被南京大学使用并被抢先注册为教育商标。然而“南大”仅为南京大学的简称,并无任何法律法规规定仅可用于指代南京大学一所高等学校。
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
0
I've just upgraded to Kubuntu 18.04 (from 14.04, so almost fresh install), I've found a problem trying to connect to a VPN with network-manager. The configuration is very simple: just a server name (and then I have to input username and password). It works with command line: sudo openconnect server.address but when I try to connect from the network manager, I get this in /var/log/syslog : openconnect[6521]: Conectado a [server.ip]:443 openconnect[6521]: Negociación SSL con «[server.ip]» openconnect[6521]: La verificación del certificado del servidor falló: firmante no encontrado openconnect[6521]: Unknown certificate hash: pin-sha256:********...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
1
1
I created a Ubuntu Vagrant box and ssh'd into it. Now, created a ssh key and trying to ssh to my localhost but I get the following error. vagrant@vagrant-ubuntu-trusty-64:~$ ssh -vvvv localhost OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: connect to address 127.0.0.1 port 22: Connection refused ssh: connect to host localhost port 22: Connection refused When I check the list of ports opened as follows: vagrant@vagrant-ubuntu-trusty-64:~$ s...