下載地址:http://www.longene.org/forum/...php
對於64位操做系統,因爲缺乏32位庫,所以操做相對麻煩 依次執行命令 sudo apt-get install lib32ncurses5 sudo apt-get install lib32z1 sudo apt-get install lib32bz2-1.0 sudo apt-get install libgtk2.0-0:i386 執行完以後就能夠像32位系統同樣操做了,第一次使用時輸入命令 sudo bash /opt/longene/qq/qq.sh 而後便可運行,之後運行時按windows鍵,輸入QQ,看到QQ的圖標單擊便可
沒法輸入中文件的問題linux
#open the file using below cmd sudo vim /opt/longene/tm2013/tm2013.sh #add by cherish export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx
sudo apt-get install smplayer
下載地址:https://www.google.com/chrome...android
安裝命令: sudo dpkg -i xxxx.deb
安裝命令: sudo apt-get install freemind
$ sudo add-apt-repository ppa:wiznote-team $ sudo apt-get update $ sudo apt-get install wiznote
1:下載官方的qt-creator文件 qt-creator-opensource-linux-x86_64-3.2.0.run 下載地址: http://download.qt.io/official_releases/qtcreator/3.6/3.6.0/qt-creator-opensource-linux-x86_64-3.6.0.run 2:從源中安裝qt4 or qt5 sudo apt-get install qt4-default sudo apt-get install qt5-default qtdeclarative5-dev 3:使用qt-creator 新建qt工程 在kits-->Qt Versions中,add /usr/bin/qmake-qt4 就能夠了
工具: sudo apt-get install ffmpeg 合成命令: ffmpeg -framerate 6 -start_number 1001 -i %04d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4 //framerate 設定每秒多少幀圖片,每秒的幀數越大運動的過程看起來越連續
在sublime text中將TAB縮進直接轉化爲4個空格,能夠按照以下方式操做: 菜單欄: Preferences -> Settings – More -> Syntax Specific – User 而後添加設置代碼就能夠了,文件保存在$Packages/User下 { "tab_size": 4, "translate_tabs_to_spaces": true }
sudo vim .bashrc 到最後一行添加 PATH="$PATH:/opt" 保存退出ESC->:wq source .bashrc 查看是否生效 echo $PATH
到官網下載deb包:http://www.openoffice.us.com/ 解壓後到DEBs目前下,安裝全部deb包:sudo dpkg -i *.deb 程序的安裝目前在/opt目錄下面,找到soffice 即爲可運行程序
應用程序: sudo apt-get install povray 例子包 sudo apt-get install povray-examples 安裝完成後在/usr/share/povray-3.7/目錄下面,有以下目錄: icons include ini scenes scripts ini目錄,include目錄有很是多有用的文件 scripts目錄中有許多有用的例子
iw list 查看是否有 *AP這一項 ,有則支持
而讓Ubuntu 使用本地時間的方法是: sudo gedit /etc/default/rcS 把裏面的 UTC=yes 改成 UTC=no
lshw -short lscpu lsusb lspci 查看主板詳細信息 sudo dmidecode -t 2 sudo dmidecode |grep more
top時會出現相似以下效果,佔用不少cpu資源 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13509 root -51 0 0 0 0 S 54.7 0.0 3:29.47 kidle_inject/1 13511 root -51 0 0 0 0 S 54.1 0.0 3:30.92 kidle_inject/3 13510 root -51 0 0 0 0 S 48.8 0.0 3:11.60 kidle_inject/2 13508 root -51 0 0 0 0 S 47.6 0.0 3:08.47 kidle_inject/0 From the comments on that bug report, running the command sudo rmmod intel_powerclamp seems to have stopped the kidle_inject processes and I haven't noticed any issues with doing so as of yet. 解決命令: sudo rmmod intel_powerclamp
因爲如今uefi愈來愈普及,因此如今裝雙系統時,不一樣與老的啓動方式了 裝系統的順序,最好先裝windows 10,而後再裝 linux的distribution 須要具有的知識: 1:在裝win10時,必定要建立一個UEFI的分區,而後把win10的引導程序寫到這個分區,方便後面裝linux時,也把引導程序寫到這個分區 2: grub命令行下,須要會的命令,主要是用於方便手動修復雙系統的引導 手動啓動win10: set root=()0 chainloader xxx.efi +1 boot 手動修復linux: 知道grub.cfg文件在哪時: set root=(xx,xx) configfile xxx/grub.cfg 不知道grub.cfg文件在哪時: set root=(xx,xx) linuxefi /xx/xx/vmlinuz nomodeset quliet splash root=/dev/sdXY initrdefi /xx/xx/initrd boot 3:若是是nvidia的獨顯,ubuntu極可能啓動後就黑屏,在啓動項給內核傳參 nomodeset 這樣內核就會使用集成顯卡的驅動,通常能正常進入系統,而後update以後,就能夠安裝顯卡驅動了 4:ubuntu不太穩定,能夠考慮使用Debian系統,穩定性比較好,雖然驅動沒有Ubuntu全