Ubuntu18.04 Tricks小技巧

软件

1、Spotify:sudo snap install spotify
2、网易云音乐:
官网下载好后,进入下载目录。
sudo dpkg-i netease-cloud-music1.1.0amd64_ubuntu.deb

sudoapt-get install -f

sudo dpkg-i netease-cloud-music1.1.0amd64_ubuntu.deb
安装以后如果不能打开,按照以下步骤操作。
不过可以通过修改权限来完成,不过修改后需要重启。
cd ~/.cache

chmod 777 netease-cloud-music

reboot

ubuntu set weak password need to be root user

Firefox提示firefox you must log in to this network before you can access the internet
about:config 搜索 network.captive-portal-service.enabled;false

#lockDialogGroup {
background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat; }

atom:
hydrogen
atom-beauty
atom-ternjs
autocomplete-python
busy-signal
emmet
file-icons
fit-plus
intentions
language-ejs
linter
linter-flake8
linter-ui-default
markdown-image-helper
markdown-writer
minimap
script

sublime:
A File Icon
Anaconda
AutoPEP8
Boxy Theme
Emmet
OmniMarkupPreviewer
package-Control
PyV8
SublimeLinter-pep8
SublimeREPL
zzz A File Icon zzz what?

gnome:
Alternate Tab off
Application Menu on
Auto Move Windows off
Dash to Dock on
Dynamic Top Bar on
Hide Top Bar on
Launch new instance off
Native Window placement off
Pixel Saver on
Place Status Indicator on
Removable Drive Menu on
Screenshot Window Sizer off
Ubuntu Applndicator
Ubuntu Dock
User Themes on
Window List off
window Navigator off

linux:
TWEak tools
genymotion

terminal:

dconf dump /org/gnome/terminal/legacy/profiles:/
[/]
list=[‘b1dcc9dd-5262-4d8d-a863-c897e6d979b9’, ‘1961e46d-1ead-4137-9b53-2e3575fe7e8e’]

[:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
foreground-color=’rgb(170,170,170)’
visible-name=’console’
palette=[‘rgb(0,0,0)’, ‘rgb(205,0,0)’, ‘rgb(0,205,0)’, ‘rgb(205,205,0)’, ‘rgb(30,144,255)’, ‘rgb(205,0,205)’, ‘rgb(0,205,205)’, ‘rgb(229,229,229)’, ‘rgb(76,76,76)’, ‘rgb(255,0,0)’, ‘rgb(0,255,0)’, ‘rgb(255,255,0)’, ‘rgb(70,130,180)’, ‘rgb(255,0,255)’, ‘rgb(0,255,255)’, ‘rgb(255,255,255)’]
cursor-shape=’ibeam’
use-transparent-background=true
use-theme-colors=false
use-theme-transparency=false
background-color=’rgb(0,0,0)’
background-transparency-percent=28

[:1961e46d-1ead-4137-9b53-2e3575fe7e8e]
foreground-color=’rgb(170,170,170)’
visible-name=’Unnamed (Copy)’
palette=[‘rgb(0,0,0)’, ‘rgb(205,0,0)’, ‘rgb(0,205,0)’, ‘rgb(205,205,0)’, ‘rgb(30,144,255)’, ‘rgb(205,0,205)’, ‘rgb(0,205,205)’, ‘rgb(229,229,229)’, ‘rgb(76,76,76)’, ‘rgb(255,0,0)’, ‘rgb(0,255,0)’, ‘rgb(255,255,0)’, ‘rgb(70,130,180)’, ‘rgb(255,0,255)’, ‘rgb(0,255,255)’, ‘rgb(255,255,255)’]
cursor-shape=’ibeam’
use-transparent-background=true
use-theme-colors=false
use-theme-transparency=false
background-color=’rgb(0,0,0)’
background-transparency-percent=28

List profiles

dconf dump /org/gnome/terminal/legacy/profiles:/

dump profiles

dconf dump /org/gnome/terminal/legacy/profiles:/:1430663d-083b-4737-a7f5-8378cc8226d1/ > material-theme-profile.dconf

load profiles

dconf load /org/gnome/terminal/legacy/profiles:/:1430663d-083b-4737-a7f5-8378cc8226d1/ < material-theme-profile.dconf

console.dconf:
[/]
foreground-color=’rgb(170,170,170)’
visible-name=’console’
palette=[‘rgb(0,0,0)’, ‘rgb(205,0,0)’, ‘rgb(0,205,0)’, ‘rgb(205,205,0)’, ‘rgb(30,144,255)’, ‘rgb(205,0,205)’, ‘rgb(0,205,205)’, ‘rgb(229,229,229)’, ‘rgb(76,76,76)’, ‘rgb(255,0,0)’, ‘rgb(0,255,0)’, ‘rgb(255,255,0)’, ‘rgb(70,130,180)’, ‘rgb(255,0,255)’, ‘rgb(0,255,255)’, ‘rgb(255,255,255)’]
cursor-shape=’ibeam’
use-transparent-background=true
use-theme-colors=false
use-theme-transparency=false
background-color=’rgb(0,0,0)’
background-transparency-percent=28