sh 安装Ubuntu后要做的事情

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装Ubuntu后要做的事情相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# Install tweak tools
sudo apt-get install -y unity-tweak-tool
sudo apt-get install -y gnome-tweak-tool

# Install compiz
sudo apt-get install -y compizconfig-settings-manager compiz-plugins-extra

# Disable guest and remote login accounts
# TODO: add automatic find and replace string or line
#       to automate this config change
#sudo nano /etc/lightdm/lightdm.conf
#  allow-guest=false
#  greeter-show-remote-login=false

# Improve responsiveness of Unity by removing the lens crap
sudo apt-get autoremove -y unity-lens-shopping
sudo apt-get autoremove -y  unity-lens-music
sudo apt-get autoremove -y  unity-lens-photos
sudo apt-get autoremove -y  unity-lens-gwibber
sudo apt-get autoremove -y  unity-lens-video

# Disable crash reporter
# TODO: add automatic find and replace string or line
#sudo nano /etc/default/apport
#  enables=0

# Install psensor
sudo apt-get install -y lm-sensors hddtemp psensor

# Install qTorrent (Open source uTorrent clone)
sudo apt-get install -y qbittorrent

# Install restricted extras
sudo apt-get install -y ubuntu-restricted-extras

# Install codecs and enable DVD player
#sudo apt-get install ibxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321

sudo /usr/share/doc/libdvdread4/install-css.sh

# Install compression stuff
sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller

以上是关于sh 安装Ubuntu后要做的事情的主要内容,如果未能解决你的问题,请参考以下文章

转载:安装Ubuntu 15.10后要做的事

ubuntu 16.04 安装后要做的几件事

安装完Ubuntu 17.10后要做的几件事

ubuntu20.04系统安装后要做的事

安装Linux Mint 17后要做的20件事

安装Linux Mint 17后要做的20件事