24h購物
|
|
PChome
|
登入
亂寫
個人亂寫,看倌您就亂看囉!
1
愛的鼓勵
0
訂閱站台
首頁
活動
2008-08-22 13:21:22
Apache Logrotate
#vi /etc/logrotate.conf在檔案最後面加上:/usr/local/apache/logs/access_log { daily missingok sharedscripts postrotate /bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-06-07 01:06:21
Solaris10 + PHP5 + IMAP
bash#make gsobash#cp -a c-client /usr/local/. bash#ln -s /usr/local/c-client /usr/include/c-clientbash#ln -s /usr/local/c-client /usr/lib/c-clientbash#cd /usr/local/c-clientbash#mkdir tmpbash#cd tmp...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-05-29 10:33:11
台大真該好好反省反省~~
台大真該好好反省反省~~可以教出一位技術優良的牙醫,但同時也教出一位情緒管理的白癡!!
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
亂寫
2008-05-23 00:50:28
Openwebmail 沒裝 suidperl
Openwebmail 若沒裝 suidperl, 則使用:perl misc/tools/wrapsuid/wrapsuid.pl /usr/local/apache/cgi-bin/openwebmail/即可.
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-05-15 14:55:42
Solaris10 產生 pop3tcp.xml 及 imaptcp.xml
今天看到的, 方法如下: cd /tmp echo "pop3 stream tcp nowait root /usr/sfw/sbin/tcpd /opt/sfw/sbin/ipop3d" > imapd.txt echo "imap stream tcp nowait root /usr/sfw/sbin/tcpd /opt/s...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-05-07 16:28:53
Solaris10 的 Samba
Solaris10 的 Samba:設定檔在: /etc/sfw/smb.conf增加使用者:bash-3.0.0#smbpasswd -a xxxxxxbash-3.0.0#smbpasswd -e xxxxxx使用者檔案在: /etc/sfw/private/smbpasswd啟動 Samba:bash-3.0.0#/etc/rc3.d/S90samba...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-05-02 15:32:00
Solaris10 配合 LVS 的設定
Solaris 10 若要配合 Linux Virtual Server (LVS) 當作 Real IP Server,則要做以下的設定:bash# vi /lib/svc/method/net-loopback在 /sbin/ifconfig lo0 plumb 127.0.0.1 up的下方新增:/sbin/ifconfig lo0:1 plumb/s...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-05-02 11:53:58
Solaris10 X86 安裝 Perl 模組發生錯誤
如果發生如下錯誤:gcc: unrecognized option `-KPIC'gcc: language ildoff not recognizedgcc: XXXXXX.c: linker input file unused because linking not done修改 Makefile:CCCDLFLAGS = -KPIC 改成: CCCDLFLAGS =...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2008-03-12 09:32:42
Slackware 安裝 Mysql GUI Tool
到 Mysql 網站上下載 mysql-gui-tools-5.0r12-linux-i386.tar.gz, 解壓縮到 /opt, cd /opt/mysql-gui-tools-5.0 ./mysql-administrator --update-paths ./mysql-query-browser --update-paths 完成 /opt/mysql...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Linux
2008-02-19 12:57:42
找出 /usr 底下大於 50MB 的檔案
find /usr -type f -size +50000k -exec ls -lh {} \; | awk '{ print $8 ":" $5 }'
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
Linux
2008-01-30 14:31:13
Slackware 升級~ vsftpd 不能跑!!
Slackware8 升級為 Slackware 12,舊的系統使用 wuftpd2.6.2, 想把他換掉, 使用 Slackware12 內附的 vsftpd.裝好了, /etc/passwd 及 /etc/shadow 也 Copy 到新系統上了,ssh 連線及其他也都 OK, 就 vsftpd 跑起來卻無...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Linux
2008-01-16 13:53:16
最可笑的~
從 1 月 12日民進黨慘敗, 到 1 月 13 日承擔晚會, 到今天~ 最可笑的, 最不可思議的, 是選總統是為了要制衡國會最大黨~ 行政權制衡立法權? 台灣真的不正常!! 這些人真敢講!! 反省? 反省別人比較快!
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
亂寫
2007-06-23 17:16:40
Solaris10 變更 IP 設定相關檔案
Solaris10 變更 IP 並非在以前的 /etc/hosts,與 TCP/IP 設定有關的檔案如下: /etc/nodename /etc/hostname.interface /etc/inet/ipnodes /etc/inet/hosts /etc/defaultdomain /...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2007-04-26 16:52:46
Solaris 10 安裝 IMAP/POP3
先從 www.sunfreeware.com 抓回 IMAP 套件;不過,若只抓套件安裝的話,就沒有 IMAP LIB 及 include file, 這樣安裝 PHP 要支援 IMAP 時就會有問題,要從 Source Code 自己 make 及 install。 檔案:imap-2004g-sol...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
2007-04-20 13:55:58
Solaris 10 安裝 Apache2
bash-3.0.0#gunzip httpd-2.2.4.tar.gzbash-3.0.0#tar xf httpd-2.2.4.tarbash-3.0.0#cd httpd-2.2.4bash-3.0.0#./configure --prefix=/usr/local/apache-2.2.4bash-3.0.0#makebash-3.0.0#make installbash-3.0.0#ln...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
Solaris
第一頁
‹上一頁
1
.
2
.
3
.
4
.
5
.
6
.
7
.
下一頁›
最末頁
第 6 / 7 頁 , 共 93 筆
自我介紹
到處看看
關於本站
留言板
地圖
加入好友
站方公告
加入PS女孩 組隊瘋搶2百萬
超取登記送咖啡
綁定Hami Point 1點抵1元
1分鐘快速揪痛!
成為獨立小姐的滾錢心法
贊助商
最新文章
荒廢好久了,突然想到!Where is bash's history stored?
Link2SD SD卡檔案系統壞掉
三星與蘋果,滿中肯的:
文章分類
Linux(35)
Solaris(14)
好笑的(10)
亂寫(25)
TV(1)
更多
>>
最新回應
台灣沒救了~
, (其石山人)
Ubuntu9.10 升級 10.04 LTS
, (悄悄話)
台大真該好好反省反省~~
, (悄悄話)
找出 /usr 底下大於 50MB 的檔案
, (悄悄話)
中文真的比英文難多了~
, (悄悄話)
好友列表
好友的新聞台Blog
站內搜尋
標題
內容
標籤
本台最新標籤
連結書籤
目前沒有資料
訂閱本站
RSS訂閱
(
如何使用RSS
)
加入訂閱
站台人氣
累積人氣:
5,330
當日人氣:
5
TOP