當開啟在window 中的txt檔案,若出現以下類似亂碼:
·þîñæ÷ãüâ룺yuyanwei111
¹«íøip£º101.132.47.169
ë½íøip£º172.19.170.112
ô¶³ìᬽóãüâ룺806179
systemctl status nginx
netstat -tnlp
ps -ef | grep nginx
pkill -9 nginx
1. ´ò¿ªô¶³ìöáïî俸ùä¿â¼
2. æô¶¯ðéäâ»·¾³£ºworkon vir_test
3. ´ò¿ªnginxºíuwsgi
4. ²é¿´íâíø
主要原因是在windows 下是採用的是gb18030編碼,而ubutun主要採用utf-8編碼,所以會出現亂碼,輸入以下內容可以恢復。
官方方法是:
在終端輸入以下內容:
gsettings set org.gnome.gedit.preferences.encodings candidate-encodings "['gb18030', 'utf-8', 'current', 'iso-8859-15', 'utf-16']"
Ubuntu使用gedit時報waring
gedit 1953 gtk warning attempting to store changes into root local share recently used.xbel but failed 建立檔案 root local share recently used.xbel.kayl7v...
Ubuntu使用gedit時報waring
gedit 1953 gtk warning attempting to store changes into root local share recently used.xbel but failed 建立檔案 root local share recently used.xbel.kayl7v...
ubuntu 10 04 gedit 中文亂碼
那倆選項新增 gb18030 gb2312 gbk 這樣就可以解決來自windows下的檔案的中文亂碼問題了。我新增了gb10830 gb2312之後,發現不管用。logout 之後,還是不管用。重新gconf editor一下。發現沒有新增進去。這說明了是賬戶的問題。我用root登陸,終端下的啟動...