<?xml version="1.0" encoding="big5"?>
<rss version="2.0">
  <channel>
    <title>Hippies  - Linux/Unix 系統</title>
    <link>http://bbs.hippies.tw/forum.php?mod=forumdisplay&amp;fid=48</link>
    <description>Latest 20 threads of Linux/Unix 系統</description>
    <copyright>Copyright(C) Hippies </copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 08 Apr 2026 14:43:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.hippies.tw/static/image/common/logo_88_31.gif</url>
      <title>Hippies </title>
      <link>http://bbs.hippies.tw/</link>
    </image>
    <item>
      <title>How to install Tomcat 8.5 on Debian 8</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=1879</link>
      <description><![CDATA[网&#32476;上&#36825;篇文章值得&#21442;考看看
How to install Tomcat 8.5 on Debian 8
&#33410;&#24405;下一些重&#28857;看看
Install JavaThe first thing to do is to install python-software-properties, for managing repository:# apt install python-softwa ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>admin</author>
      <pubDate>Thu, 12 Sep 2019 06:27:33 +0000</pubDate>
    </item>
    <item>
      <title>net-tools 套件</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=1697</link>
      <description><![CDATA[最近在安裝新的系統時發現有些命令在基本安裝時未安裝進來，查了一下才發現net-tools套件不在基礎安裝中，所以只能自行再安裝了。
net-tools套件內的工具指令包括有 arp, ifconfig, netstat, rarp, nameif and route，感覺上這些還是必備常用的命令啊。]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Wed, 07 Mar 2018 02:35:10 +0000</pubDate>
    </item>
    <item>
      <title>s it possible to restrict access for a user to only 1 of 2 NICs ?</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=1423</link>
      <description><![CDATA[Hi,
     I have a machine with two NICs, 

is it possible to allow a user to change and configure only one of the two NICs while preventing configuring the other?



Please help.
Thanks!
I did not find the right solution from the Internet.
 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>JensenBreck</author>
      <pubDate>Tue, 19 Dec 2017 10:32:32 +0000</pubDate>
    </item>
    <item>
      <title>Postfix Flush the Mail Queue</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=710</link>
      <description><![CDATA[&#24403;&#37038;箱中的Queue里有&#21457;不出去的&#37038;件&#26102;&#35813;如何&#26469;&#22788;理呢？
首先可以用
# postfix flush
更新&#37038;箱服&#21153;器的&#36164;料
# mailq
&#26469;&#35266;察Queue里的情形
# postsuper -d ALL
清除Queue里所有的m ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Sat, 03 Jun 2017 07:36:38 +0000</pubDate>
    </item>
    <item>
      <title>Linux初&#23398;者&#32463;常&#20250;用到的指令</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=688</link>
      <description><![CDATA[列示如下：
$ ls
$ ls ~
$ ls -ltr
$ ls –ltr

$ df
$ df -h

$ mkdir

$ pwd

$ cd
$ cd /
$ cd ~
$ cd..
$ cd -

$ clear

$ cp

$ cat

$ du
$ du -sh

$ touch

$ who

$ echo

$ date

指令的&#32454;&#33410;&#35828;明&amp;#21 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kakalala</author>
      <pubDate>Mon, 13 Feb 2017 01:45:18 +0000</pubDate>
    </item>
    <item>
      <title>21 &#20010;OpenSSL范例&#26469;</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=687</link>
      <description><![CDATA[提供了21&#20010;最常用的OpenSSL的命令，]]></description>
      <category>Linux/Unix 系統</category>
      <author>kakalala</author>
      <pubDate>Mon, 13 Feb 2017 01:35:08 +0000</pubDate>
    </item>
    <item>
      <title>SpamAssassin 垃圾郵件刺客</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=609</link>
      <description><![CDATA[最近的郵箱被垃圾郵件煩的實在受不了，就是搞不清這些垃圾郵件發送者有沒有頭腦，現在的網絡行銷還考這郵件的方式是不是趕不上時代了，沒事一天下來要在你郵箱中塞個50封垃圾才高興，搞的沒事的伺服器還要處理個沒完沒了的，當然要管理的人就更煩了，所以只好在網上找尋 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Tue, 16 Aug 2016 03:08:17 +0000</pubDate>
    </item>
    <item>
      <title>Docker 以container架構取代VM以達到快速部署應用功\能</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=603</link>
      <description><![CDATA[最近常看到IT有關的文章提到Docker，但是實在也不清楚Docker是做什麼用的，所以就在網上扒文了一下，而且初探了一下Docker的安裝與使用，
經過看了一下Docker 實作入門 文章然後再到Docker 官網 依官網的教學與說明測試了一下，大致上有了些概念與認識了。
我感覺以這 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Thu, 23 Jun 2016 07:07:19 +0000</pubDate>
    </item>
    <item>
      <title>vin對決vip，狹路相逢，勇者勝！</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=595</link>
      <description><![CDATA[1、組合拆分：
vin與vip前兩個字母相同，看最后一個字母
vin最后一個字母N有能、男、女、你、牛、鳥、奶、暖、農、腦、娘等字義！
vip最后一個字母p有跑、怕、破、陪、騙、拼、屏、拋、泡、平、拍等字義…

2、英文含義：
.Vin是新國際頂級域名，具有酒、紅酒、葡 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>gln89m</author>
      <pubDate>Mon, 16 May 2016 02:01:43 +0000</pubDate>
    </item>
    <item>
      <title>SAMBA Service</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=585</link>
      <description><![CDATA[Samba 是一個在UNIX上的應用套件，使用的協定為ServerMessage Block (SMB) protocol；MS Windows及OS/2作業系統使用SMB協議在client-server的網路操作檔案及印表機的分享與關聯；藉由SMB的協議Samba讓UNIX、Like-UNIX與MS-Windows得以在網路上完美的通信連接。
Samba服 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Fri, 25 Mar 2016 15:47:19 +0000</pubDate>
    </item>
    <item>
      <title>Debian 套件更新&#38382;&#39064;</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=583</link>
      <description><![CDATA[最近由於在安裝部分的套件時遇上了些問題，經過網路上的找查問題的解決方法，確定了在Linux的核心中某些功\能未包入，因此只好在做Linux的核心重新編譯的處理，
不料確遇上了GUN C無法Compile的窘境，前一段時間都還用的好好的，也還在開發網路Service server的軟體，怎 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Thu, 10 Mar 2016 05:45:05 +0000</pubDate>
    </item>
    <item>
      <title>OpenVPN</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=582</link>
      <description><![CDATA[OpenVPN GUI是一套簡單好操作的設定軟體，來讓電腦可以透過虛擬的VPN網域來上網。對於常出差的朋友們來說，能夠利用VPN來上一些被擋掉的網站，也是挺方便的！
如果企業分公司間要跨網際網路來進行連線作業時，也是在應用上很好使用的工具。

一下記錄了一些網路上教 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Fri, 04 Mar 2016 09:25:28 +0000</pubDate>
    </item>
    <item>
      <title>DMG 檔案該如何處理？</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=577</link>
      <description><![CDATA[DMG 檔案格式是 Mac OSX 的磁碟映像檔格式的檔案，基本上就是磁碟的映像檔，就像在Windows 的ISO檔一樣的檔案。
但是由於一般的使用者接觸Mac OS的可能不多，當在Windows系統上遇上了像DMG這樣的檔案時可能就不知道要怎麼來處理。
在Windows上要打開DMG檔案的方法有你 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Tue, 02 Feb 2016 03:26:05 +0000</pubDate>
    </item>
    <item>
      <title>在Linux下用smartd來監測硬碟的健康情況</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=573</link>
      <description><![CDATA[smartd是forLinux的一套聰明的硬碟監看服務程式，SMART字首代表的是self-monitoring的意思，是建構在ATA-3、之後的ATA版本的IDE、 SCSI-3的硬碟上的分析及報告的精明系統。
SMART的宗旨是在監測硬碟的可靠性及預測硬碟的壽命，進而帶出不同方式的硬碟自測。
套件安裝 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Mon, 18 Jan 2016 08:43:33 +0000</pubDate>
    </item>
    <item>
      <title>Install Oracle Java 8 in Debian via repository [JDK8]</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=570</link>
      <description><![CDATA[由於Debian Linux系統是一套完全自由軟體精神的Linux，因此對於非自由的軟體基本上是不會被加入到DBE套件中的，但是由Debian為基礎衍生出來的Linux Ubuntu，一樣是使用相同的DBE套件管理方式，因此在Debian上是可以把應用在Ubuntu上的Java安裝套件也拿來給Debian使用的 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Sun, 10 Jan 2016 07:09:19 +0000</pubDate>
    </item>
    <item>
      <title>[Forward]TCP Socket Flow description</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=559</link>
      <description><![CDATA[Let me elaborate. Transmission Control Protocol (TCP) is designed to be a bidirectional, ordered, and reliable data transmission protocol between two end points (programs). In this context, the term reliable means that it will retransmit the packets  ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Wed, 25 Nov 2015 10:22:28 +0000</pubDate>
    </item>
    <item>
      <title>SQLite</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=543</link>
      <description><![CDATA[SQLite 是一&#20010;&#36719;件&#24211;，&#23454;&#29616;了自&#32473;自足的、&#26080;服&#21153;器的、零配置的、事&#21153;性的 SQL &#25968;据&#24211;引擎。SQLite 是在世界上最&#24191;泛部署的 SQL &#25968;据&#24211;引擎。SQLite 源代&#30721;不受版&#26435; ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Fri, 11 Sep 2015 07:10:04 +0000</pubDate>
    </item>
    <item>
      <title>自動透過-iptables-封鎖-ip-黑名單</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=540</link>
      <description><![CDATA[最近讓一些網上的入侵者給搞煩了，就只好乖乖的花了些時間把iptables徹底的認識了一下，雖然很早就知道在網路上的黑客無所不在，也天天看到這些人不管是無聊還是在練功\夫啦，總之你只要把網路大門給打開了，意思就是你也在歡迎來自世界各地的網友造訪你的主機，當然門一 ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Mon, 24 Aug 2015 08:53:22 +0000</pubDate>
    </item>
    <item>
      <title>永遠的UNIX 網站</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=539</link>
      <description><![CDATA[這個網站是個適合unix學習應用參考的好地方，旨在收集、推廣、共享UNIX知識及經驗，讓更多的人輕鬆掌握UNIX！

永遠的UNIX 網站]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Sat, 22 Aug 2015 15:30:28 +0000</pubDate>
    </item>
    <item>
      <title>Intel CPU Turbo Boost and Hyper Threading</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=536</link>
      <description><![CDATA[在 Intel 的官網是這麼介紹的
Intel 渦輪加速技術
Intel 超執行緒技術
Linux 在新的 kernel 上的支援都可以，但是如果在安裝上出了些問題或是在調校系統時發生問題，導致上述功\能都 disable 時該如何處理呢？
我綜合了一下我所找尋的資訊就處理的結果
1. Turbo Boo ...]]></description>
      <category>Linux/Unix 系統</category>
      <author>kevinhu</author>
      <pubDate>Wed, 29 Jul 2015 03:32:06 +0000</pubDate>
    </item>
  </channel>
</rss>