以前にUbuntu14を使用したことがあります.04開発。最近、誤動作によりシステムを起動できません。システムを再インストールし、いくつかの開発環境設定を記録します
Rufus:https://rufus.ie/
彼がうまくやりたいのであれば、労働者は最初に彼の道具を研ぐ必要があります
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
https://www.getpostman.com/do...
https://git-scm.com/download/...
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo tar -C /usr/local -xzf go1.12.1.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export GOPATH=$HOME/gopath
export PATH=$PATH:$GOROOT/bin
sudo apt-get install python-dev
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
sudo apt-get installvim
が必要ですcurl -sLf https://spacevim.org/cn/install.sh | bash
をインストールしますcurl -sLf https://spacevim.org/cn/install.sh | bash -s --- h
vim〜 / .SpaceVim.d / init.toml
#=============================================================================
# dark_powered.toml --- dark powered configuration example for SpaceVim
# Copyright(c)2016-2017 Wang Shidong & Contributors
# Author: Wang Shidong < wsdjeg at 163.com >
# URL: https://spacevim.org
# License: GPLv3
#=============================================================================
# All SpaceVim option below [option] section
[ options]
# set spacevim theme. by default colorscheme layer is not loaded,
# if you want to use more colorscheme, please load the colorscheme
# layer
colorscheme ="gruvbox"
colorscheme_bg ="dark"
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
enable_guicolors =true
# Disable statusline separator,if you want to use other value, please
# install nerd fonts
statusline_separator ="arrow"
statusline_inactive_separator ="arrow"
buffer_index_type =4
enable_tabline_filetype_icon =true
enable_statusline_mode =false
# 4つのスペースにインデント
default_indent =4
# 相対行番号をキャンセルする
relativenumber =0
# ファイルツリー管理を設定する
filemanager ="nerdtree"
# YouCompleteMeを開始します
enable_ycm =1
# Enable autocomplete layer
[[ layers]]
name ='autocomplete'
auto-completion-return-key-behavior ="complete"
auto-completion-tab-key-behavior ="smart"[[layers]]
name ='shell'
default_position ='top'
default_height =30[[layers]]
name ='lang#go'[[layers]]
name ='lang#python'
format-on-save =1
# 文法チェック
pip install --user flake8
# フォーマットのインポート
pip install --user autoflake
pip install --user isort
# コードのフォーマット
pip install --user yapf
vim
を再度開くと、プラグインが自動的にインストールされます:GoInstallBinaries
で自動的にインストール、:SPUpdate SpaceVim
でSpaceVimを更新、 :SPUpdate
ですべてのプラグインとソフトウェアを更新、:hSpaceVim
でヘルプ情報を取得YouCompleteMe
をオンにできます1,[ options]以下に行を追加します`enable_ycm = 1`2,vimを開いてプラグインを自動的にインストールしますが、まだ使用できません
3, gccをインストールする必要があります,g++,cmake(sudo apt-get update; sudo apt-get install gcc g++ cmake)4, cd ~/.cache/vimfiles/repos/github.com/Valloric/YouCompleteMe/5,./install.py --go-completer
Vimに慣れていない場合は、VSCode https:// code.visualstudio.com /
を強くお勧めします。
beautify v1.4.11
bracket-pair-colorizer v1.0.61
code-runner v0.9.7
code-settings-sync v3.2.7
code-spell-checker v1.6.10
cpptools v0.22.1
githistory v0.4.6
gitlens v9.5.1
Go v0.9.2
html-css-class-completion v1.18.0
Material-theme v2.21.0
path-intellisense v1.4.2
prettier-vscode v1.8.1
python v2019.3.6215
vetur v0.17.1
vsc-material-theme v2.8.2
vscode-fileheader v0.0.2
vscode-filesize v2.1.2
vscode-icons v8.4.0
vscode-language-pack-zh-hans v1.32.4
vscode-markdownlint v0.25.1
vscode-mysql v0.3.0
vscode-yseopml v1.5.0
Settings-Sync v3.2.7
fish: sudo apt-get install fish
どの魚が魚のコマンドの場所を見つける: / usr / bin / fish
fish
がデフォルトとして設定されています: chsh -s / usr / bin / fish
zsh: sudo apt-get install zsh
Zsh拡張コレクション:oh-my-zsh https:// github.com / robbyrussell / oh-my-zsh
chsh -s / bin / zsh
を使用して zsh
をシステムのデフォルトシェルとして設定します[ログアウトして有効にします]; bash
を復元するには次を使用します: chsh -s / bin / bash
自動ジャンププラグイン: https:// github.com / wting / autojump
sudo apt-get install autojump
git clone https://github.com/joelthelio...
cd autojump
. /install.py
プロンプトに従い、コンテンツを 〜/ .zshrc
に追加します
zsh-syntax-highlightingプラグイン: https:// github.com / zsh-users / zsh-syntax-highlighting / blob / master / INSTALL.md
zsh-autosuggestionsプラグイン: https:// github.com / zsh-users / zsh-autosuggestions / blob / master / INSTALL.md
上記のプラグインのインストールが完了したら、zsh構成ファイルに設定する必要があります
vim ~/.zshrc
plugins =(git)
を見つけて、それを plugins =(git autojump zsh-autosuggestions zsh-syntax-highlighting)
に変更します。
zshテーマを設定する
vim ~/.zshrc
ZSH_THEME =" robbyrussell "
を見つけて、 ZSH_THEME =" ys "
に変更します[個人的に好む]
1, sudo apt update
2, sudo apt install mysql-server
3, sudo mysql_secure_installation;プロンプトに従って設定します
4, sudo mysql
5, ユーザーテーブル情報を表示する
SELECT user,authentication_string,plugin,host FROM mysql.user;+------------------+-------------------------------------------+-----------------------+-----------+| user | authentication_string | plugin | host |+------------------+-------------------------------------------+-----------------------+-----------+| root || auth_socket | localhost || mysql.session |*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | mysql_native_password | localhost || mysql.sys |*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | mysql_native_password | localhost || debian-sys-maint |*DEB29A8ED2C321F262FBA44912F947318ECAA6FA | mysql_native_password | localhost |+------------------+-------------------------------------------+-----------------------+-----------+6,パスワードを設定してください
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpasswod';7,再び確かめる
SELECT user,authentication_string,plugin,host FROM mysql.user;+------------------+-------------------------------------------+-----------------------+-----------+| user | authentication_string | plugin | host |+------------------+-------------------------------------------+-----------------------+-----------+| root |*5453C94A8D435513D0518C27E08B42F173870BF8 | mysql_native_password | localhost || mysql.session |*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | mysql_native_password | localhost || mysql.sys |*THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | mysql_native_password | localhost || debian-sys-maint |*DEB29A8ED2C321F262FBA44912F947318ECAA6FA | mysql_native_password | localhost |+------------------+-------------------------------------------+-----------------------+-----------+8,新しいパスワードでログインする
sudo apt-get install filezilla
sudo apt-get install meld
https:// github.com / wszqkzqk / deepin-wine-ubuntu
には、一般的に使用されるソフトウェアがいくつかリストされています。MintOS
を使用する場合、一部のソフトウェアはすでに組み込まれており、箱から出して使用できます。https:// github.com / geeeeeeeeek / electronic-wechat / releases
http:// soft.xiaoshujiang.com /
、この推奨の理由は、Evernoteを関連付けることができるからです。Recommended Posts