安装系统
- 安装好 elementary OS 5.0 juno
//下载地址
https://elementary.io
安装软件
- 下载浏览器: 我安装的是opera浏览器
//下载地址
https://www.opera.com/zh-cn/computer/thanks?partner=www&par=id=46491%26location=421&gaprod=opera
- 安装terminator 终端
sudo apt install terminator
- 安装flameshot 截图软件
sudo apt install flameshot
- 安装wps
//下载地址
https://linux.wps.cn
- 安装virtualbox软件
//下载地址
https://www.virtualbox.org/wiki/Linux_Downloads
- 下载安装visual studio code 软件
//下载地址
https://code.visualstudio.com
- 下载xp系统
//下载地址
https://pan.baidu.com/s/1kWTu7w7?errno=0&errmsg=Auth%20Login%20Sucess&&bduss=&ssnerror=0&traceid=
配置
- 配置terminator 终端
[global_config]
borderless = True
focus = system
suppress_multiple_term_dialog = True
title_transmit_bg_color = "#d30102"
use_custom_url_handler = True
window_state = maximise
[keybindings]
[layouts]
[[default]]
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_darkness = 0.8
background_type = transparent
copy_on_selection = True
cursor_color = "#00ff00"
cursor_shape = underline
font = Roboto Mono 10
foreground_color = "#00ff00"
palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
scrollback_infinite = True
scrollback_lines = 10000
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
-
配置 快捷键 ctrl+shift+home 进行截图操作
- 配置自己私人的配置。
- 使用虚拟机安装 xp系统
- vistrual studio code 配置
{
"php.executablePath": "/usr/local/php72/bin/php",
"explorer.openEditors.visible": 0,
// "workbench.activityBar.visible": false,
"editor.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 18,
"editor.wordWrap": "on",
"workbench.startupEditor": "newUntitledFile",
"breadcrumbs.enabled": true,
"git.alwaysSignOff": false,
"search.location": "sidebar",
"git.enableCommitSigning": false,
"files.exclude": {
".htaccess": true,
".idea": true,
".vscode": true
},
"editor.overviewRulerLanes": 6,
"workbench.editor.tabCloseButton": "off",
"workbench.editor.tabSizing": "shrink",
"explorer.sortOrder": "type",
"php.suggest.basic": true,
"terminal.integrated.macOptionClickForcesSelection": true,
"terminal.integrated.rendererType": "dom",
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": -1,
"window.titleBarStyle": "custom",
"editor.renderIndentGuides": false,
"workbench.iconTheme": "macos-modern-color-icon-theme",
"markdown.preview.breaks": true,
"markdown.previewFrontMatter": "show",
"editor.tabCompletion": "on",
"editor.detectIndentation": false,
"editor.mouseWheelZoom": true,
"sync.gist": "e79188ec2503308e2684c06216424e3a",
"git.autofetch": false,
"explorer.confirmDelete": false,
"eslint.enable": false,
"rest-client.decodeEscapedUnicodeCharacters": true,
"rest-client.fontSize": 14,
"rest-client.previewResponseInUntitledDocument": true,
"workbench.activityBar.visible": true,
"go.gopath": "",
"window.menuBarVisibility": "toggle",
"C_Cpp.updateChannel": "Insiders",
"http.proxySupport": "off",
"workbench.sideBar.location": "left",
"editor.largeFileOptimizations": false,
"editor.minimap.enabled": false,
"vscode_custom_css.policy": true,
"editor.quickSuggestions": {
"strings": true
}
}
快捷键s映射
插件:
- opera浏览器安装flash
//第一步:安装,在终端里输入下面的命令
sudo apt-get install pepperflashplugin-nonfree
//第二步:更新 ,在终端里输入下面的命令
sudo update-pepperflashplugin-nonfree --install
//第三步(非必选项):查看安装的PepperFlashPlayer版本,在终端里输入下面的命令
sudo update-pepperflashplugin-nonfree --status
- 设置ibus自启动
gnome-session-properties
点击后会出现startup application窗口:
Click the button: Add
Name: IBus daemon
Command: /usr/bin/ibus-daemon -d
Comment: start IBus daemon when Gnome starts