Unubunt gcin 中文輸入法安裝
安裝指令如下
sudo apt-get install gcin
im-config
如須使用日文輸入法擇多一個
sudo apt-get install gcin-anthy
然後到輸入法裏面啟用日文輸入法即可
本站建議搭配 Hover Zoom+ chrome 擴充套件,可自動放大圖片
( 站內文介紹: https://goo.gl/BnBSGa )
網站搜索不是很好用建議使用google底下括號內是範例,整串打進google搜索內;
[ site:https://charlottehong.blogspot.tw/ 你要搜索的內容 ]
sudo apt-get install gcin
im-config
sudo apt-get install gcin-anthy
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
software-properties-gtk --open-tab=4
lspci -vnn | grep -i VGA -A 12
Kernel modules:
可以看到你的驅動程式版本vi .config/user-dirs.dirs
ssh -T git@github.com
整個重做步驟不是很多,我就重頭開始說當作一篇教學文章
ls -l ~/.ssh/
id_rsa
id_rsa.pub
這兩個文件有的話就有產生了ssh-keygen
cat ~/.ssh/id_rsa.pub
ssh -T git@github.com
Hi USERNAME! You’ve successfully authenticated, but GitHub does not provide shell access.
[1] 如果你是建立新倉庫記得按成SSH然後照著說明打就好,以下不用看
[2] 這不是 github 網站上的設定,主要是倉庫的 gitconfig 要改
sshRepos
cd sshRepos
git remote -v
origin https://github.com/USERNAME/sshRepos.git (fetch)
origin https://github.com/USERNAME/sshRepos.git (push)
https://github.com
-> git@github.com
)git remote remove origin
git remote add origin git@github.com:/USERNAME/sshRepos.git
git remote -v
git push origin master
vi .git/config
[remote "origin"]
url = https://github.com/USERNAME/sshRepos.git
fetch = +refs/heads/*:refs/remotes/origin/*
https://
→ git@
/
→ :
(改成冒號)檔案沒有加殼是開源的,可以自己打開看我都寫了什麼放了什麼
g++ --version
可以同時打開好幾個資料夾,不過非必要(如多專案需求之類的),建議一次開一個就好,比較不會搞混~
#include <iostream>
using namespace std;
int main(int argc, char const *argv[]){
cout << "Hell" << endl;
system("pause");
return 0;
}
g++ test.cpp
"program": "${workspaceFolder}/a.exe",
如果新增在末尾記得對前一行結尾處補逗號,插在中間就在這行結尾補逗號
"preLaunchTask": "echo"
使用 USB 或 CD 燒入 Ubuntu 或 Mint 安裝檔開機進入系統,然後開始本篇教學
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer