未央1993lucky吧 关注:10贴子:1,087

回复:linux and windows

只看楼主收藏回复

linux下查看和添加PATH环境变量
http://blog.csdn.net/dlutbrucezhang/article/details/8811456


IP属地:湖北36楼2017-03-21 19:55
回复
    %add binary path to system
    export PATH=$PATH:/home/lara/Profile/elastix/bin (/etc/profile)
    echo $PATH
    %add .so file to linux(loading shared library)
    export LD_LIBRARY_PATH=/home/lara/Profile/elastix/lib (/etc/ld.so.conf)
    echo $LD_LIBRARY_PATH


    IP属地:湖北37楼2017-03-21 20:42
    收起回复
      Ubuntu
      Create a new file in /etc/ld.so.conf.d/ called .conf
      Edit the file and add a line per directory of shared libraries (*.so files), it will look something like:
      /usr/lib/APPLICATION/libReload the list of system-wide library paths:sudo ldconfig


      IP属地:湖北38楼2017-03-21 21:02
      收起回复
        install google chrome to your system:
        cd /tmp
        wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
        sudo dpkg -i google-chrome*; sudo apt-get -f install
        % 64-bit


        IP属地:湖北39楼2017-06-18 11:18
        收起回复
          linux下如何更新网卡驱动呢?---------内核升级
          怕一不小心系统又整崩了连不上网,但是现在网速好差的说。。。。。。
          http://www.2cto.com/os/201503/383689.html
          http://blog.csdn.net/secondjanuary/article/details/22315127


          IP属地:湖北40楼2017-06-28 19:12
          回复