Welcome to the Linux Foundation Forum!
What version to download and where is the link to download?
mikecwu
Posts: 8
I want to turn my computer into a web server, and make my own STMP mail server. Which operating system to install and where is the link to the download site? I have a static IP address. Appreciate all the help.
Mike
0
Comments
-
Almost any Linux distro can be made into a web server. The most common distro for making web servers is Debian and its website is here: http://www.debian.org/ . Just follow the getting started section to download Debian and follow the instructions for installation.
Turning your installation into a webserver, however, is not as simple as installing Linux on your computer. I would advise reading up on debian, the apache network software, mySQL and PHP, which are the most common applications needed to run a webserver. There's also network security that you must apply to a web server, so, reading up on how to secure a web server is also important. The apache software manual should explain that a bit in it's security sections.
Since your also interested in SMTP, you might want to also look at: http://goo.gl/pjwK2 which explains how to set up a mail server.
Once you familarize yourself with the basics, we can help you answer more specific questions.0 -
Thanks GoinEasy9 for the reply. I went to Dibian.org to download installation file, and it asks me to choose the right version for my processor architecture: amd64 armelk freebsd-i386 kfreebsd-amd64 i386 ia64 mips mipsel powerpc sparc
My computer processor is Intel Pentium II 233. Which version should I download?
Thanks again.
Mike0 -
A pentium II machine is a minimal machine for runnning any Linux distro. Debian will work on that machine, you will use the i386 version. It needs a minimum of 128mb of ram, although 512mb is recommended. The PII machine I have has a 6Gb HD, I hope you have at least that, since, Debian requires a minimum of 5Gb. I don't know all the specs of your machine, so, I'll assume it meets the minimum requirements.
The Installation Manual for Debian with i386 is linked here:
http://www.debian.org/releases/stable/i386/index.html.en
Good Luck, and let us know if you have any other questions.0 -
Thanks for the information you provided. I check my machine and it only had 64 mb or ram, so that one won't work. I have a slightly newer laptop that is an Intel Pentium III M 1000MHz 532Mhz, with 256 MB of ram. Which version should I use for this machine? And if possible, can I keep the existing Window's operating system along side the Linux?0
-
Hey mikecwu
I would still try AntiX first. Even 256mb of ram is small enough to use a minimal distro. It is based on Debian, and, its creator is a very helpful fellow with a friendly community. You might even be able to run a desktop envronment like LXDE if you want to make it look like a shiny feature filled OS.
If you look at this mirror, http://mirror.cs.vt.edu/pub/MEPIS/antix/ , the version you should choose for your hardware is the antiX-M11-486.iso. The AntiX home page is here: http://antix.mepis.org/index.php?title=Main_Page#Downloads . Look down the page and you will find the different download mirrors if you feel the one I linked to in Vermont is not close enough to your location.
Now, you didn't tell me how large of a hard disk your present laptop has. In order to keep Windows on the laptop, you will need to have free disk space large enough to hold Linux. My advice is to use Windows defrag twice (yes twice) and then go into the utility in Windows that lets you resize the partitions and see how much room you can free up by doing the resize. You won't know how much spare room you have until you look. Heh, unless you already know.
I've run AntiX on old laptops with 256mb of memory that have 5-6Gb of free hard disk space. But, if you want to do anything other than surf the Internet with it, you might want to have at least 10Gb of free hard disk space.
Let me know if you have any other questions. Let me know also if you decide to dual boot with Windows, so we can make sure you have everything set up correctly before you start. Dual booting with Windows is sometimes a bit tricky, although from what I remember, AntiX sets up the dual boot automatically for you during the install.
Hope this helped.0 -
Thanks for the reply. My laptop has probably enough space (20 GB or so, currently has 15 GB free space), so I should be able to run both operating systems.
So I should download this file from a mirror site, not from Dibian.org? Can I download it to the hard drive and install from there? Or do I have to burn a CD and boot from CD? I would like to keep the Window's os if possible, since I might need some old documents there one day.
I intend to use this OS just to have my own web server, so I can set up my own SMTP to send emails out. I might also want to host my own web page. I do not have any other plans at this point so I guess my usage should be very minimum, right?
Thanks again for all the help.
Mike0 -
You shoulld download it from the mirror site and burn it to a CD. I haven't used AntiX in a while, but as I remember, you can use it as a live CD before you decide to install it. Try it out first, make sure you are comfortable with installing it.0
-
I finally got that one installed (after damaging many CDs during burning process). But seems linux does not have a big library for drivers, and now my wireless connection is not working. Not sure how to fix it.
After I get it to work and connect to the Internet, I can then go to http://goo.gl/pjwK2 to get information on how to install SMTP server, right?
Thanks!0 -
Linux home networking is a great place to get information.
BTW - Linux does have a big library for drivers, most are already included in the kernel. If you go to a terminal and type:lsusb
Then copy the lines that have the word network or wireless here and we can give you some information about your wireless.
Sometimes you have to enable a different application repository and download the driver from there. We won't know until we find out what wireless hardware you are using.
2nd BTW - Congrats on you successful install.0 -
lsusb shows the following:
Bus 001 Device 001: ID ld6b:0001 Linux Foundation 1.1 root hub
no other lines.
In front of the cursor it says Mike@antiXl:~$0 -
I plugged in the ethernet cable and the linux system can browse the web. My wireless card still not working though.
My top priority now is to make this computer a server, so I don't have to pay a server to host a website or to send out emails. Could you tell me how to do it? The link you gave me earlier, http://goo.gl/pjwK2 , seems about how to set up an email system to receive and send emails via another server. That is not what I need. I need to be a server myself. Please help.
Thanks!0 -
Let us see the output of:
lspci
I find it strange that lsusb is only showing a usb 1.1 device.
BTW - Even when someone sets up his own Internet server, he/she has to connect to an ISP to do the bulk emailing. Bulk Mail Servers are owned by the Big ISPS like AT&T, Verizon, Earthlink etc.. I'm sorry to have misunderstood what you were trying to do, but, you can set up a mail server, say, with postfix. Here is the link:
http://www.postfix.org/documentation.html
Postfix is available in my Fedora repository, and most likely in the Debian repository. You should really read all the documentation on the postfix link and see what it takes to set up a stand alone Bulk Email Server. It's a lot more complicated than setting up a home server and attaching it to a Mail Server from an ISP like AT&T or Verizon or Google etc.0 -
The link you provided seems to be written for someone with a good knowledge base of Linux. For someone brand new to Linux, is there any simple step by step instruction on how to set up the mail server? Or is there a CD I can purchase to install it without knowing any coding? Or any service out there I an pay to get it installed? I'm under timeline pressure to get it done and I'm willing to pay someone to set it up for me. If I had time I could start with Linux 101 and learn to do it in one semester. Once it's set up and I start playing with it, I can become more knowledgeable over time.
Thanks for the help!0 -
Hi mikecwu
Like MasenM said, there is no simple way of setting up a mail server. You can install the components, but, if you don't know how to configure it and set up security properly, you're looking for a whole lot of headaches.
If you want to learn, take the link that I gave you, and learn each step as you go. If you have problems along the way, one of us can answer questions, but, running a mail server is not as easy as just installing the software.
Now that you have Linux installed, the first thing to do is play with it a while, then, start to learn how to do things from the terminal, learn about where files and folders are kept, and, how security works. When you have a basic knowledge, and can understand what's going on in the link I gave you, then, you might try to administer a mail server.
Good Luck.0
Categories
- All Categories
- 217 LFX Mentorship
- 217 LFX Mentorship: Linux Kernel
- 788 Linux Foundation IT Professional Programs
- 352 Cloud Engineer IT Professional Program
- 177 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 146 Cloud Native Developer IT Professional Program
- 137 Express Training Courses
- 137 Express Courses - Discussion Forum
- 6.2K Training Courses
- 46 LFC110 Class Forum - Discontinued
- 70 LFC131 Class Forum
- 42 LFD102 Class Forum
- 226 LFD103 Class Forum
- 18 LFD110 Class Forum
- 37 LFD121 Class Forum
- 18 LFD133 Class Forum
- 7 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 4 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 693 LFD259 Class Forum
- 111 LFD272 Class Forum
- 4 LFD272-JP クラス フォーラム
- 12 LFD273 Class Forum
- 145 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 2 LFS116 Class Forum
- 4 LFS118 Class Forum
- 6 LFS142 Class Forum
- 5 LFS144 Class Forum
- 4 LFS145 Class Forum
- 2 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 2 LFS157 Class Forum
- 25 LFS158 Class Forum
- 7 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 31 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム
- 18 LFS203 Class Forum
- 130 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 2 LFS245 Class Forum
- LFS246 Class Forum
- 48 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 150 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 7 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.2K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 118 LFS260 Class Forum
- 159 LFS261 Class Forum
- 42 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 22 LFS268 Class Forum
- 30 LFS269 Class Forum
- LFS270 Class Forum
- 202 LFS272 Class Forum
- 2 LFS272-JP クラス フォーラム
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 9 LFW111 Class Forum
- 259 LFW211 Class Forum
- 181 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 795 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 102 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 758 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 148 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 353 Ubuntu
- 468 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 93 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 63 Mobile Computing
- 18 Android
- 33 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 370 Off Topic
- 114 Introductions
- 173 Small Talk
- 22 Study Material
- 805 Programming and Development
- 303 Kernel Development
- 484 Software Development
- 1.8K Software
- 261 Applications
- 183 Command Line
- 3 Compiling/Installing
- 987 Games
- 317 Installation
- 96 All In Program
- 96 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)