顯示具有 Linux 標籤的文章。 顯示所有文章
顯示具有 Linux 標籤的文章。 顯示所有文章

2020/07/14

[Linux] 建立資料夾

記錄建立資料夾在不同作業系統的指令,主要是紀錄 windows 下的用法。

2015/09/04

[Linux] add UTF-16 bom in file

記錄一下,我嘗試三小時後發現的結果,不能用 echo 要用 printf
printf '\xFF\xFE' & iconv -f UTF-8 -t UTF-16LE input_file > output_file
然後如果要用 mac excel 開啟 csv 檔案,要轉成 UTF-16 LE with BOM,用 tab 來分隔,用逗號會變成只有一個 column。

2014/11/11

[Linux] virtual box guest additions install (share folder)

最初是想使用 share folder,就試試裝 virtual box 的 guest additions。

[Linux] CentOS connect: Network is unreachable

在 centOS 中,已開啟網路,但是 ping 本機外的 ip 卻出現 error。

2013/04/21

[Linux] too many open files

在 linux 開啟太多檔案時,會遇到超過開啟檔案數目上限的錯誤,用 root 權限來作修改。

2012/02/08

[Linux] Error: bin/bash^M: bad interpreter

Error: bin/bash^M: bad interpreter: no such file or directory

[Linux] 掛載隨身硬碟

掛載隨身硬碟指令