CrazyEngineers
  • Linux Installation

    Updated: Oct 26, 2024
    Views: 1.4K
    hello.....I want to learn Linux .I am already having Windows XP on my Laptop. Now I also want to add Linux along with that existing ...

    Please suggest me link to easy download Linux and also its installation steps.


    I also want to know that is the php and apache installation on Linux is same or not as that on Windows XP.


    next to next month i would be undergoing a project in NIC company .they work on open source linux and php. So I need to learn both .suggest me some tutorials and advise some help. Its very important.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • shalini_goel14

    MemberMay 23, 2009

    Hi Neha,

    You can check following thread also. May be of some use. 😀

    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • Neha Kochhar

    MemberMay 23, 2009

    yes I have checked that.But I need to install Linux(unbuntu) on my laptop.so Advise me some good site where I can easily download and also its steps to install with windows XP alreday existing on system
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorMay 23, 2009

    Neha - Ubuntu installation is damn easy. Just pop in Ubuntu DVD in your drive and boot from it. Use the GUI installer - everything is pretty straightforward.

    I recommend freeing some space before you go with the install. You can do that (if required at all) by using VISTA's disk manager.

    PHP & APACHE work great on UBUNTU. Also, there are plenty of tutorials to get you started with Ubuntu. If you face any problem, do let us know. We'll be happy to help you.
    Are you sure? This action cannot be undone.
    Cancel
  • durga ch

    MemberMay 23, 2009

    Adding to Biggie's point, u can download ISO from net ( its free and legal) and then write upon a CD. A newer version of Ubuntu has come in 9.4 and its very fast i heard ! and if you feel ISO imaging stuff and all is crap, you can always online a installation CD as well. it takes time though!
    Are you sure? This action cannot be undone.
    Cancel
  • komputergeek

    MemberMay 24, 2009

    Ubuntu is very easy to install and use.The steps are very easy and complete installation is GUI based.Only problem you may face is during partitioning.For first time i would suggest you to use only basic types of partitions.

    When you see the screen which asks for selecting partitioning method,select 'manual' from that.
    Then select filesystem as ext3 or ext4 and mount point as / .I recommend to give at least 10GB to this partition.
    Then you can give one partition for /home. /home is used for storing user files(similar to 'Documents and Settings' in windows).
    You should give some space for swap.Select swap partition and give memory space around 2 times the memory of your RAM.
    This is how you are done with partitioning.

    For using php you need to install lamp stack (Linux-Apache-PHP-Mysql).
    You can install it on ubuntu using these commands:
    1.sudo apt-get install apache2
    2.sudo apt-get install mysql-server
    3.sudo apt-get install php5 libapache2-mod-php5

    Now restart apache servvice using command:
    sudo /etc/init.d/apache2 restart

    Hope this will help you.
    Are you sure? This action cannot be undone.
    Cancel
  • oldboy1985

    MemberMay 26, 2009

    can u please tell me the terminal command for the uninstall of particular package
    when u know the pakage name
    not from
    the package manager
    and how to verify that the dependencies also have been uninstalled 😕

    thanks in the advance
    Are you sure? This action cannot be undone.
    Cancel
  • komputergeek

    MemberMay 27, 2009

    oldboy1985
    can u please tell me the terminal command for the uninstall of particular package
    when u know the pakage name
    not from
    the package manager
    and how to verify that the dependencies also have been uninstalled 😕

    thanks in the advance

    You can use these 2 commands :
    sudo apt-get remove package_name
    OR
    sudo apt-get autoremove package_name

    The difference is, in first only the specified package is removed and in second all dependencies are also removed.
    Are you sure? This action cannot be undone.
    Cancel
  • oldboy1985

    MemberMay 27, 2009

    komputergeek
    You can use these 2 commands :
    sudo apt-get remove package_name
    OR
    sudo apt-get autoremove package_name

    The difference is, in first only the specified package is removed and in second all dependencies are also removed.
    thanks 😁
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register