<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>蔚藍的天空 - Linux</title>
    <link>https://bbs.skyey.tw/forum-Linux-1.html</link>
    <description>Latest 20 threads of Linux</description>
    <copyright>Copyright(C) 蔚藍的天空</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 17 Jun 2026 00:12:20 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.skyey.tw/static/image/common/logo_88_31.gif</url>
      <title>蔚藍的天空</title>
      <link>https://bbs.skyey.tw/</link>
    </image>
    <item>
      <title>Ubuntu 20.04 將時區更改為「Asia/Taipei 」</title>
      <link>https://bbs.skyey.tw/thread-4174-1-1.html</link>
      <description><![CDATA[將時區更改為「Asia/Taipei 」。]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Wed, 20 Oct 2021 02:39:53 +0000</pubDate>
    </item>
    <item>
      <title>Nginx php 網頁空白解決方式</title>
      <link>https://bbs.skyey.tw/thread-3480-1-1.html</link>
      <description><![CDATA[[*]編輯Nginx檔案default，路徑/etc/nginx/sites-available/default。
[*]在location ~ \\.php$ {}之間加入：

[*]重啟 Nginx]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Tue, 29 Mar 2016 09:42:23 +0000</pubDate>
    </item>
    <item>
      <title>安裝/移除/重新 Nginx</title>
      <link>https://bbs.skyey.tw/thread-3479-1-1.html</link>
      <description><![CDATA[[*]安裝 Nginx

[*]重啟 Nginx

[*]移除 Nginx]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Tue, 29 Mar 2016 09:33:39 +0000</pubDate>
    </item>
    <item>
      <title>Nginx「413 Request Entity Too Large」錯誤解決方式</title>
      <link>https://bbs.skyey.tw/thread-3232-1-1.html</link>
      <description><![CDATA[Nginx「413 Request Entity Too Large」，此錯誤通常在上傳檔案時出現。
解決方式

[*]編輯\&quot;nginx.conf\&quot;檔案，路徑\&quot;/etc/nginx/nginx.conf\&quot;。
[*]在\&quot;http{}\&quot;內，最後一行新增或修改。

[*]重新啟動Nginx。


若有執行PHP則需要修改
\&quot;php.ini\&quot;需要與\&quot;client_max_body_siz ...]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Sun, 05 Apr 2015 08:49:21 +0000</pubDate>
    </item>
    <item>
      <title>WinSCP 使用sudo權限</title>
      <link>https://bbs.skyey.tw/thread-2896-1-1.html</link>
      <description><![CDATA[Linux端
1.修改權限的設定

2.添加此行

3.儲存
Windows端
1.檔案協定請選擇SCP
2.進階→環境→SCP/Shell→Shell 改為「sudo su -」→確定→儲存]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Sun, 27 Apr 2014 13:52:06 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu/Debian 開啟與關閉 root 帳號</title>
      <link>https://bbs.skyey.tw/thread-2895-1-1.html</link>
      <description><![CDATA[Ubuntu/Debian root 帳號預設是關閉的，需要手動開啟。

啟用root帳號

停用root帳號]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Sun, 27 Apr 2014 13:34:42 +0000</pubDate>
    </item>
    <item>
      <title>PYCURL ERROR 6 - Couldn\'t resolve host 錯誤訊息解決方式</title>
      <link>https://bbs.skyey.tw/thread-2894-1-1.html</link>
      <description><![CDATA[執行yum指令時，「PYCURL ERROR 6 - Couldn\'t resolve host」錯誤訊息。

※檢查DNS設定是否有誤

1.編輯「resolv.conf」


2.添加 (Google DNS Server)]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Sun, 27 Apr 2014 13:04:53 +0000</pubDate>
    </item>
    <item>
      <title>apt-get 更新、安裝、移除 (Ubuntu 12.04 )</title>
      <link>https://bbs.skyey.tw/thread-2859-1-1.html</link>
      <description><![CDATA[更新套件資訊



系統更新




安裝套件


刪除套件



刪除套件的相依套件



刪除套件的設定檔
或]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Sun, 06 Apr 2014 05:27:56 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu MySQL 遠端連線</title>
      <link>https://bbs.skyey.tw/thread-2775-1-1.html</link>
      <description><![CDATA[Ubuntu 的 MySQL 預設只能從本機連線,需要遠端連線,設定步驟：

1.修改 my.cnf

將\&quot;bind-address=127.0.0.1\&quot;
修改\&quot;#bind-address=127.0.0.1\&quot;

2.重新啟動 mysql]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Wed, 19 Feb 2014 08:19:05 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 12 啟動 ROOT 帳號</title>
      <link>https://bbs.skyey.tw/thread-749-1-1.html</link>
      <description><![CDATA[[*]設定root的密碼。

[*]編輯\&quot;ightdm.conf\&quot;檔案。

或
 
[*]增加指令

[*]重新啟動，完成。]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Mon, 09 Jul 2012 08:48:58 +0000</pubDate>
    </item>
    <item>
      <title>ext2explore 2.2.71 (windows開啟linux檔案)</title>
      <link>https://bbs.skyey.tw/thread-305-1-1.html</link>
      <description><![CDATA[可在\&quot;windows\&quot;中開啟\&quot;linux\&quot;的檔案]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Mon, 27 Feb 2012 09:51:14 +0000</pubDate>
    </item>
    <item>
      <title>Linux下軟件的安裝與卸載</title>
      <link>https://bbs.skyey.tw/thread-60-1-1.html</link>
      <description><![CDATA[在Windows下安裝軟件時，只需運行軟件的安裝程序（setup、install等）或者用zip等解壓縮軟件解開即可安裝，運行反安裝程序（uninstall、unware、「卸載」等）就能將軟件清除乾淨，完全圖形化的操作界面，簡單到只要用鼠標一直點擊「下一步」就可以了。而Linux好像就不一 ...]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Fri, 30 Sep 2011 15:53:14 +0000</pubDate>
    </item>
    <item>
      <title>linux安全基礎</title>
      <link>https://bbs.skyey.tw/thread-59-1-1.html</link>
      <description><![CDATA[介紹一些增強Linux/Unix服務器系統安全性的知識。 
　　系統安全記錄文件 
　　操作系統內部的記錄文件是檢測是否有網絡入侵的重要線索。如果你的系統是直接連到Internet，你發現有很多人對你的系統做Telnet/FTP登錄嘗試，可以運行“#more /var/log/secure | grep refus ...]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Fri, 30 Sep 2011 15:52:45 +0000</pubDate>
    </item>
    <item>
      <title>Linux 系統管理命令</title>
      <link>https://bbs.skyey.tw/thread-58-1-1.html</link>
      <description><![CDATA[　　whois 

　　功能說明：查找並顯示用戶信息。 

　　語　　法：whois [帳號名稱] 

　　補充說明：whois指令會去查找並顯示指定帳號的用戶相關信息，因為它是到Network Solutions的WHOIS數據庫去查找，
    所以該帳號名稱必須在上面注冊方能尋獲，且名稱沒有大小寫 ...]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Fri, 30 Sep 2011 15:52:21 +0000</pubDate>
    </item>
    <item>
      <title>Linux指令分類列表!</title>
      <link>https://bbs.skyey.tw/thread-57-1-1.html</link>
      <description><![CDATA[類別  :  通訊
指令名稱         功能
ftp             檔案傳輸協定
login           登入
rlogin          登入到遠端系統
rsh             執行遠端系統的shell或某個命令
talk            與其他終端機互動交換訊息
telnet        連接其他系統
tftp            簡 ...]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Fri, 30 Sep 2011 15:51:39 +0000</pubDate>
    </item>
    <item>
      <title>Linux基礎--系統各檔、目錄介紹</title>
      <link>https://bbs.skyey.tw/thread-56-1-1.html</link>
      <description><![CDATA[一、簡介: 
Linux作業系統中,以檔來表示所有的邏輯實體與非邏輯實體。邏輯實體系指檔與目錄; 非邏輯實體則泛指硬碟、終端機、印表機等。 
一般而言,Linux檔案名稱的組成除由連續字母、標點符號、數位等構成外,中間不能有空白字元、路徑名稱符號 / 或 # * % &amp; {} [] … ...]]></description>
      <category>Linux</category>
      <author>波卡</author>
      <pubDate>Fri, 30 Sep 2011 15:51:00 +0000</pubDate>
    </item>
  </channel>
</rss>