Linux Mandriva, Ready To Make It A Dedicated Serve - How do I host my own webpage and such?

free web hosting
Free Web Hosting > Computers & Tech > Operating Systems > Linux

Linux Mandriva, Ready To Make It A Dedicated Serve - How do I host my own webpage and such?

TheKnowledge
I downloaded the free version of Mandriva and I'm ready to turn it into a dedicated server to host my webpage, pop3/smtp clients and so on. Unfortunately I'm brand new to Linux, so I can't seem to figure out how to make this work. I was hoping the whole thing would be more intuitive.

I've been using windows server, and that was pretty easy. Just create a rootfolder and put your webpagefiles in it, and turn a DNS address to your IP and make sure your PC is on at all times. But then I came across Apache, MySQL and stuff like that, so I'm ready to be Linuxified. So the question is; What do I do to make my Mandriva installation the home for my own webpage, and have apache and MySQL as available features for my website as well?

I'm really hoping for "Linux For Dummies" type of answers here, so don't go all technical and lingo on me, or else I'll get nowhere. Even more hopeful, don't like to read, so please be as short as possible, and pleeeease don't direct me to any tutorials or "dedicated helpsites". They always seem to write too much about simple things, leaving me more confused than I was before coming there.

An example of that is when I tried to figure out how to make graphics work with FreeBSD, and every page I went to explained what Xorg or X11 was and how it worked and when and where and who developed it.

Then I asked at a forum and a guy said; "type xorgconfig"

I nearly broke into tears, it was so beautifully simple.

 

 

 


Reply

miCRoSCoPiC^eaRthLinG
Haha - don't you worry - we'll take care of you wink.gif But one advice first - Mandriva or the formerly known as Mandrake Linux is quite pathetic at handling server-ly duties. If you really intend to setup a robust server with all those cool services running, then you'd need something on the lines of Fedora or Redhat Enterprise. But anyway, Mandriva should give you the starting base and you can toy around and learn all the basics before you reach out for the more hardcore distros.

As for your Linux server, hosting your web-page is as simple as dumping the pages into the rootfolder for windows. But you need to have Apache webserver (known as httpd on linux) up and running. If you selected the Web-server option while installing Mandriva - it should already be in place and running.

Still you can do a quick check and see if it is running or not.
Issue the following command:
CONSOLE

shell> service httpd status
httpd (pid 3468 3467 3466 3465 3464 3463 3462 3461 16547) is running...


The output, as you can see on the second line, will inform you that it is indeed running (the numbers in the brackets are known as PID or Process ID - a certain progressive number which linux allocates to a service when it is first run. The PID uniquely identifies the service).

Alternatively, you can issue the following command too - to check whether Apache is running:
CONSOLE

shell> ps ax | grep httpd
16547 ? S 0:01 /usr/sbin/httpd
3461 ? S 0:00 /usr/sbin/httpd
3462 ? S 0:00 /usr/sbin/httpd
3463 ? S 0:00 /usr/sbin/httpd
3464 ? S 0:00 /usr/sbin/httpd
3465 ? S 0:00 /usr/sbin/httpd
3466 ? S 0:00 /usr/sbin/httpd
3467 ? S 0:00 /usr/sbin/httpd
3468 ? S 0:00 /usr/sbin/httpd
6830 pts/36 S 0:00 grep httpd


As you can see from above - its the same listing as the prior command except for this one is in a more tabular format and also provides you with the path from where the service was started. The numbers in the first column are the corresponding PIDs.

Now under your /var/www/ folder - which is created automatically upon installation of Apache, you'll find another folder called html - you simply change over to this folder by using:
CONSOLE

shell> cd /var/www/html


This folder by default is the place where apache looks for your homepage, quite similar to the public_html on asta or the rootfolder on windows. This is where you index.html/php should reside. You are free to create any level of subfolders under this and dump whatever pages/images/files here...

When you access your server by typing it's IP in your browser, Apache will look straight into this folder, pick out your html/php page and show it to you. This is a very good method of creating and testing your site at home before dumping it on any public server on the net smile.gif

Hope this will get you started at least... more later.

Regards,
m^e

 

 

 


Reply

wwheeler
I found this while looking up your build of linux, and it is about as technical as I can get....

QUOTE("Gene Ziegler ")

What if Dr. Seuss wrote technical manuals?

If a packet hits a pocket on a socket on a port,
And the bus is interrupted as a very last resort,
And the address of the memory makes your floppy disk abort,
Then the socket packet pocket has an error to report!

If your cursor finds a menu item followed by a dash,
And the double-clicking icons put your window in the trash,
And your data is corrupted 'cause the index doesn't hash,
Then your situation's hopeless, and your system's gonna crash!

If the label on your cable on the gable at your house,
Says the network is connected to the button on your mouse,
But your packets want to tunnel to another protocol,
That's repeatedly rejected by the printer down the hall.

And your screen is all distorted by the side effects of gauss,
So your icons in the window are as wavy as a souse,
Then you may as well reboot and go out with a bang,
"Cause as sure as I'm a poet, the sucker's gonna hang!

When the copy of your floppy's getting sloppy on the disk,
And the microcode instructions cause unnecessary RISC,
Then you have to flash your memory and you'll want to RAM your ROM,
Quickly turn off your computer and be sure to tell your mom!


I am framiliar with getting mandrake and redhat to work with webhosting, but I am not framiliar with Mandriva.....

Reply

madcrow
Well even Neo-Mandrake (Mandriva) is a better server platform than Windoze. As long as you're just trying to run a small personal server, you'll never need one of those "hardcore" distros.

Reply

wwheeler
Oh, madcrow, please don't get me wrong, I totally agree with you. To host anything on the net, I would only use Unix Os. I totally agree with you, you can use any Linux or unix client.

I totally disagree with windows, though I am forced to use it at home, because that is the only thing that the family knows. Slowly getting them into linux.

Can someone provide some info on mandriva, so that I might be able to help out?

-William

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : linux, mandriva, ready, make, dedicated, serve, host, webpage

  1. When And What Is Your First Linux Experience?
    (4)
  2. I Want To Get Linux, Which One Is Best?
    (6)
    currently have Windows XP (god help me) and want to change to Linux. I know that Linux is
    open-source, but does that mean that it is free? I have no idea on the matter so I decided to
    consult the forums. ....
  3. Linux Software Installation Help
    it tells how to install software in tar.bz2 or .bin extension (2)
    installing .tar.bz2 software open the terminal window.Place the s/w in root's home..then
    write file.tar.bz2 in terminal. uncompressing will take place.a folder with .tar extension will b
    created.Now write tar -xvf filename.tar,contents will be read..Now,move to the directory just
    created..read the readme file..follow instruction such as make or make install to be commanded in
    terminal...now its done..use it by writing in terminal for ex. mplayer movie.avi. ..or just drop ur
    movie file nin the terminla..nd remove the " " in the file..append mplayer with blank spa....
  4. Which Linux Version For Newbies?
    Give your opinion (14)
    Hi, well i have been a windows user all my life, and I'm really satisfied with it. But from a
    time know as a good programmer/user, I want to know what I'm missing(or not) from not using
    linux, so for those who have a long time using it I would like you to ask a favor, if you could
    recommend me the version that I should test. I don't understand when someone says to a newbie in
    linux that is asking for a version to start, they say to them "well ubuntu(example) is a good
    version to start", what are the real diference between the different types of linux. ....
  5. Why Linux?
    (23)
    i have always wonder, what is so special about linux? why do people have linux? rather than windows
    or mac? is it recommended that noobs like me /laugh.gif" style="vertical-align:middle"
    emoid=":lol:" border="0" alt="laugh.gif" /> have an linux os? /rolleyes.gif"
    style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
  6. Choice Of Motherboard For Linux Virtualization
    Who knows which ones work well? (5)
    Virtualization is a relatively arcane subject, but it is one which is very rapidly growing, and
    apparently very "hot" in commercial enterprises. For the hobbyist with multiple computers (I have
    8), it offers the possibility of taking snapshots of running, fully configured applications and
    operating systems, and transferring some or all of them onto a single computer platform. First, it
    saves energy. Second, once the conversion has been made from real hardware to a virtual "guest,"
    the driver problems associated with moving from one hardware platform to another are sol....
  7. Linux Basic Command - For Storing Compilation Error To File
    (1)
    Ex: Compiling a cpp file using a basic command " g++ filename.cpp " and to run the program use
    ./a.out , Then to store the compilation error to text file use this command. g++ test.cpp >
    log.txt log.txt contains the compile time errors. ....
  8. Linux For Beginners- Easy To Install
    (16)
    Which Linux distru is for beginners and Easy to install?....
  9. Access Linux Box From Windows Machine- Putty Tool
    (2)
    Most of the guys want to access Linux box from Windows machine just to do some programming on the
    command line. The "Putty Tool" is the solution for this. Just google for "Putty" and download this
    small package(less then 1MB) and keep it on your desktop. Just you need to configure the linux
    machine IP on this Putty tool and connect to Linux machine. If you face any problem in configuring
    Linux IP, then let me know, i will help you out. If you think this is help full, please rate this.....
  10. How To Copy File & Folders From Linux To Windows?.
    (12)
    Many face problem while transfering file from Linux to windows and Vise versa. My solution for
    this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.
    To get this tool just google for " winscp405" tool and download this small package and install.
    Enjoy working with Linux and windows /tongue.gif" style="vertical-align:middle" emoid=":P"
    border="0" alt="tongue.gif" />....
  11. Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.
    (0)
    Let me give some usefull linux commands and utilities. Please add to this list if you know.
    Work with tar files. To make tar archive use $ tar -cvf filename.tar filename
    To extract tar archive use $ tar -xvf filename.tar To extract tar archive
    with gz use $ tar -xzvf filename.tar.gz Connect to remote system through ssh
    $ ssh name@ip followed by passwd e.g. ssh project@172.16.0.14 passwd: List the
    file in current directory $ ls -l list the running process ....
  12. How To Play Music And Movie In Linux? Which Is The Good One?.
    (6)
    How to play Movie and music on linux. I am using fedora and i dont think so any player is specific
    to any one flavour of linux. I have used "MP3 blaster" player, but this you need to play from
    command line. Any other user friendly player pls let me know /rolleyes.gif"
    style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ......
  13. So, I Want To Try Out Linux.
    What do I need? (9)
    If I want to use Linux, would I need XP or a OS on a LAPTOP already? Or can I just pure boot Linux?
    I've wanted to use Linux for a while, preferably Ubuntu. Unless those are two completely
    different things. /dry.gif" style="vertical-align:middle" emoid=" I don't know, I have never
    used Linux before. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" /> So, any help?....
  14. What Is Linux
    Introduction to Linux (2)
    QUOTE "Linux" generally refers to an open-source Unix-clone operating system based on the Linux
    kernel, written from scratch originally by Linus Torvalds and other smart people from across the
    web. Although the linux kernel, which interfaces with a computer's hardware, is the core of the
    operating system, many other programs are needed to form a complete operating system. Various
    commercial and non-commercial groups produce Linux-based operating systems containing the kernel,
    all necessary programs, and an installer. These different versions of linux are referr....
  15. Linux?
    (3)
    What is the pros and cons of linux? Does it cost money to get or is it free?....
  16. Diablo 2 In Linux?
    possible or not? (10)
    Hey! Sorry if this should be in the game forum, but it is about a game in Linux. And I need help
    with it /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> so I
    thougt that it belongs to here. So.. Is it possible to install Diablo 2 on Linux using some sort of
    patch, or any special software? Not just diablo. But other games too, that only works on Windows.
    Thanks //Feelay....
  17. What Softwares Should I Get To Linux?
    Need help from all the Gurus out there :P (6)
    Hey! I've just downloaded and installed ubuntu (sorry Yordan. That was the only one that
    didn't need a CD). Now I have some questions. What Anit-virus and Anti-Spyware should I use (or
    don't I need any for Linux?)?. What 2D/3D editor can I use to create/change pictures and things?
    What Audio Editor can I use to create/change songs and things? What Web-broswer can I use for Linux?
    (or can it also use fire-fox?). Is there any MSN for Linux? or does it use something else, that can
    write to people using MSN? And if there is anything else I need to get, I would r....
  18. Getting My Wireless Network Adapter Working On Linux
    (2)
    Well, I recently decided to switch over all my PC's to linux, and was stumped when I tried to
    convert one of my laptops. It has a Dell Wireless 1370 wireless networking mini-pci card, based on a
    broadcom chip. I tried to find a driver on the internet, to no avail. I found NDISWrapper, but
    despite my knowledge of how to set up a web server on linux, I couldn't work out how to use it.
    I found a graphic tool, but it was commercial, which ruined any use for me. I was wondering if
    anyone here knew a free tool that would automatically set it up. A few other things: m....
  19. How Can I Rip A Dvd To My Hard Drive Under Linux?
    more (0)
    There are several simple dvd-ripping tools available. vobcopy can be used. First you'll want to
    mount your dvd (assuming the mount point is /mnt/dvd and is set up in your /etc/fstab): Code: $
    mount /mnt/dvdThen you can rip the main title using vobcopy: Code: vobcopy -i /mnt/dvdThis will rip
    the main title only, similar to IFO-mode in DVD Decrypter. if you want to rip the entire disc
    preserving structure, use Code: vobcopy -i /mnt/dvd -m.You can also use dvdbackup from the
    dvd-create project to rip dvds in a similar fashion. 2. How can I backup a DVD using fast (....
  20. How To Install Linux Without A CD or DVD?
    Would like to learn how to use Linux but don't know how to install (11)
    Hey! I've tryed to install linux without a cd (as they said on the website).. But I did'nt
    understand it so good =/ Can anyone please tell me how I can install linux without a CD? Any
    version.. The only thing I need is a fast one (faster than windows).. I am completly new (never
    tried it before) and would want to learn Linux. But thats not easy, if I don't know hoiw to
    install it /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Thanks
    //Feelay....
  21. Virtualization In Linux: A Review Of Four Software Choices
    (4)
    Virtualization is the technique of running a "guest" operating system inside an already-running OS;
    for example, Windows inside Linux, or vice-versa. This article compares four virtualization products
    available for Ubuntu Linux: the free, open source Qemu; the closed-but-free versions of VirtualBox
    and VMware-Server, and the commercial Parallels.
    http://www.techthrob.com/tech/linux_virtualization.php _________________________________
    http://dserban01.googlepages.com/linkedin....abap.basis.html ....
  22. Looking For Linux
    2 choices that I will choose - make it easy to install and MAINTAIN (34)
    Ok I have tried Linux before, it was ok, until something with the kernel screwed up and it left me
    with a command line interface that I didn't know what to do. I am looking for 2 different
    distributions of Linux here, my first one is for: (Currently running Windows XP SP2) A computer
    with 512 MB RAM Pentium 4 processor Internet Access GNOME or KDE desktop, doesn't matter Minimal
    command line work!!! Absolutely no command line work when installing. I have tried Ubuntu, it was
    easy enough. Anything easier than Ubuntu and I'll give it a try. My second cho....
  23. Psybnc - Howto
    How to make a psyBNC on Linux (4)
    Installation First, fetch the latest source code from http://www.psybnc.at QUOTE cd wget
    http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz tar -zxvf psyBNC-2.3.2-7.tar.gz cd psybnc
    Configuration QUOTE make menuconfig Now go in `Bouncer Config', next set Listening
    Port and Ip. Next select `User' Here you will be able to create a user for your bouncer. You
    must set Ident, Realname and Password, and vhost too. So return to main menu, and choose exit. When
    prompted for saving select Yes. Launching psyBNC QUOTE make ./psybnc ....
  24. What Made You Switch To Linux?
    (61)
    I first tried Linux a few years ago, not because I was completely against Windows or anything like
    that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
    very user friendly and Windows-like. After reading through a bunch of message boards and learning
    which distros are good for what, I soon realized my current distro was great for Linux noobs. So
    then I decided to try something a little more advanced like Slackware which I knew had a steep
    learning curve. Since then I've been using Slackware as my main OS and couldn'....
  25. Where To Find Notepad++ For Linux ?
    (37)
    I'm searching 2 days ago trying to find notepad++ for linux but i couldn't find it yet,
    does anyone know or have this great software?, ofcourse i have it on windows, but i don't use
    windows so much time, most times i'm on linux so i need it to be run on linux. P.S: i don't
    use WINE so please don't recommend it /smile.gif" style="vertical-align:middle" emoid=":)"
    border="0" alt="smile.gif" /> ....
  26. What Language Is Linux Written In ?
    (15)
    I''ve been wondering lately, what language is Linux written in? I'm interested in
    this, because my friend and I are considering writing our own distro. I know, it sounds like a bit
    of a feat, but one guy wrote MEPIS by playing with the Debian source code. I think the two of us
    could do something similar. /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif'
    /> ....
  27. What's The Difference Between Linux And Unix?!?
    (16)
    are they even made by the same people...?....
  28. You can Play now in Linux
    These is a list of the games. (26)
    You can Play a greates gameg in linus as: Unreal Tournament Quake 3 Wolfenstein Enemy teritory Medal
    of Honor And Emule Nintendo 64 and Play Station games. He have your property games as: Tux Raser
    Tux Cart Flith of the amazon queen Beneath a Steel Sky and most more.....
  29. Linux SuSE detec you all hareware
    Yea SuSE detec all. (2)
    Yea SuSE heve the best tools. Mplayer, Xmms, OpenOfecce, K3B, FireFox etc.....
  30. Now Linux is ease
    The linux SuSE 9.1 is most ease linux (9)
    /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> if you desire to do
    your linux most ease, I recommend yourself to change you to SuSE 9.1 and your life to be ease. These
    linux make all to you. you don't need to make nothing. /biggrin.gif' border='0'
    style='vertical-align:middle' alt='biggrin.gif' /> ....

    1. Looking for linux, mandriva, ready, make, dedicated, serve, host, webpage






*SIMILAR VIDEOS*
Searching Video's for linux, mandriva, ready, make, dedicated, serve, host, webpage
Similar
When And What Is Your First Linux Experience?
I Want To Get Linux, Which One Is Best?
Linux Software Installation Help - it tells how to install software in tar.bz2 or .bin extension
Which Linux Version For Newbies? - Give your opinion
Why Linux?
Choice Of Motherboard For Linux Virtualization - Who knows which ones work well?
Linux Basic Command - For Storing Compilation Error To File
Linux For Beginners- Easy To Install
Access Linux Box From Windows Machine- Putty Tool
How To Copy File & Folders From Linux To Windows?.
Some Usefull Linux Basic Commands And Utilities. Please Add To This List If You Know One.
How To Play Music And Movie In Linux? Which Is The Good One?.
So, I Want To Try Out Linux. - What do I need?
What Is Linux - Introduction to Linux
Linux?
Diablo 2 In Linux? - possible or not?
What Softwares Should I Get To Linux? - Need help from all the Gurus out there :P
Getting My Wireless Network Adapter Working On Linux
How Can I Rip A Dvd To My Hard Drive Under Linux? - more
How To Install Linux Without A CD or DVD? - Would like to learn how to use Linux but don't know how to install
Virtualization In Linux: A Review Of Four Software Choices
Looking For Linux - 2 choices that I will choose - make it easy to install and MAINTAIN
Psybnc - Howto - How to make a psyBNC on Linux
What Made You Switch To Linux?
Where To Find Notepad++ For Linux ?
What Language Is Linux Written In ?
What's The Difference Between Linux And Unix?!?
You can Play now in Linux - These is a list of the games.
Linux SuSE detec you all hareware - Yea SuSE detec all.
Now Linux is ease - The linux SuSE 9.1 is most ease linux
advertisement




Linux Mandriva, Ready To Make It A Dedicated Serve - How do I host my own webpage and such?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE