美文网首页
Begin usring Ubuntu

Begin usring Ubuntu

作者: 923板凳 | 来源:发表于2016-09-01 14:26 被阅读13次

    Every day Log

    Today is the first day that I used Ubuntu as my working OS.
    There will be some problems for me to deal during this days.

    So I will make a log everyday.

    Orange

    how to run orange in ubuntu:

        #python -m Orange.cancas
    

    Problem:why I can not import orange in Spyder even I have installed Anaconda.

    R

    To set working directory in R studio:

        >setwd("/lxzhu/R")
    

    weka

    I download the weka .zip file and unziped it,but when I use the command to run weka,I met a problem.

    I do this command:

        lxzhu@lxzhu-120-1212cx:~/weka-3-8-0$java -jar weka.jar
        程序 'java' 已包含在下列软件包中:
         * default-jre
         * gcj-4.6-jre-headless
         * openjdk-6-jre-headless
         * gcj-4.5-jre-headless
         * openjdk-7-jre-headless
        请尝试:sudo apt-get install <选定的软件包>
    

    So I will find how to deal with this problem.I found in the ubuntu software manage,ther are a Java.So I click on the open JDK java runtime to install JRE.But I am not sure if this can be done.

    After that I use the same command,and this time it works.
    The weka can run.
    So from now on,I can use weka on my computer.That is great.

    FlashPlayer

    When you install ubuntu,the flashplayer can't work.So you must update it before you can see the Falsh on the Broswer.

    I use this way to update my FlshPlayer.
    I go to this url:
    FalshPlayer
    In this page you selected:ATP for Ubuntu 10.04+

    Then you click the "Download Now" button.
    After that you will find that you have find a "Adobe Flash Player" chlice,you click the "install" button to install it.

    After you finished installing it,you can see the Falsh in your Browser.

    SMplayer

    Follow this guy to install the SMplayer:
    How To Install SMPlayer in Ubuntu

    This the reference that I followed to add some codec in smplyer:
    UBUNTU中安装SMPLAYER

    Followed that essay,you can install the w32codecs on your Ubuntu.
    UBUNTU中安装SMPLAYER

    相关文章

      网友评论

          本文标题:Begin usring Ubuntu

          本文链接:https://www.haomeiwen.com/subject/nrncettx.html