Ubuntu system build
install ubuntu
sudo apt-get update
update langauage
{ sudo apt-get install ttf-wqy-zenhei g++ build-essential cmake libssl-dev openssh-server libX11-dev libXext-dev libXtst-dev subversion gfortran fcitx-table-wbpy freeglut3-dev csh dos2unix libatlas-base-dev }
sudo apt-get install ttf-wqy-zenhei
sudo apt-get install g++ build-essential
sudo apt-get install cmake
sudo apt-get install libssl-dev
sudo apt-get install openssh-server
sudo apt-get install libX11-dev libXext-dev libXtst-dev
sudo apt-get install subversion
sudo apt-get install gfortran
sudo apt-get install libatlas-base-dev
sudo apt-get install fcitx-table-wbpy
updata movie player
install qtcreator qtdesigner
sudo apt-get install freeglut3-dev
about intel+nvidia card install:
×××××××××××
1 please install cuda before update
2 sudo dpkg -i cuda-repo-ubuntu1204_7.0-28_amd64.deb
3 sudo apt-get update
4 sudo apt-get install cuda
×××××××××××
1 install cuda_7.5***.run, install drive + toolkit + sample
2 sudo apt-get remove --purge nvidia-*
3 sudo apt-get remove --purge xserver-xorg-video-nouveau
4 ctrl + alt + F1 into tty
참고: 다음 업데이트 드라이브는 340이며, 현재 테스트 중인 다른 드라이브는 데스크톱에 들어갈 수 없습니다.
5 sudo service lightdm stop
6 sudo add-apt-repository ppa:xorg-edgers/ppa
7 sudo apt-get update
8 sudo apt-get install nvidia-340
9 sudo apt-get install nvidia-340-uvm
sudo apt-get install nvidia-modprobe
10 Re-correct symlinks of libGL.so (conflit with MESA) :
- For 64-bit version of your Linux distribution :
1: Add '#' at the beginning of the lines of these files : /etc/ld.so.conf.d/i386-linux-gnu_GL.conf et /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf
/etc/ld.so.conf.d/i386-linux-gnu_GL.conf :
#/usr/lib/i386-linux-gnu/mesa
/etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf :
#/usr/lib/x86_64-linux-gnu/mesa
2: Execute this command :
sudo ldconfig
- For 32-bit version of your Linux distribution :
Verify if the NVIDIA is correctly installed when you restart your computer at the end of the tutorial. I will add modifications if you have issues on 32-bit version of your Linux distribution.
11 Execute this command to update the startup menu :
sudo update-initramfs -u
: :
sudo prime-select query ? if nvidia
sudo prime-select intel
sudo service lightdm start
install wiznote
$ sudo add-apt-repository ppa:wiznote-team
$ sudo apt-get update
$ sudo apt-get install wiznote
install Coin3D
back to classic UI:
sudo apt-get install gnome-session-flashback
, GNOME Flashback (Compiz)
exfat: 1、 :
sudo add-apt-repository ppa:relan/exfat
sudo apt-get update
2、 fuse-exfat
sudo apt-get install fuse-exfat
1. gcc
2 install qt, qtcreator
qtcreator Could not initialize GLX
./qtcreator -noload Welcome
install graphviz
install OpendTect
sun java:
$ sudo apt-add-repository ppa:flexiondotorg/java
$ sudo apt-get update
$ sudo apt-get install sun-java6-jre sun-java6-jdk sun-java6-plugin
sudo apt-get install csh
sudo apt-get install dos2unix
b2b download software: qbittorrent
snapshot software: shutter
movieplayer software: GNOME Mplayer
kdesvn
google chromium (Proxy SwitchySharp )
install flashplugin:sudo apt-get install flashplugin-installer,
sudo ln -s /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins/
FAQ: :sudo apt-key adv --keyserver keyserver.ubuntu.com --recv ID
FAQ: update error
sudo rm /var/lib/apt/lists/*
sudo rm -rf /var/lib/apt/lists/partial
:
1、 ibus
sudo apt-get remove ibus
2、
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
3、 , ,
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin
sudo apt-get install fcitx-table-all
im-switch -s fcitx -z default
4、 linux
sudo shutdown -r now
, !
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.