Ubuntu14.04 软件、优化、常见问题解决

想到哪里说到哪里,或者再次遇到了就更新一下。

软件基本都是必备(尤其笔记本及移动硬盘安装系统的话)

电池管理软件由于一些原因,就不贴了~

具备一丢丢Ubuntu知识就好,尽量傻瓜化。

另,感谢各个开源软件及文中使用的脚本的作者

文中大部分信息,最初来自Google 搜索。

请乐于分享,请乐于搜索!

——————————————-

2016.4.6更新:系统升级后VirtualBox 错误提示

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

‘/etc/init.d/vboxdrv setup’

as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

解决办法:

sudo /etc/init.d/vboxdrv setup

2016.4.5更新:开机引导丢失傻瓜修复

这个忘记说了。新手经常出错。

live CD下试用Ubuntu

sudo apt-get install lilo

sudo lilo -W /dev/sda mbr

常见问题如此解决,没有解决就终端输入lilo 看命令,绝大部分问题轻松解决

——————————————-

DOTA2、文明5 原生支持Linux

暗黑3等有wine好的版本。假如需求游戏多,请

sudo apt-get install playonLinux

Caffeine(防止电脑休眠指示器)

sudo add-apt-repository ppa:caffeine-developers/ppa

sudo apt-get update

sudo apt-get install Caffeine

触摸板指示器

sudo apt-get install touchpad-indicator

prime-indicator(显卡切换指示器)

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install prime-indicator

32位openal(解决部分游戏无音)

包括但不限于文明5

sudo apt-get install libopenal1:i386

为知笔记(这篇文最初就记录在这里,跨平台最好的软件)

sudo add-apt-repository ppa:wiznote-team

sudo apt-get update

sudo apt-get install wiznote

如何安装最新版 wine及解决wine和N卡驱动冲突

sudo apt-get install nvidia-cuda-toolkit #Need to get 250 MB of archives; 774 MB of additional disk space will be used

sudo apt-get install ocl-icd-opencl-dev #this will remove nvidia-libopencl1-* and nvidia-opencl-dev

sudo apt-get install wine #Need to get 121 MB; 342 MB of additional disk space will be used.

安装wine(或者直接安装play on Linux)

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine xxx(版本号)

或者

sudo apt-get install playonLinux

Google 日历指示器

有了这个,天气、日程、行程、农历、假期、纪念日等全有了(需要另外设置,具体步骤请Google)

sudo add-apt-repository ppa:atareao/atareao

sudo apt-get update

sudo apt-get install calendar-indicator

修改swap使用份额

Ubuntu默认60

sudo gedit /etc/sysctl.conf

vm.swappiness=10

修改后重启检查

cat /proc/sys/vm/swappiness

unity-tweak-tool(美化工具)

sudo apt-get install unity-tweak-tool

ubuntu tweak(国产优化神器)

http://ubuntu-tweak.com/

sudo add-apt-repository ppa:tualatrix/ppa

sudo apt-get update

sudo apt-get install ubuntu-tweak

Preload预加载提速

sudo apt-get install preload

7zip&RAR

sudo apt-get install p7zip-full RAR

开始菜单指示器

sudo apt-get install classicmenu-indicator

GIMP

sudo apt-get install gimp

Weather Indicator Applet (天气预报)

sudo apt-get install indicator-weather

Openshot(视频编辑器,推荐)

sudo apt-get install openshot

conky管理器 懒人包

懒得配置conky,就用它(默认即可用,会改配置更好)

sudo apt-add-repository ppa:teejee2008/ppa

sudo apt-get update

sudo apt-get install conky-manager

Virtual Box(最好的虚拟机)

http://www.oracle.com/technetwork/cn/server-storage/virtualbox/downloads/index.html

百度云盘(开源)

https://github.com/LiuLang/bcloud-packages

如果结合IPv6,会达到10Mbs/s的速度,这里使百度PCS的IPV6地址,添加到/etc/hosts/中(IP6据说失效)

2400:da00::dbf:0:6666 p.baidupcs.com

2400:da00::dbf:0:6666 nj.baidupcs.com

2400:da00::dbf:0:6666 qd.baidupcs.com

2400:da00::dbf:0:6666 cdn.baidupcs.com

2400:da00::dbf:0:6666 hot.baidupcs.com

2400:da00::dbf:0:6666 www.baidupcs.com

2400:da00::dbf:0:6666 hot.cdn.baidupcs.com

2400:da00::dbf:0:6666 d.pcs.baidu.com

下载软件

uget的安装:

sudo add-apt-repository ppa:plushuang-tw/uget-stable

sudo apt-get update

sudo apt-get install uget

2.aria2的安装:

sudo add-apt-repository ppa:t-tujikawa/ppa

sudo apt-get update

sudo apt-get install aria2

安装完aria2后,可以在终端中运行aria2c -v,查看版本和支持的特性。需要1.10以上的版本才能支持资源搜索。

运行uget,插件,启用aria2,设置下载任务属性,服务器数16不错。

大小写指示器

sudo add-apt-repository ppa:tsbarnes/indicator-keylock

sudo apt-get update

sudo apt-get install indicator-keylock

开源迅雷编译步骤

sudo apt-get install qt4-qmake libqt4-dev libqjson-dev libphonon-dev libqt4-dev git

git clone https://github.com/CaledoniaProject/XLCloudClient.git && cd XLCloudClient/

qmake

make

sudo make install

sudo gedit /usr/share/applications/CloudClient.desktop

# replace”thunder-256″with“/usr/share/icons/hicolor/256×256/apps/thunder-256.png”

acer 亮度问题(Asus同理)

sudo gedit /etc/default/grub

GRUB_CMDLINE_LINUX=””

改成

GRUB_CMDLINE_LINUX=”acpi_backlight=vendor“

保存

更新grub

sudo update-grub

acer wifi必须FN+F3开机后手动开启(Asus同理)

sudo gedit /etc/modprobe.d/blacklist.conf 在最后一行增加 blacklist acer-wmi。

支付宝安全控件(For Chrome、Firefox、Opera)

https://110.alipay.com/sc/aliedit/intro.htm

——————————————————————————————————————

google云端硬盘(不太好用了)

安装依赖库

sudo apt-get install -y git cmake build-essential libgcrypt11-dev libjson0-dev \

libcurl4-openssl-dev libexpat1-dev libboost-filesystem-dev \

libboost-program-options-dev binutils-dev libboost-test-dev libqt4-dev \

libyajl-dev expect zenity gksu libnotify-bin

下载Grive Tools

http://linux.softpedia.com/get/Utilities/Grive-Tools-102298.shtml

重装unity

sudo apt-get install ubuntu-desktop

sudo apt-get install unity

sudo apt-get install unity-common

sudo apt-get install unity-lens*

sudo apt-get install unity-services

sudo apt-get install unity-asset-pool

备注:后面两行命令执行时如果提示已经安装过了,那就不需要了。

更新ubuntu及组件

sudo apt-get update

sudo apt-get upgrade

移除所有无效的包和缓存

sudo apt-get autoremove

sudo apt-get autoclean

RTX安装(这个是脚本傻瓜安装,也可以使用play on Linux也有傻瓜安装,更傻)

安装wine

sudo apt-get install wine xxx (版本号)

下载winetricks脚本

$wget  http://kegel.com/wine/winetricks

利用winetricks脚本安装一些RTX需要的windows的组件

sh winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005sp1

安装RTX

从RTX官网下载RTX客户端,

wget http://dl_dir.qq.com/qqfile/rtx/rtxclient2010formal.exe

在菜单中选择wine->configure wine打开wine configure的对话框,选择函数库tab,在新增函数库顶替中选择oleaut32添加,然后重新启动RTX皆可。

    原文作者:乾荒姬
    原文地址: https://www.jianshu.com/p/3761325a8c9f
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞