1.刪除libreoffice
libreoffice太丑,不解釋
sudo apt-get remove libreoffice-common
2.安裝WPS Office
目前MS一直不出Linux版的Office,只能湊合著用WPS了
sudo apt-get install wps-office
3.刪除Amazon的鏈接
sudo apt-get remove unity-webapps-common
4.刪掉基本不用的自帶軟件(用的時候再裝也來得及)
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku? landscape-client-ui-install
sudo apt-get remove onboard deja-dup
5.安裝Vim
居然默認沒有集成Vim神器,只能手動安裝了。
sudo apt-get install vim
6. 檢查最新更新
新發布的操作系統難免有一些小瑕疵,所以在近段時間內都建議大家經常檢查系統更新,以盡快獲得安全性和穩定性相關的 Bug 修復。
要獲取新Ubuntu 16.04 LTS 更新可以在 Unity Dash 打開「軟件更新器」- 點擊「檢查更新」按鈕進行更新。
7. 點擊圖標最小化
Ubuntu 16.04 LTS 也支持了點擊應用程序 Launcher 圖標即可「最小化」的功能,不過還是需要用戶進行手動啟用。
方法有兩種,你可以安裝 Unity Tweak Tool 圖形界面工具之后在 「Unity」-「Launcher」-「Minimise」中進行配置,或直接在終端中使用如下命令啟用。
命令如下:
gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-minimize-window true
8. 配置菜單顯示位置
Ubuntu 16.04 的應用程序菜單默認在「頂部面板」顯示,而且在出現幾秒鐘后會自動隱藏,這樣也以大大節省用戶的視覺空間。但用戶還是可以自行控制菜單出現在「頂部面板」還是「顯示窗口菜單」。
在「系統設置」-「外觀」-「行為」選項卡中控制菜單在菜單欄或窗口中進行顯示,也可以從「菜單可見」度選項中控制菜單總是顯示或自動隱藏。
9.在狀態欄上顯示星期和日期
gsettings set com.canonical.indicator.datetime show-date true
gsettings set com.canonical.indicator.datetime show-day true
10.一些實用的命令
sudo apt-get autoremove //清理沒有被依賴的軟件包
pkill 進程名 //結束進程
sudo apt-get purge 軟件名? //卸載軟件,同時刪除配置文件
11.調整終端顏色:
啟動終端-“編輯”(就在上方的菜單里)-配置文件首選項-顏色
12.配置conky(強迫癥,想要看網速)
sudo apt-get install conky-all
在/home/你的文件夾/創建一個文件.conkyrc,打開它,輸入以下內容
# set to yes if you want Conky to be forked in the background
background yes
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 7x12
#font 6x10
#font 7x13
#font 8x13
#font 7x12
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
#font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Sans:size=12
own_window_argb_visual yes
#own_window_colour hotpink
# Text alpha when using Xft
xftalpha 0.8
# on_bottom yes
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 1
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#own_window_type override
own_window_type normal
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 260 5
maximum_width 400
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders no
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color white
default_outline_color white
# Text alignment, other possible values are commented
#alignment top_left
#minimum_size 10 10
gap_x 40
gap_y 100
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# Add spaces to keep things from moving about?? This only affects certain objects.
use_spacer none
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# none, xmms, bmp, audacious, infopipe (default is none)
# xmms_player bmp
TEXT
${color white}SYSTEM ${hr 1}${color}
Hostname: $alignr$nodename
Kernel: $alignr$kernel
Uptime: $alignr$uptime
Temp: ${alignr}${acpitemp}擄C
CPU: ${alignr}${freq dyn} MHz
Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg
CPU1 ${alignr}${cpu cpu1}%
${cpubar 4 cpu1}
CPU2 ${alignr}${cpu cpu2}%
${cpubar 4 cpu2}
CPU3 ${alignr}${cpu cpu3}%
${cpubar 4 cpu3}
CPU4 ${alignr}${cpu cpu4}%
${cpubar 4 cpu4}
Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4}
swap ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}
Highest CPU $alignr CPU%? MEM%
${top name 1}$alignr${top cpu 1}? ${top mem 1}
${top name 2}$alignr${top cpu 2}? ${top mem 2}
${top name 3}$alignr${top cpu 3}? ${top mem 3}
Highest MEM $alignr CPU%? MEM%
${top_mem name 1}$alignr${top_mem cpu 1}? ${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}? ${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3}? ${top_mem mem 3}
${color white}FILE SYSTEM ${hr 1}${color}
Root: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
Home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /home}
${color white}NETWORK ${hr 1}${color}
Down ${downspeed enp4s0f1} k/s ${alignr}Up ${upspeed enp4s0f1} k/s
#${color white}WEATHER ${hr 1}${color}
#${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=CN}
#${font Weather:size=44}${color gold}${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=WF}${font}${color}${voffset -20}${offset 18}${execi 3600 python #~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=CC}${offset 10}${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=HT}${offset 10}${execi 3600 #python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=WS} ${font Arrows:size=10}${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=BF}$font
#${offset 60}Sol: ${color}${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=SR}-${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --#datatype=SS}
#${font Weather:size=26}${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
#${execi 3600 python ~/.conkydir/conkyForecast.py --location=CHXX0101 --datatype=HT --startday=1 --endday=4 --spaces=11}
設置開機自啟它,在dash里找Startup Applications(或者叫啟動應用程序),在之后出來的對話框中點擊Add,設置
Name:conky
Command:/usr/bin/conky -p 10
Comment:Load the conky
注:只是整合,從來就沒想過原創(要不是沒什么地方適合保存教程,又加上我懶得再找一遍,我會寫教程?=_=)
引用文章鏈接:
http://www.linuxprobe.com/ubuntu-16-04-lts-15things.html
http://www.cnblogs.com/jxldjsn/p/5686197.html
http://tieba.baidu.com/p/2518999408?see_lz=1
http://blog.sina.com.cn/s/blog_69e984ed0100ux3p.html
https://jingyan.baidu.com/article/925f8cb81cb050c0dde05680.html