I got a brand new MacBook Pro 13" 2016. I used to work on GNU/Linux for decades. I don't want to change my working environment and life style. So I am going to connect to my work station remotely. This is why I need VNC. VNC is a stand protocol. We c
注:本人是用的Debian,个别命令可能有问题. 原文:http://www.jb51.net/os/Ubuntu/56362.html 一.文件/文件夹管理 ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的详细信息 cd .. 回当前目录的上一级目录 cd - 回上一次所在的目录 cd ~ 或 cd 回当前用户的宿主目录 mkdir 目录名 创建一个目录 rmdir 空目录名 删除一个空目录 rm 文件名 文件名 删除一个
ubuntu 14.04 desktop上安装vnc4server要装上gnome的一些软件包并修改启动文件~/.vnc/xstartup 问题来源How to make VNC Server work with ubuntu-desktop without xfce install these packages # apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal and use