Where do you host your websites and open-source os'es
Where do you host your websites and open-source os'es
what the subject says
i tried sourceforge but they rejected me...
i tried sourceforge but they rejected me...
One Tequila, Two Tequila, Three Tequila, Floor!
Re: Where do you host your websites and open-source os'es
Currently I'm hosting my stuff on a vServer I administrate myself. Because of problems and / or lack of time, I'm looking for a webhoster providing SVN / Trac (or Python) / webmail with a decent anti-spam-anti-virus package myself.
Every good solution is obvious once you've found it.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Where do you host your websites and open-source os'es
I have a dedicated computer of my own at home that's online 24/7.
Re: Where do you host your websites and open-source os'es
I host everything (my crosscompiler, mail, and web) on my home server (http://jackscott.homedns.org).
If you want an account, just mail or PM me, but I can't guarantee availability or data security or anything of that nature.
If you want an account, just mail or PM me, but I can't guarantee availability or data security or anything of that nature.
Re: Where do you host your websites and open-source os'es
yeah... think i'm goin on for a home server too darn i need old parts
One Tequila, Two Tequila, Three Tequila, Floor!
Re: Where do you host your websites and open-source os'es
I'll jump in on the 'home server' bandwagon. I've got it set up right now running with SVN, trac, python, and all kinds of nifty stuff.
When Fiber To The Home recently hit my area, I switched over to it right away, and now have an awesome 5MB upstream to host my stuff from.
When Fiber To The Home recently hit my area, I switched over to it right away, and now have an awesome 5MB upstream to host my stuff from.
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Where do you host your websites and open-source os'es
I have an old box I could use for a server but I'd need to find a PCMCIA -> Ethernet cable dongle that works (I have two broken ones...) I'm thinking I'd have to put Windows 98 back on it since the XP is dragging it down to 10 minute startups...
Otherwise, I have TBOS on code.google.com since it's so freakin' awesome. Quite a few of us seem to use it.
Otherwise, I have TBOS on code.google.com since it's so freakin' awesome. Quite a few of us seem to use it.
Re: Where do you host your websites and open-source os'es
Why just open source OS's? Hope you are not trying to learn from them...
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
Re: Where do you host your websites and open-source os'es
@troy martin
my advice would be to use freebsd or a linux for a server. a windows xp server isn't too secure, and windows 98... even my grandma could break into it.
eh.. for now i'm configuring a server on my only system. planning on getting another system to use as a dedicated server in the future.
btw.. would a p3 @ 800mhz with 256 or 512 mb of ram be enough for a linux server?
my advice would be to use freebsd or a linux for a server. a windows xp server isn't too secure, and windows 98... even my grandma could break into it.
eh.. for now i'm configuring a server on my only system. planning on getting another system to use as a dedicated server in the future.
btw.. would a p3 @ 800mhz with 256 or 512 mb of ram be enough for a linux server?
One Tequila, Two Tequila, Three Tequila, Floor!
Re: Where do you host your websites and open-source os'es
The server I've got my web/email/svn/trac stuff running on is an Athlon 650 with 384MB of RAM and a 20GB HD. I'm swapping that out sometime soon for a more capable box, but the current server is plenty for my needs.overburn wrote: btw.. would a p3 @ 800mhz with 256 or 512 mb of ram be enough for a linux server?
-
- Member
- Posts: 391
- Joined: Wed Jul 25, 2007 8:45 am
- Libera.chat IRC: aejsmith
- Location: London, UK
- Contact:
Re: Where do you host your websites and open-source os'es
I use a VPS with SliceHost to host my stuff. Damned cheap for what you get, IMO. I'm using the lowest-specced slice (256MB RAM, 10GB space and 100GB bandwidth) and it works great.
Re: Where do you host your websites and open-source os'es
I use http://westhost.com ... they are good and cheap.. no root access, but you still get ssh and all that... if I wanted to I could even setup nightly builds or something on it.. I got a plan for $10/month.. I think their cheapest plan is like $2/month...
Re: Where do you host your websites and open-source os'es
heh i'm goin home server
One Tequila, Two Tequila, Three Tequila, Floor!
Re: Where do you host your websites and open-source os'es
Yes. My home server is a PIII 933MHz. It used to have 128MiB before I upgraded it and still ran fine. I was using Debian GNU/Linux Stable 4.1 and the only software I changed was using lighttpd instead of Apache, since Apache chews RAM like there is no tomorrow.overburn wrote:btw.. would a p3 @ 800mhz with 256 or 512 mb of ram be enough for a linux server?
Edit: Even with only 128MiB RAM and the processor I have, unless I was compiling a new cross compiler, load averages hardly ever went above 0.10 (10%).
Re: Where do you host your websites and open-source os'es
Our development server, named 'deadreckoning' is an Intel Core 2 Quad (Q9300), 4GB RAM, with ubuntu+xen and bochs. It is located in an office somewhere and we never really need to physically maintain it, we just connect remotely. We did manage to accidentally purchase the only Core 2 Quad without VT...so that was a pain. The Q9300 is the replacement.
We use, and recommend, git for a SCM. And use github as a web-based frontend.
We host our site and wiki, and again recommend, using DreamHost.
We use, and recommend, git for a SCM. And use github as a web-based frontend.
We host our site and wiki, and again recommend, using DreamHost.
Very jealous. Verizon is too scared to tread on Comcast's turf here, so I'm stuck with sharing the worst maintained connection in the world. The University of Pittsburgh hosts our dev server, so that's a bit better. Sorta.quok wrote: When Fiber To The Home recently hit my area, I switched over to it right away, and now have an awesome 5MB upstream to host my stuff from.