GithubHelp home page GithubHelp logo

fontendeasy.github.io's People

Contributors

fontendeasy avatar

Watchers

 avatar  avatar

fontendeasy.github.io's Issues

Issues for ubuntu 14.04 LTS what during the learning

How to install ubuntu suffix .deb package:

1. dpkg -i xxx.deb
2. Just double the file and then the software center will open automatic.

How to convert the suffix .rpm package to suffix .deb package:

1. apt-get install alien
2. alien xxx.rpm and then the operation will produce a file suffix xxx.deb.
3. Third: turn to review the 'Install ubuntu suffix .deb package' section. 

Resolved Your wifi alternate between online or offline:

1.  find /etc/modprobe.d/rtl8723be.conf(if no the file please create it)
type: options rtl8723be ips=0 fwlps=0 swlps=0 swenc=1
2.reboot the system
3. that's will be Done!

How to change the default root password:

1. Type "sudo passwd" or "su passwd" command
2. the terminal will tips you to input the new password to the root.
3. and repeat input your new password twice.
4. then do the 1 step.
5. input the new root password what you set by step 3.
6. that's will be Done! 

How to install git:

1. sudo apt-get install git
2. git config --global user.name "your user name"
3. git config --global user.email "your email address[like: [email protected]]"
4. ssh-keygen -C 'you email address[like: [email protected]' -t rsa
5. gedit /home/username[like: zhuxl]/.ssh/id_rsa.pub  or vim /home/username[like: zhuxl]/.ssh/id_rsa.pub or  gedit ~/.ssh/id_rsa.pub  or vim  ~/.ssh/id_rsa.pub
6. clone all the content from the file by step 5.
7. login github.com/yourUserName and find  setting --> find the SSH and GPG keys list on the left nav, then click "New SSH key" on the top right, then  type the SSH key into the key textarea what by step 6.
8. that's will be Done! 

How to install Node:

1. update your system, type the following command like this:
apt-get install git-core curl build-essential openssl libssl-dev
2. git clone [email protected]:nodejs/node.git
3. cd node 
4. git tag // 查看Node的所有版本
5. git checkout v7.7.2
6. ./configure 
7. make && make install
8. node -v // show the version of Node
// you will see the output: v7.7.2
8. that's will be Done!

How to install Npm:

1. wget https://npmjs.org/install.sh --no-check-certificate
2. chmod 777 install.sh
3. ./install.sh
4. npm -v // show the version of Npm
// you will see the output: 1.3.10 
Note: if step 4 is not work,then you try "apt-get install npm".....Congratulations!
5. that's will be Done!

How to install JDK:

1. download jdk package:

下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

2. mkdir /usr/lib/jvm
3. tar -zxvf jdk-8u131-linux-x64.tar.gz -C /usr/lib/jvm
4. vim ~/.bashrc append the content like:
    export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_131  ## 这里要注意目录要换成自己解压的jdk 目录
    export JRE_HOME=${JAVA_HOME}/jre  
    export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib  
    export PATH=${JAVA_HOME}/bin:$PATH  
5. source ~/.bashrc
6. javac && java
7 java -v // show the version
// you will see the output: 
   java version "1.8.0_131"
   Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
   Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
8. that's will be Done!

How to install webstrom11:

1. 下载地址:

下载地址:http://www.jetbrains.com/webstorm/download/previous.html

2. tar zxvf WebStorm-11.0.4.tar.gz
3. cd WebStorm-143.2370.35/bin
4. gedit  webstrom.sh and append jdk path to any line like:
    JAVA_HOME=/usr/local/jdk1.8.0_131
5. sudo ./webstrom.sh then go on with the step, and Congratulation!
6. that's will be Done!

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.