配置代理
参看:Ubuntu shadowsock + Privoxy 梯子
配置终端:
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True
title_inactive_bg_color = "#2b2b2b"
title_inactive_fg_color = "#ffffff"
title_transmit_bg_color = "#2b2b2b"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#2b2b2b"
background_darkness = 0.91
background_image = None
background_type = transparent
font = Ubuntu Mono derivative Powerline 16
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
配置编辑器:
配置一些特殊的bin
- pahole: 静态查看带符号文件中的结构体,不用编译安装,ubuntu直接
apt-get install dwarves
即可