Git Product home page Git Product logo

ubuntu-xps15's Introduction

Ubuntu-XPS15

Install Ubuntu linux on Dell XPS 15 9550

一、安装配置Node

1. 选择版本

Node.js选择相应版本

2. 下载(64位系统)

wget https://nodejs.org/download/release/v4.4.7/node-v4.4.7-linux-x64.tar.gz

可以根据下载页面的版本

3. 解压配置环境变量

export NODE_HOME=/opt/node-v4.4.7-linux-x64
export PATH=$NODE_HOME/bin:$PATH

4. 查看Node版本,如若显示版本信息则表示Node.js正确安装

node -v

二、安装WeChat

三、安装remarkable

1. 下载安装包

http://remarkableapp.github.io/linux/download.html

2. 安装

dpkg -i remarkable_1.62_all.deb

3. 补上依赖项

sudo apt-get install -f

4. 测试运行个

remarkable &

四、Visual Studio Code安装

ubuntu-xps15's People

Contributors

yidane avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.