重装linux系统时,安装软件的步骤记录

安装系统

  1. 安装好 elementary OS 5.0 juno

//下载地址
https://elementary.io


安装软件

  1. 下载浏览器: 我安装的是opera浏览器

//下载地址
https://www.opera.com/zh-cn/computer/thanks?partner=www&par=id=46491%26location=421&gaprod=opera


  1. 安装terminator 终端
sudo apt install terminator

  1. 安装flameshot 截图软件
sudo apt install flameshot

  1. 安装wps

//下载地址
https://linux.wps.cn


  1. 安装virtualbox软件

//下载地址
https://www.virtualbox.org/wiki/Linux_Downloads


  1. 下载安装visual studio code 软件

//下载地址
https://code.visualstudio.com


  1. 下载xp系统

//下载地址
https://pan.baidu.com/s/1kWTu7w7?errno=0&errmsg=Auth%20Login%20Sucess&&bduss=&ssnerror=0&traceid=


配置

  1. 配置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


  1. 配置 快捷键 ctrl+shift+home 进行截图操作


    重装linux系统时,安装软件的步骤记录_第1张图片
    image.png

  1. 配置自己私人的配置。

  1. 使用虚拟机安装 xp系统

  1. 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映射

image.png

插件:

重装linux系统时,安装软件的步骤记录_第2张图片
image.png
重装linux系统时,安装软件的步骤记录_第3张图片
image.png
重装linux系统时,安装软件的步骤记录_第4张图片
image.png
  1. opera浏览器安装flash
//第一步:安装,在终端里输入下面的命令
sudo apt-get install pepperflashplugin-nonfree

//第二步:更新 ,在终端里输入下面的命令
sudo update-pepperflashplugin-nonfree --install

//第三步(非必选项):查看安装的PepperFlashPlayer版本,在终端里输入下面的命令
sudo update-pepperflashplugin-nonfree --status
  1. 设置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 

你可能感兴趣的:(重装linux系统时,安装软件的步骤记录)