ubuntu vnc install

windows & ubuntu

http://www.jb51.net/os/Ubuntu/104948.html

ubuntu & ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04
sudo apt-get update
sudo apt-get install xfce4 xfce4-goodies tightvncserver

mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
Now we can open a new xstartup file with vim

vim ~/.vnc/xstartup
Insert these commands into the file so that they are performed automatically whenever you start or restart your VNC server:

#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &

sudo chmod +x ~/.vnc/xstartup

$> vncserver

press "F2", and enter "VNC" , use the virtual remote network originally installed.

时间: 2024-08-26 20:10:08

ubuntu vnc install的相关文章

[转]Ubuntu Precise - Install youtube-dl package using Quantal repo

Ubuntu Precise - Install youtube-dl package using Quantal repo Ubuntu Precise 12.04 currently contains in repository youtube-dl version 2012.02.27-1. As of recent YouTube changes this package version is not usable anymore but there is an updated vers

ubuntu mysql install

http://cycnet.blog.51cto.com/117809/812625/ ubuntu mysql install,布布扣,bubuko.com

Ubuntu 16.04 LTS软件包管理基本操作使用APT简化命令行下面我们列出 Ubuntu 16.04 LTS 中使用 ATP 命令与老版本 Ubuntu 中软件包管理的用法对比: Ubuntu 16.04 LTS 老版本Ubuntu apt install 包名 替代 apt-get install 包名 apt remove 包名 替代 apt-get remove 包名 apt se

前文 Ubuntu 16.04 新特性中我们已经介绍过,随着 Ubuntu 16.04 LTS 的发布,Ubuntu 的软件包管理命令也发生了变化,新系统采用了 Debian 项目中所使用的 APT(Advanced Package Tool)来完成各种的不同的任务,ATP 命令全面取代了我们之前在 Linux 软件包管理基本操作入门中所介绍的 apt-get.apt-cache 等功能. ATP 在创建之初便是为了解决大量软件包管理所遇到的问题,希望结束类似 Linux 早期系统依赖的一大弊病

ubuntu apt-get install xxx命令,下载的路径及清除方式

ubuntu或是其他linux系统,安装软件时会执行 sudo apt-get install 软件名称 . 观察命令行输出的内容,发现会从网上下载一些安装包,那有些人的问题就来了,下载的文件到哪去了,会不会随着安装东西越多,这些下载的安装包消耗硬盘空间. 首先,下载的安装包存到系统的/var/cache/apt/archives路径下 然后,如何清理他们,执行sudo apt-get clean

about ubuntu 16-4 install eclipse vary slow and always over , it is a bug,it takes me for half day ,i have to reback fictx

up vote21down votefavorite 12 Eclipse was working as good as anything on 14.04. I did a clean install of 16.04 and installed Eclipse. But it runs a Java program only once after which it just hangs during subsequent attempts before I remove and reinst

ubuntu tweak Install

ubuntu tweak 1:增加PPA源 sudo add-apt-repository ppa:tualatrix/ppa 2:編輯源列表sudo gedit /etc/apt/sources.list 加入以下兩行 deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty maindeb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty main3:更新套件列表 sudo

【Ubuntu】install ntp

// install [email protected]:/etc# apt-get install ntp Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libopts25 Suggested packages: ntp-doc The following NEW pa

ubuntu:apt-get install 问题

ubuntu用apt-get install 安装软件时报错: E: Sub-process /usr/bin/dpkg returned an error code 解决办法: cd /var/lib/dpkg sudo mv info info.bak sudo mkdir info sudo apt-get install software-name 会有很多警告. 再次install或upgrade就好了.

Ubuntu 16.04安装Ubuntu After Install工具实现常用软件批量安装

这个软件集成了常用且好用的软件,且只需要选择需要的软件之后自动安装好,不需要额外设置. 安装: sudo add-apt-repository ppa:thefanclub/ubuntu-after-install sudo apt-get update sudo apt-get install ubuntu-after-install 使用: 选择要安装的软件,然后单击立即安装开始. 一旦启动安装过程是非常耐心的安装将需要一段时间才能完成. 一旦应用程序安装成功,它将被标记为绿色点,如下所示.