下载地址: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全