如何從自己單機變成網路 - Linux

Linda avatar
By Linda
at 2009-06-23T22:47

Table of Contents

※ 引述《twflyinlove (WOW_MAN)》之銘言:
: 各位大大好
: 我本身自己是先架在自己的電腦上(127.0.0.1)
: 用localhost這個方式
: 現在要變成放在網路上(供給其他人一起使用)
: 我要做哪些部份?
: 可以請各位給我方向嗎QQ?
: 謝謝
: 在此祝大家:寫程式順利沒出錯,一路寫到底
硬體當然裝上網卡接網路線
軟體設定上ip dns gw等資訊囉~
可上鳥哥往佔有詳細說明

--
Tags: Linux

All Comments

Zanna avatar
By Zanna
at 2009-06-25T02:11
http://0rz.tw/2b0Ns 應該是這篇

如何從自己單機變成網路

Robert avatar
By Robert
at 2009-06-23T17:18
各位大大好 我本身自己是先架在自己的電腦上(127.0.0.1) 用localhost這個方式 現在要變成放在網路上(供給其他人一起使用) 我要做哪些部份? 可以請各位給我方向嗎QQ? 謝謝 在此祝大家:寫程式順利沒出錯,一路寫到底 - ...

Linux 相關問題..。

Hedy avatar
By Hedy
at 2009-06-23T14:38
In Linux, which data structure(s) must be stored on disks? 選擇一個答案 A. the super block B. both of them C. non of them D. inodes 這個問題我不太理解....Linux 我 ...

請問如何找出domain的所有子網?

Jack avatar
By Jack
at 2009-06-23T00:38
例如ntu.edu.tw 可以有ee.ntu.edu.tw, ac.ntu.edu.tw, math.ntu.edu.tw....etc 我用dig看不到說 atat - ...

Bison Parser 與 ylwrap 相容性問題

Mason avatar
By Mason
at 2009-06-22T21:01
Dear All, 最近有點無所事事,所以把 ylwrap 中的一個 bug 給修了一下 如果你想使用 bison 來生出 C++ parser 而你搭配的 project management tool 是 auto-tools 時 ...

tty Input/output error?

Barb Cronin avatar
By Barb Cronin
at 2009-06-22T19:51
我寫了一個程式要去中斷正在播放的音樂 我是用fork出來的child process播音樂 並且kill child process來中斷音樂(kill -9 pid) 但是卻出現了tty Input/output error 所以想問說有什麼辦法可以中斷且不會發生這種錯誤的呢? 感謝摟~ -- ...