由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
StartUp版 - 自己在家怎么建server?
相关主题
Network Solutions 够无耻的请大家捧场
被yahoo骗了怎么办?我以前在YAHOO注册的域名,中国内看不见
请问在什么地方租domain建网页1and1的服务越来越可怕了
刚注册完公司想好的域名就被抢注了?Namecheap比1and1实在是好太多了?
请问如何让别人通过internet访问自己的机器请问小公司的网站如何搞?
请问那些domain hosting的服务?这里有没有domainer?
求网站建设,维护项目 (转载)哪里注册域名比较好?
1and1 vs godaddy?难道真的有抢注域名的spider?
相关话题的讨论汇总
话题: ip话题: domain话题: server话题: your话题: home
进入StartUp版参与讨论
1 (共1页)
p*********8
发帖数: 99
1
如果有了域名,怎么在家联网
一般都是在godaddy注册,然后他们host
如果自己想在家用pc作server用自己的域名,怎么弄?
q***2
发帖数: 1861
2
这个不是一个好选择。 花钱租才是上策。

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

I*****y
发帖数: 6402
3
you need static IP's, then set up your DNS server on your home PC, and
register those IP's with your domain registrar.
If you just use regular comcast or Time Warner cable for your internet, you
can forget about your home server, it's way tooooo low.

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

p*********8
发帖数: 99
4
thanks a lot. why it is too low for timewarner? you mean the spead?
and how to register with static ip with the domain register? who i can talk
to?
g********g
发帖数: 2172
5
Do not know other providers. The IP of comcast cable is almost static. My
home IP have not been changed for many months.
If you try to host a website, you do not need DNS server at home. All you
need is to point your domain to your home IP. I have hosted a few
development sites at home.

talk to?

【在 p*********8 的大作中提到】
: thanks a lot. why it is too low for timewarner? you mean the spead?
: and how to register with static ip with the domain register? who i can talk
: to?

m**u
发帖数: 541
6
最要命的是有的ISP会block一些端口,比如COX把80端口屏蔽了。用http没法访问,但
一般https还能用。
动态IP也没问题,可以用DDNS,有的域名注册商也支持DDNS。
m******t
发帖数: 6905
7
真复杂,有人解答吗?
b*******e
发帖数: 6389
8
先自己试试就好了啊。装个阿帕奇或者别的,如果是web server的话。
ISP会把FTP封了,http也可能,别的可以自己试试,又不花钱啊。

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

s****y
发帖数: 983
9
如果是玩玩的话无所谓,如果要认真做点东西还是租用hosting吧,建server都成问题,
那管理,维护,安全,优化更是问题了
l**x
发帖数: 100
10
很多shared server几块钱一个月,很省心的。如果想顺便得点经验那另当别论。
相关主题
请问那些domain hosting的服务?请大家捧场
求网站建设,维护项目 (转载)我以前在YAHOO注册的域名,中国内看不见
1and1 vs godaddy?1and1的服务越来越可怕了
进入StartUp版参与讨论
b*******e
发帖数: 6389
11
这种server开个家庭会议差不多够了。

【在 l**x 的大作中提到】
: 很多shared server几块钱一个月,很省心的。如果想顺便得点经验那另当别论。
p*********8
发帖数: 99
12

sounds very promising. could you please share some details? For example, I
registered a domain. But how to make that domain pointing to my home IP? if
ours put the domain in their browser, how does their machine know that they
are sending request to my IP?

【在 g********g 的大作中提到】
: Do not know other providers. The IP of comcast cable is almost static. My
: home IP have not been changed for many months.
: If you try to host a website, you do not need DNS server at home. All you
: need is to point your domain to your home IP. I have hosted a few
: development sites at home.
:
: talk to?

p*********8
发帖数: 99
13
If I use Apache, do I have to develop the site using php? It is new to me. I
used C# before but i do not know if I can use that with LAMP. I can try to
learn that too but I am not sure if it is worth the efforts, since new tools
and language are coming each year. And if .NET can make it in Apache, I do
not need to learn pjp.

【在 b*******e 的大作中提到】
: 先自己试试就好了啊。装个阿帕奇或者别的,如果是web server的话。
: ISP会把FTP封了,http也可能,别的可以自己试试,又不花钱啊。

b*******e
发帖数: 6389
14
.NET都行啊,可以先链接域名让大家试试嘛。

I
to
tools
do

【在 p*********8 的大作中提到】
: If I use Apache, do I have to develop the site using php? It is new to me. I
: used C# before but i do not know if I can use that with LAMP. I can try to
: learn that too but I am not sure if it is worth the efforts, since new tools
: and language are coming each year. And if .NET can make it in Apache, I do
: not need to learn pjp.

g********g
发帖数: 2172
15
Then, why not use IIS server? IIS server is much easier than Apache to set
up.
Apache do not support PHP by default. It is possible to use Perl, PHP,
Python, CGI, etc with Apache though.

I
to
tools
do

【在 p*********8 的大作中提到】
: If I use Apache, do I have to develop the site using php? It is new to me. I
: used C# before but i do not know if I can use that with LAMP. I can try to
: learn that too but I am not sure if it is worth the efforts, since new tools
: and language are coming each year. And if .NET can make it in Apache, I do
: not need to learn pjp.

g********g
发帖数: 2172
16
1. Visit www.whatismyip.com to know your home IP address
2. Register the domain in a registrar (can take a few days)
3. After the domain was approved, visit the control panel of your registrar.
From there, you will have an option to point your domain to an IP address.
You should change it to you home IP address. Then wait for some times (a few
hours to one day).
4. Run ping www.******.com in your windows command (****** is the domain
name you registered). If the return IP is your home IP, it mea

【在 p*********8 的大作中提到】
: If I use Apache, do I have to develop the site using php? It is new to me. I
: used C# before but i do not know if I can use that with LAMP. I can try to
: learn that too but I am not sure if it is worth the efforts, since new tools
: and language are coming each year. And if .NET can make it in Apache, I do
: not need to learn pjp.

m******9
发帖数: 104
17
It looks like you're not tech guy. Don't waste time, go to networksolution,
godaddy or bluehost to get a hosting.
p*********8
发帖数: 99
18

registrar.
.
few
domain
router,
I think my original quesion is how to do No.2. I can easily register a
domain. How to point that domain to my ip?

【在 g********g 的大作中提到】
: 1. Visit www.whatismyip.com to know your home IP address
: 2. Register the domain in a registrar (can take a few days)
: 3. After the domain was approved, visit the control panel of your registrar.
: From there, you will have an option to point your domain to an IP address.
: You should change it to you home IP address. Then wait for some times (a few
: hours to one day).
: 4. Run ping www.******.com in your windows command (****** is the domain
: name you registered). If the return IP is your home IP, it mea

b*******e
发帖数: 6389
19
\Call your domain name provider and they would tell you exactly...

【在 p*********8 的大作中提到】
:
: registrar.
: .
: few
: domain
: router,
: I think my original quesion is how to do No.2. I can easily register a
: domain. How to point that domain to my ip?

x*g
发帖数: 689
20
能不能推荐一个比较好的.net+ms sql express的hosting?
我的网站比较小,在我自己很差的机器上运行没有问题,但是我现在的hosting(
webhost4life)公司经常出现outofmemory的异常,hosting公司的server一定是over
loaded,但是hosting公司一直推脱说不能reproduce,没法解决。
我打算换一个,大家给推荐一个?

【在 l**x 的大作中提到】
: 很多shared server几块钱一个月,很省心的。如果想顺便得点经验那另当别论。
相关主题
Namecheap比1and1实在是好太多了?哪里注册域名比较好?
请问小公司的网站如何搞?难道真的有抢注域名的spider?
这里有没有domainer?最近有没有域名注册的deal啊?
进入StartUp版参与讨论
p*********8
发帖数: 99
21
which one is more convenient for programming? microsoft tools like c# and
mssql is idio prof. But what about the php+mysql? is there a tool like msft
with drag-drop control?
thanks,
p*********8
发帖数: 99
22
excatly, it may be the most effective way. I just need to add my ip to some
DNS

【在 b*******e 的大作中提到】
: \Call your domain name provider and they would tell you exactly...
p*********8
发帖数: 99
23
成功的搞了一个apache,用umts的网络也可以上domain. 其实就是一个简单的setting
next question, which tool should i use?
1) LAMP: cheap; but the interface 看起来没有msft的好看; 而且学起来慢, 工具
也没有控件可以直接用
2)Microsoft: 有没有free的ms server software?
d*****r
发帖数: 3762
24
You can use Microsoft Web Development Express 2010 -- it is free.
p*********8
发帖数: 99
25
that is visual studio? but on the server, should I also need the microsoft
server os? It will cost some money.
I am willing to learn an open souce tool. But there are so many out there.
Do you know anything that is worth to learn and the most effective?
Thanks,
c****7
发帖数: 4192
26
找到自己ip然后去godaddy把域名指过来就好。记得端口啥的要开好。

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

o****p
发帖数: 34
27
我以前在北京家里架设了一个主机,上面host了4个cn域名(当时cn很便宜,现在据说
不让个人申请了)。后来来美国后,主机和域名都丢弃了,可惜了,当时还赚了$5的
Google Adsense。
现在在美国,我用过discountasp的空间,每个月5元,数据库另外收费,我的域名是http://TangRenJie.us,组织几个人玩了一段时间,现在没有心情弄了,要找工作了。
另外一个是WinHost的空间,这个便宜,每个月5元,免费提供一个小的sql server数据
库,特别适合startup的网站,我的域名是http://mscould.com,也是弄着玩。
d***e
发帖数: 1533
28
得不偿失。
这就跟你买个牙刷很简单。而你非要自己造个。。
i****i
发帖数: 15
29
if your ip is not static, you can use the http://www.dyndns.com/ service to hookup your ip w/ the domain. Some modem comes w/ the dyndns easy configuration.
p*********8
发帖数: 99
30
如果有了域名,怎么在家联网
一般都是在godaddy注册,然后他们host
如果自己想在家用pc作server用自己的域名,怎么弄?
相关主题
got three awesome domain names! haha被yahoo骗了怎么办?
what's cheap way to register a new domain (used in China and USA)请问在什么地方租domain建网页
Network Solutions 够无耻的刚注册完公司想好的域名就被抢注了?
进入StartUp版参与讨论
q***2
发帖数: 1861
31
这个不是一个好选择。 花钱租才是上策。

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

I*****y
发帖数: 6402
32
you need static IP's, then set up your DNS server on your home PC, and
register those IP's with your domain registrar.
If you just use regular comcast or Time Warner cable for your internet, you
can forget about your home server, it's way tooooo low.

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

p*********8
发帖数: 99
33
thanks a lot. why it is too low for timewarner? you mean the spead?
and how to register with static ip with the domain register? who i can talk
to?
g********g
发帖数: 2172
34
Do not know other providers. The IP of comcast cable is almost static. My
home IP have not been changed for many months.
If you try to host a website, you do not need DNS server at home. All you
need is to point your domain to your home IP. I have hosted a few
development sites at home.

talk to?

【在 p*********8 的大作中提到】
: thanks a lot. why it is too low for timewarner? you mean the spead?
: and how to register with static ip with the domain register? who i can talk
: to?

m**u
发帖数: 541
35
最要命的是有的ISP会block一些端口,比如COX把80端口屏蔽了。用http没法访问,但
一般https还能用。
动态IP也没问题,可以用DDNS,有的域名注册商也支持DDNS。
m******t
发帖数: 6905
36
真复杂,有人解答吗?
b*******e
发帖数: 6389
37
先自己试试就好了啊。装个阿帕奇或者别的,如果是web server的话。
ISP会把FTP封了,http也可能,别的可以自己试试,又不花钱啊。

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

s****y
发帖数: 983
38
如果是玩玩的话无所谓,如果要认真做点东西还是租用hosting吧,建server都成问题,
那管理,维护,安全,优化更是问题了
l**x
发帖数: 100
39
很多shared server几块钱一个月,很省心的。如果想顺便得点经验那另当别论。
b*******e
发帖数: 6389
40
这种server开个家庭会议差不多够了。

【在 l**x 的大作中提到】
: 很多shared server几块钱一个月,很省心的。如果想顺便得点经验那另当别论。
相关主题
刚注册完公司想好的域名就被抢注了?求网站建设,维护项目 (转载)
请问如何让别人通过internet访问自己的机器1and1 vs godaddy?
请问那些domain hosting的服务?请大家捧场
进入StartUp版参与讨论
p*********8
发帖数: 99
41

sounds very promising. could you please share some details? For example, I
registered a domain. But how to make that domain pointing to my home IP? if
ours put the domain in their browser, how does their machine know that they
are sending request to my IP?

【在 g********g 的大作中提到】
: Do not know other providers. The IP of comcast cable is almost static. My
: home IP have not been changed for many months.
: If you try to host a website, you do not need DNS server at home. All you
: need is to point your domain to your home IP. I have hosted a few
: development sites at home.
:
: talk to?

p*********8
发帖数: 99
42
If I use Apache, do I have to develop the site using php? It is new to me. I
used C# before but i do not know if I can use that with LAMP. I can try to
learn that too but I am not sure if it is worth the efforts, since new tools
and language are coming each year. And if .NET can make it in Apache, I do
not need to learn pjp.

【在 b*******e 的大作中提到】
: 先自己试试就好了啊。装个阿帕奇或者别的,如果是web server的话。
: ISP会把FTP封了,http也可能,别的可以自己试试,又不花钱啊。

b*******e
发帖数: 6389
43
.NET都行啊,可以先链接域名让大家试试嘛。

I
to
tools
do

【在 p*********8 的大作中提到】
: If I use Apache, do I have to develop the site using php? It is new to me. I
: used C# before but i do not know if I can use that with LAMP. I can try to
: learn that too but I am not sure if it is worth the efforts, since new tools
: and language are coming each year. And if .NET can make it in Apache, I do
: not need to learn pjp.

g********g
发帖数: 2172
44
Then, why not use IIS server? IIS server is much easier than Apache to set
up.
Apache do not support PHP by default. It is possible to use Perl, PHP,
Python, CGI, etc with Apache though.

I
to
tools
do

【在 p*********8 的大作中提到】
: If I use Apache, do I have to develop the site using php? It is new to me. I
: used C# before but i do not know if I can use that with LAMP. I can try to
: learn that too but I am not sure if it is worth the efforts, since new tools
: and language are coming each year. And if .NET can make it in Apache, I do
: not need to learn pjp.

g********g
发帖数: 2172
45
1. Visit www.whatismyip.com to know your home IP address
2. Register the domain in a registrar (can take a few days)
3. After the domain was approved, visit the control panel of your registrar.
From there, you will have an option to point your domain to an IP address.
You should change it to you home IP address. Then wait for some times (a few
hours to one day).
4. Run ping www.******.com in your windows command (****** is the domain
name you registered). If the return IP is your home IP, it means the domain
name has been mapped to your home IP.
5. Set up a working web server at home and test. (If you are using a router,
you will need to configure your router so that the external visit was
directed to your server.)

if
they

【在 p*********8 的大作中提到】
: If I use Apache, do I have to develop the site using php? It is new to me. I
: used C# before but i do not know if I can use that with LAMP. I can try to
: learn that too but I am not sure if it is worth the efforts, since new tools
: and language are coming each year. And if .NET can make it in Apache, I do
: not need to learn pjp.

m******9
发帖数: 104
46
It looks like you're not tech guy. Don't waste time, go to networksolution,
godaddy or bluehost to get a hosting.
p*********8
发帖数: 99
47

registrar.
.
few
domain
router,
I think my original quesion is how to do No.2. I can easily register a
domain. How to point that domain to my ip?

【在 g********g 的大作中提到】
: 1. Visit www.whatismyip.com to know your home IP address
: 2. Register the domain in a registrar (can take a few days)
: 3. After the domain was approved, visit the control panel of your registrar.
: From there, you will have an option to point your domain to an IP address.
: You should change it to you home IP address. Then wait for some times (a few
: hours to one day).
: 4. Run ping www.******.com in your windows command (****** is the domain
: name you registered). If the return IP is your home IP, it means the domain
: name has been mapped to your home IP.
: 5. Set up a working web server at home and test. (If you are using a router,

b*******e
发帖数: 6389
48
\Call your domain name provider and they would tell you exactly...

【在 p*********8 的大作中提到】
:
: registrar.
: .
: few
: domain
: router,
: I think my original quesion is how to do No.2. I can easily register a
: domain. How to point that domain to my ip?

x*g
发帖数: 689
49
能不能推荐一个比较好的.net+ms sql express的hosting?
我的网站比较小,在我自己很差的机器上运行没有问题,但是我现在的hosting(
webhost4life)公司经常出现outofmemory的异常,hosting公司的server一定是over
loaded,但是hosting公司一直推脱说不能reproduce,没法解决。
我打算换一个,大家给推荐一个?

【在 l**x 的大作中提到】
: 很多shared server几块钱一个月,很省心的。如果想顺便得点经验那另当别论。
p*********8
发帖数: 99
50
which one is more convenient for programming? microsoft tools like c# and
mssql is idio prof. But what about the php+mysql? is there a tool like msft
with drag-drop control?
thanks,
相关主题
我以前在YAHOO注册的域名,中国内看不见请问小公司的网站如何搞?
1and1的服务越来越可怕了这里有没有domainer?
Namecheap比1and1实在是好太多了?哪里注册域名比较好?
进入StartUp版参与讨论
p*********8
发帖数: 99
51
excatly, it may be the most effective way. I just need to add my ip to some
DNS

【在 b*******e 的大作中提到】
: \Call your domain name provider and they would tell you exactly...
p*********8
发帖数: 99
52
成功的搞了一个apache,用umts的网络也可以上domain. 其实就是一个简单的setting
next question, which tool should i use?
1) LAMP: cheap; but the interface 看起来没有msft的好看; 而且学起来慢, 工具
也没有控件可以直接用
2)Microsoft: 有没有free的ms server software?
d*****r
发帖数: 3762
53
You can use Microsoft Web Development Express 2010 -- it is free.
p*********8
发帖数: 99
54
that is visual studio? but on the server, should I also need the microsoft
server os? It will cost some money.
I am willing to learn an open souce tool. But there are so many out there.
Do you know anything that is worth to learn and the most effective?
Thanks,
c****7
发帖数: 4192
55
找到自己ip然后去godaddy把域名指过来就好。记得端口啥的要开好。

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

o****p
发帖数: 34
56
我以前在北京家里架设了一个主机,上面host了4个cn域名(当时cn很便宜,现在据说
不让个人申请了)。后来来美国后,主机和域名都丢弃了,可惜了,当时还赚了$5的
Google Adsense。
现在在美国,我用过discountasp的空间,每个月5元,数据库另外收费,我的域名是http://TangRenJie.us,组织几个人玩了一段时间,现在没有心情弄了,要找工作了。
另外一个是WinHost的空间,这个便宜,每个月5元,免费提供一个小的sql server数据
库,特别适合startup的网站,我的域名是http://mscould.com,也是弄着玩。
i****i
发帖数: 15
57
if your ip is not static, you can use the http://www.dyndns.com/ service to hookup your ip w/ the domain. Some modem comes w/ the dyndns easy configuration.
m*******g
发帖数: 410
58
谢谢分享。
H******u
发帖数: 127
59
不要在自己家弄,不稳定不说,还浪费电费。
喜欢自己鼓捣就用Amazon EC2.
想方便一点就买个virtual host 服务.

【在 p*********8 的大作中提到】
: 如果有了域名,怎么在家联网
: 一般都是在godaddy注册,然后他们host
: 如果自己想在家用pc作server用自己的域名,怎么弄?

1 (共1页)
进入StartUp版参与讨论
相关主题
难道真的有抢注域名的spider?请问如何让别人通过internet访问自己的机器
最近有没有域名注册的deal啊?请问那些domain hosting的服务?
got three awesome domain names! haha求网站建设,维护项目 (转载)
what's cheap way to register a new domain (used in China and USA)1and1 vs godaddy?
Network Solutions 够无耻的请大家捧场
被yahoo骗了怎么办?我以前在YAHOO注册的域名,中国内看不见
请问在什么地方租domain建网页1and1的服务越来越可怕了
刚注册完公司想好的域名就被抢注了?Namecheap比1and1实在是好太多了?
相关话题的讨论汇总
话题: ip话题: domain话题: server话题: your话题: home