x11vnc

ubuntu-linux 软件安装参考指南

空扰寡人 提交于 2020-08-11 08:31:54
文章目录 deb 软件安装 工具软件 nvidia工具软件 caffe的依赖安装 软件安装List 1 sublime Text3 (3216) 2 Qt5.9.1 安装 3 Qground Control 编译安装 4 SMPlayer 安装 5 mNetAssist 安装 6 codeblocks C++ IDE 安装 7 Roboware Studio 安装 9 FFTW 安装 10 openCV3.30安装 OpenCV-with-CUDA 11 kubuntu ubuntu-server桌面 [12 x11vnc 安装与配置](http://blog.csdn.net/CSDNhuaong/article/details/78406838) 13 x2go teamview安装与使用 14通过vncserver远程登陆 15 通过samba进行文件传输 16 通过gdebi软件来安装deb软件 17 nmap 网络端口扫描软件 20 java jdk环境配置 21 steam 游戏平台,强化学习 22 minicom cutecom 串口调试工具 23 google gflag glog安装方式 24 gcc7 (C++17的安装 以及使用过程中的切换) 25 安装多版本python并设置优先级 网易云音乐 Eigen3 ##软件安装目录表 序号 软件名 功能 1

Kali 安装tightvncserver

房东的猫 提交于 2020-04-27 16:51:19
一、软件说明   a) tightvncserver是一个轻量级,只能建立桌面,不能查看 TTY7/TTY1 正在显示的桌面,但x11 vnc可以,相比x11vnc 安全传输差一些。反之,x11 vnc:安全传输较好,但占用资源比tightvncserver要多。   b) XRDP是一个服务器的远程桌面协议(RDP),Xrdp是免费软件。基于rdesktop工作,旨在为Linux提供功能的终端服务器。 二、安装tightvncserver 执行命令:apt-get install tightvncserver(我这里已经存在) root@kali:~# apt-get install tightvncserver Reading package lists... Done Building dependency tree Reading state information... Done tightvncserver is already the newest version ( 1 : 1.3 . 9 - 9 ). 0 upgraded, 0 newly installed, 0 to remove and 199 not upgraded. root@kali: ~# 三、安装Xrdp 执行命令:apt-get install xrdp root@kali:~# apt

Ubuntu16.04 LTS 安装VNC Server开启远程桌面

一笑奈何 提交于 2020-03-25 10:35:24
3 月,跳不动了?>>> Ubuntu 16.04 LTS 安装VNC,在百度和谷歌找了很多教程,不是太老,就是说的驴唇不对马嘴,所以忍不住写一些以正视听。 VNC有很多选择,VNC4server,tigervncserver等等,都不推荐,难装又难用。经过多次实验和测试,最后只采用 x11vnc 作为VNC服务器端。 具体配置步骤如下: 步骤 1 - 安装 X11VNC sudo apt install x11vnc -y 1 步骤 2 - 配置访问密码 # sudo x11vnc -storepasswd /etc/x11vnc.pass 1 步骤 3 - 创建服务 # vim /lib/systemd/ system /x11vnc.service 1 粘贴如下代码,最后 :wq 保存,请使用root用户,否则没有权限。 [Unit] Description= Start x11vnc at startup. After= multi-user.target [Service] Type= simple ExecStart= /usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /etc/x11vnc.pass -rfbport 5900 -shared [Install]

kali 使用x11vnc

限于喜欢 提交于 2020-01-07 04:18:17
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> Solution: I would recommend using x11vnc as it provides the actual desktop experience rather than a virtual one. To install x11vnc enter the following command: apt-get update && apt-get install -y x11vnc If you experience that the framebuffer size is too small, then to change it by doing the following: Locate /boot/config.txt and open it using nano or vim ( Note : If the file /boot/config.txt does not exist, safely power-off the Pi using the command, poweroff and take the Micro-SD card out and plug it into a laptop or desktop computer. When the Micro-SD card