ubuntu installation note

14.04 LTS

enabling vnc:
0. apt-get install dconf-tools
1.click icon "search your computer and online sources"
desktop sharing, enable
2. create file and named as vino-fix.sh
#!/bin/bash
export DISPLAY=:0.0
gsettings set org.gnome.desktop.remote-access require-encryption false
3. sudo chomd +x vino.sh
4. click icon "serach your computer and online sources"
startup application
add, vino-fix.sh
5. enhance performance
gsettings set org.gnome.vino disable-xdamage true

intall openssh
sudo apt-get install openssh-server

install ftp
sudo apt-get install vsftpd
see /etc/vsftpd.conf

ubuntu installation note

时间: 2024-11-06 14:35:47

ubuntu installation note的相关文章

Ubuntu搭建Note.Js 平台

1. 安装nodeJs和npm apt-get install nodejsapt-get install npm 2 .node有一个模块叫n,是专门用来管理node.js的版本的.首先安装n模块:npm install -g n注:-g 表示安装到全局目录,否则会安到当前命令所在目录的node_modules目录下.为了集中管理,最好安装在全局目录.通过npm config get prefix获取全局目录,通过npm config set prefix “目录路径” 来设置. 列出所有可用

Install Netbeans 8.2 on Ubuntu 14.04

Install JDK 8 JDK 8 and later versions are required for installing and running the Java SE, Java EE and All NetBeans Bundles. You can download standalone JDK or download the latest JDK with NetBeans IDE Java SE bundle. Install JDK 8 on Ubuntu 14.04 I

Installing Ubuntu on a Pre-Installed Windows 8 (64-bit) System (UEFI Supported)

http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported If you are using Ubuntu 15.04+, many issues are now solved, so there is no need to follow this guide except if you are using any Ubuntu

Ubuntu 12.04 安装MySQL

转自: http://www.cnblogs.com/yhLinux/p/4012689.html 本文是对 Ubuntu 12.04 环境下安装 MySQL 的记录,通过这两天的折腾,不断试错,才发现要完整地掌握 MySQL 安装其实并不复杂,关键是遇到问题时记住到官方文档寻找解决方案,在网络上搜索的网友的方法不一定适合你,而官方文档是比较全面的,建议大家有问题多看看. 安装MySQL的方法有多种方式,包括源码安装,包管理器安装,二进制安装等.之前,我使用最快的方式--包管理器安装,但安装完成

macbook pro install ubuntu

https://help.ubuntu.com/community/MacBookPro Determine your hardware revision To determine which version / generation of MacBook Pro you have, you have multiple options: From the GUI in OS X Click on the Apple on the top left > "About this Mac&quo

使用U盘安装Ubuntu系统

-----------------------note by shanql-------------------------- 注:在windows下可用EasyBCD安装引导文件来引导Ubuntu(note by shanql) 其他参考:http://www.jianshu.com/p/2eebd6ad284dhttp://forum.ubuntu.org.cn/viewtopic.php?t=297638http://blog.csdn.net/lvanneo/article/detail

How To Install Docker On Ubuntu 18.04

Docker is an increasingly popular software package that creates a container for application development. Developing in Docker speeds up applications, as it shares the kernel and other resources, instead of requiring dedicated resources. There are two

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1

P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1       May 2016 Contents About This Guide...................................................................................... 11 Shared Topics in This Guide .

[GUIDE] How to Setup Ubuntu 16.04 LTS Xenial Xerus for Compiling Android ROMs

With a new version of Ubuntu comes an update to my guide for setting up a build environment to compile Android ROMs. The aim of this is to simplify the configuration process and teach a little bit about the command line. Follow the directions step-by