sappy5678 blog

自由幻想之地


  • Home

  • Archives

  • Categories

  • About

  • Tags

  • Sitemap

  • Commonweal 404

  • Search

cmder 設定

Posted on 2017-08-20 | In tools , 命令列 , cmder |

緣由

因為最近開始在找 windows 10 系統上好用的另列命令列工具, 在友人的推薦下使用了這個

安裝

由於他的安裝只是把它解壓縮而已, 在此就不多說了

設定

ls 中文資料夾亂碼

  1. 打開Settings (快速鍵 win+ctrl+p)
  2. 在Settings > Startup > Environment裡加入:set LANG=zh_TW.UTF8
  3. 重開

更改初始資料夾

  1. 切到 setting -> Startup -> Tasks -> {cmd}
  2. 最後面加入(D:\Data 可以換成你想要的路徑)
1
-new_console:d:"D:\Data"

參考資料

子風的知識庫

dpkg: error processing archive *

Posted on 2017-08-19 | In ubuntu , apt , dpkg |

前提

在更新時遇到

1
dpkg: error processing archive /var/cache/apt/archives/python-lldb-6.0_1%3a6.0~svn310966-1~exp1_amd64.deb (--unpack): trying to overwrite '/usr/lib/python2.7/dist-packages/lldb', which is also in package python-lldb-4.0 1:4.0-1ubuntu1

看到網路上的解法

1
sudo dpkg --force-all -i /var/cache/apt/archives/linux-libc-dev_3.13.0-88.135_armhf.deb

於是稍微修改一下,變成

1
sudo dpkg --force-all -i /var/cache/apt/archives/python-lldb-6.0_1%3a6.0~svn310966-1~exp1_amd64.deb

就大功告成了

如何在github上建立gitlab的鏡像

Posted on 2017-08-15 | In 工具 , gitlab |

起因

因為 gitlab 上相對於 github 的可玩性跟福利都比較大所以打算逐漸遷移過去, 然而由於 github 上使用的人數依然比較多, 便想說能不能在 github 上面建立一個 gitlab 的複製版

Read more »

R RStudio 安裝教學

Posted on 2017-06-28 | In 程式語言 , R |

起因

因為之前在 Ubuntu 上安裝 RStudio 時遇到一點問題,便把過程記錄下來,並讓其他人參考

安裝過程

(2017 / 06 /27 安裝)

環境需求

  • 硬體需求

    • 至少 1GB RAM
  • 軟體需求

    • Ubuntu 17.04
    • 要有root or sudo 的權限
Read more »

ycmd-install

Posted on 2017-05-27 | In emacs , ycmd |

什麼是ycmd

ycmd原本是在vim上的You-Complete-Me, 而後作者把補全部分單獨分離出來做為一個後端,使其他編輯器也能享受這種神級的補全系統.
我目前主要是用它來補全c++,但是他還能夠補全像是go,JS之類的語言,可說是十分全能

Read more »

RancherOS安裝教學

Posted on 2017-05-01 |

gdb簡易教學

Posted on 2017-04-08 | In 程式語言 , 工具 , gdb |

簡介

gdb 是一種除錯的工具,經常在 Linux 環境中被使用

Read more »

Python 簡略教學

Posted on 2017-03-05 | In 程式語言 , Python |

安裝

  1. 請先到 Anaconda 安裝Anaconda (建議 Python 3.x 版本)
  2. 再來到 Pycharm 安裝 IDE (Community 版本是免費的)
  3. 安裝完成後, 打開 Pycharm 新增一個 .py 檔, 並輸入 print(“Hello World”), 之後執行看看, 看看有沒有印出 Hello World
Read more »

Hello World

Posted on 2016-06-28 |

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

12
sappy5678

sappy5678

blog,sappy5678

19 posts
39 categories
41 tags
RSS
GitHub StackOverflow
0%
© 2018 sappy5678
Powered by Hexo
|
Theme — NexT.Muse v6.0.4