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

Robert avatar
By Robert
at 2009-06-23T17:18

Table of Contents

各位大大好

我本身自己是先架在自己的電腦上(127.0.0.1)

用localhost這個方式

現在要變成放在網路上(供給其他人一起使用)

我要做哪些部份?

可以請各位給我方向嗎QQ?

謝謝

在此祝大家:寫程式順利沒出錯,一路寫到底

--
Tags: Linux

All Comments

Isabella avatar
By Isabella
at 2009-06-27T03:32
為什麼我看不懂你問什麼 orz 是http sever嗎?
Lily avatar
By Lily
at 2009-07-01T00:10
阿帕契有啟動 基本上打你的IP就連的到吧?
Ivy avatar
By Ivy
at 2009-07-03T00:47
前提是有個 public IP
Kyle avatar
By Kyle
at 2009-07-04T07:10
回一樓的原po說的很清楚啊 他把twflyinlove架在自己的電腦
Anthony avatar
By Anthony
at 2009-07-05T11:23
上 (誤很大)
Ingrid avatar
By Ingrid
at 2009-07-09T13:11
XDDD...我想大概就是apache吧 但是回文很好笑...
Megan avatar
By Megan
at 2009-07-12T16:37
更改 iptables,開啟 port
Bennie avatar
By Bennie
at 2009-07-16T11:02
要有固定IP阿
Hedda avatar
By Hedda
at 2009-07-17T05:31
先去學什麼叫 "網路"
Cara avatar
By Cara
at 2009-07-21T09:36
127.x.x.x是無法提供給其他人使用的IP啊...^^"
Enid avatar
By Enid
at 2009-07-25T20:58
至於常見的10.x.x.x跟192.168.x.x只供內部使用

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 所以想問說有什麼辦法可以中斷且不會發生這種錯誤的呢? 感謝摟~ -- ...

embedded linux找不到/proc

Megan avatar
By Megan
at 2009-06-22T19:42
最近在寫embedded的程式 需要用到system指令 但是我的embedded linux裡卻找不到/proc這個資料夾 導致某些指令無法使用,例如ps 我知道/proc這裡面放的是正在執行的process 所以想問問我該如何建出這個資料夾 該不會是直接new一個出來吧- - 麻煩知道的人教我一下摟~~~ ...