我需要访问 IEEE xplore,但我无权从研究所下载。
我可以通过ssh登录到研究所的服务器,
那么如何通过ssh通过学院服务器访问IEEE xplore?
我已经搜索了解决方案,有一个答案:
ssh -L 8080:localhost:80 user@remoteserver
Run Code Online (Sandbox Code Playgroud)
然后他说:
现在,将本地浏览器指向 localhost:8080。它应该转发到远程服务器中的 localhost:80。### 但我仍然不知道如何配置我的笔记本电脑,我使用的是 chrome。
我非常感谢你的帮助!
我已经对这个问题的答案进行了广泛的搜索:
在登录页面,输入密码后,我的屏幕变暗一秒钟,再次成为登录页面。来宾帐户也不起作用。
我所做的:在 tty1 中:
sudo rm /home/wks-403/.Xauthority
sudo reboot
Run Code Online (Sandbox Code Playgroud)
或者
在 tty1 中:
sudo chown -R $USER:$USER $HOME
Then press CTRL+ALT+F7 and try to log in
Run Code Online (Sandbox Code Playgroud)
或者在 tty1 中从 lightdm 更改为 gdm:
sudo dpkg-reconfigure gdm
Run Code Online (Sandbox Code Playgroud)
但没有一个适用于我的笔记本电脑。
我的笔记本电脑参数:thinkpad x-61 32bit 显卡:Intel Corp. Mobile GM965/GL960 集成显卡控制器
根据“仍然是孩子”的建议进行更新,
输入“sudo startx”
Fatal server error
Sever is already active for display 0
If this server is no longer running , remove /tem/.X0-lock
please consult the THe X.Org Foundation support for help
ddxSigGiveUp: Closing …Run Code Online (Sandbox Code Playgroud)