TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Virtual Linux Remote Desktop

28 点作者 wheresvic1将近 6 年前

7 条评论

amanzi将近 6 年前
I do this often but a little less complicated than what is proposed here.<p>* Start with an Ubuntu Server base<p>* Install tasksel: sudo apt install tasksel<p>* Install the Xubuntu core desktop: sudo tasksel install xubuntu-core<p>* Install XRDP: sudo apt install xrdp<p>Then two small changes to make XRDP work:<p>* sed -i &#x27;s&#x2F;allowed_users=console&#x2F;allowed_users=anybody&#x2F;g&#x27; &#x2F;etc&#x2F;X11&#x2F;Xwrapper.config<p>* echo &quot;startxfce4&quot; &gt; ~&#x2F;.Xclients<p>Give the machine a reboot and you&#x27;re good to go. You can log in with an RDP client and continue configuring as you see fit.
评论 #20354435 未加载
viraptor将近 6 年前
&gt; systemctl disable unattended-upgrades<p>That&#x27;s a bad advice and it really has no place in this article. Please leave your automatic update in place.
microwavecamera将近 6 年前
Cool guide but I&#x27;d change one thing:<p><pre><code> echo mynewuser:mynewpassword | sudo chpasswd </code></pre> If you set the password using echo like this it will log the plaintext password in the current user&#x27;s .bash_history file.
评论 #20348572 未加载
equalunique将近 6 年前
These types of setups have their uses! I have tried to achieve similar setups in the past using a Fedora VM running VNC server and a Chromebook running VNC client. One pain point that you might not expect is how the client handles the Crtl, Alt, and Windows key modifiers. Browser-based clients especially will not pass these through, and thust interfacing with the remote system is usually not as convenient as many newcomers expect.
number6将近 6 年前
Maybe I am missing something, but why doesn&#x27;t he just do an xforward via ssh -x?
评论 #20357416 未加载
couchand将近 6 年前
I appreciate the general sentiment in having a reproducible work environment. But I must ask if the complexity of running and tunneling X is needed -- what desktop software are you running in this environment?
dekhn将近 6 年前
personally I found xrdp server w&#x2F; RDP client works great.
评论 #20349649 未加载